Actions

MediaWiki

Common.css: Difference between revisions

From Jedisaber Wiki

mNo edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
     font-weight: bold;
     font-weight: bold;
     font-size: 2.5em;
     font-size: 2.5em;
     background: #0060df;
    text-decoration: none;
     border: 1px #0060df;
    color: white;
     background: #517397;
     border: 1px #517397;
     padding-top: 1em;
     padding-top: 1em;
     padding-bottom: 2em;
     padding-bottom: 1em;
}
}


Line 16: Line 18:
     font-weight: bold;
     font-weight: bold;
     font-size: 2em;
     font-size: 2em;
     text-decoration: underline;
    color: white;
     background: #0060df;
    background: #517397;
     border: 1px #0060df;
    border: 1px #517397;
     padding-top: 1em;
    padding-top: 0.5em;
     padding-bottom: 1.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;
}
}

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;
}