Logging is a good thing.
[kiosk.git] / pages / style.css
index ccebbf5ddfbd382cab405f6c836c452930bf40b2..f4403af3982f5458c634c1b33af7ca16c2a30e49 100644 (file)
@@ -1,6 +1,6 @@
 * {
     font-family: helvetica, arial, sans-serif;
-    font-size: 2.5vmin;
+    font-size: 2.7vmin;
     line-height: 1.33;
     font-style: normal;
 }
@@ -10,24 +10,32 @@ p {
 }
 h1 {
     color: maroon;
-    font-size: 3.8vmin;
+    font-size: 250%;
+    font-size: 4vmin;
     padding-bottom: 0px;
     margin-bottom: 0px;
 }
 h2 {
-    font-size: 115%;
-    font-size: 3.0vmin;
+    font-size: 200%;
+    font-size: 3.5vmin;
 }
 h3 {
-    font-size: 2.5vmin;
+    font-size: 175%;
+    font-size: 3.0vmin;
 }
 h4 {
-    font-size: 2.5vmin;
+    font-size: 175%;
+    font-size: 2.7vmin;
 }
 h5 {
-    font-size: 2.5vmin;
+    font-size: 175%;
+    font-size: 2.7vmin;
 }
 hr {
+    border: 0;
+    #    border-bottom: 3px dashed #ccc;
+    background: #333;
+    #background-image: linear-gradient(to right, #ccc, #333, #ccc);
     padding-top: 1px;
     padding-bottom: 1px;
     margin: 0px;
@@ -37,12 +45,12 @@ td {
 }
 div#time {
     color: green;
-    font-size: 2.5vmin;
+    font-size: 4vmin;
     font-weight: bold;
 }
 div#date {
     color: green;
-    font-size: 2.5vmin;
+    font-size: 4vmin;
     font-weight: bold;
 }
 .fit {