MediaWiki:Vector.css: Difference between revisions

From Cheese-E-Pedia
Content added Content deleted
((TEMPORARY) reverting all vector code)
Tag: Blanking
(First pass of bringing code back)
Line 1: Line 1:

li
{
background-color: #1e2c4c00;
color: #FFFFFF;
border: none;
}

#content h1 {
font-size: 3em;
}

sidebar-toc-text,
mw-footer-container,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6{
color: #96e1ff;
}

/* Specific Styling */
.ve-ui-targetWidget:not(.oo-ui-pendingElement-pending) {
background: #1e2c4c;
}

.mw-search-profile-tabs {
background-color: #344c81;
}

.vector-menu-tabs .mw-list-item.selected a,
.vector-menu-tabs .mw-list-item.selected a:visited {
color: #96e1ff;
}

.mw-parser-output .ts-doc-footer {
background-color: #344c81;
}

.ve-ui-mwSaveDialog-license {
color: #ffffff;
}

.ve-ui-mwSaveDialog-options {
background-color: #36c;
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
background-color: #36c;
color: #ffffff;
}

.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked + span,
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate + span {
background-color: #447ff5;
border-color: #ffffff;
}

#simpleSearch input,
#wpSummary,
.createboxInput {
background-color: #344c81;
color: white;
}

.sidebar-toc {
background-color: #1e2c4c;
color: white;
}

.oo-ui-tabSelectWidget-framed,
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected,
.oo-ui-tabOptionWidget {
background-color: #1e2c4c;
color: #ffffff;
}

.ve-ui-mwGalleryDialog-highlighted-image {
background-color: #1e2c4c;
}

.vector-sticky-header {
background-color: #1e2c4c;
}

#mw-page-base {
background: none;
}

/* Link Styling */
a {
color: #96e1ff;
}

a:visited {
color: #4070D0;
}

.tabber__tab,
.tabber__tab:visited {
color: #66bbff;
}

.tabber__tab[aria-selected='true'],
.tabber__tab[aria-selected='true']:visited {
color: #96e1ff;
}

.vector-menu-portal .vector-menu-heading {
color: #ffffff;
}

/* Wikitable background fix to make the text readable */
.wikitable,
.wikitable th,
.mw-datatable td {
background-color: transparent !important;
}

/* Error Styling */
.error {
color: #FF0000;
}

.errorbox {
border-color: #660000;
background-color: #401F22;
color: #FF0000;
}

.successbox {
border-color: #96e1ff;
background-color: #394A5C;
}

/* Content Styles */
#toc,
.toc,
.mw-warning {
background-color: #1e2c4c;
}

#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
background-color: transparent;
}

Revision as of 16:51, 2 November 2023

li
{
  background-color: #1e2c4c00;
  color: #FFFFFF;
  border: none;
}

#content h1 {
     font-size: 3em;
}

sidebar-toc-text,
mw-footer-container,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6{
  color: #96e1ff;
}

/* Specific Styling */
.ve-ui-targetWidget:not(.oo-ui-pendingElement-pending) {
  background: #1e2c4c;
}

.mw-search-profile-tabs {
  background-color: #344c81;
}

.vector-menu-tabs .mw-list-item.selected a,
.vector-menu-tabs .mw-list-item.selected a:visited {
  color: #96e1ff;
}

.mw-parser-output .ts-doc-footer {
  background-color: #344c81;
}

.ve-ui-mwSaveDialog-license {
  color: #ffffff;
}

.ve-ui-mwSaveDialog-options {
  background-color: #36c;
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button {
  background-color: #36c;
  color: #ffffff;
}

.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked + span,
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:indeterminate + span {
  background-color: #447ff5;
  border-color: #ffffff;
}

#simpleSearch input,
#wpSummary,
.createboxInput {
  background-color: #344c81;
  color: white;
}

.sidebar-toc {
  background-color: #1e2c4c;
  color: white;
}

.oo-ui-tabSelectWidget-framed,
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected,
.oo-ui-tabOptionWidget {
  background-color: #1e2c4c;
  color: #ffffff;
}

.ve-ui-mwGalleryDialog-highlighted-image {
  background-color: #1e2c4c;
}

.vector-sticky-header {
  background-color: #1e2c4c;
}

#mw-page-base {
  background: none;
}

/* Link Styling */
a {
  color: #96e1ff;
}

a:visited {
  color: #4070D0;
}

.tabber__tab,
.tabber__tab:visited {
  color: #66bbff;
}

.tabber__tab[aria-selected='true'],
.tabber__tab[aria-selected='true']:visited {
  color: #96e1ff;
}

.vector-menu-portal .vector-menu-heading {
  color: #ffffff;
}

/* Wikitable background fix to make the text readable */
.wikitable,
.wikitable th,
.mw-datatable td {
  background-color: transparent !important;
}

/* Error Styling */
.error {
  color: #FF0000;
}

.errorbox {
  border-color: #660000;
  background-color: #401F22;
  color: #FF0000;
}

.successbox {
  border-color: #96e1ff;
  background-color: #394A5C;
}

/* Content Styles */
#toc,
.toc,
.mw-warning {
  background-color: #1e2c4c;
}

#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
  background-color: transparent;
}