OSDN Git Service

BugTrack/2176 showrss: Fix character encoding issues etc.
[pukiwiki/pukiwiki.git] / skin / tdiary_black.css
1 thead td.style_td,
2 tfoot td.style_td {
3         background-color:#223333;
4 }
5 thead th.style_th,
6 tfoot th.style_th {
7         background-color:#332200;
8 }
9 .style_table {
10         background-color:#CCD5DD;
11 }
12 .style_th {
13         background-color:#333333;
14 }
15 .style_td {
16         background-color:#111111;
17 }
18
19 /* NoSuchPage? */
20 span.noexists {
21         background-color:#333355;
22 }
23
24 div#preview {
25         background-color:#222200;
26 }
27
28 /* calendar*.inc.php */
29 .style_calendar {
30         background-color:#999999;
31 }
32 .style_td_caltop {
33         background-color:#111111;
34 }
35 .style_td_today {
36         background-color:#333355;
37 }
38 .style_td_sat {
39         background-color:#223333;
40 }
41 .style_td_sun {
42         background-color:#332200;
43 }
44 .style_td_blank {
45         background-color:#111111;
46 }
47 .style_td_day {
48         background-color:#111111;
49 }
50 .style_td_week {
51         background-color:#333333;
52 }
53
54 /* hr.inc.php */
55 hr.short_line {
56         border-color:#999999;
57 }
58
59 /* vote.inc.php */
60 td.vote_label {
61         background-color:#333333;
62 }
63 td.vote_td1 {
64         background-color:#332200;
65 }
66 td.vote_td2 {
67         background-color:#223333;
68 }