MediaWiki:Vector.css

From Zelda Dungeon Wiki
Revision as of 21:55, December 18, 2014 by Locke (talk | contribs) (removed layout20 styles)
Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.

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 (Command+R on a Mac)
  • Google Chrome: press Ctrl+Shift+R (Command+Shift+R on a Mac)
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl+F5
  • Konqueror: click Reload or press F5
  • Opera: clear the cache in Tools → Preferences
#top-cover { height: 36px; width: 100%; background-color: #262c35; position: absolute; z-index: 100; color: white; line-height: 36px; vertical-align: middle; font-size: 20px; }
a.link-home{ position: relative; z-index-400; padding-left: 20px; font-size: 20px; position: relative; top: 3px; }
a.link-home, a.link-home:hover { color: white; }
a.link-home:visited { color:white; }
#p-personal a { color: white; }

div#p-logo { display: none; }
div#mw-panel { top: 36px; background-color: #fff; }
body { background-color: #90b6e7; }
div#mw-page-base {
  background-image: -moz-linear-gradient(top,#6e95c6 50%,#90b6e7 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#6e95c6),color-stop(100%,#90b6e7));
  background-image: -webkit-linear-gradient(top,#6e95c6 50%,#90b6e7 100%);
  background-image: linear-gradient(#6e95c6 50%,#90b6e7 100%);
  background-color: #6e95c6;
}