MediaWiki:Common.css: Difference between revisions

From Dwarves! - Minecraft Roleplaying Server
Content added Content deleted
No edit summary
No edit summary
Line 5: Line 5:


#bodyContent { background-color: #FFF6E2; border:1px solid #ae9b6f;}
#bodyContent { background-color: #FFF6E2; border:1px solid #ae9b6f;}
#firstHeading { background-color: #fee0ab; border:2.5px solid #ffd000;}
#firstHeading { background-color: #fee0ab; border:2.5px solid #FBB600;}


/* For the categories section at the bottom of each page */
/* For the categories section at the bottom of each page */
#catlinks { background-color: #fee0ab; border:2.5px solid #ffd00 }
#catlinks { background-color: #fee0ab; border:2.5px solid #FBB600; }




/* These are for backgrounds on the top (above page titles) and left hand menus */
/* These are for backgrounds on the top (above page titles) and left hand menus */


#mw-head-base { background-color: #fee0ab; border:2.5px solid #ffd000;}
#mw-head-base { background-color: #fee0ab; border:2.5px solid #FBB600;}
#mw-panel { background-color: #fee0ab; border:2.5px solid #ffd000;}
#mw-panel { background-color: #fee0ab; border:2.5px solid #FBB600;}




Line 22: Line 22:


/* For the footer of the site */
/* For the footer of the site */
#footer { background-color: #fee0ab; border:2.5px solid #ffd000;}
#footer { background-color: #fee0ab; border:2.5px solid #FBB600;}
a,.mw-body a.external,.mw-body a.extiw{color:#210703}
a,.mw-body a.external,.mw-body a.extiw{color:#210703}



Revision as of 20:19, 8 June 2023

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


/* These are for the contents of pages */

#bodyContent { background-color: #FFF6E2; border:1px solid #ae9b6f;}
#firstHeading { background-color: #fee0ab; border:2.5px solid #FBB600;}

/* For the categories section at the bottom of each page */
#catlinks { background-color: #fee0ab; border:2.5px solid #FBB600; }


/* These are for backgrounds on the top (above page titles) and left hand menus */

#mw-head-base { background-color: #fee0ab; border:2.5px solid #FBB600;}
#mw-panel { background-color: #fee0ab; border:2.5px solid #FBB600;}


/* For the background of the logo */
#p-logo { background-color: #d4bb9b; }


/* For the footer of the site */
#footer { background-color: #fee0ab; border:2.5px solid #FBB600;}
a,.mw-body a.external,.mw-body a.extiw{color:#210703}

/* text of headings and titles */
h1,h2,h3,h4,h5,h6{color:#210703}hr{color:#210703}