annotate examples/common/default/default.css @ 258:a967788f7ad8

More controls by CSS selector
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 18 Jul 2016 23:16:53 +0859
parents e9b33033d95f
children 85a001a9c7c5
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 */
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
4 body {background: #eff;}
221
acd904062e55 h2, h3 clear floats
HIROSE Yuuji <yuuji@gentei.org>
parents: 219
diff changeset
5 h2, h3, hr {clear: both;}
116
2342e637a632 *.warn {color: red;}
HIROSE Yuuji <yuuji@gentei.org>
parents: 83
diff changeset
6 *.warn {color: red;}
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
7 div.topmenu {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
8 margin: 0; padding: 0; width: 100%; height: 2em;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
9 }
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
10 div.topmenu ul {width: 100%; position: fixed; margin: 0;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
11 margin: 0 auto;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
12 div.topmenu ul li {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
13 float: left; width: 18%;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
14 background: rgba(68,255,102,0.8); border: #3e5 2px groove; margin: 0;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
15 text-align: center; font-size: 80%; list-style: none;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
16 box-shadow: #242 2px 3px 5px;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
17 text-shadow: #fff 0px 0px 10px;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
18 }
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
19 div.topmenu ul li:hover {background: #8fa;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
20 div.topmenu ul a {text-decoration: none;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
21
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
22 ldiv.topmenu + h1 {clear: both; margin-top: 3em;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
23
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
24 td {padding-left: 0.5ex; padding-right: 0.5ex;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
25 table.td2r td:nth-child(2) {text-align: right;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
26 table.td3r td:nth-child(3) {text-align: right;}
252
75dfaceac01f Link to newest article of the blog in the recent writing place
HIROSE Yuuji <yuuji@gentei.org>
parents: 251
diff changeset
27
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
28 table.form, table.b, table.b tr, table.b td, table.b th {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
29 border: 1px solid black; border-collapse: collapse;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
30 }
185
78914c16b41c Use property of pre-wrap
HIROSE Yuuji <yuuji@gentei.org>
parents: 153
diff changeset
31 table.b, table.bloghead {
78914c16b41c Use property of pre-wrap
HIROSE Yuuji <yuuji@gentei.org>
parents: 153
diff changeset
32 border-radius: 1ex; box-shadow: rgb(250,222,222) 1px 2px 3px;
78914c16b41c Use property of pre-wrap
HIROSE Yuuji <yuuji@gentei.org>
parents: 153
diff changeset
33 }
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
34 td.warn {background: #fcc;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
35 input[type="checkbox"][name="rm"]:checked ~ table {background: red;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
36 input[type="checkbox"][name="rm"] ~ span {display: none;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
37 input[type="checkbox"][name="rm"]:checked ~ span {display: inline;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
38
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
39 input[type="radio"][value="replace"] + input.replace[type="file"] {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
40 visibility: hidden;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
41 input[type="radio"][value="replace"]:checked + input.replace[type="file"] {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
42 visibility: visible;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
43 }
153
f7b4f7e5df2a Commission of grp_adm pulled back into grpaction()
HIROSE Yuuji <yuuji@gentei.org>
parents: 152
diff changeset
44 label.admin span {border-bottom: 1px solid blue;}
f7b4f7e5df2a Commission of grp_adm pulled back into grpaction()
HIROSE Yuuji <yuuji@gentei.org>
parents: 152
diff changeset
45 label.admin:after {content: "(ADMIN)"; color: red; text-decoration: none;}
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
46
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
47 /* keep/edit/rm action selector */
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
48 input.action ~ input:not(.action), input.action ~ textarea {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
49 display: none;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
50 }
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
51 input.action[value="edit"]:checked ~ input {display: inline;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
52 input.action[value="edit"]:checked ~ textarea {display: block;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
53 input.action[value="edit"]:checked ~ span {display: none;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
54 input.action[value="rm"]:checked ~ span {background: red;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
55 label.confirm {display: none;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
56 input.action[value="rm"]:checked ~ label.confirm {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
57 display: inline;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
58 }
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
59
241
0c817d4a549a Disable margin-bottom of form.replyblog
HIROSE Yuuji <yuuji@gentei.org>
parents: 237
diff changeset
60 form.replyblog {xxx-margin-bottom: 40%;}
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
61 div.blogcomment {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
62 position: fixed; bottom: 0; left: 0;
193
5d83ff0bbd40 Comment area modified
HIROSE Yuuji <yuuji@gentei.org>
parents: 190
diff changeset
63 z-index: 2; background-color: rgba(250,222,222,0.6);
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
64 }
211
2dbaad689d2d rm textarea warping
HIROSE Yuuji <yuuji@gentei.org>
parents: 208
diff changeset
65 /* div.blogcomment textarea:focus {background: yellow;
2dbaad689d2d rm textarea warping
HIROSE Yuuji <yuuji@gentei.org>
parents: 208
diff changeset
66 position: fixed; top: 0; bottom: auto; } Need to consider narrow display */
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
67 div.blogcomment * {opacity: 1.0;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
68 table.bloghead, .bloghead tr, .bloghead td {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
69 border: 1px solid black; border-collapse: collapse;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
70 min-width: 30em;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
71 }
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
72 table.bloghead tr:nth-child(2) {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
73 font-size: 150%; background: yellow; text-align: center;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
74 }
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
75 table.bloghead {margin-bottom: 1em;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
76
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
77 table.blog_replies, .blog_replies tr, .blog_replies td {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
78 border: 1px solid black; border-collapse: collapse;
185
78914c16b41c Use property of pre-wrap
HIROSE Yuuji <yuuji@gentei.org>
parents: 153
diff changeset
79 white-space: pre-wrap;
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
80 }
219
e2dea2f63a69 Duplicate posting by reload avoided
HIROSE Yuuji <yuuji@gentei.org>
parents: 211
diff changeset
81 table.blog_replies+p.update_link {margin-top: 0; margin-bottom: 14em;}
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
82 .blog_replies td:nth-child(2) {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
83 vertical-align: top; min-width: 30em; height: 3em;
185
78914c16b41c Use property of pre-wrap
HIROSE Yuuji <yuuji@gentei.org>
parents: 153
diff changeset
84 max-width: 50em;
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
85 }
251
9e8e43ed3c11 Set geometry of iframe inside of blog_replies by property instead of attr.
HIROSE Yuuji <yuuji@gentei.org>
parents: 243
diff changeset
86 .blog_replies iframe {
9e8e43ed3c11 Set geometry of iframe inside of blog_replies by property instead of attr.
HIROSE Yuuji <yuuji@gentei.org>
parents: 243
diff changeset
87 width: 400px; height: 300px; max-width: 50em; max-height: 20em;
9e8e43ed3c11 Set geometry of iframe inside of blog_replies by property instead of attr.
HIROSE Yuuji <yuuji@gentei.org>
parents: 243
diff changeset
88 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
89 }
146
3d0de7bdbf40 Profile image
HIROSE Yuuji <yuuji@gentei.org>
parents: 145
diff changeset
90 p.profimg {float: left; max-width: 400px; max-height: 400px;
3d0de7bdbf40 Profile image
HIROSE Yuuji <yuuji@gentei.org>
parents: 145
diff changeset
91 overflow: hidden; margin-right: 1em;
3d0de7bdbf40 Profile image
HIROSE Yuuji <yuuji@gentei.org>
parents: 145
diff changeset
92 padding: 0; border: white 1px solid; box-shadow: 2px 3px 4px
3d0de7bdbf40 Profile image
HIROSE Yuuji <yuuji@gentei.org>
parents: 145
diff changeset
93 }
149
0e28561bf73a Specify `max-width: 400px' to p.profimg img
HIROSE Yuuji <yuuji@gentei.org>
parents: 146
diff changeset
94 p.profimg img {max-width: 400px;}
146
3d0de7bdbf40 Profile image
HIROSE Yuuji <yuuji@gentei.org>
parents: 145
diff changeset
95 div.home+* {clear: both;}
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
96
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
97 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
98 div.noborder {border: 0px; margin: 0;}
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
99 div.fold > div {
32
280024035566 Folding div by `display none' breaks effects of transition.
HIROSE Yuuji <yuuji@gentei.org>
parents: 30
diff changeset
100 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
101 height: 0px; opacity: 0; padding: 0 1ex;
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
102 }
59
916d81b9c4fc Selection from group member
HIROSE Yuuji <yuuji@gentei.org>
parents: 38
diff changeset
103 div.fold input[type="checkbox"]:checked ~ div,
916d81b9c4fc Selection from group member
HIROSE Yuuji <yuuji@gentei.org>
parents: 38
diff changeset
104 div.fold input[type="radio"]:checked ~ div {
193
5d83ff0bbd40 Comment area modified
HIROSE Yuuji <yuuji@gentei.org>
parents: 190
diff changeset
105 display: block; background: #fadede;
30
a9f061d74153 Add transition to hidden div by div.fold
HIROSE Yuuji <yuuji@gentei.org>
parents: 24
diff changeset
106 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
107 }
199
5f98d8f46af5 Recover to div.dumptable stand alone
HIROSE Yuuji <yuuji@gentei.org>
parents: 198
diff changeset
108 div.dumptable {max-height: 15em; overflow: auto;}
258
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
109 table.dumpblogs td,
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
110 div.lcto td { /* LINK + CTIME + TITLE + OWNER + something... */
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
111 white-space: nowrap; overflow: hidden;}
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
112 table.dumpblogs td:nth-child(4),
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
113 div.lcto td:nth-child(2) {max-width: 8em;}
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
114 table.dumpblogs td:nth-child(5), /* team */
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
115 table.dumpblogs td:nth-child(6), /* title */
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
116 div.lcto td:nth-child(3), /* title */
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
117 div.lcto td:nth-child(4) /* owner */
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
118 {max-width: 14em;}
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
119
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
120
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
121 /*
252
75dfaceac01f Link to newest article of the blog in the recent writing place
HIROSE Yuuji <yuuji@gentei.org>
parents: 251
diff changeset
122 table.dumpblogs td:nth-child(4) {
256
e9b33033d95f table.dumpblogs td {white-space: nowrap;}
HIROSE Yuuji <yuuji@gentei.org>
parents: 252
diff changeset
123 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
124 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
125 table.dumpblogs td:nth-child(6) {
256
e9b33033d95f table.dumpblogs td {white-space: nowrap;}
HIROSE Yuuji <yuuji@gentei.org>
parents: 252
diff changeset
126 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
127 table.dumpblogs td:nth-child(7) {
256
e9b33033d95f table.dumpblogs td {white-space: nowrap;}
HIROSE Yuuji <yuuji@gentei.org>
parents: 252
diff changeset
128 min-width: 5em; overflow: hidden;}
258
a967788f7ad8 More controls by CSS selector
HIROSE Yuuji <yuuji@gentei.org>
parents: 256
diff changeset
129 */
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
130
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
131 /********************* icon list *********************/
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
132 div.iconlist {
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
133 text-align: center; float: left; margin: 1ex 1em;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
134 border: dotted #dfd 2px; padding: 1ex;
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
135 }
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
136 div.iconlist p {margin: 0; padding: 0;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
137 div.iconlist p.tag {background: #ffa; border-radius: 4em;}
19
HIROSE Yuuji <yuuji@gentei.org>
parents: 18
diff changeset
138 div.iconlist p._temp {background: cyan;}
HIROSE Yuuji <yuuji@gentei.org>
parents: 18
diff changeset
139 div.iconlist p._lecture {background: pink;}
HIROSE Yuuji <yuuji@gentei.org>
parents: 18
diff changeset
140 div.iconlist p._admin {background: yellow;}
HIROSE Yuuji <yuuji@gentei.org>
parents: 18
diff changeset
141 div.iconlist p._friend {background: fuchsia;}
23
f9cfc600680a Change colors
HIROSE Yuuji <yuuji@gentei.org>
parents: 20
diff changeset
142 div.iconlist p._fellows {background: #9f9;} /* light green */
24
6b2ba8af4c9e Chagen color of _club
HIROSE Yuuji <yuuji@gentei.org>
parents: 23
diff changeset
143 div.iconlist p._club {background: #4bb;} /* light teal */
23
f9cfc600680a Change colors
HIROSE Yuuji <yuuji@gentei.org>
parents: 20
diff changeset
144 div.iconlist p._event {background: maroon; color: white;}
f9cfc600680a Change colors
HIROSE Yuuji <yuuji@gentei.org>
parents: 20
diff changeset
145 div.iconlist p._misc {background: purple; color: white;}
38
1f04814e7dad Add _record
HIROSE Yuuji <yuuji@gentei.org>
parents: 32
diff changeset
146 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
147 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
148 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
149 div.iconlist p._test {background: #ffb6c1;} /* light pink */
6
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
150 div.xy120x120 {min-width: 120px; min-height: 140px;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
151 div.xy96x96 {min-width: 96px; min-height: 116px;}
7ccd9c2eb97e Add templates
HIROSE Yuuji <yuuji@gentei.org>
parents:
diff changeset
152 div.xy50x50 {min-width: 50px; min-height: 70px;}
243
466ea3e4b039 Search box localted to the top of home page.
HIROSE Yuuji <yuuji@gentei.org>
parents: 241
diff changeset
153 div.right, div.search {clear: both; float: right;}
234
HIROSE Yuuji <yuuji@gentei.org>
parents: 221
diff changeset
154 *.clear {clear: both;}
243
466ea3e4b039 Search box localted to the top of home page.
HIROSE Yuuji <yuuji@gentei.org>
parents: 241
diff changeset
155 div.search input[type="text"] {
466ea3e4b039 Search box localted to the top of home page.
HIROSE Yuuji <yuuji@gentei.org>
parents: 241
diff changeset
156 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
157 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
158 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
159 rgba(242,240,240,0.7);
466ea3e4b039 Search box localted to the top of home page.
HIROSE Yuuji <yuuji@gentei.org>
parents: 241
diff changeset
160 }
126
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
161
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
162 /*
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
163 * PR Web
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
164 */
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
165 body.pr {font-size: 200%;}
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
166 body.pr h1 {
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
167 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
168 background: #ffefef; border: double 5px navy;
a254b496c850 add default.css as symlink
HIROSE Yuuji <yuuji@gentei.org>
parents: 116
diff changeset
169 }

yatex.org