Difference between revisions of "MediaWiki:Erudite.css"

Line 1: Line 1:
 
/* Set a background image for the top banner */
 
/* Set a background image for the top banner */
 
#top-wrap {
 
#top-wrap {
   background-image: url(/skins/erudite/images/bgheader.png);
+
   background-image: url(/skins/erudite/assets/images/bgheader.png);
 
   height:180px; padding:1em 0;
 
   height:180px; padding:1em 0;
 
}
 
}
  
body.baseline {background-image:url(/skins/erudite/images/body-bg.png); background-repeat:repeat; background-position:left 20px;}
+
body.baseline {background-image:url(/skins/erudite/assets/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 {background-image:url(/skins/erudite/assets/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; }
 
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; }
Line 23: Line 23:
 
         width:82px;
 
         width:82px;
 
         height:42px;
 
         height:42px;
         background-image:url('/skins/erudite/images/socialbar/topsidebar.png');}
+
         background-image:url('/skins/erudite/assets/images/socialbar/topsidebar.png');}
  
 
#midsidebar {
 
#midsidebar {
 
         margin-left:2px;
 
         margin-left:2px;
 
         width:82px;
 
         width:82px;
         background-image:url('/skins/erudite/images/socialbar/midsidebar.png');
+
         background-image:url('/skins/erudite/assets/images/socialbar/midsidebar.png');
 
         background-repeat:repeat-y;}
 
         background-repeat:repeat-y;}
  
Line 37: Line 37:
 
         width:82px;
 
         width:82px;
 
         height:42px;
 
         height:42px;
         background-image:url('/skins/erudite/images/socialbar/bottomsidebar.png');}
+
         background-image:url('/skins/erudite/assets/images/socialbar/bottomsidebar.png');}
  
 
a.rss {
 
a.rss {
Line 43: Line 43:
 
         width:45px;
 
         width:45px;
 
         height:45px;
 
         height:45px;
         background-image:url(/skins/erudite/images/socialbar/rss.png);
+
         background-image:url(/skins/erudite/assets/images/socialbar/rss.png);
 
         background-position:top left;}
 
         background-position:top left;}
  
Line 53: Line 53:
 
         width:43px;
 
         width:43px;
 
         height:43px;
 
         height:43px;
         background-image:url(/skins/erudite/images/socialbar/facebook.png);
+
         background-image:url(/skins/erudite/assets/images/socialbar/facebook.png);
 
         background-position:top left;}
 
         background-position:top left;}
  
Line 63: Line 63:
 
         width:43px;
 
         width:43px;
 
         height:43px;
 
         height:43px;
         background-image:url(/skins/erudite/images/socialbar/twitter.png);
+
         background-image:url(/skins/erudite/assets/images/socialbar/twitter.png);
 
         background-position:top left;}
 
         background-position:top left;}
  
 
a.twitter:hover {
 
a.twitter:hover {
 
         background-position:bottom left;}
 
         background-position:bottom left;}

Revision as of 12:36, 28 December 2015

/* Set a background image for the top banner */
#top-wrap {
  background-image: url(/skins/erudite/assets/images/bgheader.png);
  height:180px; padding:1em 0;
}

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

body {background-image:url(/skins/erudite/assets/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/assets/images/socialbar/topsidebar.png');}

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

#socialmedia {
        margin-left:13px;}

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

a.rss {
        display:block;
        width:45px;
        height:45px;
        background-image:url(/skins/erudite/assets/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/assets/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/assets/images/socialbar/twitter.png);
        background-position:top left;}

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