MediaWiki:Erudite.css

Revision as of 12:33, 28 December 2015 by BrettThePark (talk | contribs)

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.
/* Set a background image for the top banner */
#top-wrap {
  background-image: url(images/mybanner.jpg);
  height:180px; padding:1em 0;
}

body.baseline {background-image:url(/skins/erudite/images/body-bg.png); background-repeat:repeat; background-position:left 20px;}

body {background-image:url(/skins/erudite/images/body-bg.png); background-repeat:repeat; background-position:left 20px;}

body {font: normal normal normal 10px/1.5 constantia,'hoefler text','palatino linotype',serif; background:#fafafa url(/skins/erudite/images/bg.png) repeat-x;; color:#333; }




#sidebar {
        position:fixed;
        top:100px;
        right:0px;
        width:57px;}

#topsidebar {
        width:82px;
        height:42px;
        background-image:url('/skins/erudite/images/socialbar/topsidebar.png');}

#midsidebar {
        margin-left:2px;
        width:82px;
        background-image:url('/skins/erudite/images/socialbar/midsidebar.png');
        background-repeat:repeat-y;}

#socialmedia {
        margin-left:13px;}

#bottomsidebar {
        width:82px;
        height:42px;
        background-image:url('/skins/erudite/images/socialbar/bottomsidebar.png');}

a.rss {
        display:block;
        width:45px;
        height:45px;
        background-image:url(/skins/erudite/images/socialbar/rss.png);
        background-position:top left;}

a.rss:hover {
        background-position:bottom left;}

a.facebook {
        display:block;
        width:43px;
        height:43px;
        background-image:url(/skins/erudite/images/socialbar/facebook.png);
        background-position:top left;}

a.facebook:hover {
        background-position:bottom left;}

a.twitter {
        display:block;
        width:43px;
        height:43px;
        background-image:url(/skins/erudite/images/socialbar/twitter.png);
        background-position:top left;}

a.twitter:hover {
        background-position:bottom left;}