source: documented-example-collections/trunk/wiki/images/main.css@ 18738

Last change on this file since 18738 was 18738, checked in by oranfry, 15 years ago

the rest of the documented example collections

  • Property svn:executable set to *
File size: 25.3 KB
Line 
1/*
2** MediaWiki 'monobook' style sheet for CSS2-capable browsers.
3** Copyright Gabriel Wicke - http://wikidev.net/
4** License: GPL (http://www.gnu.org/copyleft/gpl.html)
5**
6** Loosely based on http://www.positioniseverything.net/ordered-floats.html by Big John
7** and the Plone 2.0 styles, see http://plone.org/ (Alexander Limi,Joe Geldart & Tom Croucher,
8** Michael Zeltner and Geir BÊkholt)
9** All you guys rock :)
10*/
11
12#wikispecificstyle #column-content {
13 width: 100%;
14 float: right;
15 margin: 0 0 .6em -13.5em;
16 padding: 0;
17}
18
19#wikispecificstyle #content {
20 margin: 3.0em 0 0 13.5em;
21 padding: 0 1em 1.5em 1em;
22 background: #E0F0E0;
23 color: black;
24 border: 1px solid #2E8B57;
25 border-right: none;
26 line-height: 1.5em;
27 position: relative;
28 z-index: 8;
29}
30
31#wikispecificstyle #column-one {
32 padding-top: 160px;
33}
34/* the left column width is specified in class .portlet */
35
36/* Font size:
37** We take advantage of keyword scaling- browsers won't go below 9px
38** More at http://www.w3.org/2003/07/30-font-size
39** http://style.cleverchimp.com/font_size_intervals/altintervals.html
40*/
41
42#wikispecificstyle /*body */{
43 font: x-small sans-serif;
44 background-color: #f9f9f9;
45 background-image: url(chalk.gif);
46 background-position:0 30%;
47 background-repeat:repeat-y;
48 color: black;
49 margin: 0;
50 padding: 0;
51}
52
53/* scale back up to a sane default */
54#wikispecificstyle #globalWrapper {
55 font-size: 127%;
56 width: 100%;
57 margin: 0;
58 padding: 0;
59}
60#wikispecificstyle .visualClear {
61 clear: both;
62}
63
64/* general styles */
65
66#wikispecificstyle table {
67 font-size: 100%;
68 background: white;
69 color: black;
70}
71#wikispecificstyle a {
72 text-decoration: none;
73 color: #002bb8;
74 background: none;
75}
76#wikispecificstyle a:visited {
77 color: #5a3696;
78}
79#wikispecificstyle a:active {
80 color: #faa700;
81}
82#wikispecificstyle a:hover {
83 text-decoration: underline;
84}
85#wikispecificstyle a.stub {
86 color: #772233;
87}
88#wikispecificstyle a.new, #p-personal a.new {
89 color: #ba0000;
90}
91#wikispecificstyle a.new:visited, #p-personal a.new:visited {
92 color: #a55858;
93}
94
95#wikispecificstyle img {
96 border: none;
97 vertical-align: middle;
98}
99#wikispecificstyle p {
100 margin: .4em 0 .5em 0;
101 line-height: 1.5em;
102}
103#wikispecificstyle p img {
104 margin: 0;
105}
106
107#wikispecificstyle hr {
108 height: 1px;
109 color: #aaa;
110 background-color: #aaa;
111 border: 0;
112 margin: .2em 0 .2em 0;
113}
114
115#wikispecificstyle h1, h2, h3, h4, h5, h6 {
116 color: black;
117 background: none;
118 font-weight: normal;
119 margin: 0;
120 padding-top: .5em;
121 padding-bottom: .17em;
122 border-bottom: 1px solid #aaa;
123}
124
125
126#wikispecificstyle h1 { font-size: 188%; }
127#wikispecificstyle h2 { font-size: 150%; }
128#wikispecificstyle h3, h4, h5, h6 {
129 border-bottom: none;
130 font-weight: bold;
131}
132
133#wikispecificstyle h3 { font-size: 132%; }
134#wikispecificstyle h4 { font-size: 116%; }
135#wikispecificstyle h5 { font-size: 110%; }
136#wikispecificstyle h6 { font-size: 80%; }
137
138#wikispecificstyle ul {
139 line-height: 1.5em;
140 list-style-type: square;
141 margin: .3em 0 0 1.5em;
142 padding: 0;
143 list-style-image: url(bullet.gif);
144}
145#wikispecificstyle ol {
146 line-height: 1.5em;
147 margin: .3em 0 0 3.2em;
148 padding: 0;
149 list-style-image: none;
150}
151#wikispecificstyle li {
152 margin-bottom: .1em;
153}
154#wikispecificstyle dt {
155 font-weight: bold;
156 margin-bottom: .1em;
157}
158#wikispecificstyle dl {
159 margin-top: .2em;
160 margin-bottom: .5em;
161}
162#wikispecificstyle dd {
163 line-height: 1.5em;
164 margin-left: 2em;
165 margin-bottom: .1em;
166}
167
168#wikispecificstyle fieldset {
169 border: 1px solid #2f6fab;
170 margin: 1em 0 1em 0;
171 padding: 0 1em 1em;
172 line-height: 1.5em;
173}
174#wikispecificstyle legend {
175 background: white;
176 padding: .5em;
177 font-size: 95%;
178}
179#wikispecificstyle form {
180 border: none;
181 margin: 0;
182}
183
184#wikispecificstyle textarea {
185 width: 100%;
186 padding: .1em;
187}
188
189#wikispecificstyle input.historysubmit {
190 padding: 0 .3em .3em .3em !important;
191 font-size: 94%;
192 cursor: pointer;
193 height: 1.7em !important;
194 margin-left: 1.6em;
195}
196#wikispecificstyle select {
197 vertical-align: top;
198}
199#wikispecificstyle abbr, acronym, .explain {
200 border-bottom: 1px dotted black;
201 color: black;
202 background: none;
203 cursor: help;
204}
205#wikispecificstyle q {
206 font-family: Times, "Times New Roman", serif;
207 font-style: italic;
208}
209/* disabled for now
210#wikispecificstyle blockquote {
211 font-family: Times, "Times New Roman", serif;
212 font-style: italic;
213}*/
214#wikispecificstyle code {
215 background-color: #f9f9f9;
216}
217#wikispecificstyle pre {
218 padding: 1em;
219 border: 1px dashed #2f6fab;
220 color: black;
221 background-color: #f9f9f9;
222 line-height: 1.1em;
223}
224
225/*
226** the main content area
227*/
228
229#wikispecificstyle #siteSub {
230 display: none;
231}
232#wikispecificstyle #contentSub {
233 font-size: 84%;
234 line-height: 1.2em;
235 margin: 0 0 1.4em 1em;
236 color: #7d7d7d;
237 width: auto;
238}
239#wikispecificstyle span.subpages {
240 display: block;
241}
242
243/* Some space under the headers in the content area */
244#wikispecificstyle #bodyContent h1, #bodyContent h2 {
245 margin-bottom: .6em;
246}
247#wikispecificstyle #bodyContent h3, #bodyContent h4, #bodyContent h5 {
248 margin-bottom: .3em;
249}
250#wikispecificstyle .firstHeading {
251 margin-bottom: .1em;
252}
253
254/* user notification thing */
255#wikispecificstyle .usermessage {
256 background-color: #ffce7b;
257 border: 1px solid #ffa500;
258 color: black;
259 font-weight: bold;
260 margin: 2em 0 1em;
261 padding: .5em 1em;
262 vertical-align: middle;
263}
264#wikispecificstyle #siteNotice {
265 text-align: center;
266 font-size: 95%;
267 padding: 0 .9em;
268}
269#wikispecificstyle #siteNotice p {
270 margin: 0;
271 padding: 0;
272}
273#wikispecificstyle .error {
274 color: red;
275 font-size: larger;
276}
277
278#wikispecificstyle #catlinks {
279 border: 1px solid #aaa;
280 background-color: #f9f9f9;
281 padding: 5px;
282 margin-top: 1em;
283 clear: both;
284}
285/* currently unused, intended to be used by a metadata box
286in the bottom-right corner of the content area */
287#wikispecificstyle .documentDescription {
288 /* The summary text describing the document */
289 font-weight: bold;
290 display: block;
291 margin: 1em 0;
292 line-height: 1.5em;
293}
294#wikispecificstyle .documentByLine {
295 text-align: right;
296 font-size: 90%;
297 clear: both;
298 font-weight: normal;
299 color: #76797c;
300}
301
302/* emulate center */
303#wikispecificstyle .center {
304 width: 100%;
305 text-align: center;
306}
307#wikispecificstyle *.center * {
308 margin-left: auto;
309 margin-right: auto;
310}
311/* small for tables and similar */
312#wikispecificstyle .small, .small * {
313 font-size: 94%;
314}
315#wikispecificstyle table.small {
316 font-size: 100%;
317}
318
319/*
320** content styles
321*/
322
323#wikispecificstyle #toc,
324#wikispecificstyle .toc {
325 border: 1px solid #aaa;
326 background-color: #f9f9f9;
327 padding: 5px;
328 font-size: 95%;
329}
330#wikispecificstyle #toc h2,
331#wikispecificstyle .toc h2 {
332 display: inline;
333 border: none;
334 padding: 0;
335 font-size: 100%;
336 font-weight: bold;
337}
338#wikispecificstyle #toc #toctitle,
339.toc #toctitle,
340#wikispecificstyle #toc .toctitle,
341#wikispecificstyle .toc .toctitle {
342 text-align: center;
343}
344#wikispecificstyle #toc ul,
345#wikispecificstyle .toc ul {
346 list-style-type: none;
347 list-style-image: none;
348 margin-left: 0;
349 padding-left: 0;
350 text-align: left;
351}
352#wikispecificstyle #toc ul ul,
353#wikispecificstyle .toc ul ul {
354 margin: 0 0 0 2em;
355}
356#wikispecificstyle #toc .toctoggle,
357#wikispecificstyle .toc .toctoggle {
358 font-size: 94%;
359}
360
361
362/* images */
363#wikispecificstyle div.floatright, table.floatright {
364 clear: right;
365 float: right;
366 position: relative;
367 margin: 0 0 .5em .5em;
368 border: 0;
369/*
370 border: .5em solid white;
371 border-width: .5em 0 .8em 1.4em;
372*/
373}
374#wikispecificstyle div.floatright p { font-style: italic; }
375#wikispecificstyle div.floatleft, table.floatleft {
376 float: left;
377 position: relative;
378 margin: 0 .5em .5em 0;
379 border: 0;
380/*
381 margin: .3em .5em .5em 0;
382 border: .5em solid white;
383 border-width: .5em 1.4em .8em 0;
384*/
385}
386#wikispecificstyle div.floatleft p { font-style: italic; }
387/* thumbnails */
388#wikispecificstyle div.thumb {
389 margin-bottom: .5em;
390 border-style: solid;
391 border-color: white;
392 width: auto;
393}
394#wikispecificstyle div.thumb div {
395 border: 1px solid #ccc;
396 padding: 3px !important;
397 background-color: #f9f9f9;
398 font-size: 94%;
399 text-align: center;
400 overflow: hidden;
401}
402#wikispecificstyle div.thumb div a img {
403 border: 1px solid #ccc;
404}
405#wikispecificstyle div.thumb div div.thumbcaption {
406 border: none;
407 text-align: left;
408 line-height: 1.4em;
409 padding: .3em 0 .1em 0;
410}
411#wikispecificstyle div.magnify {
412 float: right;
413 border: none !important;
414 background: none !important;
415}
416#wikispecificstyle div.magnify a, div.magnify img {
417 display: block;
418 border: none !important;
419 background: none !important;
420}
421#wikispecificstyle div.tright {
422 clear: right;
423 float: right;
424 border-width: .5em 0 .8em 1.4em;
425}
426#wikispecificstyle div.tleft {
427 float: left;
428 margin-right: .5em;
429 border-width: .5em 1.4em .8em 0;
430}
431
432#wikispecificstyle .hiddenStructure {
433 display: none;
434}
435#wikispecificstyle img.tex {
436 vertical-align: middle;
437}
438#wikispecificstyle span.texhtml {
439 font-family: serif;
440}
441
442/*
443** classes for special content elements like town boxes
444** intended to be referenced directly from the wiki src
445*/
446
447/*
448** User styles
449*/
450/* table standards */
451#wikispecificstyle table.rimage {
452 float: right;
453 position: relative;
454 margin-left: 1em;
455 margin-bottom: 1em;
456 text-align: center;
457}
458#wikispecificstyle .toccolours {
459 border: 1px solid #aaa;
460 background-color: #f9f9f9;
461 padding: 5px;
462 font-size: 95%;
463}
464#wikispecificstyle div.townBox {
465 position: relative;
466 float: right;
467 background: white;
468 margin-left: 1em;
469 border: 1px solid gray;
470 padding: .3em;
471 width: 200px;
472 overflow: hidden;
473 clear: right;
474}
475#wikispecificstyle div.townBox dl {
476 padding: 0;
477 margin: 0 0 .3em;
478 font-size: 96%;
479}
480#wikispecificstyle div.townBox dl dt {
481 background: none;
482 margin: .4em 0 0;
483}
484#wikispecificstyle div.townBox dl dd {
485 margin: .1em 0 0 1.1em;
486 background-color: #f3f3f3;
487}
488
489/*
490** edit views etc
491*/
492#wikispecificstyle .special li {
493 line-height: 1.4em;
494 margin: 0;
495 padding: 0;
496}
497
498/* Page history styling */
499/* the auto-generated edit comments */
500#wikispecificstyle .autocomment {
501 color: gray;
502}
503#wikispecificstyle #pagehistory span.user {
504 margin-left: 1.4em;
505 margin-right: .4em;
506}
507#wikispecificstyle #pagehistory span.minor {
508 font-weight: bold;
509}
510#wikispecificstyle #pagehistory li {
511 border: 1px solid white;
512}
513#wikispecificstyle #pagehistory li.selected {
514 background-color: #f9f9f9;
515 border: 1px dashed #aaa;
516}
517
518/*
519** Diff rendering
520*/
521#wikispecificstyle table.diff, td.diff-otitle, td.diff-ntitle {
522 background-color: white;
523}
524#wikispecificstyle td.diff-addedline {
525 background: #cfc;
526 font-size: smaller;
527}
528#wikispecificstyle td.diff-deletedline {
529 background: #ffa;
530 font-size: smaller;
531}
532#wikispecificstyle td.diff-context {
533 background: #eee;
534 font-size: smaller;
535}
536#wikispecificstyle span.diffchange {
537 color: red;
538 font-weight: bold;
539}
540
541/*
542** keep the whitespace in front of the ^=, hides rule from konqueror
543** this is css3, the validator doesn't like it when validating as css2
544*/
545#wikispecificstyle #bodyContent a[href ^="http://"],
546#wikispecificstyle #bodyContent a[href ^="gopher://"] {
547 background: url(external.png) center right no-repeat;
548 padding-right: 13px;
549}
550#wikispecificstyle #bodyContent a[href ^="https://"],
551#wikispecificstyle .link-https {
552 background: url(lock_icon.gif) center right no-repeat;
553 padding-right: 16px;
554}
555#wikispecificstyle #bodyContent a[href ^="mailto:"],
556#wikispecificstyle .link-mailto {
557 background: url(mail_icon.gif) center right no-repeat;
558 padding-right: 18px;
559}
560#wikispecificstyle #bodyContent a[href ^="news://"] {
561 background: url(news_icon.png) center right no-repeat;
562 padding-right: 18px;
563}
564#wikispecificstyle #bodyContent a[href ^="ftp://"],
565#wikispecificstyle .link-ftp {
566 background: url(file_icon.gif) center right no-repeat;
567 padding-right: 18px;
568}
569#wikispecificstyle #bodyContent a[href ^="irc://"],
570#wikispecificstyle .link-irc {
571 background: url(discussionitem_icon.gif) center right no-repeat;
572 padding-right: 18px;
573}
574/* disable interwiki styling */
575#wikispecificstyle #bodyContent a.extiw,
576#wikispecificstyle #bodyContent a.extiw:active {
577 color: #36b;
578 background: none;
579 padding: 0;
580}
581#wikispecificstyle #bodyContent a.external {
582 color: #36b;
583}
584/* this can be used in the content area to switch off
585special external link styling */
586#wikispecificstyle #bodyContent .plainlinks a {
587 background: none !important;
588 padding: 0;
589}
590/*
591** Structural Elements
592*/
593
594/*
595** general portlet styles (elements in the quickbar)
596*/
597
598#wikispecificstyle .portlet {
599 background:white;
600 border: none;
601 margin: 0 0 0 0 ;
602 padding: .2em 0 .4em;
603 float: none;
604 width: 12.8em;
605 overflow: hidden;
606
607 }
608
609#wikispecificstyle .portlet h4 {
610 font-size: 95%;
611 font-weight: normal;
612 white-space: nowrap;
613}
614
615#wikispecificstyle .portlet h5 {
616 background: white;
617 color:black;
618 padding: 0 1em 0 .5em;
619 display: inline;
620 height: 1em;
621 text-transform: lowercase;
622 font-size: 120%;
623 font-weight: bold;
624 white-space: nowrap;
625
626}
627#wikispecificstyle .portlet h6 {
628 background: #ffae2e;
629 border: 1px solid #2f6fab;
630 border-style: solid solid none solid;
631 padding: 0 1em 0 1em;
632 text-transform: lowercase;
633 display: block;
634 font-size: 1em;
635 height: 1.2em;
636 font-weight: normal;
637 white-space: nowrap;
638}
639
640#wikispecificstyle .pBody {
641 font-size: 95%;
642 background-color: white;
643 color: black;
644 border-collapse: collapse;
645 border: 1px solid #2E8B57;
646 padding: 0 .5em .3em .2em;
647}
648.portlet h1,
649.portlet h2,
650.portlet h3,
651#wikispecificstyle .portlet h4 {
652 margin: 0;
653 padding: 0;
654}
655
656#wikispecificstyle .portlet ul {
657 line-height: 1.5em;
658 list-style-type: square;
659 list-style-image: url(bullet.gif);
660 font-size: 95%;
661}
662#wikispecificstyle .portlet li {
663 padding: 0;
664 margin: 0;
665}
666
667/*
668** Logo properties
669*/
670
671
672
673#wikispecificstyle #p-logo{
674 z-index: 3;
675 position: absolute; /*needed to use z-index */
676 top: 0;
677 left: 0;
678 height: 155px;
679 width: 12em;
680 overflow: visible;
681
682}
683
684#wikispecificstyle #p-logo h5 {
685 display: none;
686}
687
688#wikispecificstyle #p-logo a,
689#wikispecificstyle #p-logo a:hover {
690 display: block;
691 height: 155px;
692 width: 11.2em;
693 background-image: url(toki_chalk.png) !important;
694 background-repeat: no-repeat;
695 background-position: 35% 50% !important;
696 text-decoration: none;
697
698 }
699
700/*
701** the navigation portlet
702*/
703
704#wikispecificstyle #p-navigation {
705 position: relative;
706 z-index: 3;
707}
708
709/*
710** Search portlet
711*/
712#wikispecificstyle #p-search {
713 position: relative;
714 z-index: 3;
715}
716#wikispecificstyle #p-search .pBody {
717 text-align: center;
718}
719#wikispecificstyle input.searchButton {
720 margin-top: 1px;
721 font-size: 95%;
722}
723#wikispecificstyle #searchGoButton {
724 padding-left: .5em;
725 padding-right: .5em;
726 font-weight: bold;
727}
728#wikispecificstyle #searchInput {
729 width: 10.9em;
730 margin: 0;
731 font-size: 95%;
732}
733#wikispecificstyle #p-search .pBody {
734 padding: .5em .4em .5em .4em;
735}
736
737/*
738** the personal toolbar
739*/
740
741#wikispecificstyle #p-personal {
742 width: 100%;
743 white-space: nowrap;
744 padding: 0;
745 margin: 0;
746 position: absolute;
747 left: 0;
748 top: 0;
749 z-index: 0;
750 border: none;
751 background: none;
752 overflow: visible;
753 line-height: 1.2em;
754}
755
756#wikispecificstyle #p-personal h5 {
757 display: none;
758}
759#wikispecificstyle #p-personal .portlet,
760#wikispecificstyle #p-personal .pBody {
761 padding: 0;
762 margin: 0;
763 border: none;
764 z-index: 0;
765 overflow: visible;
766 background: none;
767}
768/* this is the ul contained in the portlet */
769#wikispecificstyle #p-personal ul {
770 border: none;
771 line-height: 1.4em;
772 color: #2f6fab;
773 padding: 0 2em 0 3em;
774 margin: 0;
775 text-align: right;
776 text-transform: lowercase;
777 list-style: none;
778 z-index: 0;
779 background: none;
780}
781#wikispecificstyle #p-personal li {
782 z-index: 0;
783 border: none;
784 padding: 0;
785 display: inline;
786 color: #2f6fab;
787 margin-left: 1em;
788 line-height: 1.2em;
789 background: none;
790}
791#wikispecificstyle #p-personal li a {
792 text-decoration: none;
793 color: #005896;
794 padding-bottom: .2em;
795 background: none;
796}
797#wikispecificstyle #p-personal li a:hover {
798 background-color: white;
799 padding-bottom: .2em;
800 text-decoration: none;
801}
802
803/* the icon in front of the user name, single quotes
804in bg url to hide it from iemac */
805li#pt-userpage,
806li#pt-anonuserpage,
807#wikispecificstyle li#pt-login {
808 background: url(user.gif) top left no-repeat;
809 padding-left: 20px;
810 text-transform: none;
811}
812
813/*
814** the page-related actions- page/talk, edit etc
815*/
816#wikispecificstyle #p-cactions {
817 position: absolute;
818 top: 1.3em;
819 left: 13.5em;
820 margin: 0;
821 white-space: nowrap;
822 width: 76%;
823 line-height: 1.1em;
824 overflow: visible;
825 background: none;
826 border-collapse: collapse;
827 padding-left: 1em;
828 list-style: none;
829 font-size: 95%;
830}
831#wikispecificstyle #p-cactions .hiddenStructure {
832 display: none;
833}
834#wikispecificstyle #p-cactions ul {
835 list-style: none;
836}
837
838#wikispecificstyle #p-cactions li {
839 display: inline;
840 border: 1px solid #2E8B57;
841 border-bottom: none;
842 padding: 0 0 .1em 0;
843 margin: 0 .3em 0 0;
844 overflow: visible;
845 background: white;
846}
847#wikispecificstyle #p-cactions li.selected {
848 border-color: #fabd23;
849 padding: 0 0 .2em 0;
850}
851#wikispecificstyle #p-cactions li a {
852 background-color: white;
853 color: #002bb8;
854 border: none;
855 padding: 0 .8em .3em .8em;
856 text-decoration: none;
857 text-transform: lowercase;
858 position: relative;
859 z-index: 0;
860 margin: 0;
861}
862#wikispecificstyle #p-cactions .selected a {
863 z-index: 11;
864}
865#wikispecificstyle #p-cactions .new a {
866 color: #ba0000;
867}
868#wikispecificstyle #p-cactions li a:hover {
869 z-index: 11;
870 text-decoration: none;
871}
872#wikispecificstyle #p-cactions h5 {
873 display: none;
874}
875#wikispecificstyle #p-cactions li.istalk {
876 margin-right: 0;
877}
878#wikispecificstyle #p-cactions li.istalk a {
879 padding-right: .5em;
880}
881#wikispecificstyle #p-cactions #ca-addsection a {
882 padding-left: .4em;
883 padding-right: .4em;
884}
885/* offsets to distinguish the tab groups */
886#wikispecificstyle li#ca-talk {
887 margin-right: 1.6em;
888}
889#wikispecificstyle li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print {
890 margin-left: 1.6em;
891}
892
893/*
894** the remaining portlets
895*/
896#wikispecificstyle #p-tbx,
897#wikispecificstyle #p-lang {
898 position: relative;
899 z-index: 11;
900}
901
902/*
903** footer
904*/
905#wikispecificstyle #footer {
906 background-color: white;
907 border-top: 1px solid #2E8B57;
908 border-bottom: 1px solid #2E8B57;
909 border-left: 1px solid #2E8B57;
910 margin: 0.6em 0 1em 6em;
911 padding: 0.4em 0 1.2em 0;
912 text-align: center;
913 font-size: 90%;
914}
915#wikispecificstyle #footer li {
916 display: inline;
917 margin: 0 1.3em;
918}
919/* hide from incapable browsers */
920#wikispecificstyle head:first-child+body #footer li { white-space: nowrap; }
921#wikispecificstyle f-poweredbyico, #f-copyrightico {
922 margin: 10px 8px;
923 position: relative;
924 top: -2px; /* Bump it up just a tad */
925}
926
927#wikispecificstyle #f-poweredbyico {
928 float: right;
929 height: 1%;
930}
931#wikispecificstyle #f-copyrightico {
932 float: left;
933 height: 1%;
934}
935
936/* js pref toc */
937#wikispecificstyle #preftoc {
938 float: left;
939 margin: 1em;
940 width: 13em;
941}
942#wikispecificstyle #preftoc li {
943 border: 1px solid white;
944}
945#wikispecificstyle #preftoc li.selected {
946 background-color: #f9f9f9;
947 border: 1px dashed #aaa;
948}
949#wikispecificstyle #preftoc a,
950#wikispecificstyle #preftoc a:active {
951 display: block;
952 color: #0014a6;
953}
954#wikispecificstyle #prefcontrol {
955 clear: both;
956 float: left;
957 margin-top: 1em;
958}
959#wikispecificstyle div.prefsectiontip {
960 font-size: 95%;
961 margin-top: 1em;
962}
963#wikispecificstyle fieldset.operaprefsection {
964 margin-left: 15em;
965}
966
967/*
968** IE/Mac fixes, hope to find a validating way to move this
969** to a separate stylesheet. This would work but doesn't validate:
970** @import("IEMacFixes.css");
971*/
972/* tabs: border on the a, not the div */
973#wikispecificstyle * > html #p-cactions li { border: none; }
974#wikispecificstyle * > html #p-cactions li a {
975 border: 1px solid #aaa;
976 border-bottom: none;
977}
978#wikispecificstyle * > html #p-cactions li.selected a { border-color: #fabd23; }
979/* footer icons need a fixed width */
980* > html #f-poweredbyico,
981#wikispecificstyle * > html #f-copyrightico { width: 88px; }
982* > html #bodyContent,
983#wikispecificstyle * > html #bodyContent pre {
984 overflow-x: auto;
985 width: 100%;
986 padding-bottom: 25px;
987}
988
989/* more IE fixes */
990/* float/negative margin brokenness */
991#wikispecificstyle * html #footer {margin-top: 0;}
992#wikispecificstyle * html #column-content {
993 display: inline;
994 margin-bottom: 0;
995}
996#wikispecificstyle * html div.editsection { font-size: smaller; }
997#wikispecificstyle #pagehistory li.selected { position: relative; }
998
999/* Mac IE 5.0 fix; floated content turns invisible */
1000#wikispecificstyle * > html #column-content {
1001 float: none;
1002}
1003#wikispecificstyle * > html #column-one {
1004 position: absolute;
1005 left: 0;
1006 top: 0;
1007}
1008#wikispecificstyle * > html #footer {
1009 margin-left: 13.2em;
1010}
1011#wikispecificstyle .redirectText {
1012 font-size: 150%;
1013 margin: 5px;
1014}
1015
1016#wikispecificstyle .printfooter {
1017 display: none;
1018}
1019
1020#wikispecificstyle .not-patrolled {
1021 background-color: #ffa;
1022}
1023#wikispecificstyle div.patrollink {
1024 font-size: 75%;
1025 text-align: right;
1026}
1027#wikispecificstyle span.newpage, span.minor, span.searchmatch {
1028 font-weight: bold;
1029}
1030#wikispecificstyle span.unpatrolled {
1031 font-weight: bold;
1032 color: red;
1033}
1034
1035#wikispecificstyle span.searchmatch {
1036 color: red;
1037}
1038#wikispecificstyle .sharedUploadNotice {
1039 font-style: italic;
1040}
1041
1042#wikispecificstyle span.updatedmarker {
1043 color: black;
1044 background-color: #0f0;
1045}
1046#wikispecificstyle span.newpageletter {
1047 font-weight: bold;
1048 color: black;
1049 background-color: yellow;
1050}
1051#wikispecificstyle span.minoreditletter {
1052 color: black;
1053 background-color: #c5ffe6;
1054}
1055
1056#wikispecificstyle table.gallery {
1057 border: 1px solid #ccc;
1058 margin: 2px;
1059 padding: 2px;
1060 background-color: white;
1061}
1062
1063#wikispecificstyle table.gallery tr {
1064 vertical-align: top;
1065}
1066
1067#wikispecificstyle table.gallery td {
1068 vertical-align: top;
1069 background-color: #f9f9f9;
1070 border: solid 2px white;
1071}
1072
1073#wikispecificstyle div.gallerybox {
1074 margin: 2px;
1075 width: 150px;
1076}
1077
1078#wikispecificstyle div.gallerybox div.thumb {
1079 text-align: center;
1080 border: 1px solid #ccc;
1081 margin: 2px;
1082}
1083
1084#wikispecificstyle div.gallerytext {
1085 font-size: 94%;
1086 padding: 2px 4px;
1087}
1088
1089#wikispecificstyle span.comment {
1090 font-style: italic;
1091}
1092
1093#wikispecificstyle span.changedby {
1094 font-size: 95%;
1095}
1096
1097#wikispecificstyle .previewnote {
1098 text-align: center;
1099 color: #cc0000;
1100}
1101#wikispecificstyle .editExternally {
1102 border: 1px solid gray;
1103 background-color: #ffffff;
1104 padding: 3px;
1105 margin-top: 0.5em;
1106 float: left;
1107 font-size: small;
1108 text-align: center;
1109}
1110#wikispecificstyle .editExternallyHelp {
1111 font-style: italic;
1112 color: gray;
1113}
1114
1115#wikispecificstyle li span.deleted {
1116 text-decoration: line-through;
1117 color: #888;
1118 font-style: italic;
1119}
1120
1121#wikispecificstyle .toggle {
1122 margin-left: 2em;
1123 text-indent: -2em;
1124}
1125
1126/* Classes for EXIF data display */
1127#wikispecificstyle table.metadata {
1128 font-size: 0.8em;
1129 margin-left: 0.5em;
1130 margin-bottom: 0.5em;
1131}
1132
1133#wikispecificstyle table.metadata caption {
1134 font-weight: bold;
1135}
1136
1137#wikispecificstyle table.metadata th {
1138 font-weight: normal;
1139}
1140
1141#wikispecificstyle table.metadata td {
1142 padding: 0.1em;
1143}
1144
1145#wikispecificstyle table.metadata {
1146 border: none;
1147 border-collapse: collapse;
1148}
1149
1150#wikispecificstyle table.metadata td, table.metadata th {
1151 text-align: center;
1152 border: 1px solid #aaaaaa;
1153 padding-left: 0.1em;
1154 padding-right: 0.1em;
1155}
1156
1157#wikispecificstyle table.metadata th {
1158 background-color: #f9f9f9;
1159}
1160
1161#wikispecificstyle table.metadata td {
1162 background-color: #fcfcfc;
1163}
1164
1165/* filetoc */
1166#wikispecificstyle ul#filetoc {
1167 text-align: center;
1168 border: 1px solid #aaaaaa;
1169 background-color: #f9f9f9;
1170 padding: 5px;
1171 font-size: 95%;
1172 margin-bottom: 0.5em;
1173 margin-left: 0;
1174 margin-right: 0;
1175}
1176
1177#wikispecificstyle #filetoc li {
1178 display: inline;
1179 list-style-type: none;
1180 padding-right: 2em;
1181}
1182
1183/* @bug 1714 */
1184#wikispecificstyle input#wpSave, input#wpDiff {
1185 margin-right: 0.33em;
1186}
1187
1188
1189/* Classes for article validation */
1190
1191#wikispecificstyle table.revisionform_default {
1192 border: 1px solid #000000;
1193}
1194
1195#wikispecificstyle table.revisionform_focus {
1196 border: 1px solid #000000;
1197 background-color:#00BBFF;
1198}
1199
1200#wikispecificstyle tr.revision_tr_default {
1201 background-color:#EEEEEE;
1202}
1203
1204#wikispecificstyle tr.revision_tr_first {
1205 background-color:#DDDDDD;
1206}
1207
1208#wikispecificstyle p.revision_saved {
1209 color: green;
1210 font-weight:bold;
1211}
1212
1213#wikispecificstyle #mw_trackbacks {
1214 border: solid 1px #bbbbff;
1215 background-color: #eeeeff;
1216 padding: 0.2em;
1217}
1218
1219
1220/* Allmessages table */
1221
1222#wikispecificstyle #allmessagestable th {
1223 background-color: #b2b2ff;
1224}
1225
1226#wikispecificstyle #allmessagestable tr.orig {
1227 background-color: #ffe2e2;
1228}
1229
1230#wikispecificstyle #allmessagestable tr.new {
1231 background-color: #e2ffe2;
1232}
1233
1234#wikispecificstyle #allmessagestable tr.def {
1235 background-color: #f0f0ff;
1236}
1237
Note: See TracBrowser for help on using the repository browser.