annotate examples/common/default/default.css @ 315:5577a3d131e3

body.grouphome p.groupimg img
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 16 Oct 2016 23:24:06 +0859
parents 06ddd76da753
children bc0fac488483
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 }
219
e2dea2f63a69 Duplicate posting by reload avoided
HIROSE Yuuji <yuuji@gentei.org>
parents: 211
diff changeset
82 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
83 .blog_replies td.repl {
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
84 vertical-align: top; min-width: 30em; height: 3em;
185
78914c16b41c Use property of pre-wrap
HIROSE Yuuji <yuuji@gentei.org>
parents: 153
diff changeset
85 max-width: 50em;
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
86 }
251
9e8e43ed3c11 Set geometry of iframe inside of blog_replies by property instead of attr.
HIROSE Yuuji <yuuji@gentei.org>
parents: 243
diff changeset
87 .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
88 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
89 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
90 }
287
422270e94adc New flag attached to `time' has low visibility. Attached to `td'.
HIROSE Yuuji <yuuji@gentei.org>
parents: 286
diff changeset
91 .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
92 background: white
286
1c4f13f0813e Add newer article flag representing by time string decoration.
HIROSE Yuuji <yuuji@gentei.org>
parents: 260
diff changeset
93 }
291
1df64f0490ca `|col|col|...' like table conversion enabled
HIROSE Yuuji <yuuji@gentei.org>
parents: 290
diff changeset
94 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
95 margin: 0; border-width: 0;
1df64f0490ca `|col|col|...' like table conversion enabled
HIROSE Yuuji <yuuji@gentei.org>
parents: 290
diff changeset
96 border-collapse: collapse;
1df64f0490ca `|col|col|...' like table conversion enabled
HIROSE Yuuji <yuuji@gentei.org>
parents: 290
diff changeset
97 vertical-align: top; width: auto; height: 1em;
1df64f0490ca `|col|col|...' like table conversion enabled
HIROSE Yuuji <yuuji@gentei.org>
parents: 290
diff changeset
98 }
294
7f63a9424410 Columns by minitbl()'s text-align set to 'justify'
HIROSE Yuuji <yuuji@gentei.org>
parents: 293
diff changeset
99 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
100 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
101 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
102
314
06ddd76da753 Only hide tr.profimg at userhome and grouphome page
HIROSE Yuuji <yuuji@gentei.org>
parents: 312
diff changeset
103 body.grouphome tr.profimg, body.home tr.profimg {visibility: collapse;}
312
b8a8e627b376 Remove debugging code. Stay revealed profile image rows.
HIROSE Yuuji <yuuji@gentei.org>
parents: 311
diff changeset
104 tr:hover + tr.profimg, tr:active + tr.profimg, tr.profimg:hover {
b8a8e627b376 Remove debugging code. Stay revealed profile image rows.
HIROSE Yuuji <yuuji@gentei.org>
parents: 311
diff changeset
105 visibility: visible;}
311
121b91ee87c1 User/Group home icon cache'ing and group icon displaying added
HIROSE Yuuji <yuuji@gentei.org>
parents: 296
diff changeset
106
121b91ee87c1 User/Group home icon cache'ing and group icon displaying added
HIROSE Yuuji <yuuji@gentei.org>
parents: 296
diff changeset
107 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
108 overflow: hidden; margin: 0 1em 1ex;
146
3d0de7bdbf40 Profile image
HIROSE Yuuji <yuuji@gentei.org>
parents: 145
diff changeset
109 padding: 0; border: white 1px solid; box-shadow: 2px 3px 4px
3d0de7bdbf40 Profile image
HIROSE Yuuji <yuuji@gentei.org>
parents: 145
diff changeset
110 }
149
0e28561bf73a Specify `max-width: 400px' to p.profimg img
HIROSE Yuuji <yuuji@gentei.org>
parents: 146
diff changeset
111 p.profimg img {max-width: 400px;}
146
3d0de7bdbf40 Profile image
HIROSE Yuuji <yuuji@gentei.org>
parents: 145
diff changeset
112 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
113 body.grouphome p.groupimg {
315
5577a3d131e3 body.grouphome p.groupimg img
HIROSE Yuuji <yuuji@gentei.org>
parents: 314
diff changeset
114 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
115 overflow: hidden;}
315
5577a3d131e3 body.grouphome p.groupimg img
HIROSE Yuuji <yuuji@gentei.org>
parents: 314
diff changeset
116 body.grouphome p.groupimg img {
5577a3d131e3 body.grouphome p.groupimg img
HIROSE Yuuji <yuuji@gentei.org>
parents: 314
diff changeset
117 max-width: 380px; max-height: 380px;}
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
118
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
119 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
120 div.noborder {border: 0px; margin: 0;}
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
121 div.fold > div {
32
280024035566 Folding div by `display none' breaks effects of transition.
HIROSE Yuuji <yuuji@gentei.org>
parents: 30
diff changeset
122 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
123 height: 0px; opacity: 0; padding: 0 1ex;
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
124 }
59
916d81b9c4fc Selection from group member
HIROSE Yuuji <yuuji@gentei.org>
parents: 38
diff changeset
125 div.fold input[type="checkbox"]:checked ~ div,
916d81b9c4fc Selection from group member
HIROSE Yuuji <yuuji@gentei.org>
parents: 38
diff changeset
126 div.fold input[type="radio"]:checked ~ div {
193
5d83ff0bbd40 Comment area modified
HIROSE Yuuji <yuuji@gentei.org>
parents: 190
diff changeset
127 display: block; background: #fadede;
30
a9f061d74153 Add transition to hidden div by div.fold
HIROSE Yuuji <yuuji@gentei.org>
parents: 24
diff changeset
128 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
129 }
260
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
130
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
131 /* fold2!! */
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
132 div.foldtabs {
289
af84e8da1008 `white-space pre' in bloghead
HIROSE Yuuji <yuuji@gentei.org>
parents: 287
diff changeset
133 position: relative; height: 5em; margin-top: 1em;
260
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
134 border-top: 1px solid black; padding-top: 1em;
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
135 }
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
136 div.foldtabs > div {
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
137 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
138 margin: 2px; scroll: auto;
260
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
139 }
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
140 div.foldtabs input[type="radio"] {display: none;}
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
141 div.foldtabs input[type="radio"]:checked + label + div {
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
142 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
143 margin: 0; z-index: 2;
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
144 }
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
145 div.foldtabs > label {
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
146 border: 1px outset #ddd; background: #ddd; xbackground: pink;
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
147 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
148 margin: 0;
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
149 padding: 0.2ex 0.5em; height: 3em;
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
150 }
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
151 div.foldtabs > input:active + label {background: white;}
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
152 div.foldtabs input:checked + label {
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
153 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
154 }
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
155 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
156 input[type="checkbox"] + label + input[type="submit"] {display: none;}
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
157 input[type="checkbox"]:checked + label + input[type="submit"] {
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
158 display: inline;}
289
af84e8da1008 `white-space pre' in bloghead
HIROSE Yuuji <yuuji@gentei.org>
parents: 287
diff changeset
159 div.foldtabs p {margin: 0;}
260
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
160
199
5f98d8f46af5 Recover to div.dumptable stand alone
HIROSE Yuuji <yuuji@gentei.org>
parents: 198
diff changeset
161 div.dumptable {max-height: 15em; overflow: auto;}
296
da0a9c2380c1 Hover highlighting for dumptable added
HIROSE Yuuji <yuuji@gentei.org>
parents: 294
diff changeset
162 div.dumptable tr:hover {background-color: #fee;}
258
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
163 table.dumpblogs td,
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
164 div.lcto td { /* LINK + CTIME + TITLE + OWNER + something... */
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
165 white-space: nowrap; overflow: hidden;}
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
166 table.dumpblogs td:nth-child(4),
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
167 div.lcto td:nth-child(2) {max-width: 8em;}
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
168 table.dumpblogs td:nth-child(5), /* team */
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
169 table.dumpblogs td:nth-child(6), /* title */
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
170 div.lcto td:nth-child(3), /* title */
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
171 div.lcto td:nth-child(4) /* owner */
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
172 {max-width: 14em;}
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
173
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
174
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
175 /*
252
75dfaceac01f Link to newest article of the blog in the recent writing place
HIROSE Yuuji <yuuji@gentei.org>
parents: 251
diff changeset
176 table.dumpblogs td:nth-child(4) {
256
e9b33033d95f table.dumpblogs td {white-space: nowrap;}
HIROSE Yuuji <yuuji@gentei.org>
parents: 252
diff changeset
177 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
178 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
179 table.dumpblogs td:nth-child(6) {
256
e9b33033d95f table.dumpblogs td {white-space: nowrap;}
HIROSE Yuuji <yuuji@gentei.org>
parents: 252
diff changeset
180 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
181 table.dumpblogs td:nth-child(7) {
256
e9b33033d95f table.dumpblogs td {white-space: nowrap;}
HIROSE Yuuji <yuuji@gentei.org>
parents: 252
diff changeset
182 min-width: 5em; overflow: hidden;}
258
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
183 */
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
184
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
185 /********************* icon list *********************/
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
186 div.iconlist {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
187 text-align: center; float: left; margin: 1ex 1em;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
188 border: dotted #dfd 2px; padding: 1ex;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
189 }
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
190 div.iconlist p {margin: 0; padding: 0;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
191 div.iconlist p.tag {background: #ffa; border-radius: 4em;}
19
HIROSE Yuuji <yuuji@gentei.org>
parents: 18
diff changeset
192 div.iconlist p._temp {background: cyan;}
HIROSE Yuuji <yuuji@gentei.org>
parents: 18
diff changeset
193 div.iconlist p._lecture {background: pink;}
HIROSE Yuuji <yuuji@gentei.org>
parents: 18
diff changeset
194 div.iconlist p._admin {background: yellow;}
HIROSE Yuuji <yuuji@gentei.org>
parents: 18
diff changeset
195 div.iconlist p._friend {background: fuchsia;}
23
f9cfc600680a Change colors
HIROSE Yuuji <yuuji@gentei.org>
parents: 20
diff changeset
196 div.iconlist p._fellows {background: #9f9;} /* light green */
24
6b2ba8af4c9e Chagen color of _club
HIROSE Yuuji <yuuji@gentei.org>
parents: 23
diff changeset
197 div.iconlist p._club {background: #4bb;} /* light teal */
23
f9cfc600680a Change colors
HIROSE Yuuji <yuuji@gentei.org>
parents: 20
diff changeset
198 div.iconlist p._event {background: maroon; color: white;}
f9cfc600680a Change colors
HIROSE Yuuji <yuuji@gentei.org>
parents: 20
diff changeset
199 div.iconlist p._misc {background: purple; color: white;}
38
1f04814e7dad Add _record
HIROSE Yuuji <yuuji@gentei.org>
parents: 32
diff changeset
200 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
201 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
202 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
203 div.iconlist p._test {background: #ffb6c1;} /* light pink */
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
204 div.xy120x120 {min-width: 120px; min-height: 140px;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
205 div.xy96x96 {min-width: 96px; min-height: 116px;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
206 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
207 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
208 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
209 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
210 div.right, div.search {clear: both; float: right;}
234
HIROSE Yuuji <yuuji@gentei.org>
parents: 221
diff changeset
211 *.clear {clear: both;}
243
466ea3e4b039 Search box localted to the top of home page.
HIROSE Yuuji <yuuji@gentei.org>
parents: 241
diff changeset
212 div.search input[type="text"] {
466ea3e4b039 Search box localted to the top of home page.
HIROSE Yuuji <yuuji@gentei.org>
parents: 241
diff changeset
213 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
214 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
215 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
216 rgba(242,240,240,0.7);
466ea3e4b039 Search box localted to the top of home page.
HIROSE Yuuji <yuuji@gentei.org>
parents: 241
diff changeset
217 }
126
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
218
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
219 /*
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
220 * PR Web
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
221 */
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
222 body.pr {font-size: 200%;}
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
223 body.pr h1 {
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
224 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
225 background: #ffefef; border: double 5px navy;
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
226 }

yatex.org