MediaWiki:Common.css: Difference between revisions

From Undead Archive Staff
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
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: #362E2D;
color: white;
}
.home-table td
{
padding: 10px;
min-width: 200px;
max-width: 100%;
vertical-align: top;
}

Latest 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: #362E2D;
color: white;
}

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