diff options
Diffstat (limited to 'static/main.css')
| -rw-r--r-- | static/main.css | 33 |
1 files changed, 20 insertions, 13 deletions
diff --git a/static/main.css b/static/main.css index bb7dd4c..22acda4 100644 --- a/static/main.css +++ b/static/main.css @@ -3,7 +3,7 @@ #apDiv2 { position:relative; - top:150px; + top:100px; width:700px; margin: 0px auto -1px auto; height: 300px; @@ -11,15 +11,15 @@ } #info { position:relative; - top:285px; + top:200px; width:700px; margin: 0px auto -1px auto; height: 14px; color: #999; bottom:0px; - z-index: 3; - + z-index: 3; } + #front { position:fixed; top:150px; @@ -52,30 +52,29 @@ left:0px; width:410px; height:281px; - background-image: url(logbg.png); + background-image: url(logbg.pngg); z-index:1; - filter:alpha(opacity=70); - -moz-opacity:0.7; - -khtml-opacity: 0.7; - opacity: 0.7; + } #about { position:absolute; width:300px; - height: 281px; + height: 230px; left:410px; line-height: 18px; padding-left: 20px; ; font-weight: bold; - color: #333; + color: #000; z-index:2; + top: 177px; } #input { padding-right:15px; - line-height:22px; - font-size: 12px; + line-height:28px; + font-size: 24px; + font-weight: bolder; } body,td,th { font-family: Arial, Helvetica, sans-serif; @@ -171,8 +170,16 @@ body { background-image: url(cloudbg1.png); background-repeat: no-repeat; background-position:center; + } +#registerbox { + padding-left:20px; + font-family:Arial, Helvetica, sans-serif; + font-size:12px; + padding-right:85px; + line-height:28px; +} .form { font-size: 14px; color="#990000"; } .info { font-size: 10px; |
