Rev | Line | |
---|
[44] | 1 | #wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
|
---|
| 2 | background: white;
|
---|
| 3 | padding: 0;
|
---|
| 4 | margin: 0;
|
---|
| 5 | border: none;
|
---|
| 6 | text-decoration: none;
|
---|
| 7 | font-weight: normal;
|
---|
| 8 | font-style: normal;
|
---|
| 9 | list-style: none;
|
---|
| 10 | text-transform: none;
|
---|
| 11 | text-indent: 0px;
|
---|
| 12 | font-variant: normal;
|
---|
| 13 | text-align: left;
|
---|
| 14 | line-height: 12px;
|
---|
| 15 | letter-spacing: 0px;
|
---|
| 16 | word-spacing: 0px;
|
---|
| 17 | font-size: 11px;
|
---|
| 18 | font-family: Arial;
|
---|
| 19 | }
|
---|
| 20 |
|
---|
| 21 | #wp_page_numbers {
|
---|
| 22 | margin-top: 10px;
|
---|
| 23 | width: 100%;
|
---|
| 24 | background: white;
|
---|
| 25 | margin-bottom: 10px;
|
---|
| 26 | }
|
---|
| 27 | #wp_page_numbers ul {
|
---|
| 28 | width: 100%;
|
---|
| 29 | }
|
---|
| 30 | #wp_page_numbers li {
|
---|
| 31 | float: left;
|
---|
| 32 | display: block;
|
---|
| 33 | margin-bottom: 2px;
|
---|
| 34 | }
|
---|
| 35 |
|
---|
| 36 | #wp_page_numbers a {
|
---|
| 37 | padding: 3px;
|
---|
| 38 | padding-left: 5px;
|
---|
| 39 | padding-right: 5px;
|
---|
| 40 | margin-left: 2px;
|
---|
| 41 | margin-right: 2px;
|
---|
| 42 | display: block;
|
---|
| 43 | color: #333;
|
---|
| 44 | border: 1px solid #bfbfbf;
|
---|
| 45 | }
|
---|
| 46 |
|
---|
| 47 | #wp_page_numbers li a:hover {
|
---|
| 48 | border-color: #BA0000;
|
---|
| 49 | }
|
---|
| 50 |
|
---|
| 51 | #wp_page_numbers li.space {
|
---|
| 52 | padding: 6px;
|
---|
| 53 | padding-left: 2px;
|
---|
| 54 | padding-right: 2px;
|
---|
| 55 | }
|
---|
| 56 |
|
---|
| 57 | #wp_page_numbers li.first_last_page {
|
---|
| 58 | font-style: italic;
|
---|
| 59 | }
|
---|
| 60 |
|
---|
| 61 | #wp_page_numbers li.active_page a {
|
---|
| 62 | border-color: #0075b8;
|
---|
| 63 | }
|
---|
| 64 | #wp_page_numbers li.active_page a:hover {
|
---|
| 65 | color: black; /* IE fix */
|
---|
| 66 | text-decoration: underline;
|
---|
| 67 | border-color: #BA0000;
|
---|
| 68 | }
|
---|
| 69 |
|
---|
| 70 | #wp_page_numbers li.page_info {
|
---|
| 71 | float: left;
|
---|
| 72 | display: block;
|
---|
| 73 | padding: 3px;
|
---|
| 74 | padding-left: 5px;
|
---|
| 75 | padding-right: 5px;
|
---|
| 76 | margin-right: 2px;
|
---|
| 77 | color: #666;
|
---|
| 78 | font-size: 11px;
|
---|
| 79 | border: 1px solid #bfbfbf;
|
---|
| 80 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.