diff options
Diffstat (limited to 'static/css/index.css')
| -rw-r--r-- | static/css/index.css | 38 |
1 files changed, 13 insertions, 25 deletions
diff --git a/static/css/index.css b/static/css/index.css index a7b08f7..1982e98 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -4,23 +4,10 @@ body { background-repeat:repeat-x; background-position:top; } -#passwordreset{ -} #video{ display:none; } -#idgi{ -background-image:url(/static/img/idgi.png); -background-position:top center; - background-repeat:no-repeat; -top:0; -margin-top:10px;display:none; -width:100%; - -height:100%; -position:fixed; -} #rapper{ margin-top:6%; } @@ -34,7 +21,14 @@ background-position:top center; left: 0px; top: 0px; } - +#bigbow{ +position:absolute; +top:12px; +left:83px; +z-index:-1; +opacity:0.1; +display:nonel +} #panel { padding: 10px 10px 10px 10px; height: 600; @@ -57,10 +51,6 @@ color:black; font-size:42%; text-decoration: none; text-align: center; - -webkit-border-bottom-left-radius:5px; - -webkit-border-bottom-right-radius:5px; - -moz-border-radius-bottomleft:5px; - -moz-border-radius-bottomright:5px; width:150; @@ -81,6 +71,7 @@ z-index:2; -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; @@ -199,11 +190,9 @@ cursor:pointer; font-size:16px; color:#fff; 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; @@ -220,7 +209,6 @@ input { font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:1.2;z-index:20; - text-shadow:1px 1px 0.5px #ccc; word-spacing: 3px; } .line { @@ -248,11 +236,11 @@ line-height:-1; z-index:100; font-size:16px; color:#fff; - text-shadow:1px 1px 3px #000; border-radius: 5px; -webkit-border-radius: 5px; - -moz-border-radius: 5px;*/ - border:solid 1px #eee;z-index:20; + -moz-border-radius: 5px; + text-shadow:1px 1px 3px #000; +z-index:20; } #remembermeInput { |
