coffeemud/web/admin/admin.css
bozimmerman 1b17424d19 removed text decorations
git-svn-id: svn://192.168.1.10/public/CoffeeMud@22081 0d6f1817-ed0e-0410-87c9-987e46238f29
2023-02-20 21:49:20 +00:00

28 lines
No EOL
281 B
CSS

body
{
background-color: black;
color: silver;
}
A
{
text-decoration: none;
}
.cmAreaTblEntry
{
text-align: center;
font-size: 12pt;
}
.cmPlayerListEntry
{
font-size: 10pt;
}
.cmPlayerListEntryArchon
{
font-size: 12pt;
font-weight: bolder;
}