X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=player%2Fstyle.css;fp=player%2Fstyle.css;h=023e0aac9fbe88015eacd02f290093dcbeefc72a;hb=f945dd447b55c34d88683ff48d7ffb0b7c3c2ad8;hp=b012c767bfbe91d5b0f7f9c613942246c426eba8;hpb=393b7a2b777d06754da16ffa5998d3eb9bf128ad;p=projects%2Fchimara%2Fchimara.git diff --git a/player/style.css b/player/style.css index b012c76..023e0aa 100644 --- a/player/style.css +++ b/player/style.css @@ -26,11 +26,14 @@ * text-align (left/right/center) */ grid { - font-size: 14; + font-size: 11; + font-family: "Liberation Mono"; } buffer { - font-size: 14; + 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; text-align: center;