Changes

MediaWiki:Common.css

676 bytes added, 7 years ago
/* CSS placed here will be applied to all skins */
/* SANDY COLOR FOR PAGE BACKGROUND */
#bodyContent { background: #f7ffc6; }
 
/* INVISIBLE TABLES FOR ARRANGING PICTURES AND TEXT (i.e. PAGE INTROS) */
.invtable
/* TABLES FOR CHARACTER PAGES */
.C1table
font-size: 1.2em;
}
 
.C2table
padding: 3px;
}
 
.C2table th
font-size: 1 em;
}
 
 
.Cquote
/* CRAFTING RECIPE TABLES */ .B1tablepotiontable
{
width: 85%;
}
.B1table potiontable td
{
border: 1px solid grey;
.B1table potiontable th
{
font-style: normal;
}
.B1table potiontable tr:first-child td
{
background-color: #88b92c;
font-size: 1.2em;
}
 
.potiontable
{
width: 85%;
color: black;
border-collapse: collapse;
border: 2px solid black;
padding: 15px;
text-align: center;
}
 
.potiontable td
{
border: 1px solid grey;
background-color: #f7ffc6;
padding: 3px;
}
 
 
.potiontable th
{
font-style: normal;
font-weight: normal;
border: 1px solid grey;
padding: 5px;
background-color: #e0c472;
}
 
.potiontable tr:first-child td
{
background-color: #ae42af;
font-weight: bold;
padding: 5px;
font-size: 1.2em;
}
 
 
 
 
 
/* QUEST TABLES */
height: 25px;
}
 
 
Administrator
1,484
edits