Difference between revisions of "User:E.vandenberge/common.css"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
#mw-page-base { | #mw-page-base { | ||
− | background-image: linear-gradient(#fff | + | background-image: linear-gradient(#fff 50%, #f6f6f6 100%); |
} | } | ||
Revision as of 09:48, 5 August 2015
/* CSS playground of Erik van den Berge*/
@import url(http://fonts.googleapis.com/css?family=Khula);
@import url(http://fonts.googleapis.com/css?family=Noto+Serif);
body {
font-family: 'Khula', sans-serif;
}
.mw-body h1, .mw-body h2 {
font-family: 'Noto Serif', serif;
}
#mw-page-base {
background-image: linear-gradient(#fff 50%, #f6f6f6 100%);
}
div#mw-panel div.portal div.body ul li {
font-size: 0.8em;
}