/ css / burichan.css
burichan.css
  1  body {
  2  	font-size: 12pt;
  3  	background: #EEF2FF;
  4  	color: #000000;
  5  	padding-left: 5px;
  6  	padding-right: 5px;
  7  	margin-right: 0px;
  8  	margin-left: 0px;
  9  	margin-top: 5px;
 10  }
 11  
 12  center iframe {
 13  	border: 1px solid black;
 14  }
 15  
 16  a, a:visited {
 17  	background: inherit;
 18  	color: #34345C;
 19  	font-family: serif;
 20  }
 21  
 22  a:hover {
 23  	color: #DD0000;
 24  	background: inherit;
 25  	font-family: serif;
 26  }
 27  
 28  a.quotelink {
 29  	background: inherit;
 30  	color: #DD0000;
 31  	font-family: serif;
 32  }
 33  
 34  .logo {
 35  	clear: both;
 36  	text-align: center;
 37  	background: inherit;
 38  	font-size: 24pt;
 39  	color: #AF0A0F;
 40  	width: 100%;
 41  }
 42  
 43  .postarea {
 44  	background: inherit;
 45  }
 46  
 47  form {
 48  	margin-top: 0px;
 49  }
 50  
 51  .rules {
 52  	width: 468px;
 53  	font-size: 10px;
 54  	font-family: sans-serif;
 55  }
 56  
 57  .rules a, .rules a:visited, .rules a:link {
 58  	font-family: sans-serif;
 59  }
 60  
 61  .rules li {
 62  	margin-left: 1em;
 63  	text-indent: -1em;
 64  }
 65  
 66  .postblock {
 67  	background: #9988EE;
 68  	color: #000000;
 69  	font-weight: 800;
 70  }
 71  
 72  .footer {
 73  	text-align: center;
 74  	font-size: 12px;
 75  	font-family: serif;
 76  }
 77  
 78  .unkfunc {
 79  	color: #789922;
 80  }
 81  
 82  .filesize {
 83  	font-size: 16px;
 84  	font-family: serif;
 85  	text-decoration: none;
 86  }
 87  
 88  .filesize span, span.postername, span.filetitle, span.commentpostername {
 89  	unicode-bidi: embed;
 90  }
 91  
 92  .filetitle, .replytitle {
 93  	background: inherit;
 94  	font-size: 18px;
 95  	font-family: serif;
 96  	color: #0F0C5D;
 97  	font-weight: 800;
 98  }
 99  
100  .postername, .commentpostername {
101  	background: inherit;
102  	font-size: 16px;
103  	font-family: serif;
104  	color: #117743;
105  	font-weight: 800;
106  }
107  
108  .postertrip {
109  	background: inherit;
110  	font-size: 16px;
111  	font-family: serif;
112  	color: #228854;
113  }
114  
115  .oldpost {
116  	background: inherit;
117  	font-family: serif;
118  	color: #0F0C5D;
119  	font-weight: 800;
120  }
121  
122  .omittedposts, .abbr {
123  	background: inherit;
124  	color: #070707;
125  }
126  
127  .reply {
128  	background: #D6DAF0;
129  	color: #000000;
130  	font-family: serif;
131  }
132  
133  .replyhl {
134  	background: #D6BAD0;
135  	color: #000000;
136  	font-family: serif;
137  }
138  
139  .doubledash {
140  	vertical-align: top;
141  	clear: both;
142  	float: left;
143  }
144  
145  a.quotejs:active, a.quotejs:link, a.quotejs:visited {
146  	color: #000000;
147  	text-decoration: none;
148  }
149  
150  a.quotejs:hover {
151  	font-weight: bold;
152  }
153  
154  .tn_thread {
155  	width: 200px;
156  	height: 100px;
157  	margin: 0px 20px 20px 20px;
158  	float: left;
159  	background: #eef2ff;
160  	border: #98e 1px solid;
161  	text-align: center;
162  }
163  
164  .tn_reply {
165  	width: 100px;
166  	height: 100px;
167  	margin: 0px 20px 20px 20px;
168  	float: left;
169  	background: #eef2ff;
170  	border: #98e 1px solid;
171  	text-align: center;
172  }
173  
174  .adHeadline {
175  	font: bold 10pt serif;
176  	text-decoration: underline;
177  	color: #00e
178  }
179  
180  .adText {
181  	font: normal 10pt serif;
182  	text-decoration: none;
183  	color: #000
184  }
185  
186  #ad {
187  	width: 120px;
188  
189  	margin: 0;
190  	padding: 0;
191  
192  	position: absolute;
193  	right: 150px;
194  
195  	border: 1px solid #98E;
196  
197  	font-family: arial, helvetica, sans-serif;
198  	font-size: 11px;
199  
200  }
201  
202  #ad div {
203  	margin: 0;
204  	padding: 0.4em;
205  
206  }
207  
208  #ad div.ad-title {
209  	padding: 0em;
210  	background: #98E;
211  	color: #000;
212  	font-size: 11px;
213  }
214  
215  #ad div.ad-title a {
216  	font-family: arial, helvetica, sans-serif;
217  	color: #000;
218  }
219  
220  #ad div.ad-text {
221  }
222  
223  #ad div.ad-text a {
224  	font-family: arial, helvetica, sans-serif;
225  }
226  
227  #ad div.ad-text a:visited {
228  }
229  
230  .bottomAdTitle {
231  	font-family: arial, helvetica, sans-serif;
232  	background: #98E;
233  	color: #000000;
234  }
235  
236  #bottomAd {
237  	height: 52px;
238  	font-size: 11px;
239  }
240  
241  #bottomAdOuter {
242  	width: 600px;
243  	border: 1px solid #98E;
244  	font-size: 11px;
245  }
246  
247  .spoiler a.quotelink, .spoiler .unkfunc {
248  	color: inherit;
249  }
250  
251  .exif {
252  	display: none;
253  	font-family: arial, helvetica, sans-serif;
254  	font-size: xx-small;
255  }
256  
257  .exif td {
258  	font-family: arial, helvetica, sans-serif;
259  	font-size: xx-small;
260  }
261  
262  .exif td b {
263  	font-weight: 800;
264  	text-decoration: underline;
265  	font-size: x-small;
266  }
267  
268  #header {
269  	position: absolute;
270  	left: 5px;
271  	right: 5px;
272  }
273  
274  * html #header {
275  	width: 100%;
276  }
277  
278  #navtop, #navbot {
279  	left: 0px;
280  	float: left;
281  	font-size: 11pt;
282  }
283  
284  #navtopr, #navbotr {
285  	right: 0px;
286  	display: block;
287  	text-align: right;
288  	font-size: 11pt;
289  }
290  
291  #footer {
292  	clear: both;
293  }
294  
295  .fstitle {
296  	float: left;
297  	width: 25px;
298  }
299  
300  .recaptchatable {
301  	background-color: transparent !important;
302  	border: none !important;
303  }
304  
305  .recaptcha_image_cell {
306  	background-color: transparent !important;
307  }
308  
309  #recaptcha_response_field {
310  	border: 1px solid #AAA !important;
311  }
312  
313  #recaptcha_div {
314  	height: 107px;
315  	width: 442px;
316  }
317  
318  #recaptcha_challenge_field {
319  	width: 400px
320  }