X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fhtdocs%2Fchrome%2Fstyle.mc;h=93c2f52c0cd74059ac6dad1fc394c97e058d26f5;hb=856ad8b5a31bdebde3d550c2ba463710ce16de9c;hp=4bad3d3ada606bc3c50ea9721ba68da793bf4a41;hpb=bd529154255e19c35e4dfff019ed704f54b9c1f5;p=irspy-moved-to-github.git diff --git a/web/htdocs/chrome/style.mc b/web/htdocs/chrome/style.mc index 4bad3d3..93c2f52 100644 --- a/web/htdocs/chrome/style.mc +++ b/web/htdocs/chrome/style.mc @@ -1,16 +1,17 @@ -/* $Id: style.mc,v 1.1 2006-09-14 15:17:48 mike Exp $ */ +/* $Id: style.mc,v 1.9 2006-10-26 17:22:35 mike Exp $ */ body { - color: darkblue; + color: black; background: white; } -.banner { background: yellow } -.panel1 { background: lightblue } -.panel2 { background: lightgreen } -.panel3 { background: pink } +.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; } +.panel3 { background: #b4c7d3 } <%doc>Fixing the layout -.panel1, .panel2 { width: 100px } +.panel1 { width: 100px } .spacer { width: 1em } <%doc>Why isn't this the default? @@ -20,3 +21,15 @@ img { border: 0 } .left { text-align: left } .center { text-align: center } .right { text-align: right } + +.searchform tr th { text-align: right; padding-right: 0.5em } +.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 }