MediaWiki:Common.css: Difference between revisions
From The Undead Archive
TheUnburied (talk | contribs) No edit summary |
TheUnburied (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
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%;
}
