X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fchrome%2Fstyle.mc;h=fdf778f8a87a16c949d2b079c5353d79a4705ecc;hp=887962005bb5940654238a9e7472548335b684cd;hb=cd3d317d80ff34632912322d63c7ea9b0d92812a;hpb=720a7cfdcecee601ee413cb32d623147a5394ae6 diff --git a/web/htdocs/chrome/style.mc b/web/htdocs/chrome/style.mc index 8879620..fdf778f 100644 --- a/web/htdocs/chrome/style.mc +++ b/web/htdocs/chrome/style.mc @@ -1,17 +1,26 @@ -/* $Id: style.mc,v 1.3 2006-09-15 16:50:18 mike Exp $ */ +/* $Id: style.mc,v 1.11 2006-11-30 12:11:07 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: 9em } .spacer { width: 1em } +.panel2 { + background: #b0d0ff; + margin: -0.5em; + padding: 0.5em; +} + <%doc>Why isn't this the default? img { border: 0 } @@ -24,4 +33,10 @@ 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 } +.error { color: red; font-weight: bold }