diff options
| -rw-r--r-- | static/browsertool.gif | bin | 6231 -> 14805 bytes | |||
| -rwxr-xr-x | static/header.css | 22 | ||||
| -rwxr-xr-x | static/index.html | 2 | ||||
| -rwxr-xr-x | static/pichat.css | 1 | ||||
| -rwxr-xr-x | static/profile.css | 4 | ||||
| -rw-r--r-- | static/register.html | 13 |
6 files changed, 31 insertions, 11 deletions
diff --git a/static/browsertool.gif b/static/browsertool.gif Binary files differindex 9777d27..05a3379 100644 --- a/static/browsertool.gif +++ b/static/browsertool.gif diff --git a/static/header.css b/static/header.css index 5ad2fbc..5b4e549 100755 --- a/static/header.css +++ b/static/header.css @@ -28,11 +28,13 @@ margin-right:80%; color: #fff; } + #header7{ background-image:url(/static/dblue2.png); background-attachment:inherit; margin: 0px auto -1px auto; top: 0px; +height:38; position:fixed; background-repeat:repeat-x; width:100%; @@ -147,7 +149,7 @@ width:auto; #landscape{ position:absolute; width:auto; - +display:none; margin-left:55%; top:-38; opacity:0.8; @@ -159,6 +161,7 @@ width:auto; left:190; margin-left:29%; top:-19; +display:none; z-index:3; } @@ -188,7 +191,24 @@ z-index:3; #topnav a.signin, #topnav a.signin:hover { *background-position:0 3px!important; } +#register{ + top:-5px; + position:absolute; + font-size: 16px; +height:22; +word-spacing:2; +width:365; +color:#fff; +text-indent:14; +line-height:1.9; +font-weight:bold; + left: -140; + margin-left: 1.2%; + margin-right: 8%; + letter-spacing:.2px; + z-index: 999; +} #banner-menu { position: relative; height: 26px; } diff --git a/static/index.html b/static/index.html index a7e896a..ccdf7ee 100755 --- a/static/index.html +++ b/static/index.html @@ -183,7 +183,7 @@ label { <div align="right" class="txt"> <br> <div align="center">Right now dump.fm is invite only...<br> - If you have registration code, <a href="/register" style="text-decoration:none;">click here!</a> <br> + If you have a registration code, <a href="/register" style="text-decoration:none;">click here!</a> <br> </div> </div> </div> diff --git a/static/pichat.css b/static/pichat.css index f01a150..6c693de 100755 --- a/static/pichat.css +++ b/static/pichat.css @@ -309,6 +309,7 @@ border-bottom:2px solid #c8cbce; -moz-box-shadow: 3px 3px 4px #c8cbce; filter: progid:DXImageTransform.Microsoft.dropShadow(color=#c8cbce, offX=3, offY=4, positive=true); text-overflow:ellipsis; +opacity:0.87; z-index:18; text-align: left; } diff --git a/static/profile.css b/static/profile.css index 8ee09d3..7594dab 100755 --- a/static/profile.css +++ b/static/profile.css @@ -162,7 +162,7 @@ color:000; } .logged-dump{ - + max-width:500px; text-overflow: ellipsis-word; padding: 18px; font-family: Arial, Helvetica, sans-serif; @@ -274,7 +274,7 @@ color:#087cff; -moz-box-shadow: 0 0 10px #d8dbde, 0px 0px 10px #d8dbde; padding:20; line-height:1.5; -height:380; +height:auto; margin-top:-100px; width:600; diff --git a/static/register.html b/static/register.html index ce222e1..4d86ac0 100644 --- a/static/register.html +++ b/static/register.html @@ -20,6 +20,8 @@ + + <!-- .white a:link { text-decoration: none; @@ -48,7 +50,7 @@ width:460px; margin: 0px auto -1px auto; height:400px; -padding-top:15; +padding-top:5; z-index:2; opacity:0.9; border-top-left-radius:10px; @@ -72,6 +74,9 @@ padding-top:15; -webkit-box-shadow: 5px 5px 100px #c8cbce; -moz-box-shadow: 5px 5px 100px #c8cbce; } +#main img{margin-left:80; + +} #logout7{ top:5px; position:relative; @@ -197,12 +202,6 @@ top:15px; --> - - - - - - </style> <body> |
