MediaWiki:Common.css: Difference between revisions

From JJSWiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
(Temporarily putting things back, seeing if this is what made the favicon disappear or just coincidence...)
Tags: Manual revert Reverted
Line 2: Line 2:




#firstHeading{
h1 {
     font-family: 'Courier New', Courier, monospace;
     font-family: 'Courier New', Courier, monospace;
     font-weight: bold;
     font-weight: bold;
    font-size: 1.6em;
}
}


.mw-body-content h2 {
h2 {
     font-family: 'Courier New', Courier, monospace;
     font-family: 'Courier New', Courier, monospace;
     font-weight: bold;
     font-weight: bold;
Line 14: Line 13:




.mw-body-content h3 {
h3 {
     font-family: 'Courier New', Courier, monospace;
     font-family: 'Courier New', Courier, monospace;
     font-weight: bold;
     font-weight: bold;

Revision as of 00:32, 17 April 2023

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


h1 {
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}

h2 {
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}


h3 {
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}

body {
    background-color: #E7F0ED;
}

#mw-head {
    background: linear-gradient(#F6E7E1, #F6E7E1, #E7F0ED);
}



#content.mw-body {
    background: linear-gradient(to right, white, white, #E7F0ED);
}

#bodyContent {
    background-color: white;
}