Interested Article - Print.css
ainsleigh
- 2021-04-04
- 1
.ns-0 .navbox,
.ns-0 .metadata,
.hatnote,
.navbar,
#catlinks,
.collapseRefs,
#mw-fr-reviewnotice,
/* Ссылки на редактирование с preload в карточках (например, [[Леметр, Жорж]]) */
.wikidata-snak a.external.text:after {
display: none;
}
.toccolours {
border: 1px solid #aaa;
}
/* Uncollapse collapsible tables/divs.
The proper way to do this for tables is to use display:table-row,
but this is not supported by all browsers, so use display:block as fallback.
*/
table.collapsible tr,
div.NavPic,
div.NavContent {
display: block !important;
}
table.collapsible tr {
display: table-row !important;
}
a.NavToggle, span.collapseButton, span.mw-collapsible-toggle {
display: none;
}
.printonly {
display: inline;
}
.mw-kartographer-maplink {
padding-left: 0 !important;
}
ainsleigh
- 2021-04-04
- 1