⚠ NOTICE
The game has been released in Early Access on 26th of April, 2024.
Please keep in mind that any information provided on this Wiki may be incomplete or subject to change as the game progresses.
MediaWiki:Mbhh.css: Difference between revisions
From Manor Lords Official Wiki
m (infobox background) |
(sitenotice light/dark mode) |
||
Line 9: | Line 9: | ||
.portable-infobox.pi-title, .portable-infobox.pi.header { | .portable-infobox.pi-title, .portable-infobox.pi.header { | ||
background-color: #4c535b; | background-color: #4c535b; | ||
} | |||
.mlsitenotice { | |||
background: #cfd56470; | |||
font-size: 1.05em; | |||
border: 2px solid #c4ca27; | |||
padding: 0 20px; | |||
text-align: left' | |||
} | |||
/*style dark-mode*/ | |||
.dark-mode { | |||
.mlsitenotice { | |||
background: #12120de6; | |||
border: 2px solid #cfd56470; | |||
} | |||
#localNotice { | |||
border: solid #4f3c21; | |||
} | |||
} | } |
Revision as of 20:03, 7 May 2024
/* All CSS here will be loaded for users of the MBHH skin */ body { background-image: url(/wiki/Manor_Lords/skins/MBHH/resources/images/shade-right.png?9ba42), url(/wiki/Manor_Lords/skins/MBHH/resources/images/shade-left.png?30070), url(/wiki/Manor_Lords/skins/MBHH/resources/images/shade-bottom.png?ff4a7), url(/wiki/Manor_Lords/skins/MBHH/resources/images/game_bgs/main-ML-bg.jpg?6e0263); } .portable-infobox.pi-title, .portable-infobox.pi.header { background-color: #4c535b; } .mlsitenotice { background: #cfd56470; font-size: 1.05em; border: 2px solid #c4ca27; padding: 0 20px; text-align: left' } /*style dark-mode*/ .dark-mode { .mlsitenotice { background: #12120de6; border: 2px solid #cfd56470; } #localNotice { border: solid #4f3c21; } }