diff options
| author | sostler <sbostler@gmail.com> | 2010-04-11 16:50:45 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-04-11 16:50:45 -0400 |
| commit | 5587ef8a9b45ba7c969df2643ab1baa2591e2be4 (patch) | |
| tree | acbb7dd475eee49aa3ce98af60175e756b2bd76a /static/css | |
| parent | 57c3298cbb88181ab2a9e2dd5309b7a5df6eb30f (diff) | |
| parent | b489d3df189b2a87e3d8b1ba321b9a8f2a441009 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/directory.css | 1 | ||||
| -rwxr-xr-x | static/css/dump.css | 2 | ||||
| -rwxr-xr-x | static/css/header.css | 17 | ||||
| -rw-r--r-- | static/css/index.css | 3 | ||||
| -rw-r--r-- | static/css/log.css | 1 | ||||
| -rwxr-xr-x | static/css/profile.css | 2 |
6 files changed, 25 insertions, 1 deletions
diff --git a/static/css/directory.css b/static/css/directory.css index 2a4d5f1..67e3ccd 100644 --- a/static/css/directory.css +++ b/static/css/directory.css @@ -41,6 +41,7 @@ z-index:5555; } #logavatar img{ +image-rendering: -moz-crisp-edges; max-width:50px; width: expression(this.width > 50 ? 50: true); max-height:50px; diff --git a/static/css/dump.css b/static/css/dump.css index 40e29c8..e3d81c3 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -471,7 +471,7 @@ background-color:#f3f3f3; max-height:30px; height: expression(this.width > 30 ? 30: true); max-width:30px; - +image-rendering: -moz-crisp-edges; float:right; right:1px; z-index:77; diff --git a/static/css/header.css b/static/css/header.css index 4c64c72..bf2b0bd 100755 --- a/static/css/header.css +++ b/static/css/header.css @@ -328,3 +328,20 @@ image-rendering: -moz-crisp-edges; width: 27px; display: block; } + +a.youtube { + position: relative; +} + +.youtube .youtube-thumb { + width: 130px; + height: 97px; + padding-bottom: 22px; + margin: 0; +} +.youtube .youtube-controls { + position: absolute; + left: 0; + bottom: 0; + margin: 0; +}
\ No newline at end of file diff --git a/static/css/index.css b/static/css/index.css index 24a28da..f64b448 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -7,6 +7,9 @@ body { background-position:top; } +#video{ +display:none; +} #content{ margin:6%; } diff --git a/static/css/log.css b/static/css/log.css index 10b8e99..670bdd8 100644 --- a/static/css/log.css +++ b/static/css/log.css @@ -40,6 +40,7 @@ z-index:5555; } #logavatar img{ +image-rendering: -moz-crisp-edges; max-width:50px; width: expression(this.width > 50 ? 50: true); max-height:50px; diff --git a/static/css/profile.css b/static/css/profile.css index 4429a91..902cac7 100755 --- a/static/css/profile.css +++ b/static/css/profile.css @@ -32,6 +32,7 @@ letter-spacing:; width:auto; position:absolute; top:29px; +image-rendering: -moz-crisp-edges; left:545; max-width:180; margin-top:34px; @@ -96,6 +97,7 @@ margin-top:0; box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #d8dbde; -webkit-box-shadow: 0 0 10px #d8dbde, 0px 0px 5px #d8dbde; -moz-box-shadow: 0 0 10px #d8dbde, 2px 2px 5px #d8dbde; + } #chatrap{ width:650; |
