X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=tests%2Fstyle.css;fp=tests%2Fstyle.css;h=0b97e768beb8085f1665ea24810b27e90bb4eb59;hb=deed9ccb2dacd8c2b4e58c2fdd947850299902bc;hp=0000000000000000000000000000000000000000;hpb=68f719dde04e370ecf2356db4b40563b4d0c827d;p=projects%2Fchimara%2Fchimara.git diff --git a/tests/style.css b/tests/style.css new file mode 100644 index 0000000..0b97e76 --- /dev/null +++ b/tests/style.css @@ -0,0 +1,63 @@ +/* Possible selectors: + * normal + * emphasized + * preformatted + * header + * subheader + * alert + * note + * block-quote + * input + * user1 + * user2 + * + * Possible style hints: + * font-family (string) + * font-size (float) + * font-weight (normal/bold) + * font-style (normal/italic) + * color (#hex-value) + * background-color (#hex-value) + * text-align (left/right/center) + */ + + +normal { + font-family: 'times'; + font-size: 12; +} + +header { + font-size: 18; + font-weight: bold; + text-align: center; +} + +subheader { + font-size: 14; + font-weight: bold; +} + +alert { + color: #aa0000; + font-weight: bold; +} + +note { + color: #aaaa00; + font-weight: bold; +} + +block-quote { + text-align: center; + font-style: italic; +} + +input { +} + +user1 { +} + +user2 { +}