MediaWiki:Common.css

From Tenebrous Isles
Revision as of 08:23, 13 July 2013 by P1agueR00t (talk | contribs)

Jump to: navigation, 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: 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.
body.page-Main_Page h1.firstHeading { display:none; }

html {
  min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #bbb;
  font-weight: normal;
}
 
a {
  color: #cc0;
}
a:visited {
  color: #aa4;
}
a:hover {
  text-decoration: none;
  color: #ff0;
  border: solid 1px #cc0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: -1px;
}
 
a.new         { color: #d00 }
a.new:visited { color: #c44 }
a.new:hover   { color: #f44 }
 
.mw-body a.external { color: #aa4; }
.mw-body a.external:visited { color: #cc0; }
 
.mw-body a.extiw { color: #aa4; }
.mw-body a.extiw:visited { color: #cc0; }
 
div.mw-geshi,
pre.source-css { 
  background: #333;
}
 
div#content li { list-style: circle; }
 
#mw-panel {
  background: transparent;
}
 
#mw-page-base {
  background: transparent;
  height: 80px;
}
 
#mw-head-base {
  background: transparent;
  border: none;
  border-bottom: solid #c00 1px;
  margin-top: -80px;
  margin-left: 160px;
  height: 80px;
}
 
#left-navigation {
  top: 39px;
}
#right-navigation {
  float: right;
  margin-top: 39px;
}
 
div.vectorTabs {
  background: transparent;
  border: none;
}