]> 4ch.mooo.com Git - test.git/blob - data/css/burichan.css
modified: config.php
[test.git] / data / css / burichan.css
1 html, body {
2          font-size:12pt;
3          background:#EEF2FF;
4          color:#000000;
5 }
6 a       {
7         background:inherit;
8         color:#34345C;
9         text-decoration:none;
10         font-family:sans-serif;
11 }
12 a:visited {
13         background:inherit;
14         color:#34345C;
15         text-decoration:none;
16         font-family:sans-serif;
17 }
18 a:hover {
19         color:#DD0000;
20         background:inherit;
21         text-decoration:underline;
22         font-family:sans-serif;
23 }
24 .adminbar {
25         text-align:right;
26         background:inherit;
27         clear:both;
28         float:right;
29 }
30 .logo {
31         clear:both;
32         text-align:center;
33         background:inherit;
34         font-size:24pt;
35         color:#AF0A0F;
36         width:100%;
37 }
38 .theader {
39         background:#0010E0;
40         color:#FFFFFF;
41         width:100%;
42 }
43 .postarea {
44         background:inherit;
45 }
46 .rules {
47         font-size:10px;
48         font-family:sans-serif;
49 }
50 .postblock {
51         background:#9988EE;
52         color:#000000;
53         font-weight:800;
54 }
55 .footer {
56         text-align:center;
57         font-size:10px;
58         font-family:sans-serif;
59 }
60 .passvalid {
61         background:#9988EE;
62         text-align:center;
63         width:100%;
64         color:#ffffff;
65 }
66 .dellist {
67         background:inherit;
68         text-align:center;
69 }
70 .delbuttons {
71         background:inherit;
72         text-align:center;
73         padding-bottom:4px;
74
75 }
76 .managehead {
77         background:#0F8FE1;
78         color:#000000;
79         font-family:sans-serif;
80         font-size:14px;
81         padding:0px;
82 }
83 .postlists {
84         background:#FFFFFF;
85         width:100%;
86         padding:0px;
87         color:#000000;
88 }
89 .row1 {
90         background:#9AD2F6;
91         font-family:sans-serif;
92         font-size:12px;
93         color:#000000;
94 }
95 .row2 {
96         background:#FFFFFF;
97         font-family:sans-serif;
98         font-size:12px;
99         color:#000000;
100 }
101 .unkfunc {
102         background:#C4C2EE;
103         color:#FFFFFF;
104 }
105 .filesize {
106         font-size:12px;
107         font-family:sans-serif;
108         text-decoration:underline;
109         padding-left:3em;
110 }
111 .filetitle {
112         background:inherit;
113         font-size:18px;
114         font-family:serif;
115         color:#0F0C5D;
116         font-weight:800;
117 }
118 .postername {
119         background:inherit;
120         font-size:12px;
121         font-family:serif;
122         color:#117743;
123         font-weight:800;
124 }
125 .oldpost {
126         background:inherit;
127         font-size:18px;
128         font-family:serif;
129         color:#0F0C5D;
130         font-weight:800;
131 }
132 .omittedposts {
133         background:inherit;
134         font-size:18px;
135         font-family:serif;
136         color:#070707;
137         font-weight:800;
138 }
139 .reply {
140         background:#D6DAF0;
141         color:#000000;
142         font-family:serif;
143 }
144 .doubledash {
145         vertical-align:top;
146         clear:both;
147         float:left;
148 }
149 .replytitle {
150         background:inherit;
151         font-size:18px;
152         font-family:serif;
153         color:#0F0C5D;
154         font-weight:800;
155 }
156 .commentpostername {
157         background:inherit;
158         font-size:12px;
159         font-family:serif;
160         color:#117743;
161         font-weight:800;
162 }
163 .thumbnailmsg {
164         background:inherit;
165         font-size:9px;
166         font-family:sans-serif;
167         color:#000000;
168 }