You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
665 B
CSS
37 lines
665 B
CSS
body{
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: 12px;
|
|
font-family: tahoma, arial;
|
|
background: #fff;
|
|
}
|
|
.PagerView{
|
|
color: #333;
|
|
text-align: center;
|
|
margin: 8px;
|
|
}
|
|
.PagerView span{
|
|
color: #999;
|
|
margin: 0 1px;
|
|
padding: 3px 6px;
|
|
border: 1px solid #ccc;
|
|
}
|
|
.PagerView span.on{
|
|
color: #333;
|
|
font-weight: bold;
|
|
border: 1px solid #333;
|
|
}
|
|
.PagerView a{
|
|
color: #00f;
|
|
text-decoration: none;
|
|
}
|
|
.PagerView a span{
|
|
border: 1px solid #66c;
|
|
color: #33f;
|
|
}
|
|
.PagerView a:hover span{
|
|
color: #f00;
|
|
background: #ff9;
|
|
}
|
|
|
|
.cssfont{font-size:12px;} |