Изменения

MediaWiki:Print.css

666 байтов добавлено, 09:04, 5 мая 2014
Новая страница: «.editlink, .navbar, a.NavToggle, span.collapseButton, span.mw-collapsible-toggle, th .sortkey, td .sortkey { display: none !important; } #siteNotice, addthis…»
.editlink,
.navbar,
a.NavToggle, span.collapseButton, span.mw-collapsible-toggle,
th .sortkey, td .sortkey {
display: none !important;
}

#siteNotice, addthistoolbar {
display: none !important;
}

table.collapsible tr, div.NavPic, div.NavContent {
display: block !important;
}
table.collapsible tr {
display: table-row !important;
}

/* On websites with siteSub visible, the margin on the firstHeading is not needed. */
#firstHeading {
margin: 0px;
}

/* We don't want very long URLs (that are added to the content in print) to widen the canvas */
#content a.external.text:after,
#content a.external.autonumber:after {
word-wrap: break-word;
}