diff options
Diffstat (limited to 'static/main2.css')
| -rw-r--r-- | static/main2.css | 152 |
1 files changed, 120 insertions, 32 deletions
diff --git a/static/main2.css b/static/main2.css index 822cde3..5eeab65 100644 --- a/static/main2.css +++ b/static/main2.css @@ -3,26 +3,103 @@ #apDiv2 { position:relative; - top:75px; + top:30px; width:700px; margin: 0px auto -1px auto; height: 300px; z-index: 3; } +.white a:link { + text-decoration: none; + color: #504F61; +} +.white a:visited { + text-decoration: none; + color: #504F61; +} +.white a:hover { + text-decoration: none; + color: #fff; +} +.white a:active { + text-decoration: none; + color: #504F61; +} +#header7{ + background-color:#666; + background-image:url(/static/dblue.png); + background-attachment:fixed; + margin: 0px auto -1px auto; + top: 0px; + width:100%; + left: 0px; + height: 60px; +} +#bar7{ + top:32px; + position:absolute; + font-family: Arial, Helvetica, sans-serif; + font-weight: bold; + width: 500px; + font-size: 20px; + left: 200px; + margin-left: 12%; + margin-right: 10%; + letter-spacing: -1px; + z-index: 999; +} +#logout7{ + top:5px; + position:relative; + font-size:12px; + margin-right: 10px; + float:right; + z-index: 999; + font-family: "Times New Roman", Times, serif; +} +#logo7{ + top:20px; + z-index:1000; +} +#rapper7{ + top: 0px; + left:0px; + position:absolute; + width: 100%; + height: 60px; + z-index: 1000; +} +p { + font-family: "Times New Roman", Times, serif; + font-size: 12px; +} +td { + font-family: Arial, Helvetica, sans-serif; + letter-spacing:-1px; + font-size: 12px; + color: #000000; +} +.btnav { border: 0px #000000 solid;} +body { + background-image: url(/static/bg5.png); + background-repeat: repeat-x; +} + #txt { position:absolute; - top:110px; - width:533px; + top:115px; + width:450px; margin: 0px auto -1px auto; height: 18px; z-index: 3; line-height: 18px; font-weight: bold; - color: #333; + color: #999; + font-size: 14px; } #info { position:relative; - top:150px; + top:200px; width:700px; margin: 0px auto -1px auto; height: 14px; @@ -34,13 +111,12 @@ position:relative; background:#fff url("cloudbg2.png") no-repeat 0 0; background-position:center; - width:700px; + width:80%; margin: 0px auto -1px auto; - top:10px; - height:700px; + top:26px; + height:600px; z-index:2; - - opacity:0.9; + opacity:0.9; -moz-border-radius-topleft:10px; -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; @@ -48,6 +124,9 @@ -moz-border-radius-topright:10px; border-top-left-radius:10px; border-top-right-radius:10px; + min-width: 800px; + border-color: #000; + border: 1px; } .round { -moz-border-radius:5px; @@ -125,6 +204,8 @@ left:0px; width:351px; height:135px; + font-size:16px; + font-weight:bold; z-index:3; top: 143px; } @@ -140,25 +221,28 @@ } #about { position:absolute; - width:280px; - height: 250; + width:240px; + height: 97px; left:364px; ; - font-weight: bold; color: #000; z-index:2; line-height: 18px; - top: 153px; + top: 168px; + font-size: 12px; + font-family: Arial, Helvetica, sans-serif; } #input { padding-right:15px; line-height:22px; font-size: 12px; } -body,td,th { +body{ font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 40px; + overflow-x:hidden; + overflow-y:hidden; } #apDiv1 div #input #form1 label { font-size: 12px; @@ -225,21 +309,7 @@ body,td,th { right: 0px; background-image: url(bottomr.png); } -#bg { - position:absolute; - left:0px; - top:0px; - width:100%; - height:100%; - z-index:2; - background-image:url(grad2.jpg); -} -body { - background-image: url(bg4.png); - background-repeat: repeat-x; - background-attachment:fixed; - overflow:hidden; -} + #plane { position:fixed; top:9px; @@ -260,11 +330,12 @@ filter:alpha(opacity=60); #registerbox { padding-left:20px; font-family:Arial, Helvetica, sans-serif; - font-size:12px; padding-right:0px; line-height:28px; + font-weight: bold; + color: #000; } -.form { font-size: 14px; color="#990000"; } +registerbox.form { font-size: 14px; color="#990000"; } .info { font-size: 10px; } @@ -274,3 +345,20 @@ filter:alpha(opacity=60); bottom: 0px; color: #999; } +#footer +{ + text-align:center; + position:absolute; + width:100%; + bottom:0px; + font-size:12px; + font-family:"Times New Roman", Times, serif; + background-image:url(/static/footer.png); + background-repeat:repeat-x; + background-position:top; + height:40px; + line-height: 2; + left: 0px; + color: #CCC; + z-index: 111; +} |
