source: trunk/www.guidonia.net/wp/wp-content/plugins/wp-page-numbers/panther/wp-page-numbers.css@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 1.2 KB
Line 
1#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
2 background: #4f4f4f;
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: 12px;
18 font-family: Arial;
19 color: white;
20}
21
22#wp_page_numbers {
23 margin-top: 10px;
24 width: 100%;
25 background: #4f4f4f;
26 border-top: 2px solid black;
27}
28#wp_page_numbers ul {
29
30 width: 100%;
31}
32#wp_page_numbers li {
33 float: left;
34 display: block;
35}
36
37#wp_page_numbers a {
38 padding: 6px;
39 padding-left: 4px;
40 padding-right: 4px;
41 display: block;
42 color: #ddd;
43}
44
45#wp_page_numbers li a:hover {
46 text-decoration: underline;
47}
48
49#wp_page_numbers li.space {
50 padding: 6px;
51 padding-left: 8px;
52 padding-right: 8px;
53}
54
55#wp_page_numbers li.first_last_page {
56 font-style: italic;
57}
58
59#wp_page_numbers li.active_page a {
60 background: black;
61 padding: 6px;
62 padding-left: 8px;
63 padding-right: 8px;
64 color: white;
65}
66#wp_page_numbers li.active_page a:hover {
67 color: #fff; /* IE fix */
68}
69
70#wp_page_numbers li.page_info {
71 float: left;
72 display: block;
73 padding: 6px;
74 padding-right: 8px;
75 color: #ddd;
76 font-size: 11px;
77}
Note: See TracBrowser for help on using the repository browser.