136
|
1 |
#wp-calendar |
|
2 |
{ |
|
3 |
text-align: center; |
|
4 |
width: 100%; |
|
5 |
border-collapse: collapse; |
|
6 |
padding: 0; |
|
7 |
margin: 0; |
|
8 |
font-size: 1em; |
|
9 |
} |
|
10 |
|
|
11 |
#wp-calendar caption a, #wp-calendar caption a:hover |
|
12 |
{ |
|
13 |
background: transparent; |
|
14 |
} |
|
15 |
|
|
16 |
#wp-calendar th |
|
17 |
{ |
|
18 |
font-weight: bold; |
|
19 |
} |
|
20 |
|
|
21 |
#wp-calendar a |
|
22 |
{ |
|
23 |
text-decoration: none; |
|
24 |
display: block; |
|
25 |
color: black; |
|
26 |
} |
|
27 |
|
|
28 |
#wp-calendar td, #wp-calendar th |
|
29 |
{ |
|
30 |
text-align: center; |
|
31 |
} |
|
32 |
|
|
33 |
#wp-calendar tbody td a |
|
34 |
{ |
|
35 |
text-decoration: underline; |
|
36 |
background-color: #ccc; |
|
37 |
} |
|
38 |
|
|
39 |
#wp-calendar caption |
|
40 |
{ |
|
41 |
letter-spacing: 0.1em; |
|
42 |
padding: 0.2em 1em 0.2em 0em; |
|
43 |
font-weight: normal; |
|
44 |
text-align: left; |
|
45 |
font-size: 1.2em; |
|
46 |
} |
|
47 |
|