MediaWiki:Common.css

From Tenebrous Isles
Revision as of 07:40, 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.
html {
  min-height: 100%;
}
 
body {

}
 
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: normal;
}
 
a {
  color: #4F2F4F;
}
a:visited {
  color: #4F2F4F;
}
a:hover {
  text-decoration: none;
  color: #4F2F4F;
  border: solid 1px #4F2F4F;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: -1px;
}
 
a.new         { color: #4F2F4F }
a.new:visited { color: #4F2F4F }
a.new:hover   { color: #4F2F4F }
 
.mw-body a.external { color: #4F2F4F; }
.mw-body a.external:visited { color: #4F2F4F; }
 
.mw-body a.extiw { color: #4F2F4F; }
.mw-body a.extiw:visited { color: #4F2F4F; }
 
div.mw-geshi,
pre.source-css { 
  background: #fff;
}