From 3c4aa0b66809cd0c071e04e20f9265d58ac5fc92 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 15 Sep 2006 16:49:29 +0000 Subject: [PATCH] Many changes --- web/htdocs/chrome/style.mc | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/web/htdocs/chrome/style.mc b/web/htdocs/chrome/style.mc index 4bad3d3..04a0112 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.2 2006-09-15 16:49:29 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: #ffe0e0 } <%doc>Fixing the layout .panel1, .panel2 { width: 100px } @@ -20,3 +19,9 @@ 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 } -- 1.7.10.4