Difference between revisions of "MediaWiki:Common.css"

From Girlfriend Kari Wiki
Jump to: navigation, search
m
m
Line 11: Line 11:
 
border: 1px solid #FF00FF;
 
border: 1px solid #FF00FF;
 
border-radius: 7px;
 
border-radius: 7px;
 +
padding: 5px;
 
}
 
}

Revision as of 03:02, 15 February 2015

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

.mw-editsection { display:none!important; }

#welcome .title {
	text-align: center;
	background-color: #FF99FF;
}

#welcome {
	border: 1px solid #FF00FF;
	border-radius: 7px;
	padding: 5px;
}