Difference between revisions of "MediaWiki:Erudite.css"

Line 2: Line 2:
 
#top-wrap {
 
#top-wrap {
 
   background-image: url(images/mybanner.jpg);
 
   background-image: url(images/mybanner.jpg);
 +
  height:180px; padding:1em 0;
 
}
 
}
  
Line 10: Line 11:
 
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; }
 
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; }
  
#wrapper {background:url(/skins/erudite/images/bgheader.png) center top no-repeat;}
 
#header-wrap { height:180px; padding:1em 0;}
 
  
  

Revision as of 12:33, 28 December 2015

/* 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;}