X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=player%2Fstyle.css;h=37cc4346b5621763df8550365057f5b39c6ce015;hb=HEAD;hp=b012c767bfbe91d5b0f7f9c613942246c426eba8;hpb=89081782541e85e079f64839ffb26b4e74273eb7;p=projects%2Fchimara%2Fchimara.git diff --git a/player/style.css b/player/style.css index b012c76..37cc434 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; + color: #303030; } buffer { - font-size: 14; + color: #303030; + font-size: 11; + margin-bottom: 5; } grid.user1 { @@ -38,9 +41,12 @@ grid.user1 { background-color: #ffffff; } +buffer.emphasized { + font-size: 14; +} + buffer.header { font-weight: bold; - text-align: center; } buffer.subheader { @@ -72,8 +78,3 @@ buffer.user1 { buffer.user2 { } - -buffer.pager { - color: #ffffff; - background-color: #303030; -}