MediaWiki:Vector.css

From Gentle Giant Home Page
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.
/* CSS placed here will affect users of the Vector skin */

/* Background color */

body {
 background-color: #f1e5cf;
}

#mw-page-base {
 background-color: #f1e5cf;
 background-image: linear-gradient(to bottom, #fff5df 50%, #f1e5cf 100%);
}

#searchInput {
 background-color: white;
}

/* Logo positioning */

#p-logo {
 margin-left: -21px;
 margin-top: -20px;
}

/* JSBreadcrumbs placed before #f-list */

.jsbc-breadcrumbs {
 font-size: 0.7em;
}