X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=player%2Fstyle.css;h=37cc4346b5621763df8550365057f5b39c6ce015;hb=HEAD;hp=257f404cd2d68a40e7660d49eb6bcecc3766aa49;hpb=fd6a5678cd76248b44a3d24b7ca9da897bd34037;p=projects%2Fchimara%2Fchimara.git diff --git a/player/style.css b/player/style.css index 257f404..37cc434 100644 --- a/player/style.css +++ b/player/style.css @@ -25,8 +25,15 @@ * background-color (#hex-value) * text-align (left/right/center) */ -grid.normal { - font-size: 10; +grid { + font-size: 11; + color: #303030; +} + +buffer { + color: #303030; + font-size: 11; + margin-bottom: 5; } grid.user1 { @@ -34,18 +41,15 @@ grid.user1 { background-color: #ffffff; } -buffer.normal { - font-size: 10; +buffer.emphasized { + font-size: 14; } buffer.header { - font-size: 14; font-weight: bold; - text-align: center; } buffer.subheader { - font-size: 12; font-weight: bold; } @@ -74,4 +78,3 @@ buffer.user1 { buffer.user2 { } -