New styles for results list page numbers

This commit is contained in:
oleonard 2004-12-09 19:44:09 +00:00
parent 0ed6ea0358
commit 928c77d368

View file

@ -221,10 +221,36 @@ h3 {
}
#resultnumber {
width:30%;
margin-left:35%;
margin-right:35%;
margin-top : 5px;
text-align : center;
}
a.resultnumber {
margin-bottom : 5px;
padding : 2px 4px;
background-color : White;
border : 1px solid #339900;
font-weight : bold;
}
#resultnumber .highlight {
margin-bottom : 5px;
padding : 2px 4px;
background-color : #EEEEEE;
border : 1px solid Black;
font-weight : bold;
}
a.resultnumber:hover {
background-color : #ffffcc;
}
.resultcount {
border-top : 1px solid white;
font-weight : bold;
padding : 3px;
}
#resultlist {
width:95%;
margin : auto;