MediaWiki:Common.css: Difference between revisions

Updating CSS from MediaWiki:Common.less
(Updating CSS from MediaWiki:Common.less)
(Updating CSS from MediaWiki:Common.less)
 
(6 intermediate revisions by the same user 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,800:
 
.infobox.infobox-Hopeport tr > * {
background-color: #3f3b2a3b382f;
}
 
Line 2,815:
.infobox.infobox-Hopeport a:visited,
.infobox.infobox-Hopeport a:active {
color: #ffe966c7b26b;
}
 
Line 2,861:
.infobox.infobox-Hopeforest a:visited,
.infobox.infobox-Hopeforest a:active {
color: #95e180a2c998;
}
 
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;
}