MediaWiki:Common.css: Difference between revisions

Updating CSS from MediaWiki:Common.less
(Updating CSS from MediaWiki:Common.less)
(Updating CSS from MediaWiki:Common.less)
 
(9 intermediate revisions by 2 users not shown)
Line 19:
--link-color: #8b694f;
--table-header-link: #c7b8b3;
--redlink-color: #ba0000cd4343;
--text-color: #2F2828;
--byline-color: #ccc;
Line 129:
 
a.new {
color: var(--redlink-color) !important;
}
 
a.new:visited {
color: var(--redlink-color) !important;
}
 
Line 2,795:
}
 
.infobox.infobox-hopeportHopeport {
background-color: #e0cc52b99f46;
}
 
.infobox.infobox-hopeportHopeport tr > * {
background-color: #3f3b2a3b382f;
}
 
.infobox.infobox-hopeportHopeport .infobox-image {
background-image: url("/images/[email protected]");
}
 
.infobox.infobox-hopeportHopeport .infobox-padding {
background-color: #e0cc52b99f46;
}
 
.infobox.infobox-hopeportHopeport a,
.infobox.infobox-hopeportHopeport a:hover,
.infobox.infobox-hopeportHopeport a:visited,
.infobox.infobox-hopeportHopeport a:active {
color: #ffe966c7b26b;
}
 
.infobox.infobox-mantubanMine_of_Mantuban {
background-color: #68ABF1;
}
 
.infobox.infobox-mantubanMine_of_Mantuban tr > * {
background-color: #26323d;
}
 
.infobox.infobox-mantubanMine_of_Mantuban .infobox-image {
background-image: url("/images/[email protected]");
}
 
.infobox.infobox-mantubanMine_of_Mantuban .infobox-padding {
background-color: #68ABF1;
}
 
.infobox.infobox-mantubanMine_of_Mantuban a,
.infobox.infobox-mantubanMine_of_Mantuban a:hover,
.infobox.infobox-mantubanMine_of_Mantuban a:visited,
.infobox.infobox-mantubanMine_of_Mantuban a:active {
color: #97c5f5;
}
 
.infobox.infobox-hopeforestHopeforest {
background-color: #84b876;
}
 
.infobox.infobox-hopeforestHopeforest tr > * {
background-color: #2e3930;
}
 
.infobox.infobox-hopeforestHopeforest .infobox-image {
background-image: url("/images/[email protected]");
}
 
.infobox.infobox-hopeforestHopeforest .infobox-padding {
background-color: #84b876;
}
 
.infobox.infobox-hopeforestHopeforest a,
.infobox.infobox-hopeforestHopeforest a:hover,
.infobox.infobox-hopeforestHopeforest a:visited,
.infobox.infobox-hopeforestHopeforest a:active {
color: #95e180a2c998;
}
 
.infobox.infobox-crenopolisCrenopolis {
background-color: #979797;
}
 
.infobox.infobox-crenopolisCrenopolis tr > * {
background-color: #3f3f3f;
}
 
.infobox.infobox-crenopolisCrenopolis .infobox-image {
background-image: url("/images/[email protected]");
}
 
.infobox.infobox-crenopolisCrenopolis .infobox-padding {
background-color: #979797;
}
 
.infobox.infobox-crenopolisCrenopolis a,
.infobox.infobox-crenopolisCrenopolis a:hover,
.infobox.infobox-crenopolisCrenopolis a:visited,
.infobox.infobox-crenopolisCrenopolis a:active {
color: #b1b1b1;
}
Line 3,290:
max-width: 100%;
border: none;
border-radius: 0.6em;
overflow: hidden;
}
 
Line 3,297 ⟶ 3,295:
width: 100%;
margin-bottom: 0;
}
 
.mainpage-body .tile-halves {
border-radius: 0.6em;
overflow: hidden;
}
 
Line 3,369 ⟶ 3,362:
.mainpage-contents .tile-bottom {
box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.5);
border-radius: 0 0 0.6em 0.6em;
}
 
Line 3,376 ⟶ 3,368:
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), 0 0 2px rgba(255, 255, 255, 0.5);
margin: 3px !important;
border-radius: 1.2em;
}