MediaWiki:Common.css: Difference between revisions

Updating CSS from MediaWiki:Common.less
(Updating CSS from MediaWiki:Common.less)
(Updating CSS from MediaWiki:Common.less)
 
(25 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 527:
.mw_metadata th {
background-color: var(--wikitable-header-bg);
background-color: #3991edfff;
border-color: var(--body-darker);
}
 
Line 544 ⟶ 546:
.mw-datatable th {
background-color: var(--wikitable-header-bg);
color: #fff;
border-color: var(--body-darker);
}
 
Line 2,717 ⟶ 2,721:
}
 
.infobox tr td:not(.infobox-padding):not(.infobox-image) {
padding: 0.2em 0.5em;
}
Line 2,743 ⟶ 2,747:
text-align: center;
border-radius: 1.2em 1.2em 0 0;
background-image: url("/images/Hopeport_transparent_backgroundDefault_infobox_transparent_background@2x.png");
background-position: center;
background-size: 300px;
padding: 0;
overflow: hidden;
 
.infobox .infobox-image span {
display: block;
border-radius: 0.6em9em 0.9em 0 0;
overflow: hidden;
margin: 0.5em;
}
 
.infobox .infobox-image span img {
max-width: calc(292px - 1em);
height: auto;
}
 
Line 2,777 ⟶ 2,795:
}
 
.infobox.infobox-hammermageHopeport {
background-color: #ffdb00b99f46;
}
 
.infobox.infobox-Hopeport tr > * {
background-color: #3b382f;
}
 
.infobox.infobox-Hopeport .infobox-image {
background-image: url("/images/[email protected]");
}
 
.infobox.infobox-Hopeport .infobox-padding {
background-color: #b99f46;
}
 
.infobox.infobox-Hopeport a,
.infobox.infobox-Hopeport a:hover,
.infobox.infobox-Hopeport a:visited,
.infobox.infobox-Hopeport a:active {
color: #c7b26b;
}
 
.infobox.infobox-Mine_of_Mantuban {
background-color: #68ABF1;
}
 
.infobox.infobox-Mine_of_Mantuban tr > * {
background-color: #26323d;
}
 
.infobox.infobox-Mine_of_Mantuban .infobox-image {
background-image: url("/images/Hammermage_transparent_backgroundMantuban_transparent_background@2x.png");
}
 
.infobox.infobox-hammermageMine_of_Mantuban tr > *.infobox-padding {
background-color: #38341d68ABF1;
}
 
.infobox.infobox-hammermageMine_of_Mantuban .infobox-image {a,
.infobox.infobox-Mine_of_Mantuban a:hover,
background-image: url(/images/[email protected]);
.infobox.infobox-Mine_of_Mantuban a:visited,
.infobox.infobox-Mine_of_Mantuban a:active {
color: #97c5f5;
}
 
.infobox.infobox-hammermage .infobox-paddingHopeforest {
background-color: #ffdb0084b876;
}
 
.infobox.infobox-cryoknightHopeforest tr > * {
background-color: #3991ed2e3930;
}
 
.infobox.infobox-cryoknightHopeforest tr > *.infobox-image {
background-colorimage: #213547url("/images/[email protected]");
}
 
.infobox.infobox-cryoknightHopeforest .infobox-imagepadding {
background-imagecolor: url(/images/[email protected])#84b876;
}
 
.infobox.infobox-cryoknightHopeforest .infobox-padding {a,
.infobox.infobox-Hopeforest a:hover,
background-color: #3991ed;
.infobox.infobox-Hopeforest a:visited,
.infobox.infobox-Hopeforest a:active {
color: #a2c998;
}
 
.infobox.infobox-guardianCrenopolis {
background-color: #51cb30979797;
}
 
.infobox.infobox-guardianCrenopolis tr > * {
background-color: #1d33203f3f3f;
}
 
.infobox.infobox-guardianCrenopolis .infobox-image {
background-image: url("/images/Guardian_transparent_backgroundCrenopolis_transparent_background@2x.png");
}
 
.infobox.infobox-guardianCrenopolis .infobox-padding {
background-color: #51cb30979797;
}
 
.infobox.infobox-hopeportCrenopolis .infobox-image {a,
.infobox.infobox-Crenopolis a:hover,
background-image: url(/[email protected]);
.infobox.infobox-Crenopolis a:visited,
.infobox.infobox-Crenopolis a:active {
color: #b1b1b1;
}
 
Line 3,232 ⟶ 3,290:
max-width: 100%;
border: none;
border-radius: 0.6em;
overflow: hidden;
}
 
Line 3,239 ⟶ 3,295:
width: 100%;
margin-bottom: 0;
 
.mainpage-body .tile-halves {
border-radius: 0.6em;
overflow: hidden;
}
 
Line 3,311 ⟶ 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,318 ⟶ 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;
}