MediaWiki:Common.css: Difference between revisions

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


h2 {
h2 {
     background-color: #bfe;
     text-decoration: overline
     padding-top: 30px;
     padding-top: 30px;
}
}

Revision as of 00:06, 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; }

h2 {
    text-decoration: overline
    padding-top: 30px;
}

h3 {
    padding-top: 30px;
}

h4 {
    padding-top: 30px;
}

h5 {
    padding-top: 30px;
}