Changes

MediaWiki:Common.css

544 bytes added, 7 years ago
/* CSS placed here will be applied to all skins */
 
 
 
/* !!!!!IMPORTANT!!! PLEASE DON'T EDIT THIS FILE!!! */
 
 
/* SANDY COLOR FOR PAGE BACKGROUND */
font-size: 1.2em;
}
 
/* TABLES FOR DECORATIONS */
 
 
.D1table
{
width: 85%;
color: black;
border-collapse: collapse;
border: 2px solid black;
padding: 15px;
text-align: center;
}
 
.D1table td
{
border: 1px solid grey;
background-color: #f7ffc6;
padding: 3px;
}
 
 
.D1table th
{
font-style: normal;
font-weight: normal;
border: 1px solid grey;
padding: 5px;
background-color: #e0c472;
}
 
.D1table tr:first-child td
{
background-color: #9fd934;
font-weight: bold;
padding: 5px;
font-size: 1.2em;
}
 
 
/* TABLES FOR RECIPES */
Administrator
1,484
edits