MediaWiki:DarkMobile.css: Difference between revisions

From Destinypedia, the Destiny wiki

mNo edit summary
 
Line 1: Line 1:
/* CSS placed here will affect users of the mobile night theme */
/* CSS placed here will affect users of the mobile night theme */
/* Editor icons */
.mw-ui-icon-mf-close-base20::before,
.mw-ui-icon-mf-previous-base20::before {
filter: brightness(0) invert(1) !important;
}
/* Icons */
.mw-ui-icon-mf-expand::before {
background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Eexpand%3C/title%3E%3Cg fill=%22%23ccc%22%3E%3Cpath d=%22M17.5 4.75l-7.5 7.5-7.5-7.5L1 6.25l9 9 9-9z%22/%3E%3C/g%3E%3C/svg%3E") !important;
}
.mw-ui-icon-mf-upTriangle::before {
background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E %3Ctitle%3E triangle upwards %3C/title%3E%3Cg fill=%22%23ccc%22%3E%3Cpath d=%22m10 5 8 10H2z%22/%3E%3C/g%3E%3C/svg%3E") !important;
}
.mw-ui-icon-mf-userAvatar::before {
background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Euser avatar%3C/title%3E%3Cg fill=%22%2354595d%22%3E%3Cpath d=%22M10 11c-5.92 0-8 3-8 5v3h16v-3c0-2-2.08-5-8-5z%22/%3E%3Ccircle cx=%2210%22 cy=%225.5%22 r=%224.5%22/%3E%3C/g%3E%3C/svg%3E") !important;
}
.mw-ui-icon-mf-userAnonymous::before {
background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Eanonynmous user%3C/title%3E%3Cg fill=%22%2354595d%22%3E%3Cpath d=%22M15 2H5L4 8h12zM0 10s2 1 10 1 10-1 10-1l-4-2H4zm8 4h4v1H8z%22/%3E%3Ccircle cx=%226%22 cy=%2215%22 r=%223%22/%3E%3Ccircle cx=%2214%22 cy=%2215%22 r=%223%22/%3E%3C/g%3E%3C/svg%3E") !important;
}
/* OOUI */
.oo-ui-icon-check:not(.oo-ui-image-invert), .mw-ui-icon-check::before {
filter: brightness(0) invert(1) !important;
}
.oo-ui-icon-lock, .mw-ui-icon-lock::before {
background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Elock%3C/title%3E%3Cpath fill=%22%23ccc%22 d=%22M16.07 8H15V5s0-5-5-5-5 5-5 5v3H3.93A1.93 1.93 0 0 0 2 9.93v8.15A1.93 1.93 0 0 0 3.93 20h12.14A1.93 1.93 0 0 0 18 18.07V9.93A1.93 1.93 0 0 0 16.07 8zM10 16a2 2 0 1 1 2-2 2 2 0 0 1-2 2zm3-8H7V5.5C7 4 7 2 10 2s3 2 3 3.5z%22/%3E%3C/svg%3E") !important;
}
/* Main page */
body .containerTem, body .containerContent, .containerTem div,
table.affiliates.plainlinks th {
background: #333 !important;
color: #ccc !important;
}
.containerTitle span {
color: #ccc !important;
}
/* SocialProfile */
.profile-info-container b, .profile-info-container div, .needed-points {
color: #ccc !important;
}
/* General */
.drawer {
background-color: #202122 !important;
}
.content figcaption, .content .thumbcaption,
#mw-mf-diffview #mw-mf-userinfo .mw-mf-edit-count {
color: #999 !important;
}
.overlay-loading * {
background: #444 !important;
border-color: transparent !important;
}
.overlay, .overlay-enabled, #content, .ns-special #content,
#mw-mf-page-left ul li, .overlay.media-viewer .image-details,
body.skin-minerva.action-history .mw-history-compareselectedversions {
background: #222 !important;
}
.overlay.media-viewer .image-details {
border-color: #444 !important;
}
.image-carousel .image-loaded,
.overlay.media-viewer .image img {
background: #ccc !important;
}
.overlay.media-viewer,
.overlay.media-viewer .image,
.overlay.media-viewer .header-container {
background: #000 !important;
}
#mw-mf-page-left ul li a {
color: #999 !important;
}
#mw-mf-page-left ul li a.mw-ui-icon-element {
color: transparent !important;
}
#mw-mf-page-left ul li a:hover {
box-shadow: inset 4px 0 0 0 #666 !important;
}
#mw-mf-page-left ul.hlist li {
border: 0 !important;
background: transparent !important;
}
#mw-mf-page-left ul.hlist li a {
color: #fff !important;
}
.editOptions {
color: inherit !important;
background: transparent !important;
}
.content-unstyled .minoredit {
color: #ccc !important;
background: #333 !important;
}
.oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame {
background: #333 !important;
}
#page-actions, .content .section-heading,
.content .mw-parser-output > h2, .content .mw-body-content > h2 {
border-color: #54595d !important;
}
.page-actions-menu {
border-top-color: #303336 !important;
border-bottom-color: #54595d !important;
}
.toggle-list__list {
background: #222 !important;
}
.toggle-list-item:hover {
background: #111 !important;
}
.client-js .toc-mobile,
#mw-mf-diffview #mw-mf-userinfo {
border-color: #666;
background-color: #333;
}
body.skin-minerva .page-summary,
.search-overlay .search-content, .overlay .panel {
border-color: #555 !important;
}
.search-overlay, .overlay-content, .language-searcher .panel {
background-color: #222 !important;
}
.language-searcher .site-link-list li {
background: #333 !important;
}
.list-header {
color: #ccc !important;
background: #444 !important;
}
.search-box .search,
.search-overlay .results,
.search-overlay .search-feedback {
color: #ccc !important;
background-color: #333 !important;
}
.timestamp, .page-summary h3,
.language-searcher .site-link-list a .autonym {
color: #bbb !important;
}
.overlay .content-header, .previewnote p,
.warningbox, .mw-message-box-warning, .mw-revision {
color: #ccc !important;
border-color: #666 !important;
background-color: #333 !important;
}
.overlay-footer-container {
border-color: #777 !important;
}
.page-list li, .topic-title-list li,
.site-link-list li, .category-header li,
.content textarea, .content select {
border-color: #666 !important;
}
ul.mw-contributions-list li, ul.special li {
border-color: #444 !important;
}
.mw-tag-marker {
border-color: #888 !important;
}
.category-header li a {
color: #fff !important;
}
.category-header li.selected a {
color: #fff !important;
border-bottom-color: #fff !important;
}
.mw-recentchanges-table .mw-ui-checkbox {
color: #333 !important;
filter: invert(1) !important;
}
.mw-ui-button {
color: #fff !important;
background: #333 !important;
border-color: #666 !important;
}
.mw-ui-button.mw-ui-quiet,
.mw-ui-button.mw-ui-quiet.mw-ui-progressive,
.mw-ui-button.mw-ui-quiet.mw-ui-destructive {
border-color: transparent !important;
background-color: transparent !important;
}
.oo-ui-messageDialog-actions .oo-ui-actionWidget .oo-ui-buttonElement-button {
color: #fff !important;
}
.oo-ui-messageDialog-actions .oo-ui-actionWidget.oo-ui-widget-enabled .oo-ui-buttonElement-button:hover {
background: #666 !important;
}
.mw-ui-input:not(#wpTextbox1) {
color: #ccc !important;
background: #333 !important;
}
.oo-ui-toggleSwitchWidget {
background-color: #444 !important;
}
.oo-ui-toggleSwitchWidget.oo-ui-widget-enabled:hover {
background-color: #555 !important;
}
.wikitext-editor {
background: #222 !important;
}
.editor-overlay .overlay-header {
outline-color: #555 !important;
}
.overlay-header .overlay-title {
color: #fff !important;
}
.editor-overlay .summary-request {
color: #ccc !important;
}
.overlay-header .header-action .continue[disabled] {
color: #fff !important;
background: #ccc !important;
}
.overlay-header .header-action .submit,
.overlay-header .header-action .continue,
.overlay-header .header-action .progressive {
color: #fff !important;
background: #666 !important;
}
div.thumbinner {
background: none !important;
}
pre {
background: #444 !important;
}
.mw-code {
background: rgba(242,242,242,0.8) !important;
}
.content table.wikitable > tr > th, .content table.wikitable > * > tr > th {
background-color: #444;
}
.error {
color: #d33;
background: none;
}
.tabsection div:not(.center):not(.floatnone), .tabsection table, div.noarticletext {
color: #ccc !important;
}
.oo-ui-tabSelectWidget-mobile.oo-ui-tabSelectWidget-framed::after {
background-image: linear-gradient(to right,rgba(234,236,240,0) 0,#666 100%) !important;
}
/* Echo extension */
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
border-color: #666 !important;
}
.mw-echo-notificationsWrapper .oo-ui-buttonElement-frameless.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
color: #000 !important;
}
.mw-echo-notificationsWrapper,
.mw-ui-anchor.mw-ui-progressive {
color: #fff !important;
}
/* Visual editor */
.ve-ui-mobileContext {
background: #333 !important;
border-color: #666 !important;
}
.ve-ui-linearContextItem-foot:not(:empty),
.ve-ui-mobileContext .ve-ui-linearContextItem-body-action-wrapper {
border-color: #666 !important;
}
.ve-mobile-fakeToolbar-container,
.ve-mobile-fakeToolbar-container * {
background: #444 !important;
border-color: transparent !important;
}
.ve-ui-targetToolbar-mobile .oo-ui-toolbar-tools > .ve-ui-toolbar-group-back {
border-color: #aaa !important;
}
.oo-ui-buttonElement.oo-ui-labelElement > input.oo-ui-buttonElement-button,
.oo-ui-buttonElement.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
color: #fff;
}
.editor-overlay .editor-switcher {
border-color: #666 !important;
}
.switcher-container .oo-ui-toolbar-bar {
background: transparent !important;
}
.switcher-container .oo-ui-popupToolGroup-handle {
filter: invert(1) hue-rotate(180deg) !important;
}
body.mediawiki .ve-ui-toolbar-group-back * {
filter: none !important;
}
/* Related articles */
.ext-related-articles-card-list h3 a {
color: #ccc !important;
}
.results .list-thumb, .ext-related-articles-card-thumb {
background-color: #999 !important;
}
.ext-related-articles-card-list .ext-related-articles-card {
background: #333 !important;
border-color: #555 !important;
}
.ext-related-articles-card-list .ext-related-articles-card-extract {
color: #999 !important;
}
.ext-related-articles-card-list h3::after {
background-image: linear-gradient(to right,rgba(255,255,255,0),#333 50%) !important;
}

Latest revision as of 10:43, August 16, 2023

/* CSS placed here will affect users of the mobile night theme */