MediaWiki:Common.css: Difference between revisions

From MENACE Official Wiki
Created page with "→CSS placed here will be applied to all skins: .class{ background-blend-mode: multiply; 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/..."
 
No edit summary
Line 13: Line 13:
     background-attachment: fixed;
     background-attachment: fixed;
     }
     }
.portable-infobox.type-vehicle{
    font-family: "Noto Sans",sans-serif;
    color: #ffffff;
background: #767a7f;
    font-size: 0.95em;
    line-height: 1.5;
}

Revision as of 06:13, 24 September 2025

/* CSS placed here will be applied to all skins */
    .class{
    background-blend-mode: multiply;
    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-vehicle{
    font-family: "Noto Sans",sans-serif;
    color: #ffffff;
	background: #767a7f;
    font-size: 0.95em;
    line-height: 1.5;
}