1 |
html {
|
2 |
padding-left: 20px;
|
3 |
background-color: #E2DDC3;
|
4 |
color: #333;
|
5 |
}
|
6 |
body {
|
7 |
margin: 0;
|
8 |
padding: 0 1em 0 20px;
|
9 |
background-color: transparent;
|
10 |
border-left: groove 0.1em #E2DDC3;
|
11 |
color: #333;
|
12 |
font-family: Verdana, Myriad Web, Syntax, sans-serif;
|
13 |
}
|
14 |
|
15 |
a:link{
|
16 |
color: #c33;
|
17 |
background-color: transparent;
|
18 |
}
|
19 |
|
20 |
a:visited{
|
21 |
color: #933;
|
22 |
background-color: transparent;
|
23 |
}
|
24 |
|
25 |
a:hover{
|
26 |
color: red;
|
27 |
background-color: transparent;
|
28 |
}
|
29 |
|
30 |
|
31 |
a { text-decoration:none; }
|
32 |
|
33 |
a.not-exist .mark {
|
34 |
vertical-align: super;
|
35 |
}
|
36 |
|
37 |
.tools {
|
38 |
text-align: right;
|
39 |
font-size: small;
|
40 |
margin-left: -40px;
|
41 |
margin-bottom: 2em;
|
42 |
width: 20em;
|
43 |
}
|
44 |
|
45 |
h1 {
|
46 |
color: #000;
|
47 |
background-color: transparent;
|
48 |
text-align: left;
|
49 |
font-size:1.7em;
|
50 |
font-style:normal;
|
51 |
margin-top: 0.2em;
|
52 |
margin-bottom: 0.5em;
|
53 |
padding-bottom: 10px;
|
54 |
}
|
55 |
|
56 |
/*
|
57 |
カレンダーの設定
|
58 |
*/
|
59 |
div.calendar {
|
60 |
text-align: right;
|
61 |
font-size: 80%;
|
62 |
padding: 2px;
|
63 |
margin-bottom: 0.5em;
|
64 |
}
|
65 |
|
66 |
/*
|
67 |
ヘッドラインの設定
|
68 |
*/
|
69 |
.headline {
|
70 |
text-align: right;
|
71 |
font-size: 80%;
|
72 |
padding: 2px;
|
73 |
margin-bottom: 3em;
|
74 |
}
|
75 |
|
76 |
/*
|
77 |
1日の日記全体を囲む枠の設定
|
78 |
*/
|
79 |
.wiki-section {
|
80 |
margin: 1em 1em 5em 1em;
|
81 |
}
|
82 |
|
83 |
/*
|
84 |
タイトル行全体の設定
|
85 |
*/
|
86 |
h2 {
|
87 |
/*border-left: groove thin #E2DDC3;*/
|
88 |
background-image: url(wiki?mypage=Wiki//Style//DarkWhite//h2back;mycmd=image_png);
|
89 |
background-repeat: repeat-y;
|
90 |
font-size: 120%;
|
91 |
font-style: normal;
|
92 |
margin-top: 2em;
|
93 |
padding: 2px 2px 2px 15px;
|
94 |
}
|
95 |
|
96 |
/*
|
97 |
日付の設定
|
98 |
*/
|
99 |
h2 span.date {
|
100 |
margin-left: 0.5em;
|
101 |
}
|
102 |
|
103 |
/*
|
104 |
タイトルの設定
|
105 |
*/
|
106 |
h2 span.title {
|
107 |
}
|
108 |
|
109 |
/*
|
110 |
タイトルを除いた1日の日記本文全体の設定
|
111 |
*/
|
112 |
div.body {
|
113 |
padding: 2px 2px 1px 2px;
|
114 |
margin-left: 2em;
|
115 |
margin-right: 1em;
|
116 |
}
|
117 |
|
118 |
/*
|
119 |
サブタイトルの設定
|
120 |
*/
|
121 |
h3 {
|
122 |
font-size: 100%;
|
123 |
margin-top: 1em;
|
124 |
font-weight: bold;
|
125 |
}
|
126 |
|
127 |
/*
|
128 |
日記の本文(段落)の設定
|
129 |
*/
|
130 |
.wiki-section p {
|
131 |
margin: 0.5em 0em 1em 1em;
|
132 |
line-height: 1.4em;
|
133 |
}
|
134 |
|
135 |
/*
|
136 |
ツッコミ欄全体の設定
|
137 |
*/
|
138 |
#see-also, #toc, #tools1 {
|
139 |
font-size: 90%;
|
140 |
color: #000;
|
141 |
background-color: #E6DEC8;
|
142 |
border-color: #aaa #fff #fff #aaa;
|
143 |
border-style: solid;
|
144 |
border-width: 1px;
|
145 |
padding :2px 2px 1px 2px;
|
146 |
margin: 0.5em 1em 0 2em;
|
147 |
}
|
148 |
#toc h2 {
|
149 |
max-width: 80%;
|
150 |
padding-left: 15px;
|
151 |
}
|
152 |
|
153 |
/*
|
154 |
ツッコミ欄タイトル行の設定
|
155 |
*/
|
156 |
div.comment div.caption {
|
157 |
}
|
158 |
|
159 |
/*
|
160 |
ツッコミした人の名前の設定
|
161 |
*/
|
162 |
|
163 |
/*
|
164 |
リンク元リスト(短い方)の設定
|
165 |
|
166 |
#referer {
|
167 |
text-align: right;
|
168 |
font-size: 90%;
|
169 |
padding: 2px 2px 1px 2px;
|
170 |
margin-left: 2em;
|
171 |
margin-right: 1em;
|
172 |
}
|
173 |
*/
|
174 |
/*
|
175 |
リンク元リスト(全体一覧)の設定
|
176 |
*/
|
177 |
|
178 |
#referer {
|
179 |
font-size: 90%;
|
180 |
padding: 2px 2px 1px 2px;
|
181 |
margin-top: 0.5em;
|
182 |
margin-left: 2em;
|
183 |
margin-right: 1em;
|
184 |
}
|
185 |
|
186 |
/*
|
187 |
リンク元リストタイトルの設定
|
188 |
*/
|
189 |
div.refererlist div.caption {
|
190 |
}
|
191 |
|
192 |
/*
|
193 |
リンク元リスト一覧の設定
|
194 |
*/
|
195 |
#referer ul {
|
196 |
margin-top: 0em;
|
197 |
}
|
198 |
|
199 |
|
200 |
/*
|
201 |
フッタの設定
|
202 |
*/
|
203 |
.footer {
|
204 |
font-size: 80%;
|
205 |
text-align: right;
|
206 |
margin-top: 0px;
|
207 |
}
|
208 |
|
209 |
/*
|
210 |
フォーム全体を囲む枠の設定
|
211 |
*/
|
212 |
form {
|
213 |
padding: 0.5em 1em 0.5em 1em;
|
214 |
margin: 0.5em 1em 0.5em 2em;
|
215 |
}
|
216 |
|
217 |
/*
|
218 |
入力フィールドの設定
|
219 |
*/
|
220 |
input[type=text] {
|
221 |
background-color: white;
|
222 |
color: #000;
|
223 |
}
|
224 |
|
225 |
/*
|
226 |
複数行入力フィールドの設定
|
227 |
*/
|
228 |
textarea {
|
229 |
background-color: white;
|
230 |
color: #000;
|
231 |
margin-left: 1em;
|
232 |
width: 80%;
|
233 |
}
|
234 |
|
235 |
/*
|
236 |
エラーメッセージ表示の設定
|
237 |
*/
|
238 |
p.message {
|
239 |
text-align: center;
|
240 |
font-size: large;
|
241 |
background-color: red;
|
242 |
color: white;
|
243 |
padding: 8px;
|
244 |
}
|
245 |
|
246 |
/*
|
247 |
整形済みテキスト(preタグ)の設定
|
248 |
*/
|
249 |
pre {
|
250 |
background-color: #E6DEC8;
|
251 |
color: #000;
|
252 |
border-color: #aaa #fff #fff #aaa;
|
253 |
border-style: solid;
|
254 |
border-width: 2px;
|
255 |
margin-left: 2em;
|
256 |
margin-right: 1em;
|
257 |
padding: 8px 8px 8px 8px;
|
258 |
line-height: 100%;
|
259 |
white-space: pre;
|
260 |
font-family: "Courier New", "Courier", monospace;
|
261 |
}
|
262 |
|
263 |
pre sub {
|
264 |
vertical-align: bottom;
|
265 |
font-size: 50%;
|
266 |
letter-spacing: 0.5em;
|
267 |
line-height: 100%;
|
268 |
}
|
269 |
|
270 |
/*
|
271 |
引用の設定
|
272 |
*/
|
273 |
blockquote {
|
274 |
background-color: #E6DEC8;
|
275 |
color: #000;
|
276 |
border-color: #aaa #fff #fff #aaa;
|
277 |
border-style: solid;
|
278 |
border-width: 2px;
|
279 |
margin-left: 2em;
|
280 |
margin-right: 1em;
|
281 |
padding: 8px;
|
282 |
}
|
283 |
|
284 |
/*
|
285 |
項目リストの設定
|
286 |
*/
|
287 |
dl {
|
288 |
margin-left: 2em;
|
289 |
}
|
290 |
dt {
|
291 |
margin-bottom: 0.2em;
|
292 |
font-weight: bold;
|
293 |
}
|
294 |
dd {
|
295 |
margin-left: 1em;
|
296 |
margin-bottom: 0.5em;
|
297 |
}
|
298 |
|
299 |
/*
|
300 |
強調
|
301 |
*/
|
302 |
em{
|
303 |
color: black;
|
304 |
background-color: transparent;
|
305 |
font-weight: normal;
|
306 |
font-style: normal;
|
307 |
}
|
308 |
|
309 |
/*
|
310 |
より強い強調
|
311 |
*/
|
312 |
strong{
|
313 |
color: black;
|
314 |
background-color: transparent;
|
315 |
font-size: 130%;
|
316 |
font-style: normal;
|
317 |
}
|
318 |
|
319 |
/*
|
320 |
セミフッタの設定
|
321 |
*/
|
322 |
.sfooter {
|
323 |
margin-left: 45px;
|
324 |
}
|
325 |
|
326 |
/*
|
327 |
引用ソースの表示
|
328 |
*/
|
329 |
p.source{
|
330 |
margin-top: 0em;
|
331 |
margin-right: 1.5em;
|
332 |
text-align: right;
|
333 |
font-size:90%;
|
334 |
}
|
335 |
|
336 |
|
337 |
/*
|
338 |
ツッコミ省略版本文
|
339 |
*/
|
340 |
div.commentshort {
|
341 |
margin-left: 0.5em;
|
342 |
}
|
343 |
|
344 |
span.commentator {
|
345 |
}
|
346 |
|
347 |
div.commentshort p {
|
348 |
margin-top: 0.2em;
|
349 |
margin-bottom: 0.2em;
|
350 |
line-height: 1.2em;
|
351 |
}
|
352 |
|
353 |
/*
|
354 |
ツッコミ本体
|
355 |
*/
|
356 |
div.commentbody {
|
357 |
margin: 0.5em;
|
358 |
line-height: 1.2em;
|
359 |
}
|
360 |
|
361 |
/*
|
362 |
ツッコミした人の情報
|
363 |
*/
|
364 |
div.commentator {
|
365 |
line-height: 1.5em;
|
366 |
color: #cc6600;
|
367 |
background-color: transparent;
|
368 |
}
|
369 |
|
370 |
/*
|
371 |
ツッコミ本文
|
372 |
*/
|
373 |
div.commentbody p {
|
374 |
margin: 0.5em;
|
375 |
}
|
376 |
|
377 |
/*
|
378 |
フォームの設定
|
379 |
*/
|
380 |
div.form form {
|
381 |
margin: 0em;
|
382 |
}
|
383 |
|
384 |
div.form div.caption {
|
385 |
margin: 0.5em;
|
386 |
}
|
387 |
|
388 |
div.form form.comment {
|
389 |
}
|
390 |
|
391 |
div.field {
|
392 |
display: inline;
|
393 |
margin-right: 2em;
|
394 |
}
|
395 |
|
396 |
form.comment input {
|
397 |
background-color: white;
|
398 |
color: #000;
|
399 |
margin-left: 1em;
|
400 |
}
|
401 |
|
402 |
div.textarea {
|
403 |
display: block;
|
404 |
vertical-align: top;
|
405 |
}
|
406 |
|
407 |
form.comment textarea {
|
408 |
display: block;
|
409 |
background-color: white;
|
410 |
color: #000;
|
411 |
width: 30em;
|
412 |
height: 5em;
|
413 |
}
|
414 |
|
415 |
div.button {
|
416 |
display: block;
|
417 |
}
|
418 |
|
419 |
/*
|
420 |
更新フォーム
|
421 |
*/
|
422 |
form.update {
|
423 |
padding-top: 0.5em;
|
424 |
padding-bottom: 0.5em;
|
425 |
}
|
426 |
|
427 |
form.update input, form.update textarea, form.commentstat input {
|
428 |
background-color: white;
|
429 |
color: #000;
|
430 |
}
|
431 |
|
432 |
form.update span.field {
|
433 |
display: inline;
|
434 |
margin-left: 0em;
|
435 |
margin-right: 0.5em;
|
436 |
}
|
437 |
|
438 |
form.update div.field.title {
|
439 |
display: block;
|
440 |
margin-top: 1em;
|
441 |
}
|
442 |
|
443 |
form.update div.field.title input {
|
444 |
margin-left: 0.5em;
|
445 |
}
|
446 |
|
447 |
form.update div.textarea {
|
448 |
display: block;
|
449 |
margin-top: 1em;
|
450 |
}
|
451 |
|
452 |
form.update textarea {
|
453 |
display: block;
|
454 |
margin-bottom: 1em;
|
455 |
width: 35em;
|
456 |
height: 15em;
|
457 |
}
|
458 |
|
459 |
form.update span.checkbox.hidediary {
|
460 |
margin-left: 1em;
|
461 |
}
|
462 |
|
463 |
/*
|
464 |
ツッコミ状態変更フォーム
|
465 |
*/
|
466 |
div.comment form {
|
467 |
margin-top: 0em;
|
468 |
}
|
469 |
|
470 |
/*
|
471 |
長年日記用
|
472 |
*/
|
473 |
h2 span.nyear {
|
474 |
font-size: 80%;
|
475 |
}
|
476 |
|
477 |
/*
|
478 |
スミ消し用
|
479 |
*/
|
480 |
del {
|
481 |
background-color: #E2DDC3;
|
482 |
}
|
483 |
|
484 |
/*
|
485 |
このスタイルは、次の tDiary 用テーマを基にしました。
|
486 |
<http://www.tdiary.org/theme/darkwhite/darkwhite.css>
|
487 |
|
488 |
Title: DarkWhite
|
489 |
Author: s.sawada
|
490 |
Access: moonwave@ba2.so-net.ne.jp
|
491 |
License: GPL
|
492 |
Comment: 目にやさしいテーマ(かも)
|
493 |
|
494 |
DarkWhite.css
|
495 |
Copyright (C) 2002 by s.sawada <http://mwave.sppd.ne.jp/diary/>
|
496 |
*/
|
497 |
|
498 |
/* License: GNU GPL2 */ |