MediaWiki:Common.css: Difference between revisions

From The Undead Archive
No edit summary
No edit summary
Line 1: Line 1:
/* body
body
{
{
background: #362E2D;
background: #362E2D;
color: #AAACA1;
color: #AAACA1;
}
}
*/
 
.mp-hero
{
text-align: center;
padding: 1%;
}
 
.mp-header
{
font-size: 40px;
}
 
.mp-table
{ min-width: 50%; }
 
.mp-table th
{
text-transform: uppercase;
padding: 1%;
}

Revision as of 23:56, 27 February 2026

body
{
background: #362E2D;
color: #AAACA1;
}

.mp-hero
{
text-align: center;
padding: 1%;
}

.mp-header
{
font-size: 40px;
}

.mp-table
{ min-width: 50%; }

.mp-table th
{
text-transform: uppercase;
padding: 1%;
}