User:Mc20000/vector.css

From Esolang
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.

You said:
/* ===== Global ===== */
html, body {
    background: #0e0e11 !important;
    color: #e6e6eb !important;
}

/* Main content */
#content, .mw-body, #mw-content-text {
    background: #0e0e11 !important;
    color: #e6e6eb !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #ffffff !important;
}

/* Links */
a {
    color: #6cb6ff !important;
}
a:visited {
    color: #b38cff !important;
}
a:hover {
    color: #9dd1ff !important;
}

/* Top bar */
#mw-head,
#mw-panel {
    background: #14141a !important;
}

/* Sidebar */
#mw-panel {
    border-right: 1px solid #222 !important;
}

#mw-panel * {
    color: #e6e6eb !important;
}

/* Search box */
input,
textarea {
    background: #1a1a22 !important;
    color: #ffffff !important;
    border: 1px solid #333 !important;
}

/* Tables */
table {
    background: #14141a !important;
    color: #e6e6eb !important;
    border-color: #333 !important;
}

th {
    background: #1d1d26 !important;
}

td {
    border-color: #333 !important;
}

/* Code blocks */
pre,
code,
.mw-code {
    background: #111118 !important;
    color: #cfd7ff !important;
    border: 1px solid #333 !important;
}

/* Inline code */
code {
    padding: 2px 4px;
    border-radius: 4px;
}

/* Blockquotes */
blockquote {
    background: #14141a !important;
    border-left: 4px solid #6cb6ff !important;
    color: #ddd !important;
}

/* Page tabs */
.vector-menu-tabs,
.vector-menu-tabs * {
    background: #14141a !important;
    color: #e6e6eb !important;
}

/* Buttons */
button,
.mw-ui-button {
    background: #1f1f2a !important;
    color: #fff !important;
    border: 1px solid #333 !important;
}

/* Footer */
#footer {
    background: #14141a !important;
    color: #aaa !important;
}

/* Selection */
::selection {
    background: #6cb6ff;
    color: black;
}