User:BryanDavis/common.css

From Wikitech

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.
body,
#mw-header-container {
	background-color:#eee;
}
#mw-head {
	background-color:#eee;
}
#mw-page-base {
    background-image:none;
    background-color:#eee;
}
div#content {
    border:1px solid #eee;
}
div.vectorTabs ul li {
    background-image:none;
    background-color:#eee;
}
#p-views, #p-views *,
#p-namespaces, #p-namespaces * {
    background-image:none;
}
div.vectorTabs ul li.selected  {
    border-bottom:2px solid #e11;
}
div.vectorTabs ul li span a:hover {
    text-decoration:none;
    border-bottom:2px dotted #ccc;
}
div#mw-head div.vectorMenu h3 {
	background-image:none;
}
#p-personal #pt-betafeatures {
	display:none;
}
#p-personal #pt-mytalk {
	display:none;
}
#p-personal #pt-uls {
	display:none;
}
#p-personal #pt-flyout div {
	background-color:#fff;
}

/* timeless */
#mw-content-container {
	margin-top: 5em;
}
#mw-footer-container {
	color:#333;
}
#mw-footer-container a {
	color:#08d;
}
.color-bar .color-left,
.color-bar .color-middle,
.color-bar .color-right {
	background-color:#069;
}
.mw-echo-ui-overlay {
	z-index:101;
}
#mw-content dt {
	font-weight:bold;
}
#mw-content .toc ul ul {
	margin:0 0 0 2em;
}

/* font stack */
body {
	font-family:-apple-system,'BlinkMacSystemFont','Segoe UI','Roboto','Lato','Helvetica','Arial',sans-serif;
}

/* custom styles */
.bd808-smaller {
	font-size:smaller;
}
/* highlight help pages */
.action-view.ns-12 #content,
.action-view.ns-12 #mw-content,
.action-view.ns-13 #content,
.action-view.ns-13 #mw-content {
	background-color:#f3f3ff;
}