MediaWiki:Common.css: Difference between revisions
From MENACE Official Wiki
No edit summary |
No edit summary |
||
| Line 12: | Line 12: | ||
background-attachment: fixed; | background-attachment: fixed; | ||
} | } | ||
.portable_infobox.impetus.value {width: 600px} | .portable_infobox.type-impetus.value {width: 600px} | ||
.portable-infobox{ | .portable-infobox{ | ||
font-family: "Noto Sans",sans-serif; | font-family: "Noto Sans",sans-serif; | ||
Revision as of 03:24, 2 October 2025
/* 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.type-impetus.value {width: 600px}
.portable-infobox{
font-family: "Noto Sans",sans-serif;
color: #ffffff;
background: #000000;
font-size: 0.95em;
line-height: 1.5;
border: 1px solid;
border-color:#778467;
}
/* Overall infobox background */
.portable-infobox.pi-background {
background-color: #151815;
}
/* Title and header backgrounds */
.portable-infobox .pi-secondary-background {
background-color: #4e674c;
}
.portable-infobox .pi-border-color {
border-color: #778467;
}
.portable-infobox .pi-data-label {
flex: 90%;
}
.portable-infobox .pi-data-value {
flex: none;
text-align: center;
}
.portable-infobox .pi-title {
font-weight: bold;
background-color: #4e674c;
}
/*
.portable-infobox .pi-item-spacing {
padding: 10px 10px;
}
*/


