Don't use wfMsg('go') on this submit button. It's already used for the "Go" search...
[lhc/web/wiklou.git] / stylesheets / commonPrint.css
1 /*
2 ** Mediawiki Print style sheet for CSS2-capable browsers.
3 ** Copyright Gabriel Wicke, http://www.aulinx.de/
4 **
5 ** Derived from the plone (http://plone.org/) styles
6 ** Copyright Alexander Limi
7 */
8
9 /* Thanks to A List Apart (http://alistapart.com/) for useful extras */
10 a.stub,
11 a.new{ color:#ba0000; text-decoration:none; }
12
13 #toc {
14 /*border:1px solid #2f6fab;*/
15 border:1px solid #aaaaaa;
16 background-color:#f9f9f9;
17 padding:5px;
18 }
19 .tocindent {
20 margin-left: 2em;
21 }
22 .tocline {
23 margin-bottom: 0px;
24 }
25 .toctoggle, .editsection {
26 font-size: smaller;
27 }
28
29 /* images */
30 div.floatright {
31 float: right;
32 margin: 0;
33 position:relative;
34 border: 0.5em solid White;
35 border-width: 0.5em 0 0.8em 1.4em;
36 }
37 div.floatright p { font-style: italic;}
38 div.floatleft {
39 float: left;
40 margin: 0.3em 0.5em 0.5em 0;
41 position:relative;
42 border: 0.5em solid White;
43 border-width: 0.5em 1.4em 0.8em 0;
44 }
45 div.floatleft p { font-style: italic; }
46 /* thumbnails */
47 div.thumb {
48 margin-bottom: 0.5em;
49 border-style: solid; border-color: White;
50 width: auto;
51 overflow: hidden;
52 }
53 div.thumb div {
54 border:1px solid #cccccc;
55 padding: 3px !important;
56 background-color:#f9f9f9;
57 font-size: 94%;
58 text-align: center;
59 }
60 div.thumb div a img {
61 border:1px solid #cccccc;
62 }
63 div.thumb div div.thumbcaption {
64 border: none;
65 text-align: left;
66 padding: 0.3em 0 0.1em 0;
67 }
68 div.magnify { display: none; }
69 div.tright {
70 float: right;
71 border-width: 0.5em 0 0.8em 1.4em;
72 }
73 div.tleft {
74 float: left;
75 margin-right:0.5em;
76 border: 0.5em 1.4em 0.8em 0;
77 }
78
79 /* table standards */
80 table.rimage {
81 float:right;
82 width:1pt;
83 position:relative;
84 margin-left:1em;
85 margin-bottom:1em;
86 text-align:center;
87 }
88
89 body {
90 background: White;
91 /*font-size: 11pt !important;*/
92 color: Black;
93 margin: 0;
94 padding: 0;
95 }
96
97 div.top,
98 div#column-one,
99 #colophon,
100 .editsection,
101 .toctoggle,
102 div#f-poweredbyico,
103 div#f-copyrightico,
104 li#f-viewcount,
105 li#f-about,
106 li#f-disclaimer {
107 /* Hides all the elements irrelevant for printing */
108 display: none;
109 }
110
111 ul {
112 list-style-type: square;
113 }
114
115 #content {
116 background: none;
117 border: none ! important;
118 font-size: 11pt;
119 padding: 0 ! important;
120 margin: 0 ! important;
121 text-align: left;
122 }
123 #footer {
124 border-top: 1px solid black;
125 }
126
127 h1, h2, h3, h4, h5, h6
128 {
129 font-weight: bold;
130 }
131
132 p, .documentDescription {
133 margin: 1em 0 ! important;
134 line-height: 1.2em;
135 }
136
137 pre {
138 border: 1pt dashed black;
139 white-space: pre;
140 font-size: 8pt;
141 overflow: auto;
142 padding: 1em 0;
143 }
144
145 table.listing,
146 table.listing td {
147 border: 1pt solid black;
148 border-collapse: collapse;
149 }
150
151 a {
152 color: Black !important;
153 padding: 0 !important
154 }
155
156 a:link, a:visited {
157 color: #520;
158 background: transparent;
159 text-decoration: underline;
160 }
161 /*
162 #content a:link:after,
163 #content a:visited:after {
164 content: " ( " attr(href) " ) ";
165 }*/
166
167 #globalWrapper {
168 width: 100% !important;
169 min-width: 0 !important;
170 }
171
172 #column-content {
173 margin: 0 !important;
174 }
175
176 #column-content #content {
177 padding: 1em;
178 margin: 0 !important;
179 }
180 /* MSIE/Win doesn't understand 'inherit' */
181 a, a.external, a.new, a.stub {
182 color: black ! important;
183 text-decoration: none ! important;
184 }
185
186 /* Continue ... */
187 a, a.external, a.new, a.stub {
188 color: inherit ! important;
189 text-decoration: inherit ! important;
190 }
191
192 img { border: none; }
193 img.tex { vertical-align: middle; }
194 span.texhtml { font-family: serif; }
195
196 /* Show some stuff */
197 .urlexpansion {
198 display: inline ! important;
199 }
200
201 div.townBox {
202 position:relative;
203 float:right;
204 background:White;
205 margin-left:1em;
206 border: 1px solid Grey;
207 padding:0.3em;
208 width: 200px;
209 overflow: hidden;
210 clear: right;
211 }
212 div.townBox dl {
213 padding: 0;
214 margin: 0 0 0.3em 0;
215 font-size: 96%;
216 }
217 div.townBox dl dt {
218 background: none;
219 margin: 0.4em 0 0 0;
220 }
221 div.townBox dl dd {
222 margin: 0.1em 0 0 1.1em;
223 background-color: #f3f3f3;
224 }
225
226 #siteNotice { display: none; }