Changes

MediaWiki:Common.css

480 bytes added, 7 years ago
font-size: 1.2em;
}
 
/* TABLES FOR RECIPES */
 
.R1table
{
width: 85%;
color: black;
border-collapse: collapse;
border: 2px solid black;
padding: 15px;
text-align: center;
}
 
.R1table td
{
border: 1px solid grey;
background-color: #f7ffc6;
padding: 3px;
}
 
 
.R1table th
{
font-style: normal;
font-weight: normal;
border: 1px solid grey;
padding: 5px;
background-color: #e0c472;
}
 
.R1table tr:first-child td
{
background-color: #88b92c;
font-weight: bold;
padding: 5px;
font-size: 1.2em;
}
 
 
 
/* TABLES FOR CHARACTER PAGES */
Administrator
1,484
edits