X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=tests%2Fstyle.css;h=2504e9f0d0d53c3a6fcacb58729ba0e25c334e5a;hb=c0a115ac5ebe3104dc1186dda3f798784db3c469;hp=0b97e768beb8085f1665ea24810b27e90bb4eb59;hpb=2ce0ccd78003fce557bb76883c87ca2cb101608d;p=rodin%2Fchimara.git diff --git a/tests/style.css b/tests/style.css index 0b97e76..2504e9f 100644 --- a/tests/style.css +++ b/tests/style.css @@ -1,4 +1,8 @@ -/* Possible selectors: +/* Possible windows: + * grid + * buffer + * + * Possible selectors: * normal * emphasized * preformatted @@ -10,6 +14,7 @@ * input * user1 * user2 + * hyperlink * * Possible style hints: * font-family (string) @@ -20,44 +25,56 @@ * background-color (#hex-value) * text-align (left/right/center) */ +grid.normal { + font-size: 10; +} +grid.user1 { + color: #303030; + background-color: #ffffff; +} -normal { - font-family: 'times'; - font-size: 12; +buffer.normal { + font-size: 10; } -header { - font-size: 18; +buffer.header { + font-size: 14; font-weight: bold; text-align: center; } -subheader { - font-size: 14; +buffer.subheader { + font-size: 12; font-weight: bold; } -alert { +buffer.alert { color: #aa0000; font-weight: bold; } -note { +buffer.note { color: #aaaa00; font-weight: bold; } -block-quote { +buffer.block-quote { text-align: center; font-style: italic; } -input { +buffer.input { + color: #0000aa; + font-style: italic; +} + +buffer.user1 { } -user1 { +buffer.user2 { } -user2 { +buffer.hyperlink { + color: #ff0000; }