MediaWiki:Common.css: Difference between revisions

From Dwarves! - Minecraft Roleplaying Server
Content added Content deleted
No edit summary
Tag: Reverted
No edit summary
 
(29 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


.infotable {
float: right;
padding: 5px;
margin-left: 3px;
background: #eaecf0;
border: 3px solid #003aff;
width: 25%;
}


/* These are for the contents of pages */
.infotable th {

text-align: left;
#bodyContent { background-color: #FFF6E2; border:1px solid #A2A9B1; padding: 1em; color: #210703;}
}
#firstHeading { background-color: #fee0ab; border: thick double #FBB600; padding: 0.2em;}

/* For the categories section at the bottom of each page */
#catlinks { background-color: #fee0ab; 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: #d4bb9b; }


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

Latest revision as of 15:59, 13 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 #A2A9B1; padding: 1em; color: #210703;}
#firstHeading { background-color: #fee0ab; border: thick double #FBB600; padding: 0.2em;}

/* For the categories section at the bottom of each page */
#catlinks { background-color: #fee0ab; 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: #d4bb9b; }


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