MediaWiki:Common.css

From BBReloaded
Revision as of 10:42, 14 October 2015 by Ki (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: Clear the cache in Tools → Preferences


.portlet h3 a {
       color: #FFF;
}

body {
    background-image: url("ki/auldlangpaper.jpg");
    background-repeat: repeat;
}

#mw-head
base {
    height: 5em;
    background-position: bottom left;
    background-repeat: repeat-x;
    background-image: url("ki/fadeline.jpg");
    background-color: #f6d0a3;
    background-image: -moz-linear-gradient(top,#fff 50%,#f6d0a3 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(100%,#f6d0a3));
    background-image: -webkit-linear-gradient(top,#fff 50%,#f6d0a3 100%);
    background-image: linear-gradient(#fff 50%,#f6d0a3 100%);
    background-color: #fff;
}