X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=web%2Fhtdocs%2Fstyle.css;h=137c1bf355fd25875b93afbbccb09f30d6d84ac0;hb=af72dba47f3e01bad792ea38df7999358f8d0fc9;hp=a1fe034348c891a1fe3082bb38ae3ce2ce92206d;hpb=15036ee9d53fe3681354046734936f0cdebd5d53;p=irspy-moved-to-github.git diff --git a/web/htdocs/style.css b/web/htdocs/style.css index a1fe034..137c1bf 100644 --- a/web/htdocs/style.css +++ b/web/htdocs/style.css @@ -1,21 +1,25 @@ -/* $Id: style.css,v 1.2 2007-03-14 17:27:46 mike Exp $ */ body { color: black; background: white; + font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Sans-Serif; } +h1,h2 { font-family: Verdana, "Sans Serif", Sans } + blockquote { background: #ffffc0; margin: 1em 3em; 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: #b4c7d3 } +.panel3 { background: #ffcc66 } + +.panel1, .panel2 { border-radius: 1em; } /* Fixing the layout */ .panel1 { width: 9em } @@ -49,3 +53,12 @@ img { border: 0 } .essay { margin: 1em 10em 1em 1em } .essay a { text-decoration: none } + +table.targets tr:hover { background-color:silver !important; } + +table.targets td, table.targets th { + border: none; + padding: 6px !important; +} +table.targets { border-spacing: 0px; } +