Difference between revisions of "MediaWiki:Common.css"
From Theonomy Wiki
| Line 33: | Line 33: | ||
} | } | ||
| − | #content-wrapper, #content, pre, textarea, #header-wrapper, .oo-ui-inputWidget-input, .wikitable { | + | #content-wrapper, #content, pre, textarea, #header-wrapper, .oo-ui-inputWidget-input, .wikitable, #selected { |
background: black !important; | background: black !important; | ||
color:white !important; | color:white !important; | ||
Revision as of 13:10, 25 June 2020
/* CSS placed here will be applied to all skins */
body {
background: black;
color:white;
}
a {
color:aqua;
}
#tab a, #tab-advanced a, .toctogglelabel {
color:aqua !important;
}
/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base, #mw-body-content, #mw-content-ltr, #mw-editfont-monospace, #toc, .tocnumber, .mw-changeslist-legend, .diff-context, #mw-header-container, #mw-content-container {
background: black !important;
color: white !important;
}
.diffchange {
background:darkslategray !important;
}
mainpage-rightcolumn-start {
float: right;
}
#mw-content-text pre,
.ve-ui-surface pre {
background:black !important;
color:white;
}
#content-wrapper, #content, pre, textarea, #header-wrapper, .oo-ui-inputWidget-input, .wikitable, #selected {
background: black !important;
color:white !important;
}
#header-menu, #more-actions-list, .header-menu-list {
background:#080808 !important;
}
#more-actions-list a {
background:inherit;
}
.header-menu-item {
background:darkturquoise;
}
.oo-ui-icon-search, .mw-ui-icon-search::before {
background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22white%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E %3Ctitle%3E search %3C/title%3E %3Cpath d=%22M7.5 13c3.04 0 5.5-2.46 5.5-5.5S10.54 2 7.5 2 2 4.46 2 7.5 4.46 13 7.5 13zm4.55.46C10.79 14.43 9.21 15 7.5 15 3.36 15 0 11.64 0 7.5S3.36 0 7.5 0C11.64 0 15 3.36 15 7.5c0 1.71-.57 3.29-1.54 4.55l6.49 6.49-1.41 1.41-6.49-6.49z%22/%3E %3C/svg%3E");
}
#content a {
color:aqua !important;
}
#p-logo-text {
color: white;
}