Difference between revisions of "MediaWiki:Common.css"

From All About Ayrshire
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
.infoBox {
+
.WikiaArticle .infobox {
background: #00aeef;
+
color: pink;
border-radius: 0px 0px 5px 5px;
 
-moz-border-radius: 0px 0px 5px 5px;
 
-webkit-border-radius: 0px 0px 5px 5px;
 
border: 1px solid #00AEEF;
 
 
}
 
}

Revision as of 19:32, 29 October 2015

/* CSS placed here will be applied to all skins */
.WikiaArticle .infobox {
color: pink;
}