임시로 전투 로그를 template화 해봄.

This commit is contained in:
2018-02-04 19:39:25 +09:00
parent ecca899a82
commit b1841e1e93
3 changed files with 194 additions and 12 deletions
+82
View File
@@ -25,4 +25,86 @@ select { font-family:'굴림'; line-height:100%; }
.bg2{
background-image:url('/images/back_blue.jpg');
}
/* TODO: 색상값이 아니라 의미에 따라 클래스 지정 */
.o_bullet::before{
color:cyan;
content:"●";
}
.o_diamond::before{
color:orangered;
content:"◆";
}
.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;
}
.t_date{
font-size: 0.75em;
}
.t_red{
color:red;
}
.t_blue{
color:blue;
}
.t_green{
color:green;
}
.t_magenta{
color:magenta;
}
.t_cyan{
color:cyan;
}
.t_limegreen{
color:limegreen;
}
.t_skyblue{
color:skyblue;
}
.t_orangered{
color:orangered;
}
.t_yellow{
color:yellow;
}
.t_white{
color:white;
}