1) section editing auto-summaries are now formatted as /* foo */
[lhc/web/wiklou.git] / stylesheets / wikistandard.css
1 #article { padding: 4px; }
2 #content { margin: 0; padding: 0; }
3 #footer { padding: 4px;font-size:95%; }
4 #pagestats { font-size: 9pt; }
5 #powersearch {
6 background: #DDEEFF; border-style: solid; border-width: 1px; padding: 2px;
7 }
8 #quickbar { width: 140px; padding: 4px; visibility: visible; z-index:99;font-size:95%;}
9 #topbar { padding: 4px;font-size:95%; }
10
11 /* automatically generated edit summaries */
12 #autocomment { color: gray; }
13
14 /* Table of contents */
15 #toc {
16 border: 1px solid #8888aa;
17 background-color: #f7f8ff;
18 padding: 5px;
19 font-size: 95%;
20 }
21 .tocindent {
22 margin-left: 2em;
23 }
24 .tocline {
25 margin-bottom: 0px;
26 }
27 .toctoggle, .editsection {
28 font-size: smaller;
29 }
30
31 /* ... */
32 #toolbar { padding:0px; }
33 #infobox { background:#eeeeff;color:black;;}
34 #editform { margin-top:1px; }
35 .bodytext { }
36 a.interwiki, a.external { color: #3366BB; }
37 a.printable { text-decoration: underline; }
38 a.stub { color:#772233; text-decoration:none; }
39 body { margin: 0px; padding: 4px; color: black; }
40 form.inline { display: inline; }
41
42
43 h1.pagetitle { padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0;
44 font-size:150%; }
45 h2 { font-size: 120%; }
46 h2, h3, h4, h5, h6 { margin-bottom: 0;}
47 h3 { font-size: 106.25%; }
48 h4 { font-size: 103.125%; }
49 h5 { font-size: 100%; }
50 h6 { font-size: 95%; }
51 hr.sep { color:gray;height:1px;background-color:gray;}
52 p.subpages { font-size:small;}
53 p.subtitle { padding-top: 0; margin-top: 0;}
54 td { empty-cells:show; }
55 td.bottom { border-top: 1px solid gray; }
56 td.top { border-bottom: 1px solid gray; }
57 /* images */
58 div.floatright { float: right; margin: 0 0 1em 1em; }
59 div.floatright p { font-style: italic; }
60 div.floatleft { float: left; margin: 0.3em 0.5em 0.5em 0; }
61 div.floatleft p { font-style: italic; }
62
63 /* thumbnails */
64 div.thumbnail-none, div.thumbnail-right, div.thumbnail-left {
65 padding: 2px;
66 border:1px solid #8888aa;
67 background:#CCCCCC;
68 margin: 0.3em 0 0.5em;
69 font-size: 85%;
70 text-align: center;
71 }
72
73 div.thumbnail-none p, div.thumbnail-right p, div.thumbnail-left p {
74 margin-top:3px; margin-bottom:3px;
75 text-align: left;
76 }
77
78 div.thumbnail-right {
79 float: right;
80 margin-left:0.5em;
81 }
82
83 div.thumbnail-left {
84 float: left;
85 margin-right:0.5em;
86 }
87
88 /* table standards */
89 table.rimage {
90 float:right;
91 width:1pt;
92 margin-left:1em;
93 margin-bottom:1em;
94 text-align:center;
95 font-size:smaller;
96 }
97
98
99 /* Print-specific things to hide */
100 .urlexpansion, .printfooter {
101 display: none;
102 }