annotate examples/common/default/default.css @ 352:dd0c70353869

More HELP text for search form. Add search result report.
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 26 Oct 2016 12:25:05 +0859
parents b5185c66aacc
children 5ab7efa5a950
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
1 /*
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
2 * Default CSS definitions
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
3 */
259
85a001a9c7c5 Make it visible: the group is moderated; the user is a member of the group
HIROSE Yuuji <yuuji@gentei.org>
parents: 258
diff changeset
4 body {background: #eff; margin: 2px; padding: 6px;}
221
acd904062e55 h2, h3 clear floats
HIROSE Yuuji <yuuji@gentei.org>
parents: 219
diff changeset
5 h2, h3, hr {clear: both;}
116
2342e637a632 *.warn {color: red;}
HIROSE Yuuji <yuuji@gentei.org>
parents: 83
diff changeset
6 *.warn {color: red;}
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
7 div.topmenu {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
8 margin: 0; padding: 0; width: 100%; height: 2em;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
9 }
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
10 div.topmenu ul {width: 100%; position: fixed; margin: 0;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
11 margin: 0 auto;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
12 div.topmenu ul li {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
13 float: left; width: 18%;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
14 background: rgba(68,255,102,0.8); border: #3e5 2px groove; margin: 0;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
15 text-align: center; font-size: 80%; list-style: none;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
16 box-shadow: #242 2px 3px 5px;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
17 text-shadow: #fff 0px 0px 10px;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
18 }
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
19 div.topmenu ul li:hover {background: #8fa;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
20 div.topmenu ul a {text-decoration: none;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
21
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
22 ldiv.topmenu + h1 {clear: both; margin-top: 3em;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
23
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
24 td {padding-left: 0.5ex; padding-right: 0.5ex;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
25 table.td2r td:nth-child(2) {text-align: right;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
26 table.td3r td:nth-child(3) {text-align: right;}
252
75dfaceac01f Link to newest article of the blog in the recent writing place
HIROSE Yuuji <yuuji@gentei.org>
parents: 251
diff changeset
27
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
28 table.form, table.b, table.b tr, table.b td, table.b th {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
29 border: 1px solid black; border-collapse: collapse;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
30 }
185
78914c16b41c Use property of pre-wrap
HIROSE Yuuji <yuuji@gentei.org>
parents: 153
diff changeset
31 table.b, table.bloghead {
78914c16b41c Use property of pre-wrap
HIROSE Yuuji <yuuji@gentei.org>
parents: 153
diff changeset
32 border-radius: 1ex; box-shadow: rgb(250,222,222) 1px 2px 3px;
78914c16b41c Use property of pre-wrap
HIROSE Yuuji <yuuji@gentei.org>
parents: 153
diff changeset
33 }
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
34 td.warn {background: #fcc;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
35 input[type="checkbox"][name="rm"]:checked ~ table {background: red;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
36 input[type="checkbox"][name="rm"] ~ span {display: none;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
37 input[type="checkbox"][name="rm"]:checked ~ span {display: inline;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
38
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
39 input[type="radio"][value="replace"] + input.replace[type="file"] {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
40 visibility: hidden;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
41 input[type="radio"][value="replace"]:checked + input.replace[type="file"] {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
42 visibility: visible;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
43 }
153
f7b4f7e5df2a Commission of grp_adm pulled back into grpaction()
HIROSE Yuuji <yuuji@gentei.org>
parents: 152
diff changeset
44 label.admin span {border-bottom: 1px solid blue;}
f7b4f7e5df2a Commission of grp_adm pulled back into grpaction()
HIROSE Yuuji <yuuji@gentei.org>
parents: 152
diff changeset
45 label.admin:after {content: "(ADMIN)"; color: red; text-decoration: none;}
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
46
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
47 /* keep/edit/rm action selector */
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
48 input.action ~ input:not(.action), input.action ~ textarea {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
49 display: none;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
50 }
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
51 input.action[value="edit"]:checked ~ input {display: inline;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
52 input.action[value="edit"]:checked ~ textarea {display: block;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
53 input.action[value="edit"]:checked ~ span {display: none;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
54 input.action[value="rm"]:checked ~ span {background: red;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
55 label.confirm {display: none;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
56 input.action[value="rm"]:checked ~ label.confirm {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
57 display: inline;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
58 }
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
59
241
0c817d4a549a Disable margin-bottom of form.replyblog
HIROSE Yuuji <yuuji@gentei.org>
parents: 237
diff changeset
60 form.replyblog {xxx-margin-bottom: 40%;}
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
61 div.blogcomment {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
62 position: fixed; bottom: 0; left: 0;
193
5d83ff0bbd40 Comment area modified
HIROSE Yuuji <yuuji@gentei.org>
parents: 190
diff changeset
63 z-index: 2; background-color: rgba(250,222,222,0.6);
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
64 }
211
2dbaad689d2d rm textarea warping
HIROSE Yuuji <yuuji@gentei.org>
parents: 208
diff changeset
65 /* div.blogcomment textarea:focus {background: yellow;
2dbaad689d2d rm textarea warping
HIROSE Yuuji <yuuji@gentei.org>
parents: 208
diff changeset
66 position: fixed; top: 0; bottom: auto; } Need to consider narrow display */
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
67 div.blogcomment * {opacity: 1.0;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
68 table.bloghead, .bloghead tr, .bloghead td {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
69 border: 1px solid black; border-collapse: collapse;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
70 min-width: 30em;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
71 }
293
6c281c9899e5 Allow WikiStyle notation in blog heading
HIROSE Yuuji <yuuji@gentei.org>
parents: 291
diff changeset
72 table.bloghead tr.preface {
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
73 font-size: 150%; background: yellow; text-align: center;
290
8a1012410035 s/pre/pre-wrap/ in bloghead
HIROSE Yuuji <yuuji@gentei.org>
parents: 289
diff changeset
74 white-space: pre-wrap;
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
75 }
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
76 table.bloghead {margin-bottom: 1em;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
77
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
78 table.blog_replies, .blog_replies tr, .blog_replies td {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
79 border: 1px solid black; border-collapse: collapse;
185
78914c16b41c Use property of pre-wrap
HIROSE Yuuji <yuuji@gentei.org>
parents: 153
diff changeset
80 white-space: pre-wrap;
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
81 }
322
18be0c210dc8 First implementation of icon display in blog_replies.
HIROSE Yuuji <yuuji@gentei.org>
parents: 320
diff changeset
82 table.blog_replies p.proficon {
18be0c210dc8 First implementation of icon display in blog_replies.
HIROSE Yuuji <yuuji@gentei.org>
parents: 320
diff changeset
83 float: right; margin: 0 1ex 0 0;
18be0c210dc8 First implementation of icon display in blog_replies.
HIROSE Yuuji <yuuji@gentei.org>
parents: 320
diff changeset
84 }
219
e2dea2f63a69 Duplicate posting by reload avoided
HIROSE Yuuji <yuuji@gentei.org>
parents: 211
diff changeset
85 table.blog_replies+p.update_link {margin-top: 0; margin-bottom: 14em;}
291
1df64f0490ca `|col|col|...' like table conversion enabled
HIROSE Yuuji <yuuji@gentei.org>
parents: 290
diff changeset
86 .blog_replies td.repl {
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
87 vertical-align: top; min-width: 30em; height: 3em;
185
78914c16b41c Use property of pre-wrap
HIROSE Yuuji <yuuji@gentei.org>
parents: 153
diff changeset
88 max-width: 50em;
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
89 }
325
b5185c66aacc Width of ".blog_replies td:first-child" should be direct child.
HIROSE Yuuji <yuuji@gentei.org>
parents: 322
diff changeset
90 .blog_replies > td:first-child {width: 14em;}
251
9e8e43ed3c11 Set geometry of iframe inside of blog_replies by property instead of attr.
HIROSE Yuuji <yuuji@gentei.org>
parents: 243
diff changeset
91 .blog_replies iframe {
9e8e43ed3c11 Set geometry of iframe inside of blog_replies by property instead of attr.
HIROSE Yuuji <yuuji@gentei.org>
parents: 243
diff changeset
92 width: 400px; height: 300px; max-width: 50em; max-height: 20em;
9e8e43ed3c11 Set geometry of iframe inside of blog_replies by property instead of attr.
HIROSE Yuuji <yuuji@gentei.org>
parents: 243
diff changeset
93 padding: 0; border: 0;
9e8e43ed3c11 Set geometry of iframe inside of blog_replies by property instead of attr.
HIROSE Yuuji <yuuji@gentei.org>
parents: 243
diff changeset
94 }
287
422270e94adc New flag attached to `time' has low visibility. Attached to `td'.
HIROSE Yuuji <yuuji@gentei.org>
parents: 286
diff changeset
95 .blog_replies td.new { /* New Article from last visit */
422270e94adc New flag attached to `time' has low visibility. Attached to `td'.
HIROSE Yuuji <yuuji@gentei.org>
parents: 286
diff changeset
96 background: white
286
1c4f13f0813e Add newer article flag representing by time string decoration.
HIROSE Yuuji <yuuji@gentei.org>
parents: 260
diff changeset
97 }
291
1df64f0490ca `|col|col|...' like table conversion enabled
HIROSE Yuuji <yuuji@gentei.org>
parents: 290
diff changeset
98 table.mini, table.mini tr, table.mini th, table.mini td {
1df64f0490ca `|col|col|...' like table conversion enabled
HIROSE Yuuji <yuuji@gentei.org>
parents: 290
diff changeset
99 margin: 0; border-width: 0;
1df64f0490ca `|col|col|...' like table conversion enabled
HIROSE Yuuji <yuuji@gentei.org>
parents: 290
diff changeset
100 border-collapse: collapse;
1df64f0490ca `|col|col|...' like table conversion enabled
HIROSE Yuuji <yuuji@gentei.org>
parents: 290
diff changeset
101 vertical-align: top; width: auto; height: 1em;
1df64f0490ca `|col|col|...' like table conversion enabled
HIROSE Yuuji <yuuji@gentei.org>
parents: 290
diff changeset
102 }
294
7f63a9424410 Columns by minitbl()'s text-align set to 'justify'
HIROSE Yuuji <yuuji@gentei.org>
parents: 293
diff changeset
103 table.mini th, table.mini td {text-align: justify;}
293
6c281c9899e5 Allow WikiStyle notation in blog heading
HIROSE Yuuji <yuuji@gentei.org>
parents: 291
diff changeset
104 table.mini td, table.mini th {padding: 1px 1ex; min-width: 1em;}
291
1df64f0490ca `|col|col|...' like table conversion enabled
HIROSE Yuuji <yuuji@gentei.org>
parents: 290
diff changeset
105 table.mini {margin-left: 1em; border-left: 2px solid #686;}
1df64f0490ca `|col|col|...' like table conversion enabled
HIROSE Yuuji <yuuji@gentei.org>
parents: 290
diff changeset
106
320
9735dd6c7bff Workaround for chromium's not supporting visibility: collapse;
HIROSE Yuuji <yuuji@gentei.org>
parents: 319
diff changeset
107 /* "visibility: collapse" not working on chromium browser */
9735dd6c7bff Workaround for chromium's not supporting visibility: collapse;
HIROSE Yuuji <yuuji@gentei.org>
parents: 319
diff changeset
108 div.noprofimg tr.profimg {visibility: collapse; display: none;}
319
a868f03970b5 Profimg hiding rule revised
HIROSE Yuuji <yuuji@gentei.org>
parents: 318
diff changeset
109 div.noprofimg tr:hover + tr.profimg, div.noprofimg tr:active + tr.profimg,
a868f03970b5 Profimg hiding rule revised
HIROSE Yuuji <yuuji@gentei.org>
parents: 318
diff changeset
110 div.noprofimg tr.profimg:hover, div.noprofimg tr.profimg:active {
320
9735dd6c7bff Workaround for chromium's not supporting visibility: collapse;
HIROSE Yuuji <yuuji@gentei.org>
parents: 319
diff changeset
111 visibility: visible; display: table-row;}
311
121b91ee87c1 User/Group home icon cache'ing and group icon displaying added
HIROSE Yuuji <yuuji@gentei.org>
parents: 296
diff changeset
112
322
18be0c210dc8 First implementation of icon display in blog_replies.
HIROSE Yuuji <yuuji@gentei.org>
parents: 320
diff changeset
113 /* Used in user's home page */
311
121b91ee87c1 User/Group home icon cache'ing and group icon displaying added
HIROSE Yuuji <yuuji@gentei.org>
parents: 296
diff changeset
114 p.profimg {float: left; max-width: 50%; max-height: 400px;
121b91ee87c1 User/Group home icon cache'ing and group icon displaying added
HIROSE Yuuji <yuuji@gentei.org>
parents: 296
diff changeset
115 overflow: hidden; margin: 0 1em 1ex;
146
3d0de7bdbf40 Profile image
HIROSE Yuuji <yuuji@gentei.org>
parents: 145
diff changeset
116 padding: 0; border: white 1px solid; box-shadow: 2px 3px 4px
3d0de7bdbf40 Profile image
HIROSE Yuuji <yuuji@gentei.org>
parents: 145
diff changeset
117 }
149
0e28561bf73a Specify `max-width: 400px' to p.profimg img
HIROSE Yuuji <yuuji@gentei.org>
parents: 146
diff changeset
118 p.profimg img {max-width: 400px;}
146
3d0de7bdbf40 Profile image
HIROSE Yuuji <yuuji@gentei.org>
parents: 145
diff changeset
119 div.home+* {clear: both;}
311
121b91ee87c1 User/Group home icon cache'ing and group icon displaying added
HIROSE Yuuji <yuuji@gentei.org>
parents: 296
diff changeset
120 body.grouphome p.groupimg {
315
5577a3d131e3 body.grouphome p.groupimg img
HIROSE Yuuji <yuuji@gentei.org>
parents: 314
diff changeset
121 float: right; margin: 0 1em 1ex;
311
121b91ee87c1 User/Group home icon cache'ing and group icon displaying added
HIROSE Yuuji <yuuji@gentei.org>
parents: 296
diff changeset
122 overflow: hidden;}
315
5577a3d131e3 body.grouphome p.groupimg img
HIROSE Yuuji <yuuji@gentei.org>
parents: 314
diff changeset
123 body.grouphome p.groupimg img {
5577a3d131e3 body.grouphome p.groupimg img
HIROSE Yuuji <yuuji@gentei.org>
parents: 314
diff changeset
124 max-width: 380px; max-height: 380px;}
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
125
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
126 div.fold {margin-top: 1em; border-top: 1px solid black; padding-top: 1em;}
237
ba4efe0b53e0 add div.noborder{}
HIROSE Yuuji <yuuji@gentei.org>
parents: 234
diff changeset
127 div.noborder {border: 0px; margin: 0;}
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
128 div.fold > div {
32
280024035566 Folding div by `display none' breaks effects of transition.
HIROSE Yuuji <yuuji@gentei.org>
parents: 30
diff changeset
129 xxdisplay: none; max-height: 80%; overflow: auto;
30
a9f061d74153 Add transition to hidden div by div.fold
HIROSE Yuuji <yuuji@gentei.org>
parents: 24
diff changeset
130 height: 0px; opacity: 0; padding: 0 1ex;
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
131 }
59
916d81b9c4fc Selection from group member
HIROSE Yuuji <yuuji@gentei.org>
parents: 38
diff changeset
132 div.fold input[type="checkbox"]:checked ~ div,
916d81b9c4fc Selection from group member
HIROSE Yuuji <yuuji@gentei.org>
parents: 38
diff changeset
133 div.fold input[type="radio"]:checked ~ div {
193
5d83ff0bbd40 Comment area modified
HIROSE Yuuji <yuuji@gentei.org>
parents: 190
diff changeset
134 display: block; background: #fadede;
30
a9f061d74153 Add transition to hidden div by div.fold
HIROSE Yuuji <yuuji@gentei.org>
parents: 24
diff changeset
135 height: auto; opacity: 1.0; transition: 1s;
a9f061d74153 Add transition to hidden div by div.fold
HIROSE Yuuji <yuuji@gentei.org>
parents: 24
diff changeset
136 }
260
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
137
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
138 /* fold2!! */
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
139 div.foldtabs {
289
af84e8da1008 `white-space pre' in bloghead
HIROSE Yuuji <yuuji@gentei.org>
parents: 287
diff changeset
140 position: relative; height: 5em; margin-top: 1em;
260
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
141 border-top: 1px solid black; padding-top: 1em;
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
142 }
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
143 div.foldtabs > div {
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
144 position: absolute; top: 2.5em; opacity: 0.0; background: pink;
289
af84e8da1008 `white-space pre' in bloghead
HIROSE Yuuji <yuuji@gentei.org>
parents: 287
diff changeset
145 margin: 2px; scroll: auto;
260
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
146 }
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
147 div.foldtabs input[type="radio"] {display: none;}
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
148 div.foldtabs input[type="radio"]:checked + label + div {
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
149 display: block; opacity: 1.0; transition: 0.2s; width: 100%;
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
150 margin: 0; z-index: 2;
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
151 }
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
152 div.foldtabs > label {
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
153 border: 1px outset #ddd; background: #ddd; xbackground: pink;
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
154 border-top-left-radius: 0.8em; border-top-right-radius: 0.8em;
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
155 margin: 0;
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
156 padding: 0.2ex 0.5em; height: 3em;
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
157 }
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
158 div.foldtabs > input:active + label {background: white;}
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
159 div.foldtabs input:checked + label {
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
160 background: pink; border: pink 1px solid; border-bottom-width: 6px;
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
161 }
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
162 div.foldtabs input:checked + label:last-of-type {border-width: 1px;}
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
163 input[type="checkbox"] + label + input[type="submit"] {display: none;}
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
164 input[type="checkbox"]:checked + label + input[type="submit"] {
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
165 display: inline;}
289
af84e8da1008 `white-space pre' in bloghead
HIROSE Yuuji <yuuji@gentei.org>
parents: 287
diff changeset
166 div.foldtabs p {margin: 0;}
260
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
167
199
5f98d8f46af5 Recover to div.dumptable stand alone
HIROSE Yuuji <yuuji@gentei.org>
parents: 198
diff changeset
168 div.dumptable {max-height: 15em; overflow: auto;}
296
da0a9c2380c1 Hover highlighting for dumptable added
HIROSE Yuuji <yuuji@gentei.org>
parents: 294
diff changeset
169 div.dumptable tr:hover {background-color: #fee;}
258
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
170 table.dumpblogs td,
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
171 div.lcto td { /* LINK + CTIME + TITLE + OWNER + something... */
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
172 white-space: nowrap; overflow: hidden;}
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
173 table.dumpblogs td:nth-child(4),
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
174 div.lcto td:nth-child(2) {max-width: 8em;}
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
175 table.dumpblogs td:nth-child(5), /* team */
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
176 table.dumpblogs td:nth-child(6), /* title */
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
177 div.lcto td:nth-child(3), /* title */
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
178 div.lcto td:nth-child(4) /* owner */
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
179 {max-width: 14em;}
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
180
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
181
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
182 /*
252
75dfaceac01f Link to newest article of the blog in the recent writing place
HIROSE Yuuji <yuuji@gentei.org>
parents: 251
diff changeset
183 table.dumpblogs td:nth-child(4) {
256
e9b33033d95f table.dumpblogs td {white-space: nowrap;}
HIROSE Yuuji <yuuji@gentei.org>
parents: 252
diff changeset
184 max-width: 7.6em; overflow: hidden;}
252
75dfaceac01f Link to newest article of the blog in the recent writing place
HIROSE Yuuji <yuuji@gentei.org>
parents: 251
diff changeset
185 table.dumpblogs td:nth-child(5),
75dfaceac01f Link to newest article of the blog in the recent writing place
HIROSE Yuuji <yuuji@gentei.org>
parents: 251
diff changeset
186 table.dumpblogs td:nth-child(6) {
256
e9b33033d95f table.dumpblogs td {white-space: nowrap;}
HIROSE Yuuji <yuuji@gentei.org>
parents: 252
diff changeset
187 max-width: 12em; overflow: hidden;}
252
75dfaceac01f Link to newest article of the blog in the recent writing place
HIROSE Yuuji <yuuji@gentei.org>
parents: 251
diff changeset
188 table.dumpblogs td:nth-child(7) {
256
e9b33033d95f table.dumpblogs td {white-space: nowrap;}
HIROSE Yuuji <yuuji@gentei.org>
parents: 252
diff changeset
189 min-width: 5em; overflow: hidden;}
258
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
190 */
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
191
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
192 /********************* icon list *********************/
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
193 div.iconlist {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
194 text-align: center; float: left; margin: 1ex 1em;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
195 border: dotted #dfd 2px; padding: 1ex;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
196 }
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
197 div.iconlist p {margin: 0; padding: 0;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
198 div.iconlist p.tag {background: #ffa; border-radius: 4em;}
19
HIROSE Yuuji <yuuji@gentei.org>
parents: 18
diff changeset
199 div.iconlist p._temp {background: cyan;}
HIROSE Yuuji <yuuji@gentei.org>
parents: 18
diff changeset
200 div.iconlist p._lecture {background: pink;}
HIROSE Yuuji <yuuji@gentei.org>
parents: 18
diff changeset
201 div.iconlist p._admin {background: yellow;}
HIROSE Yuuji <yuuji@gentei.org>
parents: 18
diff changeset
202 div.iconlist p._friend {background: fuchsia;}
23
f9cfc600680a Change colors
HIROSE Yuuji <yuuji@gentei.org>
parents: 20
diff changeset
203 div.iconlist p._fellows {background: #9f9;} /* light green */
24
6b2ba8af4c9e Chagen color of _club
HIROSE Yuuji <yuuji@gentei.org>
parents: 23
diff changeset
204 div.iconlist p._club {background: #4bb;} /* light teal */
23
f9cfc600680a Change colors
HIROSE Yuuji <yuuji@gentei.org>
parents: 20
diff changeset
205 div.iconlist p._event {background: maroon; color: white;}
f9cfc600680a Change colors
HIROSE Yuuji <yuuji@gentei.org>
parents: 20
diff changeset
206 div.iconlist p._misc {background: purple; color: white;}
38
1f04814e7dad Add _record
HIROSE Yuuji <yuuji@gentei.org>
parents: 32
diff changeset
207 div.iconlist p._record {background: red; color: white;}
190
ba6c2c3c0373 Add CSS for "info", "support" and "test" group.
HIROSE Yuuji <yuuji@gentei.org>
parents: 185
diff changeset
208 div.iconlist p._info {background: #eff;} /* light cyan */
ba6c2c3c0373 Add CSS for "info", "support" and "test" group.
HIROSE Yuuji <yuuji@gentei.org>
parents: 185
diff changeset
209 div.iconlist p._support {background: #ffe;} /* light yellow */
ba6c2c3c0373 Add CSS for "info", "support" and "test" group.
HIROSE Yuuji <yuuji@gentei.org>
parents: 185
diff changeset
210 div.iconlist p._test {background: #ffb6c1;} /* light pink */
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
211 div.xy120x120 {min-width: 120px; min-height: 140px;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
212 div.xy96x96 {min-width: 96px; min-height: 116px;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
213 div.xy50x50 {min-width: 50px; min-height: 70px;}
259
85a001a9c7c5 Make it visible: the group is moderated; the user is a member of the group
HIROSE Yuuji <yuuji@gentei.org>
parents: 258
diff changeset
214 div.moderated {background: rgba(255, 215, 0, 0.3);} /* gold */
85a001a9c7c5 Make it visible: the group is moderated; the user is a member of the group
HIROSE Yuuji <yuuji@gentei.org>
parents: 258
diff changeset
215 body.moderated {background: #fffec4;} /* #faed8a */
85a001a9c7c5 Make it visible: the group is moderated; the user is a member of the group
HIROSE Yuuji <yuuji@gentei.org>
parents: 258
diff changeset
216 body.ismember, div.ismember {border-top: 4px red solid; margin-top: 0;}
243
466ea3e4b039 Search box localted to the top of home page.
HIROSE Yuuji <yuuji@gentei.org>
parents: 241
diff changeset
217 div.right, div.search {clear: both; float: right;}
234
HIROSE Yuuji <yuuji@gentei.org>
parents: 221
diff changeset
218 *.clear {clear: both;}
243
466ea3e4b039 Search box localted to the top of home page.
HIROSE Yuuji <yuuji@gentei.org>
parents: 241
diff changeset
219 div.search input[type="text"] {
466ea3e4b039 Search box localted to the top of home page.
HIROSE Yuuji <yuuji@gentei.org>
parents: 241
diff changeset
220 border: solid 1px #bbb; border-radius: 0.5ex; min-height: 20px;
466ea3e4b039 Search box localted to the top of home page.
HIROSE Yuuji <yuuji@gentei.org>
parents: 241
diff changeset
221 margin: 1em; padding: 0 0.5ex; padding-left: 18px;
466ea3e4b039 Search box localted to the top of home page.
HIROSE Yuuji <yuuji@gentei.org>
parents: 241
diff changeset
222 background: url("../../img/loupe.png") left center no-repeat
466ea3e4b039 Search box localted to the top of home page.
HIROSE Yuuji <yuuji@gentei.org>
parents: 241
diff changeset
223 rgba(242,240,240,0.7);
352
dd0c70353869 More HELP text for search form. Add search result report.
HIROSE Yuuji <yuuji@gentei.org>
parents: 325
diff changeset
224 position: relative;
dd0c70353869 More HELP text for search form. Add search result report.
HIROSE Yuuji <yuuji@gentei.org>
parents: 325
diff changeset
225 }
dd0c70353869 More HELP text for search form. Add search result report.
HIROSE Yuuji <yuuji@gentei.org>
parents: 325
diff changeset
226 div.search div.fr {position: relative;}
dd0c70353869 More HELP text for search form. Add search result report.
HIROSE Yuuji <yuuji@gentei.org>
parents: 325
diff changeset
227 div.search p.help {display: none;}
dd0c70353869 More HELP text for search form. Add search result report.
HIROSE Yuuji <yuuji@gentei.org>
parents: 325
diff changeset
228 div.search input:focus + p.help {
dd0c70353869 More HELP text for search form. Add search result report.
HIROSE Yuuji <yuuji@gentei.org>
parents: 325
diff changeset
229 display: block; background: white;
dd0c70353869 More HELP text for search form. Add search result report.
HIROSE Yuuji <yuuji@gentei.org>
parents: 325
diff changeset
230 position: absolute; right: 15em; white-space: pre;
dd0c70353869 More HELP text for search form. Add search result report.
HIROSE Yuuji <yuuji@gentei.org>
parents: 325
diff changeset
231 border: 1px solid #888; border-radius: 1em; padding: 1ex;
dd0c70353869 More HELP text for search form. Add search result report.
HIROSE Yuuji <yuuji@gentei.org>
parents: 325
diff changeset
232 box-shadow: #555 2px 2px;
243
466ea3e4b039 Search box localted to the top of home page.
HIROSE Yuuji <yuuji@gentei.org>
parents: 241
diff changeset
233 }
126
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
234
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
235 /*
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
236 * PR Web
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
237 */
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
238 body.pr {font-size: 200%;}
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
239 body.pr h1 {
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
240 text-align: center; width: 80%; padding: 3ex 0; margin: 0 auto;
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
241 background: #ffefef; border: double 5px navy;
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
242 }

yatex.org