X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fstyle.css;fp=web%2Fhtdocs%2Fstyle.css;h=456bec09358a993f32f2d2c6d642c83c8dd138e1;hp=adb064a53d06eb2838951b8987e685c14241d797;hb=1074d1bbcd09342e0ae8b951660f959554409dd0;hpb=b644bfaf120a2d468a548ccdf63a70868b267e55 diff --git a/web/htdocs/style.css b/web/htdocs/style.css index adb064a..456bec0 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 } @@ -11,13 +12,15 @@ blockquote { padding: 0.5em; } -.banner { background: url(/beach.jpeg) } +.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,11 @@ 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; } +table.fullrecord, table.fullrecord th, table.fullrecord td { border: none } + +a { text-decoration: none }