X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fhtdocs%2Fchrome%2Fstyle.mc;h=67536f9dec7192e851b4d78ba37cdb6030e8123e;hb=35832f0f659ee78e11ce6e5d9d9c90426d484686;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..67536f9 100644 --- a/web/htdocs/chrome/style.mc +++ b/web/htdocs/chrome/style.mc @@ -1,13 +1,12 @@ -/* $Id: style.mc,v 1.1 2006-09-14 15:17:48 mike Exp $ */ +/* $Id: style.mc,v 1.5 2006-09-19 11:11:52 mike Exp $ */ body { - color: darkblue; + color: black; background: white; } -.banner { background: yellow } -.panel1 { background: lightblue } -.panel2 { background: lightgreen } -.panel3 { background: pink } +.banner { background: white } +.panel1, .panel2 { background: #d4e7f3; padding: 0.5em 1em; } +.panel3 { background: #b4c7d3 } <%doc>Fixing the layout .panel1, .panel2 { width: 100px } @@ -20,3 +19,12 @@ 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 } + +.thleft th { text-align: left } + +.disabled { color: grey } +.error { color: red; font-weight: bold }