diff --git a/htdocs/styles/index.css b/htdocs/styles/index.css new file mode 100644 --- /dev/null +++ b/htdocs/styles/index.css @@ -0,0 +1,65 @@ +html { + +} + +body { + background: #000000 url('../images/tile.png') top repeat-x; + color: #ffffff; + margin-top:0; +} + +#content { + border-right: 10px solid #630000; + width: 50%; + min-width:400px; + max-width:1000px; + margin:auto; + background: transparent url('../images/trans.png'); + padding: 5px; + text-align: center; +} + +#contentL { + border-left: 10px solid #333333; + border-right: 10px solid #333333; + width: 50%; + min-width:900px; + max-width:1000px; + margin:auto; + background: transparent url('../images/trans.png'); + padding: 5px; + text-align: left; +} + + + +h1 { + font: Bold 28px Helvetica, sans-serif; + text-transform: uppercase; + letter-spacing: -2px; +// bold wider small-caps +// ultra/extra/semi expanded/condensed +} + +.right { + text-align: left; +} + +#inputbox { + width: 350px;%; + margin:auto; + text-align: right; + +} + +.regkey { + color: #FF0000; +} + +.regdate { + color: #00FF00; +} + +li { + color: #FFFF00; +}