X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=tests%2Fstyle.css;h=7677853d84108cc7147efe7e8e4a328bab978c34;hb=64d6d61f49c8400e61c3db0b3e31705776d63232;hp=0b97e768beb8085f1665ea24810b27e90bb4eb59;hpb=2ce0ccd78003fce557bb76883c87ca2cb101608d;p=rodin%2Fchimara.git diff --git a/tests/style.css b/tests/style.css index 0b97e76..7677853 100644 --- a/tests/style.css +++ b/tests/style.css @@ -20,44 +20,43 @@ * background-color (#hex-value) * text-align (left/right/center) */ - - -normal { - font-family: 'times'; +buffer.normal { font-size: 12; } -header { +buffer.header { font-size: 18; font-weight: bold; text-align: center; } -subheader { +buffer.subheader { font-size: 14; 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; } -user1 { +buffer.user1 { } -user2 { +buffer.user2 { }