MediaWiki:Common.css: Difference between revisions

From JJSWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 29: Line 29:


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


#bodyContent {
#bodyContent {
     background: radial-gradient(white 60%,#E7F0ED);
     background-color: white;
}
}

Revision as of 18:08, 9 March 2014

/* 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(#E7F0ED, white);
}

#bodyContent {
    background-color: white;
}