X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fstyle.css;h=67644121cc084c274e2a8a7ea26c4ec411df1b30;hp=dd9f141ff33ff12acfc37f783c2f304828575553;hb=HEAD;hpb=c07ae3c4b9b9815f302d6219ade4c56f077842a6 diff --git a/web/htdocs/style.css b/web/htdocs/style.css index dd9f141..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 } @@ -14,10 +17,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 +59,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 }