MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
Tag: Reverted
No edit summary
 
(27 intermediate revisions by the same user not shown)
Line 1:
/* CSS placed here will be applied to all skins */
 
/* changes the background color of the bottom and left of each page, up to behind half of the logo */
 
/* These are for the contents of pages */
body {
background: #ESE4E2;
}
 
#bodyContent { background-color: #FFF6E2; border:1px solid #A2A9B1; padding: 1em; color: #210703;}
/* Changes the background color behind the top half of the logo and at top of each page: */
#firstHeading { background-color: #fee0ab; border: thick double #FBB600; padding: 0.2em;}
 
/* For the categories section at the bottom of each page */
#mw-page-base {
#catlinks { background-color: #ESE4E2fee0ab; border:2.5px solid #FBB600; }
 
}
 
 
/* For backgrounds on the top (above page titles) and the sidebar */
 
#mw-panel { font-size:16px; background-color: #fee0ab; border:thick double #FBB600; color:#210703;}
#p-navigation h3 { color: #fbb600;}
 
 
/* For the background of the logo */
#p-logo { background-color: #ESE4E2d4bb9b; }
 
 
/* text of headings and page titles */
#content h1,h2,h3,h4,h5,h6{color:#210703}hr{color:#210703}