feat: 감찰부

This commit is contained in:
2022-07-16 15:35:12 +09:00
parent 52164f8da7
commit 6fd7c11ee5
10 changed files with 231 additions and 94 deletions
+33
View File
@@ -0,0 +1,33 @@
.small_war_log {
display: inline-block;
}
.small_war_log .war_type_attack {
color: cyan;
}
.small_war_log .war_type_defense {
color: magenta;
}
.small_war_log .war_type_siege {
color: white;
}
.small_war_log .name_plate {
font-size: 0.75em;
}
.small_war_log .name_plate_cover {
color: yellow;
}
.small_war_log .crew_plate {
color: orangered;
font-size: 90%;
}
.hidden_but_copyable {
color: rgba(0, 0, 0, 0);
font-size: 0;
}
-29
View File
@@ -105,35 +105,6 @@ div.bar_out div.bar_in {
content: "";
}
.small_war_log {
display: inline-block;
}
.small_war_log .war_type_attack {
color: cyan;
}
.small_war_log .war_type_defense {
color: magenta;
}
.small_war_log .war_type_siege {
color: white;
}
.small_war_log .name_plate {
font-size: 0.75em;
}
.small_war_log .name_plate_cover {
color: yellow;
}
.small_war_log .crew_plate {
color: orangered;
font-size: 90%;
}
.t_date {
font-size: 0.75em;
}