MediaWiki:Common.css: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
#p-banner{position:relative} | #p-banner{position:relative} | ||
#p-banner:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background: #fff url( | #p-banner:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background: #fff url(/images/e/ec/OnsetDeveloperWiki.png) 50% 50% / contain;background-repeat: repeat; | ||
background-repeat: no-repeat;} | background-repeat: no-repeat;} |
Revision as of 21:13, 23 July 2019
/* CSS placed here will be applied to all skins */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
* {
font-family: 'Roboto', sans-serif;
}
h1 {
font-family: 'Roboto', sans-serif !important;
}
#p-logo-text a {
font-family: 'Roboto', sans-serif !important;
}
#p-banner{position:relative}
#p-banner:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background: #fff url(/images/e/ec/OnsetDeveloperWiki.png) 50% 50% / contain;background-repeat: repeat;
background-repeat: no-repeat;}