annotate examples/common/default/default.css @ 1017:f5b97df8d824 draft

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

yatex.org