Difference between revisions of "MediaWiki:Common.css"

From Mudas Wiki
Jump to navigation Jump to search
m
m
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
body {
body {
background-color: #fdeedb;
background-color: #fdeedb;
/*background-image: url(https://mudas.com/images/banckgroundHome.jpg);
background-size: cover;*/
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
     color: #170436;
     color: #170436;
Line 10: Line 12:
#mw-page-base {
#mw-page-base {
background-color: #fdeedb;
background-color: #fdeedb;
     background-image: linear-gradient(to bottom,#fdeedb 50%,#fce3c3 100%);background-color: auto;
     background-image: none;
}
}

Latest revision as of 12:38, 27 April 2022

/* CSS placed here will be applied to all skins */
body {
	background-color: #fdeedb;
	/*background-image: url(https://mudas.com/images/banckgroundHome.jpg);
	background-size: cover;*/
	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: none;
}