X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fstyle.css;h=67644121cc084c274e2a8a7ea26c4ec411df1b30;hp=f028467a2ba5f4d08b63b280ba9e70980061b6d7;hb=HEAD;hpb=e0ae362748a39155af12add31d419f3f8fe67362 diff --git a/web/htdocs/style.css b/web/htdocs/style.css index f028467..6764412 100644 --- a/web/htdocs/style.css +++ b/web/htdocs/style.css @@ -1,6 +1,9 @@ +@import url(http://fonts.googleapis.com/css?family=Cabin:400,400italic,700,700italic); + body { color: black; background: white; + font-family: Cabin, Gill Sans, "Gillius ADF", Gillius, GilliusADF, Sans-Serif; } h1,h2 { font-family: Verdana, "Sans Serif", Sans } @@ -11,13 +14,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 } @@ -53,3 +58,12 @@ img { border: 0 } table.targets tr:hover { background-color:silver !important; } +table.targets td, table.targets th { + border: none; + padding: 6px !important; +} +table.targets { border-spacing: 0px; } + +table.fullrecord, table.fullrecord th, table.fullrecord td { border: none } + +a { text-decoration: none }