From: Mike Taylor Date: Wed, 10 Dec 2014 16:03:46 +0000 (+0000) Subject: Style tweaks: X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=af72dba47f3e01bad792ea38df7999358f8d0fc9;hp=9e7deb985026e6225d3a5f77a0243199654a65a5 Style tweaks: - Use Gill Sans as the main body font - Bluer (less green) blue for pane1 - Round corners for pane1 and pane2 - No borders for target table - More padding for target table --- diff --git a/web/htdocs/style.css b/web/htdocs/style.css index dd9f141..137c1bf 100644 --- a/web/htdocs/style.css +++ b/web/htdocs/style.css @@ -1,6 +1,7 @@ body { color: black; background: white; + font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Sans-Serif; } h1,h2 { font-family: Verdana, "Sans Serif", Sans } @@ -14,10 +15,12 @@ blockquote { .banner { background: url(/Lanikai_2009_wide.jpeg) } .logo { text-decoration: none; color: white; margin-left: 1em } .title { color: black; margin-right: 1em } -.panel1 { background: #d4e7f3; padding: 0em 1em; } +.panel1 { background: #d0e0f3; padding: 0em 1em; } .panel1 a { text-decoration: none } .panel3 { background: #ffcc66 } +.panel1, .panel2 { border-radius: 1em; } + /* Fixing the layout */ .panel1 { width: 9em } .spacer { width: 1em } @@ -54,8 +57,8 @@ img { border: 0 } table.targets tr:hover { background-color:silver !important; } table.targets td, table.targets th { - border: 1px solid #DDD; - padding: 4px !important; + border: none; + padding: 6px !important; } table.targets { border-spacing: 0px; }