Difference between revisions of "MediaWiki:Common.css"

From Remorra
Jump to: navigation, search
 
(32 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
#footer-poweredbyico { display: none; }
 
#footer-poweredbyico { display: none; }
  
body {background: #8D856E}
+
body {background: #8D856E;}
 
/* changes the background color of the bottom and left of each page, up to behind half of the logo */
 
/* changes the background color of the bottom and left of each page, up to behind half of the logo */
  
Line 11: Line 11:
  
  
#mw-panel .portal h3 {margin: none; font-weight: bold; color: #2A1804; background-color: #EEE3A4; padding: 5px;}
+
#mw-panel .portal h3 {margin: 0px; font-weight: bold; color: #2A1804; background-color: #EEE3A4; padding: 5px;}
 +
#mw-panel .portal {margin: 6px; padding: 0px; background-color: #FDF9D3;}
  
#mw-panel .portal {background-color: #FDF9D3}
+
#content {background-color: #FDF9D3; border-color: #2A1804;}
 
 
#content {background-color: #FDF9D3;}
 
  
 
#right-navigation {background-color: #8D856E;}
 
#right-navigation {background-color: #8D856E;}
#ca-nstab-main {background-color: #FDF9D3;}
+
#vectorTabs li {background-image: none;}
#ca-nstab-user {background-color: #FDF9D3;}
+
#vectorTabs li {background-color: #8D856E;}

Latest revision as of 10:14, 24 April 2019

/* CSS placed here will be applied to all skins */

/* hiding "powered by MediaWiki" icon */
#footer-poweredbyico { display: none; }

body {background: #8D856E;}
/* changes the background color of the bottom and left of each page, up to behind half of the logo */

#mw-page-base {background: #8D856E}
/* changes the background color behind the top half of the logo and at top of each page */


#mw-panel .portal h3 {margin: 0px; font-weight: bold; color: #2A1804; background-color: #EEE3A4; padding: 5px;}
#mw-panel .portal {margin: 6px; padding: 0px; background-color: #FDF9D3;}

#content {background-color: #FDF9D3; border-color: #2A1804;}

#right-navigation {background-color: #8D856E;}
#vectorTabs li {background-image: none;}
#vectorTabs li {background-color: #8D856E;}