Main Page

User:SynthSy/vector-dark2.css

From Arks-Visiphone
< User:SynthSy
Revision as of 21:25, 27 February 2021 by SynthSy (talk | contribs)
Jump to navigation Jump to search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

body {
color: #aaa!important;
background-color: #272b30!important;
}

div.collapsible-nav > div.portal > div.body > ul > li > a {
color: #fff!important;
background-color: transparent!important;
}

div.collapsible-nav > div.portal > h3 > a {
color: #fff!important;
background-color: transparent!important;
}

.mw-body, .parsoid-body {
background-color: #32383e!important;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.6);
border-radius: 0.25rem;
}

div.mw-body-content > div.mw-content-ltr > div.mw-content-ltr > ul > li,
div.mw-body-content > div.mw-content-ltr > div.mw-content-ltr > ul > li > em,
div.mw-body-content > div.mw-content-ltr > div.mw-content-ltr > ul > li > strong {
text-shadow: -1px -1px 0 rgb(0 0 0 / 30%);
color: #aaa!important;
}

div.firstHeading {
color: #aaa!important;
}