OSDN Git Service

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