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;
     background: #003eaa;
     background: #0060df;
     border: 1px #003eaa;
     border: 1px #0060df;
     padding-top: 1em;
     padding-top: 1em;
     padding-bottom: 2em;
     padding-bottom: 2em;
Line 17: Line 17:
     font-size: 2em;
     font-size: 2em;
     text-decoration: underline;
     text-decoration: underline;
     background: #003eaa;
     background: #0060df;
     border: 1px #003eaa;
     border: 1px #0060df;
     padding-top: 1em;
     padding-top: 1em;
     padding-bottom: 1.5em;
     padding-bottom: 1.5em;
}
}

Revision as of 18:57, 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;
    background: #0060df;
    border: 1px #0060df;
    padding-top: 1em;
    padding-bottom: 2em;
}

h2 {
    text-align: left;
    font-weight: bold;
    font-size: 2em;
    text-decoration: underline;
    background: #0060df;
    border: 1px #0060df;
    padding-top: 1em;
    padding-bottom: 1.5em;
}