X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fchrome%2Fstyle.mc;h=6517db9e789830601127a2507b470d06ed2a3ece;hp=67536f9dec7192e851b4d78ba37cdb6030e8123e;hb=794a73d917b9c2f792387a71579101eee97f3533;hpb=b9819ea09c68093ad9a2f0182c036e9d215bc3c1 diff --git a/web/htdocs/chrome/style.mc b/web/htdocs/chrome/style.mc index 67536f9..6517db9 100644 --- a/web/htdocs/chrome/style.mc +++ b/web/htdocs/chrome/style.mc @@ -1,17 +1,26 @@ -/* $Id: style.mc,v 1.5 2006-09-19 11:11:52 mike Exp $ */ +/* $Id: style.mc,v 1.10 2006-10-31 16:19:39 mike Exp $ */ body { color: black; background: white; } -.banner { background: white } -.panel1, .panel2 { background: #d4e7f3; padding: 0.5em 1em; } +.banner { background: url(/beach.jpeg) } +.logo { text-decoration: none; color: white; margin-left: 1em } +.title { color: black; margin-right: 1em } +.panel1 { background: #d4e7f3; padding: 0em 1em; } +.panel1 a { text-decoration: none } .panel3 { background: #b4c7d3 } <%doc>Fixing the layout -.panel1, .panel2 { width: 100px } +.panel1 { width: 100px } .spacer { width: 1em } +.panel2 { + background: #b0d0ff; + margin: -0.5em; + padding: 0.5em; +} + <%doc>Why isn't this the default? img { border: 0 } @@ -24,6 +33,9 @@ img { border: 0 } .searchform tr td input { background: #ffffc0 } .searchform tr td select { background: #ffffc0 } +.fullrecord { background: #ffffee } +.fullrecord th { text-align: left } + .thleft th { text-align: left } .disabled { color: grey }