MediaWiki:Common.css: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
Line 18: Line 18:
#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;
#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;}
.noprint {
    border-radius: 3px;
    border: 1px solid #ddd !important;
    background: #fbfbfb !important;
    padding: 10px 5px 0 !important;
}

Revision as of 21:21, 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;}

.noprint {
    border-radius: 3px;
    border: 1px solid #ddd !important;
    background: #fbfbfb !important;
    padding: 10px 5px 0 !important;
}