New styles for results list page numbers
This commit is contained in:
parent
0ed6ea0358
commit
928c77d368
1 changed files with 29 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue