annotate examples/common/default/default.css @ 999:1fd61bbd69f8 draft

Change h4:before mark using var() reference of CSS3
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 26 Nov 2022 09:55:45 +0859
parents f73eece61ee4
children bbd5a0c50d5b
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;}
898
411ce55c0dae AJAX posting and PJAX file-viewer initially introduced.
HIROSE Yuuji <yuuji@gentei.org>
parents: 893
diff changeset
7 *.warnbg {background: red;}
411ce55c0dae AJAX posting and PJAX file-viewer initially introduced.
HIROSE Yuuji <yuuji@gentei.org>
parents: 893
diff changeset
8 *.hidden {visibility: hidden;}
411ce55c0dae AJAX posting and PJAX file-viewer initially introduced.
HIROSE Yuuji <yuuji@gentei.org>
parents: 893
diff changeset
9 *.border {border: 1px solid #113;}
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
10 div.topmenu {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
11 margin: 0; padding: 0; width: 100%; height: 2em;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
12 }
556
4a33f5424767 Bring div.topmenu ul to z-index=5
HIROSE Yuuji <yuuji@gentei.org>
parents: 505
diff changeset
13 div.topmenu ul {width: 100%; position: fixed; z-index: 5; margin: 0;
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
14 margin: 0 auto;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
15 div.topmenu ul li {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
16 float: left; width: 18%;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
17 background: rgba(68,255,102,0.8); border: #3e5 2px groove; margin: 0;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
18 text-align: center; font-size: 80%; list-style: none;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
19 box-shadow: #242 2px 3px 5px;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
20 text-shadow: #fff 0px 0px 10px;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
21 }
791
567980314463 World and Migration structures refined
HIROSE Yuuji <yuuji@gentei.org>
parents: 756
diff changeset
22 div.topmenu ul li.worldname {background: #eeeeff;}
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
23 div.topmenu ul li:hover {background: #8fa;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
24 div.topmenu ul a {text-decoration: none;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
25
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
26 ldiv.topmenu + h1 {clear: both; margin-top: 3em;}
369
5f01ead0174f Add feature of scoring up all report-style blogs.
HIROSE Yuuji <yuuji@gentei.org>
parents: 355
diff changeset
27 pre.list {
5f01ead0174f Add feature of scoring up all report-style blogs.
HIROSE Yuuji <yuuji@gentei.org>
parents: 355
diff changeset
28 overflow: auto; width: 96%; height: 40%; background: white;
5f01ead0174f Add feature of scoring up all report-style blogs.
HIROSE Yuuji <yuuji@gentei.org>
parents: 355
diff changeset
29 border: 2px inset;
5f01ead0174f Add feature of scoring up all report-style blogs.
HIROSE Yuuji <yuuji@gentei.org>
parents: 355
diff changeset
30 }
5f01ead0174f Add feature of scoring up all report-style blogs.
HIROSE Yuuji <yuuji@gentei.org>
parents: 355
diff changeset
31 p.copyright {
377
e8630c45a3ef Clear float at pre.list instead of script body
HIROSE Yuuji <yuuji@gentei.org>
parents: 369
diff changeset
32 border-top: 2px inset #555; text-align: right; clear: both;
369
5f01ead0174f Add feature of scoring up all report-style blogs.
HIROSE Yuuji <yuuji@gentei.org>
parents: 355
diff changeset
33 font-size: 50%;
5f01ead0174f Add feature of scoring up all report-style blogs.
HIROSE Yuuji <yuuji@gentei.org>
parents: 355
diff changeset
34 }
900
1fa8b4440f8f Update button changed to ajax
HIROSE Yuuji <yuuji@gentei.org>
parents: 898
diff changeset
35 p.copyright a, a#reload {text-decoration: none;}
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
36
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
37 td {padding-left: 0.5ex; padding-right: 0.5ex;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
38 table.td2r td:nth-child(2) {text-align: right;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
39 table.td3r td:nth-child(3) {text-align: right;}
369
5f01ead0174f Add feature of scoring up all report-style blogs.
HIROSE Yuuji <yuuji@gentei.org>
parents: 355
diff changeset
40 table.td3rr td:nth-child(n+3) {text-align: right;}
898
411ce55c0dae AJAX posting and PJAX file-viewer initially introduced.
HIROSE Yuuji <yuuji@gentei.org>
parents: 893
diff changeset
41 table.td3evw th:nth-child(2n+4), span.textdigest {
411ce55c0dae AJAX posting and PJAX file-viewer initially introduced.
HIROSE Yuuji <yuuji@gentei.org>
parents: 893
diff changeset
42 background: white;
411ce55c0dae AJAX posting and PJAX file-viewer initially introduced.
HIROSE Yuuji <yuuji@gentei.org>
parents: 893
diff changeset
43 }
987
e71a86651d72 Table in GrpAction page contains userid(localpart) for summary
HIROSE Yuuji <yuuji@gentei.org>
parents: 969
diff changeset
44 table.td4r td:nth-child(4) {text-align: right;}
659
a36a2c3b3056 GrpAction: Reverse selection and supplemental rcpt address
HIROSE Yuuji <yuuji@gentei.org>
parents: 644
diff changeset
45 table.thl th {text-align: left;}
a36a2c3b3056 GrpAction: Reverse selection and supplemental rcpt address
HIROSE Yuuji <yuuji@gentei.org>
parents: 644
diff changeset
46 span#reverse {background: white; padding: 0 0 0 0.4ex; border: outset;}
252
75dfaceac01f Link to newest article of the blog in the recent writing place
HIROSE Yuuji <yuuji@gentei.org>
parents: 251
diff changeset
47
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
48 table.form, table.b, table.b tr, table.b td, table.b th {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
49 border: 1px solid black; border-collapse: collapse;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
50 }
185
78914c16b41c Use property of pre-wrap
HIROSE Yuuji <yuuji@gentei.org>
parents: 153
diff changeset
51 table.b, table.bloghead {
78914c16b41c Use property of pre-wrap
HIROSE Yuuji <yuuji@gentei.org>
parents: 153
diff changeset
52 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
53 }
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
54 td.warn {background: #fcc;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
55 input[type="checkbox"][name="rm"]:checked ~ table {background: red;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
56 input[type="checkbox"][name="rm"] ~ span {display: none;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
57 input[type="checkbox"][name="rm"]:checked ~ span {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 input[type="radio"][value="replace"] + input.replace[type="file"] {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
60 visibility: hidden;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
61 input[type="radio"][value="replace"]:checked + input.replace[type="file"] {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
62 visibility: visible;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
63 }
837
a6462eea48be Multiple files upload for tablets added and file renaming fixed
HIROSE Yuuji <yuuji@gentei.org>
parents: 836
diff changeset
64 button#morefile {visibility: hidden; background: #fe9;}
153
f7b4f7e5df2a Commission of grp_adm pulled back into grpaction()
HIROSE Yuuji <yuuji@gentei.org>
parents: 152
diff changeset
65 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
66 label.admin:after {content: "(ADMIN)"; color: red; text-decoration: none;}
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
67
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
68 /* keep/edit/rm action selector */
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
69 input.action ~ input:not(.action), input.action ~ textarea {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
70 display: none;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
71 }
836
b3516ee2bb4d Filename renaming added to article EDIT
HIROSE Yuuji <yuuji@gentei.org>
parents: 825
diff changeset
72 input.action[value="edit"]:checked ~ input[class="edit"],
b3516ee2bb4d Filename renaming added to article EDIT
HIROSE Yuuji <yuuji@gentei.org>
parents: 825
diff changeset
73 input.action[value="mv"]:checked ~ input[type="text"] {display: inline;}
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
74 input.action[value="edit"]:checked ~ textarea {display: block;}
836
b3516ee2bb4d Filename renaming added to article EDIT
HIROSE Yuuji <yuuji@gentei.org>
parents: 825
diff changeset
75 input.action[value="edit"]:checked ~ span,
b3516ee2bb4d Filename renaming added to article EDIT
HIROSE Yuuji <yuuji@gentei.org>
parents: 825
diff changeset
76 input.action[value="mv"]:checked ~ span {display: none;}
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
77 input.action[value="rm"]:checked ~ span {background: red;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
78 label.confirm {display: none;}
842
de2ef47143a0 Blog list in group home can be folded by a checkbox
HIROSE Yuuji <yuuji@gentei.org>
parents: 841
diff changeset
79 *.inline,
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
80 input.action[value="rm"]:checked ~ label.confirm {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
81 display: inline;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
82 }
836
b3516ee2bb4d Filename renaming added to article EDIT
HIROSE Yuuji <yuuji@gentei.org>
parents: 825
diff changeset
83
451
8965bdad3172 Add convenient link pattern [[#ArticleId]] for direct link to articles.
HIROSE Yuuji <yuuji@gentei.org>
parents: 427
diff changeset
84 input.hidesub ~ input[type="submit"] {visibility: hidden;}
8965bdad3172 Add convenient link pattern [[#ArticleId]] for direct link to articles.
HIROSE Yuuji <yuuji@gentei.org>
parents: 427
diff changeset
85 input.hidesub:focus ~ input[type="submit"],
8965bdad3172 Add convenient link pattern [[#ArticleId]] for direct link to articles.
HIROSE Yuuji <yuuji@gentei.org>
parents: 427
diff changeset
86 p:active input[type="submit"]
8965bdad3172 Add convenient link pattern [[#ArticleId]] for direct link to articles.
HIROSE Yuuji <yuuji@gentei.org>
parents: 427
diff changeset
87 {visibility: visible;}
8965bdad3172 Add convenient link pattern [[#ArticleId]] for direct link to articles.
HIROSE Yuuji <yuuji@gentei.org>
parents: 427
diff changeset
88 input[type=text]:focus {background: #ffa;}
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
89
241
0c817d4a549a Disable margin-bottom of form.replyblog
HIROSE Yuuji <yuuji@gentei.org>
parents: 237
diff changeset
90 form.replyblog {xxx-margin-bottom: 40%;}
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
91 div.blogcomment {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
92 position: fixed; bottom: 0; left: 0;
193
5d83ff0bbd40 Comment area modified
HIROSE Yuuji <yuuji@gentei.org>
parents: 190
diff changeset
93 z-index: 2; background-color: rgba(250,222,222,0.6);
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
94 }
211
2dbaad689d2d rm textarea warping
HIROSE Yuuji <yuuji@gentei.org>
parents: 208
diff changeset
95 /* div.blogcomment textarea:focus {background: yellow;
2dbaad689d2d rm textarea warping
HIROSE Yuuji <yuuji@gentei.org>
parents: 208
diff changeset
96 position: fixed; top: 0; bottom: auto; } Need to consider narrow display */
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
97 div.blogcomment * {opacity: 1.0;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
98 table.bloghead, .bloghead tr, .bloghead td {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
99 border: 1px solid black; border-collapse: collapse;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
100 min-width: 30em;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
101 }
293
6c281c9899e5 Allow WikiStyle notation in blog heading
HIROSE Yuuji <yuuji@gentei.org>
parents: 291
diff changeset
102 table.bloghead tr.preface {
634
e09a5e6c79c6 Do not center preface of blog
HIROSE Yuuji <yuuji@gentei.org>
parents: 619
diff changeset
103 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
104 white-space: pre-wrap;
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
105 }
998
f73eece61ee4 More strong css for em, strong in preface.
HIROSE Yuuji <yuuji@gentei.org>
parents: 987
diff changeset
106 tr.preface em {color: navy; text-decoration: underline; padding-right: 0.3ex;}
f73eece61ee4 More strong css for em, strong in preface.
HIROSE Yuuji <yuuji@gentei.org>
parents: 987
diff changeset
107 tr.preface strong {color: navy; background: #eea;}
644
50b3ceca8bf7 Frozen heading background color made lighter
HIROSE Yuuji <yuuji@gentei.org>
parents: 634
diff changeset
108 table.bloghead tr.frozen {
50b3ceca8bf7 Frozen heading background color made lighter
HIROSE Yuuji <yuuji@gentei.org>
parents: 634
diff changeset
109 background: #ccf; border: blue thick solid; color: navy;
50b3ceca8bf7 Frozen heading background color made lighter
HIROSE Yuuji <yuuji@gentei.org>
parents: 634
diff changeset
110 }
397
e9e8b4d40220 Add feature of `frozen state' of the blog board
HIROSE Yuuji <yuuji@gentei.org>
parents: 389
diff changeset
111
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
112 table.bloghead {margin-bottom: 1em;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
113
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
114 table.blog_replies, .blog_replies tr, .blog_replies td {
505
2f2fd6da7194 reply box border made paler
HIROSE Yuuji <yuuji@gentei.org>
parents: 504
diff changeset
115 border: 1px solid #999; border-collapse: collapse;
185
78914c16b41c Use property of pre-wrap
HIROSE Yuuji <yuuji@gentei.org>
parents: 153
diff changeset
116 white-space: pre-wrap;
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
117 }
498
d309f2e10a5e Ul in preface should have white-space: normal
HIROSE Yuuji <yuuji@gentei.org>
parents: 497
diff changeset
118 table.bloghead tr.preface td ul,
843
a0dcf6477310 Add markdown conversion of <ol>
HIROSE Yuuji <yuuji@gentei.org>
parents: 842
diff changeset
119 table.bloghead tr.preface td ol,
871
9c0eb36bccaa Make blocks in table.bloghead inline-block
HIROSE Yuuji <yuuji@gentei.org>
parents: 843
diff changeset
120 table.bloghead tr.preface h2,
9c0eb36bccaa Make blocks in table.bloghead inline-block
HIROSE Yuuji <yuuji@gentei.org>
parents: 843
diff changeset
121 table.bloghead tr.preface h3,
9c0eb36bccaa Make blocks in table.bloghead inline-block
HIROSE Yuuji <yuuji@gentei.org>
parents: 843
diff changeset
122 table.bloghead tr.preface h4,
9c0eb36bccaa Make blocks in table.bloghead inline-block
HIROSE Yuuji <yuuji@gentei.org>
parents: 843
diff changeset
123 table.bloghead tr.preface h5,
9c0eb36bccaa Make blocks in table.bloghead inline-block
HIROSE Yuuji <yuuji@gentei.org>
parents: 843
diff changeset
124 table.bloghead tr.preface h5,
496
18f7f10566bf Add link notation: "video=URL"
HIROSE Yuuji <yuuji@gentei.org>
parents: 489
diff changeset
125 table.blog_replies video,
18f7f10566bf Add link notation: "video=URL"
HIROSE Yuuji <yuuji@gentei.org>
parents: 489
diff changeset
126 table.blog_replies iframe,
843
a0dcf6477310 Add markdown conversion of <ol>
HIROSE Yuuji <yuuji@gentei.org>
parents: 842
diff changeset
127 table.blog_replies ul, .blog_replies tr ul, .blog_replies td ul,
a0dcf6477310 Add markdown conversion of <ol>
HIROSE Yuuji <yuuji@gentei.org>
parents: 842
diff changeset
128 table.blog_replies ol, .blog_replies tr ol, .blog_replies td ol {
489
075897fee2c0 minitbl() includes mini-ul translation
HIROSE Yuuji <yuuji@gentei.org>
parents: 485
diff changeset
129 text-align: left; white-space: normal; margin: 1ex 0;
872
d0572292d033 Make blocks in table.bloghead inline-block
HIROSE Yuuji <yuuji@gentei.org>
parents: 871
diff changeset
130 }
d0572292d033 Make blocks in table.bloghead inline-block
HIROSE Yuuji <yuuji@gentei.org>
parents: 871
diff changeset
131 table.bloghead tr.preface h2,
d0572292d033 Make blocks in table.bloghead inline-block
HIROSE Yuuji <yuuji@gentei.org>
parents: 871
diff changeset
132 table.bloghead tr.preface h3,
d0572292d033 Make blocks in table.bloghead inline-block
HIROSE Yuuji <yuuji@gentei.org>
parents: 871
diff changeset
133 table.bloghead tr.preface h4,
d0572292d033 Make blocks in table.bloghead inline-block
HIROSE Yuuji <yuuji@gentei.org>
parents: 871
diff changeset
134 table.bloghead tr.preface h5,
d0572292d033 Make blocks in table.bloghead inline-block
HIROSE Yuuji <yuuji@gentei.org>
parents: 871
diff changeset
135 table.bloghead tr.preface h5
d0572292d033 Make blocks in table.bloghead inline-block
HIROSE Yuuji <yuuji@gentei.org>
parents: 871
diff changeset
136 {
871
9c0eb36bccaa Make blocks in table.bloghead inline-block
HIROSE Yuuji <yuuji@gentei.org>
parents: 843
diff changeset
137 display: inline-block;
489
075897fee2c0 minitbl() includes mini-ul translation
HIROSE Yuuji <yuuji@gentei.org>
parents: 485
diff changeset
138 }
322
18be0c210dc8 First implementation of icon display in blog_replies.
HIROSE Yuuji <yuuji@gentei.org>
parents: 320
diff changeset
139 table.blog_replies p.proficon {
18be0c210dc8 First implementation of icon display in blog_replies.
HIROSE Yuuji <yuuji@gentei.org>
parents: 320
diff changeset
140 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
141 }
219
e2dea2f63a69 Duplicate posting by reload avoided
HIROSE Yuuji <yuuji@gentei.org>
parents: 211
diff changeset
142 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
143 .blog_replies td.repl {
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
144 vertical-align: top; min-width: 30em; height: 3em;
185
78914c16b41c Use property of pre-wrap
HIROSE Yuuji <yuuji@gentei.org>
parents: 153
diff changeset
145 max-width: 50em;
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
146 }
500
c9a7fb74e96a Limit inline image visual width to 30%
HIROSE Yuuji <yuuji@gentei.org>
parents: 498
diff changeset
147 .blog_replies td.repl img {max-width: 30%;}
427
d52dd72a70e1 td.repl h[234] -> display: inline;
HIROSE Yuuji <yuuji@gentei.org>
parents: 417
diff changeset
148 td.repl h2, td.repl h3, td.repl h4 {
d52dd72a70e1 td.repl h[234] -> display: inline;
HIROSE Yuuji <yuuji@gentei.org>
parents: 417
diff changeset
149 display: inline; /* Because td.repl's white space is pre-wrap */
459
6af9e7371b31 text-shadow is little bit noisy...
HIROSE Yuuji <yuuji@gentei.org>
parents: 458
diff changeset
150 /* text-shadow: blue 0px 1px; */
427
d52dd72a70e1 td.repl h[234] -> display: inline;
HIROSE Yuuji <yuuji@gentei.org>
parents: 417
diff changeset
151 }
591
3bfd1ac6fbf3 Hr in reply box changed to inline-block
HIROSE Yuuji <yuuji@gentei.org>
parents: 588
diff changeset
152 td.repl hr {display: inline-block; width: 95%; color: #cde}
584
1974f3bce999 Add padding to slant font (td.repl em)
HIROSE Yuuji <yuuji@gentei.org>
parents: 583
diff changeset
153 td.repl em {color: #a00; text-decoration: underline; padding-right: 0.3ex;}
485
021e7943fd99 Emphasis pattern *word*, _word_ and strong pattern **word**, __word__
HIROSE Yuuji <yuuji@gentei.org>
parents: 484
diff changeset
154 td.repl strong {color: white; background: #00a; padding: 0 0.5ex;}
999
1fd61bbd69f8 Change h4:before mark using var() reference of CSS3
HIROSE Yuuji <yuuji@gentei.org>
parents: 998
diff changeset
155 :root {--repl-heading-color: #a22;}
1fd61bbd69f8 Change h4:before mark using var() reference of CSS3
HIROSE Yuuji <yuuji@gentei.org>
parents: 998
diff changeset
156 td.repl h2:before {content: "■"; color: var(--repl-heading-color);}
1fd61bbd69f8 Change h4:before mark using var() reference of CSS3
HIROSE Yuuji <yuuji@gentei.org>
parents: 998
diff changeset
157 td.repl h3:before {content: "◆"; color: var(--repl-heading-color);}
1fd61bbd69f8 Change h4:before mark using var() reference of CSS3
HIROSE Yuuji <yuuji@gentei.org>
parents: 998
diff changeset
158 td.repl h4:before {content: "◎"; color: var(--repl-heading-color);}
960
0d9caeab3d81 Instant notify by "@all" sign at the beginning of article.
HIROSE Yuuji <yuuji@gentei.org>
parents: 929
diff changeset
159 td.repl div.atall {
0d9caeab3d81 Instant notify by "@all" sign at the beginning of article.
HIROSE Yuuji <yuuji@gentei.org>
parents: 929
diff changeset
160 color: white; background: #66f; padding: 0 0.8ex;
0d9caeab3d81 Instant notify by "@all" sign at the beginning of article.
HIROSE Yuuji <yuuji@gentei.org>
parents: 929
diff changeset
161 display: inline-block; border-radius: 0.8ex;
0d9caeab3d81 Instant notify by "@all" sign at the beginning of article.
HIROSE Yuuji <yuuji@gentei.org>
parents: 929
diff changeset
162 }
355
0d19061a3b2c Use "repatt" class of td
HIROSE Yuuji <yuuji@gentei.org>
parents: 354
diff changeset
163 .blog_replies td.repatt {min-width: 12em;}
969
b327b5691b59 Add author-hide/show button in quiz mode
HIROSE Yuuji <yuuji@gentei.org>
parents: 960
diff changeset
164 .blog_replies td.hideauthor {display: none;}
354
5ab7efa5a950 More specific : table.blog_replies
HIROSE Yuuji <yuuji@gentei.org>
parents: 352
diff changeset
165 table.blog_replies iframe {
840
a90410b0ed44 Resize iframe
HIROSE Yuuji <yuuji@gentei.org>
parents: 839
diff changeset
166 width: 80%; min-height: 300px; max-width: 50em; max-height: 80vw;
251
9e8e43ed3c11 Set geometry of iframe inside of blog_replies by property instead of attr.
HIROSE Yuuji <yuuji@gentei.org>
parents: 243
diff changeset
167 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
168 }
354
5ab7efa5a950 More specific : table.blog_replies
HIROSE Yuuji <yuuji@gentei.org>
parents: 352
diff changeset
169 table.blog_replies td.new { /* New Article from last visit */
287
422270e94adc New flag attached to `time' has low visibility. Attached to `td'.
HIROSE Yuuji <yuuji@gentei.org>
parents: 286
diff changeset
170 background: white
286
1c4f13f0813e Add newer article flag representing by time string decoration.
HIROSE Yuuji <yuuji@gentei.org>
parents: 260
diff changeset
171 }
291
1df64f0490ca `|col|col|...' like table conversion enabled
HIROSE Yuuji <yuuji@gentei.org>
parents: 290
diff changeset
172 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
173 margin: 0; border-width: 0;
1df64f0490ca `|col|col|...' like table conversion enabled
HIROSE Yuuji <yuuji@gentei.org>
parents: 290
diff changeset
174 border-collapse: collapse;
1df64f0490ca `|col|col|...' like table conversion enabled
HIROSE Yuuji <yuuji@gentei.org>
parents: 290
diff changeset
175 vertical-align: top; width: auto; height: 1em;
1df64f0490ca `|col|col|...' like table conversion enabled
HIROSE Yuuji <yuuji@gentei.org>
parents: 290
diff changeset
176 }
564
b86a82ffe407 Table header in mini made brighter
HIROSE Yuuji <yuuji@gentei.org>
parents: 557
diff changeset
177 table.mini th {background: #cee;}
481
856710101c49 Background color and border-bottom for mini-table
HIROSE Yuuji <yuuji@gentei.org>
parents: 459
diff changeset
178 table.mini tr {border-bottom: solid 1px #bcc;}
294
7f63a9424410 Columns by minitbl()'s text-align set to 'justify'
HIROSE Yuuji <yuuji@gentei.org>
parents: 293
diff changeset
179 table.mini th, table.mini td {text-align: justify;}
583
ae420aaa8f4f Horizontal padding of table.mini td changed from 1ex to 0.5ex
HIROSE Yuuji <yuuji@gentei.org>
parents: 564
diff changeset
180 table.mini td, table.mini th {padding: 1px 0.5ex; min-width: 1em;}
291
1df64f0490ca `|col|col|...' like table conversion enabled
HIROSE Yuuji <yuuji@gentei.org>
parents: 290
diff changeset
181 table.mini {margin-left: 1em; border-left: 2px solid #686;}
898
411ce55c0dae AJAX posting and PJAX file-viewer initially introduced.
HIROSE Yuuji <yuuji@gentei.org>
parents: 893
diff changeset
182 div.pjaxview, div.pjaxview2 {
411ce55c0dae AJAX posting and PJAX file-viewer initially introduced.
HIROSE Yuuji <yuuji@gentei.org>
parents: 893
diff changeset
183 position: fixed; top: 1ex; left: 0; width: 9vw; height: 9vh;
411ce55c0dae AJAX posting and PJAX file-viewer initially introduced.
HIROSE Yuuji <yuuji@gentei.org>
parents: 893
diff changeset
184 background: #ffffee; border: 1px double navy; border-radius: 2em;
411ce55c0dae AJAX posting and PJAX file-viewer initially introduced.
HIROSE Yuuji <yuuji@gentei.org>
parents: 893
diff changeset
185 z-index: 7;
411ce55c0dae AJAX posting and PJAX file-viewer initially introduced.
HIROSE Yuuji <yuuji@gentei.org>
parents: 893
diff changeset
186 }
411ce55c0dae AJAX posting and PJAX file-viewer initially introduced.
HIROSE Yuuji <yuuji@gentei.org>
parents: 893
diff changeset
187 div.pjaxview2 {
929
b78409b5a3b9 Height should have unit of vh!
HIROSE Yuuji <yuuji@gentei.org>
parents: 914
diff changeset
188 width: 100vw; height: 98vh; transition: 0.5s;
898
411ce55c0dae AJAX posting and PJAX file-viewer initially introduced.
HIROSE Yuuji <yuuji@gentei.org>
parents: 893
diff changeset
189 }
411ce55c0dae AJAX posting and PJAX file-viewer initially introduced.
HIROSE Yuuji <yuuji@gentei.org>
parents: 893
diff changeset
190 div.pjaxview iframe {
411ce55c0dae AJAX posting and PJAX file-viewer initially introduced.
HIROSE Yuuji <yuuji@gentei.org>
parents: 893
diff changeset
191 width: 98%; height: 90%; object-fit: scale-down;
411ce55c0dae AJAX posting and PJAX file-viewer initially introduced.
HIROSE Yuuji <yuuji@gentei.org>
parents: 893
diff changeset
192 }
411ce55c0dae AJAX posting and PJAX file-viewer initially introduced.
HIROSE Yuuji <yuuji@gentei.org>
parents: 893
diff changeset
193 div.pjaxview p {
411ce55c0dae AJAX posting and PJAX file-viewer initially introduced.
HIROSE Yuuji <yuuji@gentei.org>
parents: 893
diff changeset
194 padding: 0.5ex; text-align: left; margin: 0 2em;
411ce55c0dae AJAX posting and PJAX file-viewer initially introduced.
HIROSE Yuuji <yuuji@gentei.org>
parents: 893
diff changeset
195 white-space: nowrap; overflow: hidden;
411ce55c0dae AJAX posting and PJAX file-viewer initially introduced.
HIROSE Yuuji <yuuji@gentei.org>
parents: 893
diff changeset
196 }
411ce55c0dae AJAX posting and PJAX file-viewer initially introduced.
HIROSE Yuuji <yuuji@gentei.org>
parents: 893
diff changeset
197 div.pjaxview p button { font-size: large; padding: 0 1em;}
411ce55c0dae AJAX posting and PJAX file-viewer initially introduced.
HIROSE Yuuji <yuuji@gentei.org>
parents: 893
diff changeset
198 div.pjaxview p button { background: #eeeee0; }
411ce55c0dae AJAX posting and PJAX file-viewer initially introduced.
HIROSE Yuuji <yuuji@gentei.org>
parents: 893
diff changeset
199 div.pjaxview p button:focus { background: #fffff8; }
291
1df64f0490ca `|col|col|...' like table conversion enabled
HIROSE Yuuji <yuuji@gentei.org>
parents: 290
diff changeset
200
320
9735dd6c7bff Workaround for chromium's not supporting visibility: collapse;
HIROSE Yuuji <yuuji@gentei.org>
parents: 319
diff changeset
201 /* "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
202 div.noprofimg tr.profimg {visibility: collapse; display: none;}
319
a868f03970b5 Profimg hiding rule revised
HIROSE Yuuji <yuuji@gentei.org>
parents: 318
diff changeset
203 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
204 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
205 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
206
557
591838015ac3 Put inaccessible mark on such attached file icon.
HIROSE Yuuji <yuuji@gentei.org>
parents: 556
diff changeset
207 /* Used for overlapping image */
591838015ac3 Put inaccessible mark on such attached file icon.
HIROSE Yuuji <yuuji@gentei.org>
parents: 556
diff changeset
208 img.overlap {position: absolute; top: 40px; left: 50px; z-index: 2;}
591838015ac3 Put inaccessible mark on such attached file icon.
HIROSE Yuuji <yuuji@gentei.org>
parents: 556
diff changeset
209
322
18be0c210dc8 First implementation of icon display in blog_replies.
HIROSE Yuuji <yuuji@gentei.org>
parents: 320
diff changeset
210 /* 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
211 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
212 overflow: hidden; margin: 0 1em 1ex;
146
3d0de7bdbf40 Profile image
HIROSE Yuuji <yuuji@gentei.org>
parents: 145
diff changeset
213 padding: 0; border: white 1px solid; box-shadow: 2px 3px 4px
3d0de7bdbf40 Profile image
HIROSE Yuuji <yuuji@gentei.org>
parents: 145
diff changeset
214 }
149
0e28561bf73a Specify `max-width: 400px' to p.profimg img
HIROSE Yuuji <yuuji@gentei.org>
parents: 146
diff changeset
215 p.profimg img {max-width: 400px;}
146
3d0de7bdbf40 Profile image
HIROSE Yuuji <yuuji@gentei.org>
parents: 145
diff changeset
216 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
217 body.grouphome p.groupimg {
315
5577a3d131e3 body.grouphome p.groupimg img
HIROSE Yuuji <yuuji@gentei.org>
parents: 314
diff changeset
218 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
219 overflow: hidden;}
315
5577a3d131e3 body.grouphome p.groupimg img
HIROSE Yuuji <yuuji@gentei.org>
parents: 314
diff changeset
220 body.grouphome p.groupimg img {
5577a3d131e3 body.grouphome p.groupimg img
HIROSE Yuuji <yuuji@gentei.org>
parents: 314
diff changeset
221 max-width: 380px; max-height: 380px;}
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
222
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
223 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
224 div.noborder {border: 0px; margin: 0;}
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
225 div.fold > div {
32
280024035566 Folding div by `display none' breaks effects of transition.
HIROSE Yuuji <yuuji@gentei.org>
parents: 30
diff changeset
226 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
227 height: 0px; opacity: 0; padding: 0 1ex;
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
228 }
59
916d81b9c4fc Selection from group member
HIROSE Yuuji <yuuji@gentei.org>
parents: 38
diff changeset
229 div.fold input[type="checkbox"]:checked ~ div,
916d81b9c4fc Selection from group member
HIROSE Yuuji <yuuji@gentei.org>
parents: 38
diff changeset
230 div.fold input[type="radio"]:checked ~ div {
193
5d83ff0bbd40 Comment area modified
HIROSE Yuuji <yuuji@gentei.org>
parents: 190
diff changeset
231 display: block; background: #fadede;
30
a9f061d74153 Add transition to hidden div by div.fold
HIROSE Yuuji <yuuji@gentei.org>
parents: 24
diff changeset
232 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
233 }
667
9ee0e242c25a Grp-Message customized for Report-handout
HIROSE Yuuji <yuuji@gentei.org>
parents: 664
diff changeset
234 input.fold + label + *.folded {opacity: 0; display: none; hight: 0;}
9ee0e242c25a Grp-Message customized for Report-handout
HIROSE Yuuji <yuuji@gentei.org>
parents: 664
diff changeset
235 input[type="checkbox"].fold:checked + label + *.folded {
659
a36a2c3b3056 GrpAction: Reverse selection and supplemental rcpt address
HIROSE Yuuji <yuuji@gentei.org>
parents: 644
diff changeset
236 opacity: 1.0; transition: 2s;
a36a2c3b3056 GrpAction: Reverse selection and supplemental rcpt address
HIROSE Yuuji <yuuji@gentei.org>
parents: 644
diff changeset
237 }
667
9ee0e242c25a Grp-Message customized for Report-handout
HIROSE Yuuji <yuuji@gentei.org>
parents: 664
diff changeset
238 input[type="checkbox"].fold:checked + label + div.folded {
9ee0e242c25a Grp-Message customized for Report-handout
HIROSE Yuuji <yuuji@gentei.org>
parents: 664
diff changeset
239 display: block; hight: auto; transition: 2s;
9ee0e242c25a Grp-Message customized for Report-handout
HIROSE Yuuji <yuuji@gentei.org>
parents: 664
diff changeset
240 }
260
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
241
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
242 /* fold2!! */
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
243 div.foldtabs {
289
af84e8da1008 `white-space pre' in bloghead
HIROSE Yuuji <yuuji@gentei.org>
parents: 287
diff changeset
244 position: relative; height: 5em; margin-top: 1em;
260
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
245 border-top: 1px solid black; padding-top: 1em;
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
246 }
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
247 div.foldtabs > div {
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
248 position: absolute; top: 2.5em; opacity: 0.0; background: pink;
369
5f01ead0174f Add feature of scoring up all report-style blogs.
HIROSE Yuuji <yuuji@gentei.org>
parents: 355
diff changeset
249 margin: 2px; overflow: auto;
260
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
250 }
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
251 div.foldtabs input[type="radio"] {display: none;}
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
252 div.foldtabs input[type="radio"]:checked + label + div {
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
253 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
254 margin: 0; z-index: 2;
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
255 }
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
256 div.foldtabs > label {
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
257 border: 1px outset #ddd; background: #ddd; xbackground: pink;
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
258 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
259 margin: 0;
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
260 padding: 0.2ex 0.5em; height: 3em;
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
261 }
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
262 div.foldtabs > input:active + label {background: white;}
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
263 div.foldtabs input:checked + label {
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
264 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
265 }
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
266 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
267 input[type="checkbox"] + label + input[type="submit"] {display: none;}
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
268 input[type="checkbox"]:checked + label + input[type="submit"] {
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
269 display: inline;}
289
af84e8da1008 `white-space pre' in bloghead
HIROSE Yuuji <yuuji@gentei.org>
parents: 287
diff changeset
270 div.foldtabs p {margin: 0;}
260
1b9d45b823b8 UI changed to tab selection
HIROSE Yuuji <yuuji@gentei.org>
parents: 259
diff changeset
271
502
46a8da2740d9 Add CheckBox WikiStyle notation "- [ ]"
HIROSE Yuuji <yuuji@gentei.org>
parents: 500
diff changeset
272 /* ToDo List CheckBox inspired by https://cultureacademia.jp/webcreate/303/ */
46a8da2740d9 Add CheckBox WikiStyle notation "- [ ]"
HIROSE Yuuji <yuuji@gentei.org>
parents: 500
diff changeset
273 input.s4-checkbox {display: none;} /* Do not show real checkbox */
46a8da2740d9 Add CheckBox WikiStyle notation "- [ ]"
HIROSE Yuuji <yuuji@gentei.org>
parents: 500
diff changeset
274 input.s4-checkbox + label {
46a8da2740d9 Add CheckBox WikiStyle notation "- [ ]"
HIROSE Yuuji <yuuji@gentei.org>
parents: 500
diff changeset
275 position: relative; padding-left: 0.8em; margin-right: 1em;
46a8da2740d9 Add CheckBox WikiStyle notation "- [ ]"
HIROSE Yuuji <yuuji@gentei.org>
parents: 500
diff changeset
276 }
46a8da2740d9 Add CheckBox WikiStyle notation "- [ ]"
HIROSE Yuuji <yuuji@gentei.org>
parents: 500
diff changeset
277 input.s4-checkbox + label:before,
46a8da2740d9 Add CheckBox WikiStyle notation "- [ ]"
HIROSE Yuuji <yuuji@gentei.org>
parents: 500
diff changeset
278 input.s4-checkbox + label:after {
46a8da2740d9 Add CheckBox WikiStyle notation "- [ ]"
HIROSE Yuuji <yuuji@gentei.org>
parents: 500
diff changeset
279 content: ""; display: block; /* Mimic Checkbox by absolute box */
46a8da2740d9 Add CheckBox WikiStyle notation "- [ ]"
HIROSE Yuuji <yuuji@gentei.org>
parents: 500
diff changeset
280 position: absolute; top: 0; left: 0; margin: 0;
46a8da2740d9 Add CheckBox WikiStyle notation "- [ ]"
HIROSE Yuuji <yuuji@gentei.org>
parents: 500
diff changeset
281 }
46a8da2740d9 Add CheckBox WikiStyle notation "- [ ]"
HIROSE Yuuji <yuuji@gentei.org>
parents: 500
diff changeset
282 input.s4-checkbox + label:before { /* checkbox frame */
46a8da2740d9 Add CheckBox WikiStyle notation "- [ ]"
HIROSE Yuuji <yuuji@gentei.org>
parents: 500
diff changeset
283 width: 0.8em; height: 0.8em; border: 1px solid #aaa; border-radius: 20%;
504
3ee6cc78d5bb s4-Checkbox background darken
HIROSE Yuuji <yuuji@gentei.org>
parents: 502
diff changeset
284 background: #ddd;
502
46a8da2740d9 Add CheckBox WikiStyle notation "- [ ]"
HIROSE Yuuji <yuuji@gentei.org>
parents: 500
diff changeset
285 }
46a8da2740d9 Add CheckBox WikiStyle notation "- [ ]"
HIROSE Yuuji <yuuji@gentei.org>
parents: 500
diff changeset
286 input.s4-checkbox:checked + label:before { /* checked frame bg */
46a8da2740d9 Add CheckBox WikiStyle notation "- [ ]"
HIROSE Yuuji <yuuji@gentei.org>
parents: 500
diff changeset
287 background: pink;
46a8da2740d9 Add CheckBox WikiStyle notation "- [ ]"
HIROSE Yuuji <yuuji@gentei.org>
parents: 500
diff changeset
288 }
46a8da2740d9 Add CheckBox WikiStyle notation "- [ ]"
HIROSE Yuuji <yuuji@gentei.org>
parents: 500
diff changeset
289 input.s4-checkbox:checked + label { /* checked text */
46a8da2740d9 Add CheckBox WikiStyle notation "- [ ]"
HIROSE Yuuji <yuuji@gentei.org>
parents: 500
diff changeset
290 /* text-shadow: red 1px 1px; */
46a8da2740d9 Add CheckBox WikiStyle notation "- [ ]"
HIROSE Yuuji <yuuji@gentei.org>
parents: 500
diff changeset
291 }
46a8da2740d9 Add CheckBox WikiStyle notation "- [ ]"
HIROSE Yuuji <yuuji@gentei.org>
parents: 500
diff changeset
292 input.s4-checkbox:checked + label:after { /* checked mark */
46a8da2740d9 Add CheckBox WikiStyle notation "- [ ]"
HIROSE Yuuji <yuuji@gentei.org>
parents: 500
diff changeset
293 width: 0.6em; height: 0.4em; top: 0.05em; left: 0.1em;
46a8da2740d9 Add CheckBox WikiStyle notation "- [ ]"
HIROSE Yuuji <yuuji@gentei.org>
parents: 500
diff changeset
294 border-bottom: 3px solid navy;
46a8da2740d9 Add CheckBox WikiStyle notation "- [ ]"
HIROSE Yuuji <yuuji@gentei.org>
parents: 500
diff changeset
295 border-left: 3px solid navy;
46a8da2740d9 Add CheckBox WikiStyle notation "- [ ]"
HIROSE Yuuji <yuuji@gentei.org>
parents: 500
diff changeset
296 transform: rotate(-40deg);
46a8da2740d9 Add CheckBox WikiStyle notation "- [ ]"
HIROSE Yuuji <yuuji@gentei.org>
parents: 500
diff changeset
297 }
46a8da2740d9 Add CheckBox WikiStyle notation "- [ ]"
HIROSE Yuuji <yuuji@gentei.org>
parents: 500
diff changeset
298 /* ---------------------------------------------------- */
46a8da2740d9 Add CheckBox WikiStyle notation "- [ ]"
HIROSE Yuuji <yuuji@gentei.org>
parents: 500
diff changeset
299
842
de2ef47143a0 Blog list in group home can be folded by a checkbox
HIROSE Yuuji <yuuji@gentei.org>
parents: 841
diff changeset
300 div.dumptable {max-height: 70vw; overflow: auto;}
296
da0a9c2380c1 Hover highlighting for dumptable added
HIROSE Yuuji <yuuji@gentei.org>
parents: 294
diff changeset
301 div.dumptable tr:hover {background-color: #fee;}
258
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
302 table.dumpblogs td,
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
303 div.lcto td { /* LINK + CTIME + TITLE + OWNER + something... */
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
304 white-space: nowrap; overflow: hidden;}
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
305 table.dumpblogs td:nth-child(4),
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
306 div.lcto td:nth-child(2) {max-width: 8em;}
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
307 table.dumpblogs td:nth-child(5), /* team */
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
308 table.dumpblogs td:nth-child(6), /* title */
397
e9e8b4d40220 Add feature of `frozen state' of the blog board
HIROSE Yuuji <yuuji@gentei.org>
parents: 389
diff changeset
309 table.dumpblogs td:nth-child(7), /* heading */
258
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
310 div.lcto td:nth-child(3), /* title */
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
311 div.lcto td:nth-child(4) /* owner */
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
312 {max-width: 14em;}
913
d252bf61f048 Table headers stays at the top of scroll view with position: sticky
HIROSE Yuuji <yuuji@gentei.org>
parents: 912
diff changeset
313 /* https://curecode.jp/tech/css-table-position-sticky-with-background-border-vanished/ */
d252bf61f048 Table headers stays at the top of scroll view with position: sticky
HIROSE Yuuji <yuuji@gentei.org>
parents: 912
diff changeset
314 div.dumptable table.dumpblogs th {
d252bf61f048 Table headers stays at the top of scroll view with position: sticky
HIROSE Yuuji <yuuji@gentei.org>
parents: 912
diff changeset
315 position: sticky; top: 0; z-index: 0; background: #fcf0f0;
d252bf61f048 Table headers stays at the top of scroll view with position: sticky
HIROSE Yuuji <yuuji@gentei.org>
parents: 912
diff changeset
316 border: 1px solid black; border-collapse: collapse;
d252bf61f048 Table headers stays at the top of scroll view with position: sticky
HIROSE Yuuji <yuuji@gentei.org>
parents: 912
diff changeset
317 background-clip: padding-box;
d252bf61f048 Table headers stays at the top of scroll view with position: sticky
HIROSE Yuuji <yuuji@gentei.org>
parents: 912
diff changeset
318 }
258
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
319
397
e9e8b4d40220 Add feature of `frozen state' of the blog board
HIROSE Yuuji <yuuji@gentei.org>
parents: 389
diff changeset
320 table.dumpblogs tr.凍結 td:nth-child(n+2) {opacity: 0.5;}
e9e8b4d40220 Add feature of `frozen state' of the blog board
HIROSE Yuuji <yuuji@gentei.org>
parents: 389
diff changeset
321 table.dumpblogs tr.凍結 td:last-child {opacity: 1.0; color: blue;}
e9e8b4d40220 Add feature of `frozen state' of the blog board
HIROSE Yuuji <yuuji@gentei.org>
parents: 389
diff changeset
322 *.frozen, *.凍結 {color: blue;}
258
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
323
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
324 /*
252
75dfaceac01f Link to newest article of the blog in the recent writing place
HIROSE Yuuji <yuuji@gentei.org>
parents: 251
diff changeset
325 table.dumpblogs td:nth-child(4) {
256
e9b33033d95f table.dumpblogs td {white-space: nowrap;}
HIROSE Yuuji <yuuji@gentei.org>
parents: 252
diff changeset
326 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
327 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
328 table.dumpblogs td:nth-child(6) {
256
e9b33033d95f table.dumpblogs td {white-space: nowrap;}
HIROSE Yuuji <yuuji@gentei.org>
parents: 252
diff changeset
329 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
330 table.dumpblogs td:nth-child(7) {
256
e9b33033d95f table.dumpblogs td {white-space: nowrap;}
HIROSE Yuuji <yuuji@gentei.org>
parents: 252
diff changeset
331 min-width: 5em; overflow: hidden;}
258
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
332 */
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
333
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
334 /********************* icon list *********************/
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
335 div.iconlist {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
336 text-align: center; float: left; margin: 1ex 1em;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
337 border: dotted #dfd 2px; padding: 1ex;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
338 }
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
339 div.iconlist p {margin: 0; padding: 0;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
340 div.iconlist p.tag {background: #ffa; border-radius: 4em;}
19
HIROSE Yuuji <yuuji@gentei.org>
parents: 18
diff changeset
341 div.iconlist p._temp {background: cyan;}
HIROSE Yuuji <yuuji@gentei.org>
parents: 18
diff changeset
342 div.iconlist p._lecture {background: pink;}
HIROSE Yuuji <yuuji@gentei.org>
parents: 18
diff changeset
343 div.iconlist p._admin {background: yellow;}
HIROSE Yuuji <yuuji@gentei.org>
parents: 18
diff changeset
344 div.iconlist p._friend {background: fuchsia;}
23
f9cfc600680a Change colors
HIROSE Yuuji <yuuji@gentei.org>
parents: 20
diff changeset
345 div.iconlist p._fellows {background: #9f9;} /* light green */
24
6b2ba8af4c9e Chagen color of _club
HIROSE Yuuji <yuuji@gentei.org>
parents: 23
diff changeset
346 div.iconlist p._club {background: #4bb;} /* light teal */
23
f9cfc600680a Change colors
HIROSE Yuuji <yuuji@gentei.org>
parents: 20
diff changeset
347 div.iconlist p._event {background: maroon; color: white;}
f9cfc600680a Change colors
HIROSE Yuuji <yuuji@gentei.org>
parents: 20
diff changeset
348 div.iconlist p._misc {background: purple; color: white;}
38
1f04814e7dad Add _record
HIROSE Yuuji <yuuji@gentei.org>
parents: 32
diff changeset
349 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
350 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
351 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
352 div.iconlist p._test {background: #ffb6c1;} /* light pink */
609
7eb71958a09e Add display limitation buttons in listentry()
HIROSE Yuuji <yuuji@gentei.org>
parents: 602
diff changeset
353 input#ismembtn:checked ~ div.iconlist,
7eb71958a09e Add display limitation buttons in listentry()
HIROSE Yuuji <yuuji@gentei.org>
parents: 602
diff changeset
354 input#isadmbtn:checked ~ div.iconlist {display: none;}
7eb71958a09e Add display limitation buttons in listentry()
HIROSE Yuuji <yuuji@gentei.org>
parents: 602
diff changeset
355 input#ismembtn:checked ~ div.iconlist.Member,
7eb71958a09e Add display limitation buttons in listentry()
HIROSE Yuuji <yuuji@gentei.org>
parents: 602
diff changeset
356 input#isadmbtn:checked ~ div.iconlist.ADMIN,
7eb71958a09e Add display limitation buttons in listentry()
HIROSE Yuuji <yuuji@gentei.org>
parents: 602
diff changeset
357 input#ismembtn:checked ~ div.iconlist.ADMIN {display: block;}
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
358 div.xy120x120 {min-width: 120px; min-height: 140px;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
359 div.xy96x96 {min-width: 96px; min-height: 116px;}
388
4f6b63c25ab8 User/Group listing made fast by using imgsrc_cache()
HIROSE Yuuji <yuuji@gentei.org>
parents: 377
diff changeset
360 div.xy96x96 img {max-width: 96px;}
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
361 div.xy50x50 {min-width: 50px; min-height: 70px;}
389
3074b635687a xy5050 icon has width 50px;
HIROSE Yuuji <yuuji@gentei.org>
parents: 388
diff changeset
362 div.xy50x50 img {max-width: 50px;}
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
363 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
364 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
365 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
366 div.right, div.search {clear: both; float: right;}
234
HIROSE Yuuji <yuuji@gentei.org>
parents: 221
diff changeset
367 *.clear {clear: both;}
243
466ea3e4b039 Search box localted to the top of home page.
HIROSE Yuuji <yuuji@gentei.org>
parents: 241
diff changeset
368 div.search input[type="text"] {
466ea3e4b039 Search box localted to the top of home page.
HIROSE Yuuji <yuuji@gentei.org>
parents: 241
diff changeset
369 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
370 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
371 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
372 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
373 position: relative;
dd0c70353869 More HELP text for search form. Add search result report.
HIROSE Yuuji <yuuji@gentei.org>
parents: 325
diff changeset
374 }
557
591838015ac3 Put inaccessible mark on such attached file icon.
HIROSE Yuuji <yuuji@gentei.org>
parents: 556
diff changeset
375 div.search div.fr, *.relative {position: relative;}
452
30ab12e54324 Ballon help for s4-WikiStyle added
HIROSE Yuuji <yuuji@gentei.org>
parents: 451
diff changeset
376 div.search p.help, textarea + p.help {display: none;}
30ab12e54324 Ballon help for s4-WikiStyle added
HIROSE Yuuji <yuuji@gentei.org>
parents: 451
diff changeset
377 div.search input:focus + p.help,
30ab12e54324 Ballon help for s4-WikiStyle added
HIROSE Yuuji <yuuji@gentei.org>
parents: 451
diff changeset
378 textarea:focus + p.help {
352
dd0c70353869 More HELP text for search form. Add search result report.
HIROSE Yuuji <yuuji@gentei.org>
parents: 325
diff changeset
379 display: block; background: white;
dd0c70353869 More HELP text for search form. Add search result report.
HIROSE Yuuji <yuuji@gentei.org>
parents: 325
diff changeset
380 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
381 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
382 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
383 }
452
30ab12e54324 Ballon help for s4-WikiStyle added
HIROSE Yuuji <yuuji@gentei.org>
parents: 451
diff changeset
384 textarea:focus + p.help {
30ab12e54324 Ballon help for s4-WikiStyle added
HIROSE Yuuji <yuuji@gentei.org>
parents: 451
diff changeset
385 position: fixed;
30ab12e54324 Ballon help for s4-WikiStyle added
HIROSE Yuuji <yuuji@gentei.org>
parents: 451
diff changeset
386 top: 0em; left: 0;
30ab12e54324 Ballon help for s4-WikiStyle added
HIROSE Yuuji <yuuji@gentei.org>
parents: 451
diff changeset
387 }
587
1e40019d1bb1 Indicate notification mode in submit button
HIROSE Yuuji <yuuji@gentei.org>
parents: 584
diff changeset
388 form.summary input[type=submit],
914
cfb6247a2266 Add auxiliary submit button
HIROSE Yuuji <yuuji@gentei.org>
parents: 913
diff changeset
389 input[type="submit"].all, button.all {
912
4f19add6f877 Restrict ajax button activation to certain case
HIROSE Yuuji <yuuji@gentei.org>
parents: 900
diff changeset
390 background: #cfc; padding: 0.4ex 2ex;
4f19add6f877 Restrict ajax button activation to certain case
HIROSE Yuuji <yuuji@gentei.org>
parents: 900
diff changeset
391 }
602
f02b38fa9489 Put 4em's space before reset button
HIROSE Yuuji <yuuji@gentei.org>
parents: 591
diff changeset
392 input[type="reset"] {margin-left: 4em;}
126
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
393
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
394 /*
755
1a8291d7fa3d Annex strategy shifted to World strategy
HIROSE Yuuji <yuuji@gentei.org>
parents: 754
diff changeset
395 * World List
754
5bab8644024a Annex-test: sessdb = main-sessdb
HIROSE Yuuji <yuuji@gentei.org>
parents: 667
diff changeset
396 */
755
1a8291d7fa3d Annex strategy shifted to World strategy
HIROSE Yuuji <yuuji@gentei.org>
parents: 754
diff changeset
397 li.casmenu div {display: none; position: relative; width: 200%;
754
5bab8644024a Annex-test: sessdb = main-sessdb
HIROSE Yuuji <yuuji@gentei.org>
parents: 667
diff changeset
398 min-width: 80%; margin-right: 0;}
5bab8644024a Annex-test: sessdb = main-sessdb
HIROSE Yuuji <yuuji@gentei.org>
parents: 667
diff changeset
399 li.casmenu div table {
5bab8644024a Annex-test: sessdb = main-sessdb
HIROSE Yuuji <yuuji@gentei.org>
parents: 667
diff changeset
400 background: white; position: absolute; top: 0em; border: 3px solid navy;
755
1a8291d7fa3d Annex strategy shifted to World strategy
HIROSE Yuuji <yuuji@gentei.org>
parents: 754
diff changeset
401 max-width: 100%;
754
5bab8644024a Annex-test: sessdb = main-sessdb
HIROSE Yuuji <yuuji@gentei.org>
parents: 667
diff changeset
402 }
755
1a8291d7fa3d Annex strategy shifted to World strategy
HIROSE Yuuji <yuuji@gentei.org>
parents: 754
diff changeset
403 li.casmenu div table td {text-align: left; padding: 0.5ex 1em;}
754
5bab8644024a Annex-test: sessdb = main-sessdb
HIROSE Yuuji <yuuji@gentei.org>
parents: 667
diff changeset
404 li.casmenu:hover div, li.casmenu:active div,
5bab8644024a Annex-test: sessdb = main-sessdb
HIROSE Yuuji <yuuji@gentei.org>
parents: 667
diff changeset
405 li.casmenu div:hover, li.casmenu div:active
5bab8644024a Annex-test: sessdb = main-sessdb
HIROSE Yuuji <yuuji@gentei.org>
parents: 667
diff changeset
406 {display: block;}
825
e9817a71f332 List groups in other worlds
HIROSE Yuuji <yuuji@gentei.org>
parents: 791
diff changeset
407 span.pre {white-space: pre;}
754
5bab8644024a Annex-test: sessdb = main-sessdb
HIROSE Yuuji <yuuji@gentei.org>
parents: 667
diff changeset
408
5bab8644024a Annex-test: sessdb = main-sessdb
HIROSE Yuuji <yuuji@gentei.org>
parents: 667
diff changeset
409 /*
889
5843755e3b30 The beginning of AJAX operations
HIROSE Yuuji <yuuji@gentei.org>
parents: 872
diff changeset
410 * Frozen toggle button
5843755e3b30 The beginning of AJAX operations
HIROSE Yuuji <yuuji@gentei.org>
parents: 872
diff changeset
411 */
5843755e3b30 The beginning of AJAX operations
HIROSE Yuuji <yuuji@gentei.org>
parents: 872
diff changeset
412 td.稼動状態 {text-align: center;}
5843755e3b30 The beginning of AJAX operations
HIROSE Yuuji <yuuji@gentei.org>
parents: 872
diff changeset
413 button.toggle-frozen {
5843755e3b30 The beginning of AJAX operations
HIROSE Yuuji <yuuji@gentei.org>
parents: 872
diff changeset
414 padding: 0 1emex;
5843755e3b30 The beginning of AJAX operations
HIROSE Yuuji <yuuji@gentei.org>
parents: 872
diff changeset
415 background: #fdb585;
891
45771085d097 Frozen button made blighter
HIROSE Yuuji <yuuji@gentei.org>
parents: 889
diff changeset
416 border-radius: 1ex;
889
5843755e3b30 The beginning of AJAX operations
HIROSE Yuuji <yuuji@gentei.org>
parents: 872
diff changeset
417 border-bottom: solid 2px #d27d88;
5843755e3b30 The beginning of AJAX operations
HIROSE Yuuji <yuuji@gentei.org>
parents: 872
diff changeset
418 box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0,0,0, 0.19);
891
45771085d097 Frozen button made blighter
HIROSE Yuuji <yuuji@gentei.org>
parents: 889
diff changeset
419 background: linear-gradient(#fdeaea, #fdb2b2); // ffc8a8
889
5843755e3b30 The beginning of AJAX operations
HIROSE Yuuji <yuuji@gentei.org>
parents: 872
diff changeset
420 }
5843755e3b30 The beginning of AJAX operations
HIROSE Yuuji <yuuji@gentei.org>
parents: 872
diff changeset
421 .凍結 button.toggle-frozen, .凍結 button.toggle-frozen::before {
891
45771085d097 Frozen button made blighter
HIROSE Yuuji <yuuji@gentei.org>
parents: 889
diff changeset
422 background: linear-gradient(#d8e2ea, #83bbea);
889
5843755e3b30 The beginning of AJAX operations
HIROSE Yuuji <yuuji@gentei.org>
parents: 872
diff changeset
423 }
5843755e3b30 The beginning of AJAX operations
HIROSE Yuuji <yuuji@gentei.org>
parents: 872
diff changeset
424 .凍結 button.toggle-frozen::before {
893
c1a5d137740d Display momentary information of frozen state change
HIROSE Yuuji <yuuji@gentei.org>
parents: 891
diff changeset
425 content: attr(frozen-marker); color: blue;
889
5843755e3b30 The beginning of AJAX operations
HIROSE Yuuji <yuuji@gentei.org>
parents: 872
diff changeset
426 }
5843755e3b30 The beginning of AJAX operations
HIROSE Yuuji <yuuji@gentei.org>
parents: 872
diff changeset
427 .toggle-frozen::before {
893
c1a5d137740d Display momentary information of frozen state change
HIROSE Yuuji <yuuji@gentei.org>
parents: 891
diff changeset
428 content: attr(running-marker);
c1a5d137740d Display momentary information of frozen state change
HIROSE Yuuji <yuuji@gentei.org>
parents: 891
diff changeset
429 }
c1a5d137740d Display momentary information of frozen state change
HIROSE Yuuji <yuuji@gentei.org>
parents: 891
diff changeset
430 .info-tooltip {
c1a5d137740d Display momentary information of frozen state change
HIROSE Yuuji <yuuji@gentei.org>
parents: 891
diff changeset
431 position: absolute; padding: 1ex;
c1a5d137740d Display momentary information of frozen state change
HIROSE Yuuji <yuuji@gentei.org>
parents: 891
diff changeset
432 background: ivory;
c1a5d137740d Display momentary information of frozen state change
HIROSE Yuuji <yuuji@gentei.org>
parents: 891
diff changeset
433 border-radius: 1em; border: double 5px blue;
c1a5d137740d Display momentary information of frozen state change
HIROSE Yuuji <yuuji@gentei.org>
parents: 891
diff changeset
434 min-width: 10em; right: 0; bottom: 0;
c1a5d137740d Display momentary information of frozen state change
HIROSE Yuuji <yuuji@gentei.org>
parents: 891
diff changeset
435 }
898
411ce55c0dae AJAX posting and PJAX file-viewer initially introduced.
HIROSE Yuuji <yuuji@gentei.org>
parents: 893
diff changeset
436 .dissolving {opacity: 0; transition: 3.0s;}
411ce55c0dae AJAX posting and PJAX file-viewer initially introduced.
HIROSE Yuuji <yuuji@gentei.org>
parents: 893
diff changeset
437 .emerging {opacity: 1; transition: 3s;}
900
1fa8b4440f8f Update button changed to ajax
HIROSE Yuuji <yuuji@gentei.org>
parents: 898
diff changeset
438 button#c, button#reload {display: inline-block;}
1fa8b4440f8f Update button changed to ajax
HIROSE Yuuji <yuuji@gentei.org>
parents: 898
diff changeset
439 span.loading, button#c:disabled, button#reload:disabled {
898
411ce55c0dae AJAX posting and PJAX file-viewer initially introduced.
HIROSE Yuuji <yuuji@gentei.org>
parents: 893
diff changeset
440 visibility: visible; transform: rotateX(3600deg); transition: 30s;
889
5843755e3b30 The beginning of AJAX operations
HIROSE Yuuji <yuuji@gentei.org>
parents: 872
diff changeset
441 }
898
411ce55c0dae AJAX posting and PJAX file-viewer initially introduced.
HIROSE Yuuji <yuuji@gentei.org>
parents: 893
diff changeset
442 span.loading {padding: 0 1em;}
914
cfb6247a2266 Add auxiliary submit button
HIROSE Yuuji <yuuji@gentei.org>
parents: 913
diff changeset
443 input.aux {margin-left: 10em; transform: scale(0.7);}
889
5843755e3b30 The beginning of AJAX operations
HIROSE Yuuji <yuuji@gentei.org>
parents: 872
diff changeset
444
5843755e3b30 The beginning of AJAX operations
HIROSE Yuuji <yuuji@gentei.org>
parents: 872
diff changeset
445 /*
126
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
446 * PR Web
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
447 */
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
448 body.pr {font-size: 200%;}
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
449 body.pr h1 {
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
450 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
451 background: #ffefef; border: double 5px navy;
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
452 }

yatex.org