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

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 1.3 KB
Line 
1#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
2 background: url('img/bkg.gif') center left repeat-x;
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 font-weight: bold;
21}
22
23#wp_page_numbers {
24 margin-top: 10px;
25 width: 100%;
26 border: 1px solid #3e89a2;
27 background: url('img/bkg.gif') center left repeat-x;
28}
29#wp_page_numbers ul {
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}
43
44#wp_page_numbers li a:hover {
45 text-decoration: underline;
46 background: #95c9da;
47 color: #000;
48}
49
50#wp_page_numbers li.space {
51 padding: 6px;
52}
53
54#wp_page_numbers li.active_page a {
55 background: url('img/bkg_active.gif') center left repeat-x;
56 padding: 6px;
57 padding-left: 8px;
58 padding-right: 8px;
59 color: white;
60}
61#wp_page_numbers li.active_page a:hover {
62 color: #fff; /* IE fix */
63}
64
65#wp_page_numbers li.page_info {
66 float: left;
67 display: block;
68 padding: 6px;
69 padding-right: 8px;
70 font-size: 11px;
71}
Note: See TracBrowser for help on using the repository browser.