* Changing styles no longer affects existing windows
[rodin/chimara.git] / tests / style.css
index 0b97e768beb8085f1665ea24810b27e90bb4eb59..5c6c147f547ad55ac2f74c9f59487f9065da0a35 100644 (file)
  * 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 {
 }
 
-user1 {
+buffer.user1 {
 }
 
-user2 {
+buffer.user2 {
 }