MediaWiki:Print.css

From the Star Wars Merchandise Wiki.
Jump to navigationJump to search

Note: After saving, 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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect the print output */
body, #content {
	background: white !important;
}

/* tweaks for title-messing templates */
#title-override {
	left: 0px !important;
	font-weight: bold !important;
	background: #f4f8ff !important;
}
#title-eraicons {
	display: none !important;
	visibility: hidden !important;
}

div.tleft {
	border: none !important;
}
div.tright {
	margin-left: 13px !important;
}
div.thumb {
	background: inherit !important;
}

h1, h2, h3, h4, h5, h6, .firstHeading {
	background: inherit !important;
}

#toc {
	background: inherit !important;
	border-width: 0px !important;
}

/* temporary hack; that div should be assigned class=noprint */
.infoboxfooter {
	display: none !important;
}

.printfooter {
	background: inherit !important;
}
#catlinks, #footer {
	display: none !important;
}