Printable mode cleanup. Now done through stylesheets, <link>ed so that the
[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 /* Table of contents */
12 #toc {
13 border: 1px solid #8888aa;
14 background-color: #f7f8ff;
15 padding: 5px;
16 font-size: 95%;
17 }
18 .tocindent {
19 margin-left: 2em;
20 }
21 .tocline {
22 margin-bottom: 0px;
23 }
24 .toctoggle, .editsection {
25 font-size: smaller;
26 }
27
28 /* ... */
29 #toolbar { padding:0px; }
30 #infobox { background:#eeeeff;color:black;;}
31 #editform { margin-top:1px; }
32 .bodytext { }
33 a.interwiki, a.external { color: #3366BB; }
34 a.printable { text-decoration: underline; }
35 a.stub { color:#772233; text-decoration:none; }
36 body { margin: 0px; padding: 4px; color: black; }
37 form.inline { display: inline; }
38
39
40 h1.pagetitle { padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0;
41 font-size:150%; }
42 h2 { font-size: 120%; }
43 h2, h3, h4, h5, h6 { margin-bottom: 0;}
44 h3 { font-size: 106.25%; }
45 h4 { font-size: 103.125%; }
46 h5 { font-size: 100%; }
47 h6 { font-size: 95%; }
48 hr.sep { color:gray;height:1px;background-color:gray;}
49 p.subpages { font-size:small;}
50 p.subtitle { padding-top: 0; margin-top: 0;}
51 td { empty-cells:show; }
52 td.bottom { border-top: 1px solid gray; }
53 td.top { border-bottom: 1px solid gray; }
54 /* images */
55 div.floatright { float: right; margin: 0 0 1em 1em; }
56 div.floatright p { font-style: italic; }
57 div.floatleft { float: left; margin: 0.3em 0.5em 0.5em 0; }
58 div.floatleft p { font-style: italic; }
59
60 /* thumbnails */
61 div.thumbnail-none, div.thumbnail-right, div.thumbnail-left {
62 padding: 2px;
63 border:1px solid #8888aa;
64 background:#CCCCCC;
65 margin: 0.3em 0 0.5em;
66 font-size: 85%;
67 text-align: center;
68 }
69
70 div.thumbnail-none p, div.thumbnail-right p, div.thumbnail-left p {
71 margin-top:3px; margin-bottom:3px;
72 text-align: left;
73 }
74
75 div.thumbnail-right {
76 float: right;
77 margin-left:0.5em;
78 }
79
80 div.thumbnail-left {
81 float: left;
82 margin-right:0.5em;
83 }
84
85 /* table standards */
86 table.rimage {
87 float:right;
88 width:1pt;
89 margin-left:1em;
90 margin-bottom:1em;
91 text-align:center;
92 font-size:smaller;
93 }
94
95
96 /* Print-specific things to hide */
97 .urlexpansion, .printfooter {
98 display: none;
99 }