MediaWiki:Vector.css: Difference between revisions

From Epic Path
Jump to navigation Jump to search
No edit summary
 
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */
h1 {
    color: #584500;
    font-size: 2em;
    border-bottom-style: solid;
    border-bottom-color: #584500;
}
h2 {
    color: #584500;
    font-size: 1.5em;
    padding: 2.5em 0.2em 0.2em 0.2em;
    border-bottom-style: solid;
    border-bottom-color: #584500;
}
h3 {
    color: #584500;
    font-size: 1.25em;
    padding: 1.5em 0.2em 0.2em 0.2em;
}
h4 {
    color: #584500;
    padding: 1.0em 0.2em 0.2em 0.2em;
}
h5 {
    color: #584500;
    padding: 0.75em 0.2em 0.2em 0.2em;
}
h6 {
    color: #000000;
    padding: 0.2em 0.2em 0.2em 0.2em;
}

Latest revision as of 21:33, 4 January 2017

/* CSS placed here will affect users of the Vector skin */