Difference between revisions of "MediaWiki:Common.css"

From Mudas Wiki
Jump to navigation Jump to search
m
m
Line 9: Line 9:
}
}
#mw-page-base {
#mw-page-base {
background-color: auto;
background-color: #fdeedb;
background-image: none;
    background-image: linear-gradient(to bottom,#fdeedb 50%,#fce3c3 100%);background-color: auto;
}
}

Revision as of 12:36, 27 April 2022

/* CSS placed here will be applied to all skins */
body {
	background-color: #fdeedb;
	font-family: 'Roboto Condensed', sans-serif;
    color: #170436;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}
#mw-page-base {
	background-color: #fdeedb;
    background-image: linear-gradient(to bottom,#fdeedb 50%,#fce3c3 100%);background-color: auto;
}