MediaWiki:Common.css: Difference between revisions

From Epic Path
Jump to navigation Jump to search
No edit summary
No edit summary
Line 27: Line 27:


h5 {
h5 {
     color: LightSteelBlue;
     color: SkyBlue;
     padding-top: 30px;
     padding-top: 30px;
}
}

Revision as of 00:32, 10 March 2016

/* CSS placed here will be applied to all skins */
body.page-Epic_Path.action-view h1.firstHeading, body.page-Epic_Path.action-submit h1.firstHeading { display: none; }

h1 {
    font-size: 2em;
}

h2 {
    color: Navy;
    font-size: 1.5em;
    padding: 2px;
    padding-top: 30px;
    border-bottom-style: solid;
    border-bottom-color: Black;}

h3 {
    color: Blue;
    font-size: 1.25em;
    padding-top: 30px;
}


h4 {
    color: DodgerBlue;
    padding-top: 30px;
}

h5 {
    color: SkyBlue;
    padding-top: 30px;
}