MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 36: Line 36:
}
}


.header-chrome {
.header-container {
background-color: #000;
background-color: #000;
}
}

Revision as of 18:40, 27 July 2022

/* only public wiki */

/* hide talk link */
.minerva__tab-container {
    display: none;
}

/* <span class="light-bg"> for transparent images */
.light-bg {
	background-color: #fff;
}


/* internal and public wiki */
body {
	color: #fff;
}
a {
	color: #c83;
}
h2 {
    color: #fc6;
}

body table.wikitable,
body table.prettytable {
	background-color: #282828 !important;
	border-color: #555 !important;
}
body table.wikitable > * > tr > th,
body table.wikitable > * > tr > td,
body table.prettytable > * > tr > th,
body table.prettytable > * > tr > td {
	background-color: #282828 !important;
	border-color: #555 !important;
}

.header-container {
	background-color: #000;
}

body,
#content,
footer,
.content table.infobox,
.mw-highlight,
.navbox,
.navbox-subgroup {
	background-color: #222;
}
#mw-script-doc {
	background-color: #222!important;
}
.header-chrome {
	color: #e8c773;
}
.hatnote,
.dablink,
.rellink,
.content table.infobox,
.client-js .toc-mobile,
#toc,
.search-box .search,
.content kbd,
.content samp,
.content code,
.content pre,
footer .last-modified-bar,
.navbox th, .navbox-title,
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title,
.navbox-even,
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
	color: #f8f9fa;
	background-color: #343739;
	border-color: #343739;
}
#toc {
	border: 0;
}
table.fmbox-warning {
	background-color: #794747;
}

/* Links */

.pBody ul li a, .pBody ul li a:visited, .subpages a, .subpages a:visited, body a, body a:visited, a, a:visited {
    color: #ec7 !important;
}

.pBody ul li a.new, .pBody ul li a.new:visited, .subpages a.new, .subpages a.new:visited, body a.new, body a.new:visited, a.new, a.new:visited, .pBody ul li.new a, .pBody ul li.new a:visited, li.new a, li.new a:visited, body .lienbrisé {
    color: #e8c773 !important;
}

body a.mw-kartographer-autostyled {
    color: #fff !important;
}

/* Menu drawer */
#mw-mf-page-left {
   background-color: #000;
}

#p-navigation li  a {
   background-color: #321;
}

#p-interaction li  a {
   background-color: #321;
}

#pt-preferences li  a {
   background-color: #321;
}