Usor:AristippusSer/vector-old.css

E Vicipaedia

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.
/* General solarized colors */

body { background-color: #eee8d5 ; }
.mw-body, .navbox, .navbox-subgroup { background-color: #fdf6e3; }
#mw-page-base {
	background-image: linear-gradient(#fdf6e3 50%, #eee8d5 100%);
	background-color: #fdf6e3;
}
.vector-menu-content ul .selected {
	background-image: none;
	background-color: #fdf6e3;
}
.vector-menu-content ul li, .navbox-odd {
	background: transparent;
}
.editOptions, .infobox, .catlinks, .navbox-even, .thumbinner, code {
	background-color: #eee8d5;
}
.mbox-small, .toc, .quotebox, .tright table,
.wikitable th, .ambox {
	background-color: #eee8d5 !important;
}
.wikitable {
	background-color: #fdf6e3 !important;
}

.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
	font-family: serif;
}

/* Media queries */
@media only screen and (max-width: 55em) {
    #mp-portals { display: none; }
    .mw-parser-output #mp-topbanner  { min-width: 0px !important; }
    .mw-parser-output #mp-welcomecount { width: 100% !important; }
    .mw-parser-output #sister-projects-list div {
        min-width: 16em;
    }
    #mw-panel, #mw-navigation { width: 6em; }
    .mw-body, #mw-data-after-content { margin-left: 6em; }
    #p-logo { height: 5em; margin-top: 2em; }
    #p-logo a { width: 6em; height: 6em; }
    .mw-wiki-logo { background-size: 5em auto; }
    #left-navigation { margin-left: 6em; }
}