Difference between revisions of "MediaWiki:Common.css"
From Gloria Victis
| Line 24: | Line 24: | ||
*/ | */ | ||
background: linear-gradient(to bottom, rgba(255,255,255,0) 20%, | background: linear-gradient(to bottom, rgba(255,255,255,0) 20%, | ||
| − | rgba(255,255,255,1)), url("https://i.imgur.com/SiygUpK.jpg") !important; | + | rgba(255,255,255,1)), url("https://i.imgur.com/SiygUpK.jpg") no-repeat !important; |
} | } | ||
body{ | body{ | ||
Revision as of 23:11, 28 February 2021
@font-face {
font-family: Roboto;
src: url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
}
#p-logo-text a{
padding: 0 20px 0 0 !important;
}
#bodyContentOuter a{
font-weight: bold !important;
}
.gallerytext{
font-size: 1.1em !important;
}
#mw-header-container{
background: #fff !important;
}
.ts-container{
/*
background: url("https://i.imgur.com/SiygUpK.jpg") no-repeat !important;
*/
background: linear-gradient(to bottom, rgba(255,255,255,0) 20%,
rgba(255,255,255,1)), url("https://i.imgur.com/SiygUpK.jpg") no-repeat !important;
}
body{
background: #ededed;
}
.mw-footer-container{
background: #cccccc !important;
}
.sidebar-chunk{
border-radius: 5px;
}