2 * MediaWiki Print style sheet for CSS2-capable browsers.
3 * Copyright Gabriel Wicke, http://www.aulinx.de/
5 * Derived from the plone (http://plone.org/) styles
6 * Copyright Alexander Limi
9 /* Thanks to A List Apart (http://alistapart.com/) for useful extras */
12 * Hide all the elements irrelevant for printing
31 .ns-0
.mw-redirectedfrom
,
40 .wikitable, .thumb, img {
41 page-break-inside: avoid
;
45 page-break-after: avoid
;
54 * Generic HTML elements
64 list-style-type: square
;
67 h1
, h2
, h3
, h4
, h5
, h6
{
81 border: 1pt dashed black
;
91 * MediaWiki-specific elements
94 width: 100% !important
;
95 min-width: 0 !important
;
100 border: none
!important
;
101 padding: 0 !important
;
102 margin: 0 !important
;
108 margin: 0 !important
;
111 #column-content .mw-body
{
113 margin: 0 !important
;
117 border: 1px solid
#aaaaaa;
118 background-color: #f9f9f9;
123 /* Separate columns for tocnumber and toctext */
129 /* Space between the columns for tocnumber and toctext */
132 padding-right: 0.5em;
139 border-top: 1px solid
#AAA;
145 vertical-align: middle
;
152 background: none
!important
;
153 padding: 0 !important
;
156 /* Expand URLs for printing */
157 .mw-body a
.external
.text:after
,
158 .mw-body a.external.autonumber:after {
159 content: " (" attr
(href
) ")";
162 /* Expand protocol-relative URLs for printing */
163 .mw-body a
.external
.text
[href^
='//']:after
,
164 .mw-body a.external.autonumber[href^='//']:after {
165 content: " (https:" attr
(href
) ")";
168 /* MSIE/Win doesn't understand 'inherit' */
173 color: black
!important
;
174 text-decoration: none
!important
;
182 color: inherit
!important
;
183 text-decoration: inherit
!important
;
194 margin: 0.5em 0 0.8em 1.4em;
206 margin: 0.5em 1.4em 0.8em 0;
224 margin-bottom: 0.8em;
225 background-color: transparent
;
229 border: 1px solid
#cccccc;
230 padding: 3px !important
;
231 background-color: White
;
238 border: 1px solid
#cccccc;
245 padding: 3px !important
;
257 margin: 0.5em 0 0.8em 1.4em;
264 margin: 0.5em 1.4em 0.8em 0;
268 border: 1px solid
#dddddd;
273 * As on shared.css but with white background.
278 border: 1px #aaa solid
;
280 border-collapse: collapse
;
283 table
.wikitable
> tr
> th
, table
.wikitable
> tr
> td
,
284 table
.wikitable
> * > tr
> th
, table
.wikitable
> * > tr
> td
,
285 .mw_metadata th, .mw_metadata td {
286 border: 1px #aaa solid
;
290 table
.wikitable
> tr
> th
,
291 table
.wikitable
> * > tr
> th
,
298 table
.wikitable
> caption
,
299 .mw_metadata caption {
305 border: 1pt solid black
;
306 border-collapse: collapse
;
321 list-style-type: none
;
322 list-style-image: none
;
326 display: inline-block
;
329 border-left: 1px solid
#AAA;
333 .catlinks li:first-child {
339 padding: 1em 0 1em 0;