MediaWiki:Common.css: Difference between revisions

Updating CSS from MediaWiki:Common.less
(Updating CSS from MediaWiki:Common.less)
(Updating CSS from MediaWiki:Common.less)
Line 2,784:
}
 
.infobox.infobox-hammermagehopeport {
background-color: #ccaf00;
}
 
.infobox.infobox-hammermagehopeport tr > * {
background-color: #3d3a2a;
}
 
.infobox.infobox-hammermagehopeport .infobox-image {
background-image: url("/images/[email protected]");
}
 
.infobox.infobox-hammermagehopeport .infobox-padding {
background-color: #ccaf00;
}
 
.infobox.infobox-hammermagehopeport a,
.infobox.infobox-hammermagehopeport a:hover,
.infobox.infobox-hammermagehopeport a:visited,
.infobox.infobox-hammermagehopeport a:active {
color: #ffe966;
}
 
.infobox.infobox-cryoknightmantuban {
background-color: #68ABF1;
}
 
.infobox.infobox-cryoknightmantuban tr > * {
background-color: #26323d;
}
 
.infobox.infobox-cryoknightmantuban .infobox-image {
background-image: url("/images/[email protected]");
}
 
.infobox.infobox-cryoknightmantuban .infobox-padding {
background-color: #68ABF1;
}
 
.infobox.infobox-cryoknightmantuban a,
.infobox.infobox-cryoknightmantuban a:hover,
.infobox.infobox-cryoknightmantuban a:visited,
.infobox.infobox-cryoknightmantuban a:active {
color: #97c5f5;
}
 
.infobox.infobox-guardianhopeforest {
background-color: #40a226;
}
 
.infobox.infobox-guardianhopeforest tr > * {
background-color: #263328;
}
 
.infobox.infobox-guardianhopeforest .infobox-image {
background-image: url("/images/[email protected]");
}
 
.infobox.infobox-guardianhopeforest .infobox-padding {
background-color: #40a226;
}
 
.infobox.infobox-guardianhopeforest a,
.infobox.infobox-guardianhopeforest a:hover,
.infobox.infobox-guardianhopeforest a:visited,
.infobox.infobox-guardianhopeforest a:active {
color: #95e180;
}
 
.infobox.infobox-hopeport {
background-color: var(--body-dark);
}
 
.infobox.infobox-hopeport tr > * {
background-color: var(--body-darker);
}
 
.infobox.infobox-hopeport .infobox-image {
background-image: url("/images/[email protected]");
}
 
.infobox.infobox-hopeport .infobox-padding {
background-color: var(--body-dark);
}
 
.infobox.infobox-hopeport a,
.infobox.infobox-hopeport a:hover,
.infobox.infobox-hopeport a:visited,
.infobox.infobox-hopeport a:active {
color: #bbaca7;
}