사령부 UI 간결화, (구현은 아직), 일부 변수명 변경
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
#container{
|
||||
width:1024px;
|
||||
margin:auto;
|
||||
|
||||
@@ -0,0 +1,55 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
#chiefTurnSelector{
|
||||
width:50px;
|
||||
color:white;
|
||||
background-color:black;
|
||||
font-size:13px;
|
||||
}
|
||||
|
||||
|
||||
.chiefTurnTable{
|
||||
display:flex;
|
||||
flex-flow:row nowrap;
|
||||
}
|
||||
|
||||
.chiefTurnTable .flexDisplay{
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.chiefTurnBox{
|
||||
width:240px;
|
||||
}
|
||||
|
||||
.chiefTurnBox .turnHeader{
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.chiefTurnBox .turnList{
|
||||
|
||||
}
|
||||
|
||||
.chiefNamePlate{
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
|
||||
.turnIdxHeader{
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
width:20px;
|
||||
}
|
||||
|
||||
.chiefTurnTime{
|
||||
font-weight: bold;
|
||||
background: black;
|
||||
text-align: center;
|
||||
width:43px;
|
||||
}
|
||||
|
||||
.chiefTurnText{
|
||||
table-layout: fixed;
|
||||
width:192px;
|
||||
}
|
||||
@@ -1,3 +1,5 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
#scoutMsgForm .viewer{
|
||||
max-height:200px;
|
||||
overflow: hidden;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
.rankView {
|
||||
width:1100px;
|
||||
|
||||
@@ -67,4 +67,11 @@ color:white;
|
||||
|
||||
.nation_info td{
|
||||
height:18px;
|
||||
}
|
||||
|
||||
#generalTurnSelector{
|
||||
width:50px;
|
||||
color:white;
|
||||
background-color:black;
|
||||
font-size:13px;
|
||||
}
|
||||
@@ -1,3 +1,5 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
.world_map{
|
||||
width:700px;
|
||||
background:black;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
.container{
|
||||
width:1000px;
|
||||
margin:0 auto;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
#troop_list .cityText{
|
||||
display:none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user