X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=player%2Fstyle.css;h=87f5026de5193a6acaa950dfaa5bc35190901036;hb=59f3bc1e4f21377c362c1f497fb225711127d7a0;hp=7a37d70d072cdc907018606b60df142de2c87f55;hpb=4e91ebdd2745875c23e971b3aa52a5d78cfdc0a2;p=projects%2Fchimara%2Fchimara.git diff --git a/player/style.css b/player/style.css index 7a37d70..87f5026 100644 --- a/player/style.css +++ b/player/style.css @@ -27,10 +27,13 @@ */ grid { font-size: 11; + color: #303030; } buffer { + color: #303030; font-size: 11; + margin-bottom: 5; } grid.user1 { @@ -38,6 +41,10 @@ grid.user1 { background-color: #ffffff; } +buffer.emphasized { + font-size: 14; +} + buffer.header { font-weight: bold; }