MediaWiki:Common.css: Difference between revisions

From JJSWiki
Jump to navigation Jump to search
m (30 revisions imported)
(Trying for necessary changes, going from 1.22 to 1.39...)
Tag: Reverted
Line 2: Line 2:




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


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




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

Revision as of 00:25, 17 April 2023

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


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

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


.mw-body-content 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;
}