##// END OF EJS Templates
Made mode switching links a bit less complicated in style
neko259 -
r473:53cb2a1e default
parent child Browse files
Show More
@@ -1,376 +1,380 b''
1 html {
1 html {
2 background: #555;
2 background: #555;
3 color: #ffffff;
3 color: #ffffff;
4 }
4 }
5
5
6 #admin_panel {
6 #admin_panel {
7 background: #FF0000;
7 background: #FF0000;
8 color: #00FF00
8 color: #00FF00
9 }
9 }
10
10
11 .input_field {
11 .input_field {
12
12
13 }
13 }
14
14
15 .input_field_name {
15 .input_field_name {
16
16
17 }
17 }
18
18
19 .input_field_error {
19 .input_field_error {
20 color: #FF0000;
20 color: #FF0000;
21 }
21 }
22
22
23 .title {
23 .title {
24 font-weight: bold;
24 font-weight: bold;
25 color: #ffcc00;
25 color: #ffcc00;
26 font-size: 2ex;
26 font-size: 2ex;
27 }
27 }
28
28
29 .link, a {
29 .link, a {
30 color: #afdcec;
30 color: #afdcec;
31 }
31 }
32
32
33 .block {
33 .block {
34 display: inline-block;
34 display: inline-block;
35 vertical-align: top;
35 vertical-align: top;
36 }
36 }
37
37
38 .tag {
38 .tag {
39 color: #b4cfec;
39 color: #b4cfec;
40 }
40 }
41
41
42 .post_id {
42 .post_id {
43 color: #fff380;
43 color: #fff380;
44 }
44 }
45
45
46 .post, .dead_post, #posts-table {
46 .post, .dead_post, #posts-table {
47 background: #333;
47 background: #333;
48 margin: 5px;
48 margin: 5px;
49 padding: 10px;
49 padding: 10px;
50 border: solid 1px #888;
50 border: solid 1px #888;
51 clear: left;
51 clear: left;
52 word-wrap: break-word;
52 word-wrap: break-word;
53 }
53 }
54
54
55 .metadata {
55 .metadata {
56 padding-top: 5px;
56 padding-top: 5px;
57 margin-top: 10px;
57 margin-top: 10px;
58 border-top: solid 1px #666;
58 border-top: solid 1px #666;
59 font-size: 0.9em;
59 font-size: 0.9em;
60 color: #ddd;
60 color: #ddd;
61 }
61 }
62
62
63 .navigation_panel, .tag_info {
63 .navigation_panel, .tag_info {
64 background: #444;
64 background: #444;
65 margin: 5px;
65 margin: 5px;
66 padding: 10px;
66 padding: 10px;
67 border: solid 1px #888;
67 border: solid 1px #888;
68 color: #eee;
68 color: #eee;
69 }
69 }
70
70
71 .navigation_panel .link {
71 .navigation_panel .link {
72 border-right: 1px solid #fff;
72 border-right: 1px solid #fff;
73 font-weight: bold;
73 font-weight: bold;
74 margin-right: 1ex;
74 margin-right: 1ex;
75 padding-right: 1ex;
75 padding-right: 1ex;
76 }
76 }
77 .navigation_panel .link:last-child {
77 .navigation_panel .link:last-child {
78 border-left: 1px solid #fff;
78 border-left: 1px solid #fff;
79 border-right: none;
79 border-right: none;
80 float: right;
80 float: right;
81 margin-left: 1ex;
81 margin-left: 1ex;
82 margin-right: 0;
82 margin-right: 0;
83 padding-left: 1ex;
83 padding-left: 1ex;
84 padding-right: 0;
84 padding-right: 0;
85 }
85 }
86
86
87 .navigation_panel::after, .post::after {
87 .navigation_panel::after, .post::after {
88 clear: both;
88 clear: both;
89 content: ".";
89 content: ".";
90 display: block;
90 display: block;
91 height: 0;
91 height: 0;
92 line-height: 0;
92 line-height: 0;
93 visibility: hidden;
93 visibility: hidden;
94 }
94 }
95
95
96 p {
96 p {
97 margin-top: .5em;
97 margin-top: .5em;
98 margin-bottom: .5em;
98 margin-bottom: .5em;
99 }
99 }
100
100
101 .post-form-w {
101 .post-form-w {
102 display: table;
102 display: table;
103 background: #333344;
103 background: #333344;
104 border: solid 1px #888;
104 border: solid 1px #888;
105 color: #fff;
105 color: #fff;
106 padding: 10px;
106 padding: 10px;
107 margin: 5px;
107 margin: 5px;
108 }
108 }
109
109
110 .form-row {
110 .form-row {
111 display: table-row;
111 display: table-row;
112 }
112 }
113
113
114 .form-label, .form-input, .form-errors {
114 .form-label, .form-input, .form-errors {
115 display: table-cell;
115 display: table-cell;
116 }
116 }
117
117
118 .form-label {
118 .form-label {
119 padding: .25em 1ex .25em 0;
119 padding: .25em 1ex .25em 0;
120 vertical-align: top;
120 vertical-align: top;
121 }
121 }
122
122
123 .form-input {
123 .form-input {
124 padding: .25em 0;
124 padding: .25em 0;
125 }
125 }
126
126
127 .form-errors {
127 .form-errors {
128 font-weight: bolder;
128 font-weight: bolder;
129 vertical-align: middle;
129 vertical-align: middle;
130 }
130 }
131
131
132 .post-form input, .post-form textarea {
132 .post-form input, .post-form textarea {
133 background: #333;
133 background: #333;
134 color: #fff;
134 color: #fff;
135 border: solid 1px;
135 border: solid 1px;
136 padding: 0;
136 padding: 0;
137 width: 100%;
137 width: 100%;
138 font: medium sans;
138 font: medium sans;
139 }
139 }
140
140
141 .form-submit {
141 .form-submit {
142 display: table;
142 display: table;
143 margin-bottom: 1ex;
143 margin-bottom: 1ex;
144 }
144 }
145
145
146 .form-title {
146 .form-title {
147 font-weight: bold;
147 font-weight: bold;
148 font-size: 2.5ex;
148 font-size: 2.5ex;
149 text-decoration: underline;
149 text-decoration: underline;
150 }
150 }
151
151
152 input[type="submit"] {
152 input[type="submit"] {
153 background: #222;
153 background: #222;
154 border: solid 2px #fff;
154 border: solid 2px #fff;
155 color: #fff;
155 color: #fff;
156 padding: 0.5ex;
156 padding: 0.5ex;
157 }
157 }
158
158
159 input[type="submit"]:hover {
159 input[type="submit"]:hover {
160 background: #060;
160 background: #060;
161 }
161 }
162
162
163 blockquote {
163 blockquote {
164 border-left: solid 2px;
164 border-left: solid 2px;
165 padding-left: 5px;
165 padding-left: 5px;
166 color: #B1FB17;
166 color: #B1FB17;
167 margin: 0;
167 margin: 0;
168 }
168 }
169
169
170 .post > .image {
170 .post > .image {
171 float: left;
171 float: left;
172 margin: 0 1ex .5ex 0;
172 margin: 0 1ex .5ex 0;
173 min-width: 1px;
173 min-width: 1px;
174 text-align: center;
174 text-align: center;
175 display: table-row;
175 display: table-row;
176 }
176 }
177
177
178 .post > .metadata {
178 .post > .metadata {
179 clear: left;
179 clear: left;
180 }
180 }
181
181
182 .get {
182 .get {
183 font-weight: bold;
183 font-weight: bold;
184 color: #d55;
184 color: #d55;
185 }
185 }
186
186
187 * {
187 * {
188 text-decoration: none;
188 text-decoration: none;
189 }
189 }
190
190
191 .dead_post {
191 .dead_post {
192 background-color: #442222;
192 background-color: #442222;
193 }
193 }
194
194
195 .mark_btn {
195 .mark_btn {
196 border: 1px solid;
196 border: 1px solid;
197 min-width: 2ex;
197 min-width: 2ex;
198 padding: 2px 2ex;
198 padding: 2px 2ex;
199 }
199 }
200
200
201 .mark_btn:hover {
201 .mark_btn:hover {
202 background: #555;
202 background: #555;
203 }
203 }
204
204
205 .quote {
205 .quote {
206 color: #92cf38;
206 color: #92cf38;
207 font-style: italic;
207 font-style: italic;
208 }
208 }
209
209
210 .spoiler {
210 .spoiler {
211 background: white;
211 background: white;
212 color: white;
212 color: white;
213 }
213 }
214
214
215 .spoiler:hover {
215 .spoiler:hover {
216 color: black;
216 color: black;
217 }
217 }
218
218
219 .comment {
219 .comment {
220 color: #eb2;
220 color: #eb2;
221 font-style: italic;
221 font-style: italic;
222 }
222 }
223
223
224 a:hover {
224 a:hover {
225 text-decoration: underline;
225 text-decoration: underline;
226 }
226 }
227
227
228 .last-replies {
228 .last-replies {
229 margin-left: 3ex;
229 margin-left: 3ex;
230 }
230 }
231
231
232 .thread {
232 .thread {
233 margin-bottom: 3ex;
233 margin-bottom: 3ex;
234 }
234 }
235
235
236 .post:target {
236 .post:target {
237 border: solid 2px white;
237 border: solid 2px white;
238 }
238 }
239
239
240 pre{
240 pre{
241 white-space:pre-wrap
241 white-space:pre-wrap
242 }
242 }
243
243
244 li {
244 li {
245 list-style-position: inside;
245 list-style-position: inside;
246 }
246 }
247
247
248 .fancybox-skin {
248 .fancybox-skin {
249 position: relative;
249 position: relative;
250 background-color: #fff;
250 background-color: #fff;
251 color: #ddd;
251 color: #ddd;
252 text-shadow: none;
252 text-shadow: none;
253 }
253 }
254
254
255 .fancybox-image {
255 .fancybox-image {
256 border: 1px solid black;
256 border: 1px solid black;
257 }
257 }
258
258
259 .image-mode-tab {
259 .image-mode-tab {
260 background: #444;
260 background: #444;
261 color: #eee;
261 color: #eee;
262 display: table;
262 display: table;
263 margin: 5px;
263 margin: 5px;
264 padding: 5px;
264 padding: 5px;
265 border: 1px solid #888;
265 border: 1px solid #888;
266 }
266 }
267
267
268 .image-mode-tab > label {
268 .image-mode-tab > label {
269 margin: 0 1ex;
269 margin: 0 1ex;
270 }
270 }
271
271
272 .image-mode-tab > label > input {
272 .image-mode-tab > label > input {
273 margin-right: .5ex;
273 margin-right: .5ex;
274 }
274 }
275
275
276 #posts-table {
276 #posts-table {
277 margin: 5px;
277 margin: 5px;
278 }
278 }
279
279
280 .tag_info {
280 .tag_info {
281 display: table;
281 display: table;
282 }
282 }
283
283
284 .tag_info > h2 {
284 .tag_info > h2 {
285 margin: 0;
285 margin: 0;
286 }
286 }
287
287
288 .post-info {
288 .post-info {
289 color: #ddd;
289 color: #ddd;
290 }
290 }
291
291
292 .moderator_info {
292 .moderator_info {
293 color: #e99d41;
293 color: #e99d41;
294 border: dashed 1px;
294 border: dashed 1px;
295 padding: 3px;
295 padding: 3px;
296 }
296 }
297
297
298 .refmap {
298 .refmap {
299 font-size: 0.9em;
299 font-size: 0.9em;
300 color: #ccc;
300 color: #ccc;
301 margin-top: 1em;
301 margin-top: 1em;
302 }
302 }
303
303
304 .fav {
304 .fav {
305 color: yellow;
305 color: yellow;
306 }
306 }
307
307
308 .not_fav {
308 .not_fav {
309 color: #ccc;
309 color: #ccc;
310 }
310 }
311
311
312 .role {
312 .role {
313 text-decoration: underline;
313 text-decoration: underline;
314 }
314 }
315
315
316 .form-email {
316 .form-email {
317 display: none;
317 display: none;
318 }
318 }
319
319
320 .footer {
320 .footer {
321 margin: 5px;
321 margin: 5px;
322 }
322 }
323
323
324 .bar-value {
324 .bar-value {
325 background: rgba(50, 55, 164, 0.45);
325 background: rgba(50, 55, 164, 0.45);
326 font-size: 0.9em;
326 font-size: 0.9em;
327 height: 1.5em;
327 height: 1.5em;
328 }
328 }
329
329
330 .bar-bg {
330 .bar-bg {
331 position: relative;
331 position: relative;
332 border: solid 1px #888;
332 border: solid 1px #888;
333 margin: 5px;
333 margin: 5px;
334 overflow: hidden;
334 overflow: hidden;
335 }
335 }
336
336
337 .bar-text {
337 .bar-text {
338 padding: 2px;
338 padding: 2px;
339 position: absolute;
339 position: absolute;
340 left: 0;
340 left: 0;
341 top: 0;
341 top: 0;
342 }
342 }
343
343
344 .page_link {
344 .page_link {
345 display: table;
345 display: table;
346 background: #444;
346 background: #444;
347 margin: 5px;
347 margin: 5px;
348 border: solid 1px #888;
348 border: solid 1px #888;
349 padding: 5px;
349 padding: 5px;
350 font-weight: bolder;
350 font-weight: bolder;
351 color: #eee;
351 color: #eee;
352 }
352 }
353
353
354 .skipped_replies {
354 .skipped_replies {
355 margin: 5px;
355 margin: 5px;
356 }
356 }
357
357
358 .current_page, .current_mode {
358 .current_page {
359 border: solid 1px #afdcec;
359 border: solid 1px #afdcec;
360 padding: 2px;
360 padding: 2px;
361 }
361 }
362
362
363 .current_mode {
364 font-weight: bold;
365 }
366
363 .gallery_image {
367 .gallery_image {
364 border: solid 1px;
368 border: solid 1px;
365 padding: 0.5ex;
369 padding: 0.5ex;
366 margin: 0.5ex;
370 margin: 0.5ex;
367 text-align: center;
371 text-align: center;
368 }
372 }
369
373
370 code {
374 code {
371 border: dashed 1px #ccc;
375 border: dashed 1px #ccc;
372 background: #111;
376 background: #111;
373 padding: 2px;
377 padding: 2px;
374 font-size: 1.2em;
378 font-size: 1.2em;
375 display: inline-block;
379 display: inline-block;
376 }
380 }
General Comments 0
You need to be logged in to leave comments. Login now