Line | |
---|
1 | #wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
|
---|
2 | background: #f1f1f1;
|
---|
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: 9px;
|
---|
18 | font-family: Verdana;
|
---|
19 | }
|
---|
20 |
|
---|
21 | #wp_page_numbers {
|
---|
22 | margin-top: 10px;
|
---|
23 | width: 100%;
|
---|
24 | background: #f1f1f1;
|
---|
25 | border: 1px solid #bfbfbf;
|
---|
26 | }
|
---|
27 | #wp_page_numbers ul {
|
---|
28 | width: 100%;
|
---|
29 | }
|
---|
30 | #wp_page_numbers li {
|
---|
31 | float: left;
|
---|
32 | display: block;
|
---|
33 | }
|
---|
34 |
|
---|
35 | #wp_page_numbers a {
|
---|
36 |
|
---|
37 | margin-top: 2px;
|
---|
38 | margin-bottom: 2px;
|
---|
39 |
|
---|
40 | padding: 2px;
|
---|
41 | padding-left: 2px;
|
---|
42 | padding-right: 2px;
|
---|
43 | margin-left: 1px;
|
---|
44 | margin-right: 1px;
|
---|
45 | display: block;
|
---|
46 | color: #333;
|
---|
47 | border: 1px solid #f1f1f1;
|
---|
48 | }
|
---|
49 |
|
---|
50 | #wp_page_numbers li a:hover {
|
---|
51 | border-color: #999;
|
---|
52 | }
|
---|
53 |
|
---|
54 | #wp_page_numbers li.space {
|
---|
55 | margin-top: 2px;
|
---|
56 | margin-bottom: 2px;
|
---|
57 | border: 1px solid #f1f1f1;
|
---|
58 | padding-top: 2px;
|
---|
59 | }
|
---|
60 |
|
---|
61 | #wp_page_numbers li.first_last_page {
|
---|
62 | font-style: italic;
|
---|
63 | }
|
---|
64 |
|
---|
65 | #wp_page_numbers li.active_page a {
|
---|
66 | border: 1px solid #bfbfbf;
|
---|
67 | background: white;
|
---|
68 | padding-left: 4px;
|
---|
69 | padding-right: 4px;
|
---|
70 | }
|
---|
71 | #wp_page_numbers li.active_page a:hover {
|
---|
72 | color: black; /* IE fix */
|
---|
73 | }
|
---|
74 |
|
---|
75 | #wp_page_numbers li.page_info {
|
---|
76 | margin-top: 2px;
|
---|
77 | margin-bottom: 2px;
|
---|
78 |
|
---|
79 | padding-top: 2px;
|
---|
80 |
|
---|
81 | margin-right: 2px;
|
---|
82 | padding-left: 2px;
|
---|
83 | color: #666;
|
---|
84 | border: 1px solid #f1f1f1;
|
---|
85 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.