From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search
(Give top icon (featured icon) a margin)
(No longer need to minify with latest MW)
Line 1: Line 1:
'''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 */
/* Hides several Main Page elements */


Line 44: Line 40:
margin: 1em 0;
margin: 1em 0;
}
}
// </pre>

Revision as of 23:30, 12 January 2014

/* 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;
}

/* Give top icon (featured icon) a margin */
div.topicon {
	margin: 1em 0;
}