25 lines
237 B
CSS
25 lines
237 B
CSS
@charset "utf-8";
|
|
.topbar
|
|
{
|
|
height:30px;
|
|
line-height:30px;
|
|
width:98%;
|
|
}
|
|
.topbar a
|
|
{
|
|
|
|
}
|
|
.topbar .top-right
|
|
{
|
|
float:right;
|
|
}
|
|
.pager2{
|
|
position: fixed;
|
|
bottom:45px;
|
|
}
|
|
.code b
|
|
{
|
|
font-weight: normal;
|
|
color: #F00;
|
|
}
|