MediaWiki:Mbhh.css: Difference between revisions

From Heroes of Might and Magic: Olden Era Official Wiki
No edit summary
No edit summary
Line 23: Line 23:


.mw-selflink {
.mw-selflink {
     color: #bcb096;
     color: #bcb096 !IMPORTANT;
     text-decoration: none;
     text-decoration: none;
     font-weight: normal;
     font-weight: normal;

Revision as of 10:14, 10 April 2026

/* All CSS here will be loaded for users of the MBHH skin */
body {
background-image: url(/Heroes_of_Might_and_Magic_Olden_Era/skins/MBHH/resources/images/shade-right.png?9ba42),
url(/Heroes_of_Might_and_Magic_Olden_Era/skins/MBHH/resources/images/shade-left.png?30070),
url(/Heroes_of_Might_and_Magic_Olden_Era/skins/MBHH/resources/images/shade-bottom.png?ff4a7),
url(/Heroes_of_Might_and_Magic_Olden_Era/skins/MBHH/resources/images/game_bgs/HOMM_bg.jpg?3vva2);
}

h1, h2, h3, strong, th {
    color: #c8b36c;
}

p, td, li, dd, b, caption {
    color: #bcb096;
}

a, a:link, .toctogglelabel {
   color: dodgerblue !IMPORTANT;
}
a.new {
   color: palevioletred !IMPORTANT;
}

.mw-selflink {
    color: #bcb096 !IMPORTANT;
    text-decoration: none;
    font-weight: normal;
    cursor: default;
}

.tabber__tab, a.tabber__tab, a.tabber__tab:visited {
	margin-left: 25px;
	margin-right: 25px;
	text-align: center;
	justify-content: center;
}

.tabber__tabs {
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}