X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=player%2Fstyle.css;h=87f5026de5193a6acaa950dfaa5bc35190901036;hb=7cbc2c68d146433b1d438d60406ca05e14a523ce;hp=7f0d1fc477e5a7e8e9d1b27434c3af33b69c02c2;hpb=015eeb821228b1e0fa06cddf0db9cc5469465db6;p=projects%2Fchimara%2Fchimara.git diff --git a/player/style.css b/player/style.css index 7f0d1fc..87f5026 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; }