Difference between revisions of "MediaWiki:Common.css"

From All About Ayrshire
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: .Place { background: #00aeef; border-radius: 0px 0px 5px 5px; -moz-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0p...")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
.Place {
+
.infoBox {
 
background: #00aeef;
 
background: #00aeef;
 
border-radius: 0px 0px 5px 5px;
 
border-radius: 0px 0px 5px 5px;

Revision as of 18:09, 29 October 2015

/* CSS placed here will be applied to all skins */
.infoBox {
background: #00aeef;
border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;
border: 1px solid #00AEEF;
}