X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=player%2Fstyle.css;h=9788fd3e02918efe978b9b9990d82b8180b9a0da;hb=f66c68ab2bee571ba58e4b05b9b190f2e46dcb6e;hp=b012c767bfbe91d5b0f7f9c613942246c426eba8;hpb=fd5decfbb0eecfbb00bf5b1ec6a12578d00e680d;p=projects%2Fchimara%2Fchimara.git diff --git a/player/style.css b/player/style.css index b012c76..9788fd3 100644 --- a/player/style.css +++ b/player/style.css @@ -26,11 +26,13 @@ * text-align (left/right/center) */ grid { - font-size: 14; + font-size: 11; } buffer { - font-size: 14; + color: #303030; + font-size: 11; + margin-bottom: 5; } grid.user1 { @@ -38,9 +40,12 @@ grid.user1 { background-color: #ffffff; } +buffer.emphasized { + font-size: 14; +} + buffer.header { font-weight: bold; - text-align: center; } buffer.subheader {