Difference between revisions of "MediaWiki:Common.css"

From WikiChem
Jump to: navigation, search
(creating page)
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
/* Documentation pages for templates */
 +
.template-documentation {
 +
    clear: both;
 +
    margin: 1em 0 0 0;
 +
    border: 1px solid #aaa;
 +
    background-color: #ecfcf4;
 +
    padding: 5px;
 +
}

Revision as of 12:31, 13 August 2009

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

/* Documentation pages for templates */
.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa; 
    background-color: #ecfcf4; 
    padding: 5px;
}