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 {
	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;
}

/* echo notifications */
#pt-notifications-alert .mw-echo-notifications-badge,
#pt-notifications-message .mw-echo-notifications-badge {
  background-image:none !important;
  padding:0 .1em !important;
}

#pt-uls { display:none; }

/* custom styles */
.bd808-smaller {
	font-size:smaller;
}