MediaWiki:Common.css: Difference between revisions

From The Undead Archive
No edit summary
No edit summary
Line 17: Line 17:


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


.mp-table th
.mp-table th
Line 24: Line 27:
padding: 1%;
padding: 1%;
text-align: left;
text-align: left;
background: #E3311D;
background: #7C8685;
}
}

Revision as of 23:59, 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%;
border: 0px;
}

.mp-table th
{
text-transform: uppercase;
padding: 1%;
text-align: left;
background: #7C8685;
}