mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 09:19:57 +09:00
19 lines
305 B
CSS
19 lines
305 B
CSS
.counter_plugin {
|
|
border:3px solid #DDDDDD;
|
|
padding:6px;
|
|
margin-bottom:10px;
|
|
color:#999999;
|
|
font-family:tahoma;
|
|
font-size:8pt;
|
|
}
|
|
|
|
.counter_plugin .header {
|
|
font-weight:bold;
|
|
float:left;
|
|
width:50px;
|
|
margin-right:10px;
|
|
}
|
|
|
|
.counter_plugin .footer {
|
|
clear:right;
|
|
}
|