Actions

MediaWiki

Common.css: Difference between revisions

From Jedisaber Wiki

mNo edit summary
mNo edit summary
 
Line 6: Line 6:
     font-weight: bold;
     font-weight: bold;
     font-size: 2.5em;
     font-size: 2.5em;
    text-decoration: none;
     color: white;
     color: white;
     background: #517397;
     background: #517397;
Line 18: Line 19:
     font-size: 2em;
     font-size: 2em;
     color: white;
     color: white;
    text-decoration: underline;
     background: #517397;
     background: #517397;
     border: 1px #517397;
     border: 1px #517397;
Line 30: Line 30:
     font-size: 1.5em;
     font-size: 1.5em;
     color: white;
     color: white;
    text-decoration: underline;
     background: #517397;
     background: #517397;
     border: 1px #517397;
     border: 1px #517397;

Latest revision as of 19:09, 14 April 2025

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

/* Format headings */
h1 {
    text-align: center;
    font-weight: bold;
    font-size: 2.5em;
    text-decoration: none;
    color: white;
    background: #517397;
    border: 1px #517397;
    padding-top: 1em;
    padding-bottom: 1em;
}

h2 {
    text-align: left;
    font-weight: bold;
    font-size: 2em;
    color: white;
    background: #517397;
    border: 1px #517397;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

h3 {
    text-align: left;
    font-weight: bold;
    font-size: 1.5em;
    color: white;
    background: #517397;
    border: 1px #517397;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

h4 {
    text-align: left;
    font-weight: bold;
    font-size: 1.25em;
}