From StrategyWiki, the video game walkthrough and strategy guide wiki
Revision as of 23:24, 12 January 2014 by Teddy (talk | contribs) (Undo revision 610875 by Prod (talk) — Positioning is a bad way to handle this; let's just do it inline.)
Jump to navigation Jump to search

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
'''Click edit to see a readable version. Once done changing, copy and paste into [http://www.cssdrive.com/index.php/main/csscompressor/ this] and throw the output in [[MediaWiki:Dolphin.css]]'''.
----
// <pre>

/* Hides several Main Page elements */

body.page-Main_Page #ca-delete,
body.page-Main_Page #ca-move,
body.page-Main_Page #deleteconfirm,
body.page-Main_Page #siteSub, 
body.page-Main_Page #contentSub, 
body.page-Main_Page h1.firstHeading {
	display: none !important;
}

/* Removes padding from external links displayed without an icon */

#bodyContent .plainlinks a {
	padding: 0 !important;
}

.plainlinksneverexpand {
	background: none !important;
	padding: 0 !important;
}

.plainlinksneverexpand .urlexpansion {
	display: none !important;
}

.plainlinksneverexpand a.external.autonumber:after,
.plainlinksneverexpand a.external.text:after {
	display: none !important;
}

#bodyContent span.coverlink,
#bodyContent span.coverlink:active {
	background: none;
	padding: 0;
}

// </pre>