MediaWiki:Common.css
From MENACE Official Wiki
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
.class{
font-family: "Noto Sans",sans-serif;
color: #ffffff;
background: #767a7f;
font-size: 0.95em;
line-height: 1.5;
background-image: url(/MENACE/skins/MBHH/resources/images/shade-right.png?9ba42),url(/MENACE/skins/MBHH/resources/images/shade-left.png?30070),url(/MENACE/skins/MBHH/resources/images/shade-bottom.png?ff4a7),url(/MENACE/skins/MBHH/resources/images/hooded-horse-bg-dark.jpg?0001a);
background-repeat: repeat-y,repeat-y,repeat-x,no-repeat;
background-position: right center,left center,center bottom,center center;
background-size: auto,auto,auto,cover;
background-attachment: fixed;
}
.portable-infobox{
font-family: "Noto Sans",sans-serif;
color: #ffffff;
background: #0E151F;
font-size: 0.95em;
line-height: 1.5;
border:1px solid;
border-color:#0A5899;
}
.portable-infobox.pi-background {
background-color: #0E151F;
}
.portable-infobox .pi-secondary-background {
background-color: #0A9992;
}
.portable-infobox .pi-border-color {
border-color: #0A5899;
}
.portable-infobox .pi-data-label {
flex: 90%;
}
.portable-infobox.pi-data-value {
flex: 0%;
}
.portable-infobox .pi-header {
background-color: #0A9992;
}
/*
.portable-infobox .pi-item-spacing {
padding: 10px 10px;
}
*/


