Merge branch 'master' of https://github.com/wmvanvliet/Chimara
[projects/chimara/chimara.git] / player / style.css
index b012c767bfbe91d5b0f7f9c613942246c426eba8..023e0aac9fbe88015eacd02f290093dcbeefc72a 100644 (file)
  * text-align (left/right/center)
  */
 grid {
-       font-size: 14;
+       font-size: 11;
+       font-family: "Liberation Mono";
 }
 
 buffer {
-       font-size: 14;
+       color: #303030;
+       font-size: 11;
+       margin-bottom: 5;
 }
 
 grid.user1 {
@@ -38,6 +41,10 @@ grid.user1 {
        background-color: #ffffff;
 }
 
+buffer.emphasized {
+       font-size: 14;
+}
+
 buffer.header {
        font-weight: bold;
        text-align: center;