Allow use of DatabaseFunctions even when errors are ignored
[mediawiki.git] / stylesheets / commonPrint.css
bloba348b73f20ac01bb1e6140089d4533a00ff61e5b
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 */
9 /* Thanks to A List Apart (http://alistapart.com/) for useful extras */
10 a.stub,
11 a.new{ color:#ba0000; text-decoration:none; }
13 #toc {
14 /*border:1px solid #2f6fab;*/
15 border:1px solid #aaaaaa;
16 background-color:#f9f9f9;
17 padding:5px;
19 .tocindent {
20 margin-left: 2em;
22 .tocline {
23 margin-bottom: 0px;
25 .toctoggle, .editsection {
26 font-size: smaller;
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;
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;
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;
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;
60 div.thumb div a img {
61 border:1px solid #cccccc;
63 div.thumb div div.thumbcaption {
64 border: none;
65 text-align: left;
66 padding: 0.3em 0 0.1em 0;
68 div.magnify { display: none; }
69 div.tright {
70 float: right;
71 border-width: 0.5em 0 0.8em 1.4em;
73 div.tleft {
74 float: left;
75 margin-right:0.5em;
76 border: 0.5em 1.4em 0.8em 0;
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;
89 body {
90 background: White;
91 /*font-size: 11pt !important;*/
92 color: Black;
93 margin: 0;
94 padding: 0;
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;
111 ul {
112 list-style-type: square;
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;
123 #footer {
124 border-top: 1px solid black;
127 h1, h2, h3, h4, h5, h6
129 font-weight: bold;
132 p, .documentDescription {
133 margin: 1em 0 ! important;
134 line-height: 1.2em;
137 pre {
138 border: 1pt dashed black;
139 white-space: pre;
140 font-size: 8pt;
141 overflow: auto;
142 padding: 1em 0;
145 table.listing,
146 table.listing td {
147 border: 1pt solid black;
148 border-collapse: collapse;
152 color: Black !important;
153 padding: 0 !important
156 a:link, a:visited {
157 color: #520;
158 background: transparent;
159 text-decoration: underline;
162 #content a:link:after,
163 #content a:visited:after {
164 content: " ( " attr(href) " ) ";
167 #globalWrapper {
168 width: 100% !important;
169 min-width: 0 !important;
172 #column-content {
173 margin: 0 !important;
176 #column-content #content {
177 padding: 1em;
178 margin: 0 !important;
180 /* MSIE/Win doesn't understand 'inherit' */
181 a, a.external, a.new, a.stub {
182 color: black ! important;
183 text-decoration: none ! important;
186 /* Continue ... */
187 a, a.external, a.new, a.stub {
188 color: inherit ! important;
189 text-decoration: inherit ! important;
192 img { border: none; }
193 img.tex { vertical-align: middle; }
194 span.texhtml { font-family: serif; }
196 /* Show some stuff */
197 .urlexpansion {
198 display: inline ! important;
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;
212 div.townBox dl {
213 padding: 0;
214 margin: 0 0 0.3em 0;
215 font-size: 96%;
217 div.townBox dl dt {
218 background: none;
219 margin: 0.4em 0 0 0;
221 div.townBox dl dd {
222 margin: 0.1em 0 0 1.1em;
223 background-color: #f3f3f3;