diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-23 04:36:01 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-23 04:36:01 -0400 |
| commit | 009f6a24affb01a15d65dc3d12f7e283bb06b625 (patch) | |
| tree | be0cc7c137d9cbf8eb8370ea8091fa582c43d735 /static/css | |
| parent | 12086570eb505abff63bbc205072095401912c95 (diff) | |
sostler prod commit
Diffstat (limited to 'static/css')
| -rwxr-xr-x | static/css/dump.css | 27 | ||||
| -rw-r--r-- | static/css/index.css | 22 |
2 files changed, 38 insertions, 11 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index 71fed17..706dbd3 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -1859,4 +1859,31 @@ border:1px solid black; #dashavatarPic img{ max-height:70px; max-width:150px; +} +.dash-dump { + background-color:#f0f9ff; + text-overflow: ellipsis-word; + padding: 18px 18px 6px 18px; + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + text-transform: uppercase; + margin-left:3px; + line-height:15px; + z-index:4; + line-height:20px; + text-align: left; +} + +.dash-dump { +background-color:white; +padding:0px; +display:inline-block; + +} +.dash-dump img{ +background-color:white; +padding:1px; +} +.profiledash{ +overflow:auto; }
\ No newline at end of file diff --git a/static/css/index.css b/static/css/index.css index 5ab6076..b0c3ae3 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -68,12 +68,12 @@ body { display:none; } #rapper{ -margin-top:6%; +margin-top:2%; } #content{ - background:url(/static/img/cloudbg.png); + background:url(http://dump.fm/images/20100622/1277257188414-dumpfm-ryder-cloudsslower.gif); background-position:top center; - background-repeat:no-repeat; + background-repeat:repeat-x; } #preload { position: absolute; @@ -116,14 +116,14 @@ width:150; #main { width:460px; margin: 0 auto 0 auto; - padding: 19px 0; +background-color:white; z-index:2; position: relative; - -webkit-border-radius: 15px; - -moz-border-radius: 15px; - box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #fff; - -webkit-box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #fff; - -moz-box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #fff; +border:1px solid black; +padding-bottom:15px; + box-shadow: 0 0 10px #000; + -webkit-box-shadow: 0 0 10px #000; + -moz-box-shadow: 0 0 10px #000; } } .menu2 li { @@ -319,8 +319,8 @@ margin-bottom:7px; #remember a{text-decoration:none;font-size:11px;display:block;z-index:30;} #furie3 { position: absolute; - left:294px; - margin-top:250px; + left:298px; + margin-top:295px; z-index: 10; } |
