MediaWiki:Common.css: Difference between revisions

From Undead Archive Staff
No edit summary
No edit summary
Line 1: Line 1:
@import url("https://www.theundeadarchive.com/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css");
@import url("https://www.theundeadarchive.com/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css");
.home-table th
{
text-transform: uppercase;
padding: 10px;
text-align: left;
background: #050507;
color: white;
}
.home-table td
{
padding: 10px;
min-width: 200px;
max-width: 100%;
vertical-align: top;
}

Revision as of 22:43, 24 March 2026

@import url("https://www.theundeadarchive.com/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css");
.home-table th
{
text-transform: uppercase;
padding: 10px;
text-align: left;
background: #050507;
color: white;
}

.home-table td
{
padding: 10px;
min-width: 200px;
max-width: 100%;
vertical-align: top;
}