X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=pages%2Fstyle.css;h=f4403af3982f5458c634c1b33af7ca16c2a30e49;hb=HEAD;hp=ccebbf5ddfbd382cab405f6c836c452930bf40b2;hpb=4b1f3d8a8b278ca6d62f461ea80c8ea21080c301;p=kiosk.git diff --git a/pages/style.css b/pages/style.css index ccebbf5..f4403af 100644 --- a/pages/style.css +++ b/pages/style.css @@ -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 {