comparison forum/Themes/default/css/admin.css @ 76:e3e11437ecea website

Add forum code
author Chris Cannam
date Sun, 07 Jul 2013 11:25:48 +0200
parents
children
comparison
equal deleted inserted replaced
75:72f59aa7e503 76:e3e11437ecea
1 /* Styles for the admin quick search.
2 ------------------------------------------------------- */
3
4 #quick_search form, h3.catbg #quick_search form
5 {
6 padding: 7px;
7 line-height: 0.9em;
8 font-size: 0.8em !important;
9 }
10
11 ol.search_results
12 {
13 margin-top: 0;
14 padding-top: 0;
15 }
16 ol.search_results li
17 {
18 padding-top: 1em;
19 border-bottom: 1px solid #ccc;
20 }
21
22 /* Styles for the core features screen.
23 ------------------------------------------------------- */
24 .features
25 {
26 padding: 0 1em !important;
27 overflow: auto;
28 }
29 .features_image
30 {
31 float: left;
32 margin: 0 2em 0.5em 1em;
33 }
34 .features_switch
35 {
36 margin: 0.2em 1em 1em 1em;
37 float: right;
38 }
39 .features h4
40 {
41 padding: 1em 0 0.5em 0.5em;
42 margin: 0;
43 font-size: 1.1em;
44 }
45 .features p
46 {
47 padding: 0 1em;
48 margin: 0;
49 }
50
51 /* Styles for the admin home screen bar.
52 ------------------------------------------------------- */
53 #admin_main_section
54 {
55 overflow: hidden;
56 margin: 1em 0;
57 }
58 #admincenter .content
59 {
60 padding: 1em;
61 }
62
63 #live_news
64 {
65 width: 64%;
66 font-size: 0.85em;
67 }
68 #live_news div.content
69 {
70 padding: 0;
71 }
72 #live_news div.content dl
73 {
74 padding: 0.5em 0 0 0.5em;
75 }
76
77 #supportVersionsTable
78 {
79 width: 34%;
80 }
81 #version_details
82 {
83 overflow: auto;
84 height: 9.5em;
85 }
86 #smfAnnouncements
87 {
88 height: 13.5em;
89 padding: 0 0.5em;
90 overflow: auto;
91 }
92 #smfAnnouncements dt
93 {
94 border-bottom: 1px dashed #000;
95 }
96 #smfAnnouncements dd
97 {
98 padding: 0;
99 margin: 0 0 1em 1.5em;
100 }
101 #update_section
102 {
103 margin: 0.5em 0 0;
104 }
105
106 #quick_tasks, #quick_tasks ul
107 {
108 margin: 0;
109 padding: 0;
110 }
111 #quick_tasks li
112 {
113 float: left;
114 list-style-type: none;
115 margin: 0;
116 padding: 0.5em 0;
117 width: 49.5%;
118 height: 4.5em;
119 }
120 .quick_task
121 {
122 display: block;
123 width: 100%;
124 margin: 0 1em;
125 padding: 0;
126 }
127 .home_image
128 {
129 float: left;
130 margin: 0 1em 1em 1em;
131 }
132
133 /* Common admin center classes.
134 ------------------------------------------------------- */
135 hr.hrcolor
136 {
137 margin: 10px 0;
138 }
139 h3.titlebg form
140 {
141 font-size: 80%;
142 }
143 .windowbg.nopadding
144 {
145 margin: 0.3em 0 0 0;
146 padding: 0;
147 }
148 .windowbg ol
149 {
150 margin-top: 0;
151 margin-bottom: 0;
152 }
153
154 .table_caption, tr.table_caption td
155 {
156 color: #000;
157 font-size: 10px;
158 font-weight: bold;
159 }
160 .additional_row div.floatleft
161 {
162 padding: 0 0.8em;
163 }
164 fieldset
165 {
166 margin-bottom: 0.5em;
167 border: 1px solid #cacdd3;
168 padding: 0.5em;
169 }
170 fieldset dl
171 {
172 margin: 0;
173 }
174 legend
175 {
176 font-weight: bold;
177 color: #000;
178 }
179 .information a
180 {
181 font-weight: bold;
182 }
183
184 /* Styles for the package manager.
185 ------------------------------------------------- */
186 #package_list .tborder
187 {
188 margin: .25em 0 .25em 26px;
189 }
190 #package_list ol, #package_list ol li
191 {
192 list-style: decimal;
193 margin-left: 50px;
194 border: none;
195 }
196 #package_list ol ul, #package_list ol ul li
197 {
198 margin-left: 0;
199 list-style: none;
200 }
201 #package_list
202 {
203 list-style-type: none;
204 }
205 #package_list li
206 {
207 border: 1px solid #cacdd3;
208 padding: 0.2em;
209 margin: 1px;
210 }
211 .description
212 {
213 max-height: 15em;
214 overflow: auto;
215 padding-bottom: .5em;
216 }
217 .information
218 {
219 max-height: 15em;
220 overflow: auto;
221 padding-bottom: .5em;
222 }
223 .package_section
224 {
225 border: 1px solid #cacdd3;
226 }
227 ul.packages li
228 {
229 border: none !important;
230 list-style-type: none;
231 }
232 code#find_code, code#replace_code
233 {
234 display: block;
235 font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
236 font-size: x-small;
237 background: #eef;
238 line-height: 1.5em;
239 padding: 3px 1em;
240 overflow: auto;
241 white-space: pre;
242 /* Show a scrollbar after about 24 lines. */
243 max-height: 24em;
244 }
245 span.package_server
246 {
247 padding: 0 3em;
248 }
249 ul.package_servers
250 {
251 margin: 0;
252 padding: 0;
253 }
254 ul.package_servers li
255 {
256 list-style-type: none;
257 }
258 pre.file_content
259 {
260 overflow: auto;
261 width: 100%;
262 padding-bottom: 1em;
263 }
264 .operation
265 {
266 padding: 0 1em;
267 }
268
269 /* Styles for the file permissions section.
270 ------------------------------------------------- */
271 .filepermissions
272 {
273 font-size: 0.8em;
274 white-space: nowrap;
275 }
276 .fperm
277 {
278 display: block;
279 width: 35%;
280 text-align: center;
281 }
282 .perm_read
283 {
284 background-color: #d1f7bf;
285 }
286 .perm_write
287 {
288 background-color: #ffbbbb;
289 }
290 .perm_execute
291 {
292 background-color: #fdd7af;
293 }
294 .perm_custom
295 {
296 background-color: #c2c6c0;
297 }
298 .perm_nochange
299 {
300 background-color: #eee;
301 }
302
303 /* Styles for the BBC permissions
304 ------------------------------------------------- */
305 .list_bbc
306 {
307 width: 33%;
308 }
309
310 /* Styles for the manage boards section.
311 ------------------------------------------------- */
312 #manage_boards ul
313 {
314 padding: 0;
315 margin: 0 0 0.6em 0;
316 max-height: 30em;
317 overflow: auto;
318 }
319 #manage_boards li
320 {
321 list-style-type: none;
322 border: 1px solid #cacdd3;
323 padding: 0.2em;
324 margin: 1px;
325 clear: right;
326 }
327 #manage_boards li img
328 {
329 vertical-align: middle;
330 padding-bottom: 3px;
331 }
332 #manage_boards li#recycle_board
333 {
334 background-color: #dee;
335 }
336 .move_links
337 {
338 padding: 0 13px 0 0;
339 }
340 .modify_boards
341 {
342 padding: 0 0.5em;
343 }
344 #manage_boards span.post_group, #manage_boards span.regular_members
345 {
346 border-bottom: 1px dotted #000;
347 cursor: help;
348 }
349
350 /* Styles for the manage members section.
351 ------------------------------------------------- */
352 .msearch_details
353 {
354 display: block;
355 width: 49%;
356 }
357 dl.right dt
358 {
359 padding-right: 10px;
360 }
361
362 /* Styles for the manage maintenance section.
363 ------------------------------------------------- */
364 .maintenance_finished, #task_completed
365 {
366 margin: 1ex;
367 padding: 1ex 2ex;
368 border: 1px dashed green;
369 color: green;
370 background: #efe;
371 }
372 /* Styles for the manage calendar section.
373 ------------------------------------------------- */
374 dl.settings dt.small_caption
375 {
376 width: 20%;
377 }
378 dl.settings dd.small_caption
379 {
380 width: 79%;
381 }
382 /* Styles for the manage permissions section.
383 ------------------------------------------------- */
384 dl.admin_permissions dt
385 {
386 width: 35%;
387 }
388 dl.admin_permissions dd
389 {
390 width: 64%;
391 }
392
393 /* Styles for the manage search section.
394 ------------------------------------------------- */
395 dl.settings dt.large_caption
396 {
397 width: 70%;
398 }
399 dl.settings dd.large_caption
400 {
401 width: 29%;
402 }
403 span.search_weight
404 {
405 width: 40px;
406 padding: 0 0.5em;
407 text-align: right;
408 display: inline-block;
409 }
410 .search_settings
411 {
412 width: 47%;
413 }
414
415 /* Styles for the manage bans section.
416 ------------------------------------------------- */
417 .ban_restriction
418 {
419 margin: 0.2em 0 0.2em 2.2em;
420 }
421 .ban_settings
422 {
423 width: 46%;
424 }
425 #manage_bans dl
426 {
427 margin-bottom: 1em;
428 }
429 #manage_bans fieldset dl.settings
430 {
431 margin-bottom: 0;
432 }
433
434 /* Styles for the manage subscriptions section.
435 ------------------------------------------------- */
436 #fixed_area
437 {
438 width: 97%;
439 }
440 ul.pending_payments
441 {
442 margin: 0;
443 padding: 0;
444 }
445 ul.pending_payments li
446 {
447 list-style-type: none;
448 }
449
450 /* Styles for the manage permissions section.
451 ------------------------------------------------- */
452 .perm_name, .perm_profile, .perm_board
453 {
454 display: block;
455 width: 40%;
456 }
457 .perm_boards
458 {
459 padding: 0;
460 margin: 0 0 0.6em 0;
461 }
462 .perm_boards li
463 {
464 list-style-type: none;
465 border: 1px solid #cacdd3;
466 padding: 0.2em;
467 margin: 1px;
468 }
469 .perm_groups
470 {
471 background-color: #fff;
472 }
473 .perm_classic
474 {
475 margin: 0.2em;
476 }
477 .permission_groups
478 {
479 padding: 0;
480 margin: 0;
481 }
482 .permission_groups li
483 {
484 list-style-type: none;
485 padding: 0.2em;
486 margin: 1px;
487 }
488 .perms
489 {
490 width: 20px;
491 display: inline-block;
492 text-align: center;
493 }
494
495 /* Styles for the themes section.
496 ------------------------------------------------- */
497 ul.theme_options
498 {
499 padding: 0;
500 margin: 0;
501 }
502 ul.theme_options li
503 {
504 list-style: none;
505 padding: 0.4em;
506 }
507 .is_directory
508 {
509 padding-left: 18px;
510 background: url(../images/admin/boards.gif) no-repeat;
511 }
512 .edit_file
513 {
514 width: 96%;
515 font-family: monospace;
516 margin-top: 1ex;
517 white-space: pre;
518 }
519
520 dl.themes_list
521 {
522 margin: 0;
523 }
524 dl.themes_list dt
525 {
526 margin-bottom: 3px;
527 }
528 dl.themes_list dd
529 {
530 font-style: italic;
531 white-space: nowrap;
532 }
533
534 /* Styles for the registration center.
535 ------------------------------------------------- */
536 .agreement, .reserved_names
537 {
538 padding: 0;
539 }
540 #agreement, #reserved
541 {
542 width: 99%;
543 }
544
545 /* Styles for the moderation center.
546 ------------------------------------------------- */
547 #modcenter
548 {
549 display: block;
550 width: 100%;
551 }
552 .modblock_left
553 {
554 width: 49%;
555 float: left;
556 clear: right;
557 margin: 0 0 1em 0;
558 }
559 .modblock_right
560 {
561 width: 49%;
562 float: right;
563 margin: 0 0 1em 0;
564 }
565
566 .modbox
567 {
568 height: 150px;
569 overflow: auto;
570 }
571 /* Moderation Notes */
572 ul.moderation_notes
573 {
574 margin: 0;
575 padding: 0;
576 list-style: none;
577 overflow: auto;
578 height: 8.5em;
579 }
580 ul.moderation_notes li
581 {
582 padding: 4px 0 4px 4px;
583 border-bottom: 1px solid #cccccc;
584 }
585 .notes
586 {
587 margin: 0.5em 0;
588 }
589 .post_note
590 {
591 width: 85%;
592 }
593
594 /* Styles for the error log.
595 ------------------------------------------------- */
596
597 h3.grid_header
598 {
599 height: 25px;
600 }
601 #error_log
602 {
603 width: 100%;
604 }
605 #error_log tr.windowbg td, #error_log tr.windowbg2 td
606 {
607 padding: 8px;
608 line-height: 160%;
609 }
610 #error_log td.half_width
611 {
612 width: 50%;
613 }
614 #error_log td.checkbox_column
615 {
616 width: 15px;
617 vertical-align: top;
618 text-align: center;
619 }
620 #error_log td div.marginleft
621 {
622 margin: 0 0 0 1ex;
623 }
624 #manage_boards span.botslice, #manage_maintenance span.botslice, #manage_mail span.botslice
625 {
626 margin-bottom: 4px;
627 }