diff options
Diffstat (limited to 'static/css/index.css')
| -rw-r--r-- | static/css/index.css | 129 |
1 files changed, 83 insertions, 46 deletions
diff --git a/static/css/index.css b/static/css/index.css index bf15dc4..035f7a5 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -1,11 +1,8 @@ - - body { background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x; background-repeat:repeat-x; background-position:top; - } #passwordreset{ @@ -25,7 +22,7 @@ height:100%; position:fixed; } #rapper{ -margin-top:6%; +margin-top:4%; } #content{ background:url(/static/img/cloudbg.png); @@ -43,24 +40,20 @@ background-position:top center; height: 600; margin: 0 auto 0 auto; display: none; - } .slide { margin: 0 auto 0 auto; margin: 0; padding: 0; border-top:1px solid #ccc; - color:black; } .btn-slide { - text-align: center; width: 144px; margin: 0 auto 0 auto; height: 0px; padding: 5px 10px 0 0; margin: 0 auto; display: block; - font-size:42%; text-decoration: none; text-align: center; @@ -76,32 +69,11 @@ width:150; .active { background-position: right 12px; } -#logo7{ - margin-left: 3px; - margin-right: 10%; - z-index:1050; - float:left; - margin-top: -4px; -} -#logo7 a{font-size:42; -font-weight:bold; - - - - text-shadow: 2px 3px 1px #f0e, 3px 3px 1px #fff; -letter-spacing:-4; -color:#fff; - -} -#logo7 a:hover{ - - text-shadow: 1px 1px 1px #000, 2px 3px 1px #f0e; -color:#fff; -} #main { width:460px; margin: 0 auto 0 auto; padding: 19px 0; +z-index:2; position: relative; -webkit-border-radius: 15px; -moz-border-radius: 15px; @@ -109,6 +81,36 @@ color:#fff; -webkit-box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #fff; -moz-box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #fff; } +.menu2 li { + padding: 0; + margin: 0 2px; + float: left; + position: relative; + text-align: center; +} +.menu2 a { + padding: 14px 10px; + display: block; + color: #000000; + width: 144px; + text-decoration: none; + font-weight: bold; + background: url(images/button.gif) no-repeat center center; +} +.menu2 li em { + font-weight: normal; + background: url(images/hover.png) no-repeat; + width: 180px; + height: 45px; + position: absolute; + top: -85px; + left: -15px; + text-align: center; + padding: 20px 12px 10px; + font-style: normal; + z-index: 2; + display: none; +} #logo-and-text { position: relative; z-index: 20; @@ -126,16 +128,17 @@ color:#fff; } #furie1 { position: absolute; - left: -220px; - top: 130px; - z-index: 10; + left: -270px; + top: 125px; + z-index:-1;display:block; } #furie2 { position: absolute; - left:315px; + left:360px; top: 185px; - z-index: 10; + z-index:-1; +display:block; } #info { @@ -198,23 +201,25 @@ cursor:pointer; text-shadow:1px 1px 3px #000; border-radius: 5px; -webkit-border-radius: 5px; +z-index:20; -moz-border-radius: 5px;*/ border:solid 1px #eee; } input { height:40px; width:300px; - border:3px #000; - background:#e3e3e3; + border:0px; + background:#e9e9e9; margin:10px; - color:#000; + color:#000;z-index:20; font-size:30px; } + .txt { font-family:Arial, Helvetica, sans-serif; font-size:14px; -line-height:1.2; +line-height:1.2;z-index:20; text-shadow:1px 1px 0.5px #ccc; word-spacing: 3px; } @@ -222,7 +227,7 @@ line-height:1.2; font-family:Arial, Helvetica, sans-serif; letter-spacing:0px; line-height:-1; - color:#000; + color:#000;z-index:20; font-size:17px; } @@ -247,7 +252,7 @@ line-height:-1; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;*/ - border:solid 1px #eee; + border:solid 1px #eee;z-index:20; } #remembermeInput { @@ -262,16 +267,48 @@ label { text-align: right; font-size: 12px; color: #222; -line-height:1.5; +line-height:1.5;z-index:20; +z-index:30; margin-top:-3px; margin-bottom:7px; } -#remember{margin-top:-6px;} -#remember a{text-decoration:none;font-size:13px;margin-left:14px;color:#f0e;} +#remember{margin-top:-4px;z-index:30; margin-right:50px;text-align: right;display:inline-block;line-height:0.5;} +#remember a{text-decoration:none;font-size:11px;display:block;z-index:30;} #furie3 { position: absolute; - left:385px; - top:240px; + left:294px; + top:260px; z-index: 10; } + +/* + * jQuery Nivo Slider v1.9 + * http://nivo.dev7studios.com + * + * Copyright 2010, Gilbert Pellegrom + * Free to use and abuse under the MIT license. + * http://www.opensource.org/licenses/mit-license.php + * + * March 2010 + */ +#talkaboutus{ +position:relative; +z-index:20; +top:-55px; + width:311px; + margin: 0 auto 0 auto; +} + +#slider { + position:relative; +z-index:20; + //See the "style-pack" below for image + background:url(images/loading.gif) no-repeat 50% 50%; +} +#slider img { + position:absolute; + top:0px; + left:0px; + display:none; +} |
