New
[irspy-moved-to-github.git] / web / htdocs / chrome / style.mc
1 /* $Id: style.mc,v 1.1 2006-09-14 15:17:48 mike Exp $ */
2 body {
3   color: darkblue;
4   background: white;
5 }
6
7 .banner { background: yellow }
8 .panel1 { background: lightblue }
9 .panel2 { background: lightgreen }
10 .panel3 { background: pink }
11
12 <%doc>Fixing the layout</%doc>
13 .panel1, .panel2 { width: 100px }
14 .spacer { width: 1em }
15
16 <%doc>Why isn't this the default?</%doc>
17 img { border: 0 }
18
19 <%doc>These are just so we can set alignment in an XHTMLish way</%doc>
20 .left   { text-align: left }
21 .center { text-align: center }
22 .right  { text-align: right }