Difference between revisions of "MediaWiki:Common.css"

From James Dooley's Wiki
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 */
 +
 +
.mbox_default {
 +
padding: 0 0 0 25px;
 +
border: ridge 5px;
 +
}
  
 
.mbox_warning {
 
.mbox_warning {

Revision as of 13:46, 16 February 2013

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

.mbox_default {
 padding: 0 0 0 25px;
 border: ridge 5px;
}

.mbox_warning {
 border-color: red;
}

.mbox_caution {
 border-color: yellow;
}

.mbox_caution {
 border-color: blue;
}