mirror of
https://github.com/bozimmerman/CoffeeMud
synced 2026-08-13 08:26:07 -04:00
git-svn-id: svn://192.168.1.10/public/CoffeeMud@22081 0d6f1817-ed0e-0410-87c9-987e46238f29
28 lines
No EOL
281 B
CSS
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;
|
|
} |