Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
m |
|||
| Line 10: | Line 10: | ||
#mw-page-base { | #mw-page-base { | ||
background-color: #fdeedb; | background-color: #fdeedb; | ||
background-image: linear-gradient(to bottom,# | background-image: linear-gradient(to bottom,#fce3c3 50%,#fdeedb 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,#fce3c3 50%,#fdeedb 100%);background-color: auto;
}