Difference between revisions of "MediaWiki:Vector.css"

From The Viking Age Compendium
Jump to: navigation, search
m
m
Line 4: Line 4:
 
body.page-Main_Page.action-view h1.firstHeading {
 
body.page-Main_Page.action-view h1.firstHeading {
 
     display: none !important;
 
     display: none !important;
 +
 +
/*http://kamelopedia.mormo.org/index.php/MediaWiki:Vector.css*/
  
 
  body {
 
  body {
 
     background-color: #fcf6e4;
 
     background-color: #fcf6e4;
     background-image: url(http://kamelopedia.mormo.org/images/0/01/MW_V_page-base.png);
+
     background-image: url(http://www.vikingage.org/wiki/skins/Viking/MW_V_page-base.png);
 
  }
 
  }
 
   
 
   
 
  #mw-page-base {
 
  #mw-page-base {
 
     background-color: #fff;
 
     background-color: #fff;
     background-image: url(http://kamelopedia.mormo.org/images/c/c5/MW_V_page-fade.png);
+
     background-image: url(http://www.vikingage.org/wiki/skins/Viking/MW_V_page-fade.png);
 
  }
 
  }
 
   
 
   
 
div.vectorTabs, div.vectorTabs span, div.vectorMenu h5 a {
 
div.vectorTabs, div.vectorTabs span, div.vectorMenu h5 a {
     background-image: url(http://kamelopedia.mormo.org/images/7/7c/MW_V_tab-break.png);
+
     background-image: url(http://www.vikingage.org/wiki/skins/Viking/MW_V_tab-break.png);
 
  }
 
  }
 
   
 
   
 
  #content {
 
  #content {
     background-image: url(http://kamelopedia.mormo.org/images/a/a1/MW_V_border.png) !important;
+
     background-image: url(http://www.vikingage.org/wiki/skins/Viking/MW_V_border.png) !important;
 
  }
 
  }
 
   
 
   
 
  #mw-head-base {
 
  #mw-head-base {
     background-image: url(http://kamelopedia.mormo.org/images/a/a1/MW_V_border.png);
+
     background-image: url(http://www.vikingage.org/wiki/skins/Viking/MW_V_border.png);
 
  }
 
  }
 
   
 
   
 
  #footer {
 
  #footer {
     background-image: url(http://kamelopedia.mormo.org/images/a/a1/MW_V_border.png) !important;
+
     background-image: url(http://www.vikingage.org/wiki/skins/Viking/MW_V_border.png) !important;
 
  }
 
  }
 
   
 
   
 
  div.vectorTabs ul li {
 
  div.vectorTabs ul li {
 
     background-color: #fcf6e4;
 
     background-color: #fcf6e4;
     background-image: url(http://kamelopedia.mormo.org/images/8/83/MW_V_tab-normal-fade.png);
+
     background-image: url(http://www.vikingage.org/wiki/skins/Viking/MW_V_tab-normal-fade.png);
 
  }
 
  }
 
   
 
   
 
div.vectorTabs li.selected {
 
div.vectorTabs li.selected {
     background-image: url(http://kamelopedia.mormo.org/images/4/4c/MW_V_tab-current-fade.png);
+
     background-image: url(http://www.vikingage.org/wiki/skins/Viking/MW_V_tab-current-fade.png);
 
  }
 
  }

Revision as of 20:08, 15 February 2013

/* CSS placed here will affect users of the Vector skin */

/* hide the header on the first page */
body.page-Main_Page.action-view h1.firstHeading {
    display: none !important;

/*http://kamelopedia.mormo.org/index.php/MediaWiki:Vector.css*/

 body {
    background-color: #fcf6e4;
    background-image: url(http://www.vikingage.org/wiki/skins/Viking/MW_V_page-base.png);
 }
 
 #mw-page-base {
    background-color: #fff;
    background-image: url(http://www.vikingage.org/wiki/skins/Viking/MW_V_page-fade.png);
 }
 
div.vectorTabs, div.vectorTabs span, div.vectorMenu h5 a {
    background-image: url(http://www.vikingage.org/wiki/skins/Viking/MW_V_tab-break.png);
 }
 
 #content {
    background-image: url(http://www.vikingage.org/wiki/skins/Viking/MW_V_border.png) !important;
 }
 
 #mw-head-base {
    background-image: url(http://www.vikingage.org/wiki/skins/Viking/MW_V_border.png);
 }
 
 #footer {
    background-image: url(http://www.vikingage.org/wiki/skins/Viking/MW_V_border.png) !important;
 }
 
 div.vectorTabs ul li {
    background-color: #fcf6e4;
    background-image: url(http://www.vikingage.org/wiki/skins/Viking/MW_V_tab-normal-fade.png);
 }
 
div.vectorTabs li.selected {
    background-image: url(http://www.vikingage.org/wiki/skins/Viking/MW_V_tab-current-fade.png);
 }