MediaWiki:Print.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will affect the print output */
a:link {
color: #4c4c4c;
text-decoration: underline;
}
a:visited {
color: #4c4c4c;
text-decoration: underline;
}
a:hover {
color: #4c4c4c;
text-decoration: underline;
}
a.external {
color: #4c4c4c;
text-decoration: underline;
}
a.external:visited {
color: #4c4c4c;
text-decoration: underline;
}
a.external:hover {
color: #4c4c4c;
text-decoration: underline;
}
.content {
background: #ffffff;
padding: 10px 30px 10px 30px;
box-shadow: none;
}
.colophon {
font-size: 85%;
width: 80%;
margin: 20px auto 20px auto;
page-break-after: always;
}
.custom-print-only { display: inline; }
.page-break-before {
page-break-before: always;
}
.no-page-break-inside {
page-break-inside: avoid;
}
.bbb-container {
text-align: justify;
}
.quality-container {
display: none;
}
.lwp-logo {
float: right;
width: 7cm;
margin: 0;
}
.lwp-arabic-logo {
float: left;
width: 3.5cm;
margin: -0.5cm 0 0 0;
}
/* ============================== tree-like Tractatus =============================== */
.tlp-separator {
visibility: hidden;
page-break-before: always;
}