X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=tests%2Fstyle.css;fp=tests%2Fstyle.css;h=4a0d51f245a1fe047eb5d1b7e45f82b6bec0427b;hb=93d2d40a37818f923a0ebafaad77a5c452c2a414;hp=7677853d84108cc7147efe7e8e4a328bab978c34;hpb=dca8d19e74a38756212a5bfb908adade563fe225;p=projects%2Fchimara%2Fchimara.git diff --git a/tests/style.css b/tests/style.css index 7677853..4a0d51f 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,8 +24,17 @@ * background-color (#hex-value) * text-align (left/right/center) */ +grid.normal { + font-size: 14; +} + +grid.user1 { + color: #303030; + background-color: #ffffff; +} + buffer.normal { - font-size: 12; + font-size: 14; } buffer.header { @@ -31,7 +44,7 @@ buffer.header { } buffer.subheader { - font-size: 14; + font-size: 16; font-weight: bold; }