MediaWiki:Common.css: Difference between revisions

From Marvel Cinematic Universe Wiki
Content deleted Content added
mNo edit summary
No edit summary
Line 4: Line 4:


.page-Main_Page .firstHeading { display:none; }
.page-Main_Page .firstHeading { display:none; }

/* ### CSS regarding portal pages ### */

.portals {
background-color: #DCDCDC;
border: 1px solid #808080;
vertical-align: top;
padding: 12px 15px 12px 15px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}

Revision as of 15:07, 3 October 2017

/* CSS placed here will be applied to all skins */

/* Hiding Main Page title */

.page-Main_Page .firstHeading { display:none; }

/* ### CSS regarding portal pages ### */

.portals {
	background-color: #DCDCDC;
	border: 1px solid #808080;
	vertical-align: top;
	padding: 12px 15px 12px 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}