X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fchrome%2Fstyle.mc;fp=web%2Fhtdocs%2Fchrome%2Fstyle.mc;h=4bad3d3ada606bc3c50ea9721ba68da793bf4a41;hp=0000000000000000000000000000000000000000;hb=454bc84b3f772eca3afe7d7d378b922917e7f885;hpb=98c172dce88467103e33086c2ae96ac9be121c57 diff --git a/web/htdocs/chrome/style.mc b/web/htdocs/chrome/style.mc new file mode 100644 index 0000000..4bad3d3 --- /dev/null +++ b/web/htdocs/chrome/style.mc @@ -0,0 +1,22 @@ +/* $Id: style.mc,v 1.1 2006-09-14 15:17:48 mike Exp $ */ +body { + color: darkblue; + background: white; +} + +.banner { background: yellow } +.panel1 { background: lightblue } +.panel2 { background: lightgreen } +.panel3 { background: pink } + +<%doc>Fixing the layout +.panel1, .panel2 { width: 100px } +.spacer { width: 1em } + +<%doc>Why isn't this the default? +img { border: 0 } + +<%doc>These are just so we can set alignment in an XHTMLish way +.left { text-align: left } +.center { text-align: center } +.right { text-align: right }