X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=tests%2Fstyle.css;h=6597f996aba5c27e71f5b0fc381c272024fbb36b;hb=13b21e2a9ba53c7109ae0bbfd774f16f0c9d4413;hp=5c6c147f547ad55ac2f74c9f59487f9065da0a35;hpb=e4819b66649d4963a0661cba603c2967b02a6b80;p=rodin%2Fchimara.git diff --git a/tests/style.css b/tests/style.css index 5c6c147..6597f99 100644 --- a/tests/style.css +++ b/tests/style.css @@ -1,4 +1,8 @@ -/* Possible selectors: +/* Possible windows: + * grid + * buffer + * + * Possible selectors: * normal * emphasized * preformatted @@ -20,18 +24,27 @@ * background-color (#hex-value) * text-align (left/right/center) */ +grid.normal { + font-size: 10; +} + +grid.user1 { + color: #303030; + background-color: #ffffff; +} + buffer.normal { - font-size: 12; + font-size: 10; } buffer.header { - font-size: 18; + font-size: 14; font-weight: bold; text-align: center; } buffer.subheader { - font-size: 14; + font-size: 12; font-weight: bold; } @@ -51,6 +64,8 @@ buffer.block-quote { } buffer.input { + color: #0000aa; + font-style: italic; } buffer.user1 {