MediaWiki:Vector.css

From WikiConference North America
Revision as of 08:02, 2 February 2015 by James Hare (talk | contribs) (Garbage collection)
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.
/* Hide the interface outside the content area */
#mw-page-base,
#mw-head-base,
#contentSub,
#jump-to-nav
{
  display: none;
}
body
{
  background:#FFF;
  max-width: 65em;
  margin:auto;
}
#firstHeading {
  margin:auto;
  border-collapse:collapse;
  margin-bottom:10px;
  padding:10px;
  padding-left:0;
  vertical-align:top;
  font-size: 2em;
  font-family:Georgia, serif;
  line-height:100%;
  border-top:4px solid #ddd;
}

#content:before {
  display: inline-block;
  content: url('http://wikiconferenceusa.org/images/d/de/WikiConference_USA_generic.svg');
  padding-bottom: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
h6 {
  font-family: Georgia, serif;
  border-bottom: none;
}
h1 {
  font-size: 2em;
  line-height: 1.25;
}
h2 {
  font-size: 1.5em;
  line-height: 1.267;
}
h3 {
  font-size: 1.25em;
  line-height: 1.333;
}
h4,
h5,
h6 {
  font-size: 1.125em;
  line-height: 1.444;
}
p {
  font-size: 1em;
  line-height: 1.5;
  color: #444;
}
hr {
  margin: 20px 0;
}
#footer {
  position:absolute;
  width:100%;
  max-width:65em;
  padding:0 !important;
  margin:0 !important;
}

/* The Great mw-navigation Rewrite */

#mw-head {
  top:2em !important;
  width:auto !important;
  min-width:547px; /* A hack to fix a problem with special pages */
}

#left-navigation {
  display:inline;
  margin:0 !important;
}

#right-navigation {
  display:inline;
  float:none;
  margin:0 !important;
}

div.vectorTabs,
div.vectorTabs ul {
  background: none !important;
}

div.vectorTabs ul li {
  background: none !important;
  border: none !important;
  padding-right:10px;
}

li span {
  background: none !important;
}

form div {
  background: none !important;
}

div.vectorMenu h3 a {
  background: none !important;
}

#p-personal {
  top: -1.5em;
}

#p-personal ul li {
  line-height:1.5em;
  text-align:right;
  padding:0 !important;
}

#pt-userpage {
  background:none !important;
  font-weight:bold;
}

#pt-login {
  background:none !important;
}

#p-logo {
  display: none;
}

#mw-panel {
  position: static !important;
  top:0;
  padding-top:0 !important;
  padding-left:0 !important;
  padding-bottom:1em;
  width:100% !important;
  font-size:125% !important;
  border-top:4px solid #ddd;
}
#mw-panel.collapsible-nav .portal {
  margin-left: 0 !important;
}

#mw-panel ul li {
  display:inline !important;
  padding-right:1em !important;
}

.portal {
  background: none !important;
}

#mw-panel.collapsible-nav .portal.persistent .body {
  margin:0 !important;
}