OSDN Git Service

f9b2e8ce264f12909300d320f8acfb6fa8414b64
[pukiwiki/pukiwiki.git] / skin / tdiary.css
1 @charset "UTF-8";
2
3 /*!
4  * PukiWiki - Yet another WikiWikiWeb clone.
5  * Copyright
6  *   2002-2017 PukiWiki Development Team
7  *   2001-2002 Originally written by yu-ji
8  * License: GPL v2 or (at your option) any later version
9  *
10  * tDiary-css-wrapper
11  */
12
13 /* ------------------------------------------ */
14 /* PukiWiki abstruction CSS for tDiary themes */
15
16 /* <--> Expand textarea height (for editing only) */
17 /* <<-- textarea with not-so-long margin          */
18 form.update textarea {
19         height: 25em;
20         margin-left:   1em;
21         margin-bottom: 0;
22 }
23
24 /* >--< Shrink textarea width (for #memo, etc) */
25 form textarea { width: 30em }
26
27 /* Image border = 0 */
28 img { border: 0 }
29
30 /* --------------------- */
31 /* PukiWiki original CSS */
32
33 pre {
34         white-space:pre-wrap;
35         word-wrap:break-word;
36 }
37
38 thead td.style_td,
39 tfoot td.style_td {
40         color:inherit;
41         background-color:#D0D8E0;
42 }
43 thead th.style_th,
44 tfoot th.style_th {
45         color:inherit;
46         background-color:#E0E8F0;
47 }
48 .style_table {
49         padding:0px;
50         border:0px;
51         margin:auto;
52         text-align:left;
53         color:inherit;
54         background-color:#CCD5DD;
55 }
56 .style_th {
57         padding:5px;
58         margin:1px;
59         text-align:center;
60         color:inherit;
61         background-color:#EEEEEE;
62 }
63 .style_td {
64         padding:5px;
65         margin:1px;
66         color:inherit;
67         background-color:#EEF5FF;
68 }
69
70 ul.list1 { list-style-type:disc; }
71 ul.list2 { list-style-type:circle; }
72 ul.list3 { list-style-type:square; }
73 ol.list1 { list-style-type:decimal; }
74 ol.list2 { list-style-type:lower-roman; }
75 ol.list3 { list-style-type:lower-alpha; }
76
77 .list-indent1 {
78   padding-left: 16px;
79   margin-left: 16px
80 }
81 /* list-indent2,3,4 are used for leaping list level indentation */
82 .list-indent2 {
83   padding-left: 32px;
84   margin-left: 32px
85 }
86 .list-indent3 {
87   padding-left: 48px;
88   margin-left: 48px
89 }
90 .list-indent4 {
91   padding-left: 64px;
92   margin-left: 64px
93 }
94
95 div.ie5 { text-align:center; }
96
97 /* NoSuchPage? */
98 span.noexists {
99         color:inherit;
100         background-color:#FFFACC;
101 }
102
103 .small { font-size:80%; }
104
105 /* Not found, Remove? */
106 /*
107 .super_index {
108         color:#DD3333;
109         background-color:inherit;
110         font-weight:bold;
111         font-size:60%;
112         vertical-align:super;
113 }
114 */
115
116 /* for tDiary themes */
117 a.note_super {}
118
119 div.jumpmenu {
120         font-size:60%;
121         text-align:right;
122 }
123
124 /* for tDiary themes */
125 hr.full_hr {}
126 hr.note_hr { display:none }
127
128 span.size1 {
129         font-size:xx-small;
130         line-height:130%;
131         text-indent:0px;
132         display:inline;
133 }
134 span.size2 {
135         font-size:x-small;
136         line-height:130%;
137         text-indent:0px;
138         display:inline;
139 }
140 span.size3 {
141         font-size:small;
142         line-height:130%;
143         text-indent:0px;
144         display:inline;
145 }
146 span.size4 {
147         font-size:medium;
148         line-height:130%;
149         text-indent:0px;
150         display:inline;
151 }
152 span.size5 {
153         font-size:large;
154         line-height:130%;
155         text-indent:0px;
156         display:inline;
157 }
158 span.size6 {
159         font-size:x-large;
160         line-height:130%;
161         text-indent:0px;
162         display:inline;
163 }
164 span.size7 {
165         font-size:xx-large;
166         line-height:130%;
167         text-indent:0px;
168         display:inline;
169 }
170
171 /* html.php/catbody() */
172 strong.word0 {
173         background-color:#FFFF66;
174         color:black;
175 }
176 strong.word1 {
177         background-color:#A0FFFF;
178         color:black;
179 }
180 strong.word2 {
181         background-color:#99FF99;
182         color:black;
183 }
184 strong.word3 {
185         background-color:#FF9999;
186         color:black;
187 }
188 strong.word4 {
189         background-color:#FF66FF;
190         color:black;
191 }
192 strong.word5 {
193         background-color:#880000;
194         color:white;
195 }
196 strong.word6 {
197         background-color:#00AA00;
198         color:white;
199 }
200 strong.word7 {
201         background-color:#886800;
202         color:white;
203 }
204 strong.word8 {
205         background-color:#004699;
206         color:white;
207 }
208 strong.word9 {
209         background-color:#990099;
210         color:white;
211 }
212
213 /* html.php/edit_form() */
214 .edit_form { clear:both; }
215
216 /* pukiwiki.skin.php */
217 div#header {
218         padding:0px;
219         margin:0px;
220 }
221
222 div#navigator {
223         clear:both;
224         padding:4px 0px 0px 0px;
225         margin:0px;
226 }
227
228 td.menubar {
229         width:9em;
230         vertical-align:top;
231 }
232
233 div#menubar {
234         width:9em;
235         padding:0px;
236         margin:4px;
237         word-break:break-all;
238         font-size:90%;
239         overflow:hidden;
240 }
241
242 div#menubar ul {
243         margin:0px 0px 0px .5em;
244         padding:0px 0px 0px .5em;
245 }
246
247 div#menubar ul li { line-height:110%; }
248
249 div#menubar h4 { font-size:110%; }
250
251 /* for tDiary themes */
252 div.pkwk_body { padding:0px; }
253
254 div#note {
255         clear:both;
256         padding:0px;
257         margin:0px;
258 }
259
260 div#attach {
261         clear:both;
262         padding:0px;
263         margin:0px;
264 }
265
266 div#toolbar {
267         clear:both;
268         padding:0px;
269         margin:0px;
270         text-align:right;
271 }
272
273 div#lastmodified {
274         font-size:80%;
275         padding:0px;
276         margin:0px;
277 }
278
279 /* for tDiary theme */
280 div#related {
281         font-size:80%;
282         padding:0px;
283         margin:0px 0px 0px 0px;
284 }
285
286 div#footer {
287         font-size:70%;
288         padding:0px;
289         margin:16px 0px 0px 0px;
290 }
291
292 div#banner {
293         float:right;
294         margin-top:24px;
295 }
296
297 div#preview {
298         color:inherit;
299         background-color:#F5F8FF;
300 }
301
302 img#logo {
303         float:left;
304         margin-right:20px;
305 }
306
307 /* aname.inc.php */
308 .anchor {}
309 .anchor_super {
310         font-size:xx-small;
311         vertical-align:super;
312 }
313
314 /* br.inc.php */
315 br.spacer {}
316
317 /* calendar*.inc.php */
318 .style_calendar {
319         padding:0px;
320         border:0px;
321         margin:3px;
322         color:inherit;
323         background-color:#CCD5DD;
324         text-align:center;
325 }
326 .style_td_caltop {
327         padding:5px;
328         margin:1px;
329         color:inherit;
330         background-color:#EEF5FF;
331         font-size:80%;
332         text-align:center;
333 }
334 .style_td_today {
335         padding:5px;
336         margin:1px;
337         color:inherit;
338         background-color:#FFFACC;
339         text-align:center;
340 }
341 .style_td_sat {
342         padding:5px;
343         margin:1px;
344         color:inherit;
345         background-color:#DDE5FF;
346         text-align:center;
347 }
348 .style_td_sun {
349         padding:5px;
350         margin:1px;
351         color:inherit;
352         background-color:#FFEEEE;
353         text-align:center;
354 }
355 .style_td_blank {
356         padding:5px;
357         margin:1px;
358         color:inherit;
359         background-color:#EEF5FF;
360         text-align:center;
361 }
362 .style_td_day {
363         padding:5px;
364         margin:1px;
365         color:inherit;
366         background-color:#EEF5FF;
367         text-align:center;
368 }
369 .style_td_week {
370         padding:5px;
371         margin:1px;
372         color:inherit;
373         background-color:#DDE5EE;
374         font-size:80%;
375         font-weight:bold;
376         text-align:center;
377 }
378
379 /* calendar_viewer.inc.php */
380 div.calendar_viewer {
381         color:inherit;
382         background-color:inherit;
383         margin-top:20px;
384         margin-bottom:10px;
385         padding-bottom:10px;
386 }
387 span.calendar_viewer_left {
388         color:inherit;
389         background-color:inherit;
390         float:left;
391 }
392 span.calendar_viewer_right {
393         color:inherit;
394         background-color:inherit;
395         float:right;
396 }
397
398 /* clear.inc.php */
399 .clear {
400         margin:0px;
401         clear:both;
402 }
403
404 /* counter.inc.php */
405 div.counter { font-size:70%; }
406
407 /* diff.inc.php */
408 span.diff_added {
409         color:blue;
410         background-color:inherit;
411 }
412
413 span.diff_removed {
414         color:red;
415         background-color:inherit;
416 }
417
418 /* hr.inc.php */
419 hr.short_line {
420         text-align:center;
421         width:80%;
422         border-style:solid;
423         border-color:#CCD5DD;
424         border-width:1px 0px;
425 }
426
427 /* include.inc.php */
428 h5.side_label { text-align:center; }
429
430 /* navi.inc.php */
431 ul.navi {
432         margin:0px;
433         padding:0px;
434         text-align:center;
435 }
436 li.navi_none {
437         display:inline;
438         float:none;
439 }
440 li.navi_left {
441         display:inline;
442         float:left;
443         text-align:left;
444 }
445 li.navi_right {
446         display:inline;
447         float:right;
448         text-align:right;
449 }
450
451 /* new.inc.php */
452 span.comment_date { font-size:x-small; }
453 span.new1 {
454         color:red;
455         background-color:transparent;
456         font-size:x-small;
457 }
458 span.new5 {
459         color:green;
460         background-color:transparent;
461         font-size:xx-small;
462 }
463
464 /* popular.inc.php */
465 span.counter { font-size:70%; }
466
467 /* recent.inc.php,showrss.inc.php */
468
469 /* ref.inc.php */
470 div.img_margin {
471         margin-left:32px;
472         margin-right:32px;
473 }
474
475 /* vote.inc.php */
476 td.vote_label {
477         color:inherit;
478         background-color:#DDE5EE;
479 }
480 td.vote_td1 {
481         color:inherit;
482         background-color:#FFEEEE;
483 }
484 td.vote_td2 {
485         color:inherit;
486         background-color:#DDE5FF;
487 }
488
489 /* topicpath.inc.php */
490 span.topicpath-slash {
491   margin: 0 0.4em;
492 }
493 span.topicpath-top {
494   user-select: none;
495 }
496
497 /* bugtrack.inc.php */
498 tr.bugtrack_list_header th {
499   background-color: #ffffcc;
500 }
501 tr.bugtrack_state_proposal td {
502   background-color: #ccccff;
503 }
504 tr.bugtrack_state_accept td {
505   background-color: #ffcc99;
506 }
507 tr.bugrack_state_resolved td {
508   background-color: #ccffcc;
509 }
510 tr.bugtrack_state_pending td {
511   background-color: #ffccff;
512 }
513 tr.bugtrack_state_cancel td {
514   background-color: #cccccc;
515 }
516 tr.bugtrack_state_undef td {
517   background-color: #ff3333;
518 }
519
520 /* search2.inc.php  */
521 input#_plugin_search2_detail:checked ~ ul > div.search-result-detail {
522   display: block;
523 }
524 input#_plugin_search2_detail ~ ul > div.search-result-detail {
525   display: none;
526 }
527 ._plugin_search2_search_status {
528   min-height: 1.5em;
529 }
530 .search-result-page-summary {
531   font-size: 70%;
532   color: gray;
533   overflow: hidden;
534   text-overflow: ellipsis;
535   white-space: nowrap;
536 }
537
538 @media print {
539   img#logo,
540   div#navigator,
541   div#menubar,
542   td.menubar,
543   div#related,
544   div#attach,
545   div#toolbar {
546     display: none;
547   }
548 }