MediaWiki:Common.css: Difference between revisions
From The Undead Archive
TheUnburied (talk | contribs) No edit summary |
TheUnburied (talk | contribs) No edit summary |
||
| Line 19: | Line 19: | ||
{ | { | ||
min-width: 50%; | min-width: 50%; | ||
} | } | ||
| Line 29: | Line 28: | ||
background: #7C8685; | background: #7C8685; | ||
color: white; | color: white; | ||
border: 0px; | |||
} | } | ||
Revision as of 00:00, 28 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: 2%;
text-align: left;
background: #7C8685;
color: white;
border: 0px;
}
