Difference between revisions of "MediaWiki:Common.css"

From WikiChem
Jump to: navigation, search
Line 8: Line 8:
 
     background-color: #ecfcf4;  
 
     background-color: #ecfcf4;  
 
     padding: 5px;
 
     padding: 5px;
 +
}
 +
 +
/* Hatnotes and disambiguation notices */
 +
.rellink,
 +
.dablink {
 +
    font-style: italic;
 +
    padding-left: 2em;
 +
    margin-bottom: 0.5em;
 +
}
 +
.rellink i,
 +
.dablink i {
 +
    font-style: normal;
 
}
 
}

Revision as of 12:35, 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;
}

/* Hatnotes and disambiguation notices */
.rellink,
.dablink {
    font-style: italic;
    padding-left: 2em;
    margin-bottom: 0.5em;
}
.rellink i,
.dablink i {
    font-style: normal;
}