diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2012-07-17 21:40:57 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2012-07-17 21:40:57 -0400 |
| commit | da15cfb1e452a0af4902272ba351d5a6d0d0b56a (patch) | |
| tree | 8525e56790625ab7b67e4c534fdf1739d0f592b6 /static/css | |
| parent | 38091d8e194aa48f6bd64e2cf8ccba6fd27c36a2 (diff) | |
update src, scripts, etc from 2012
Diffstat (limited to 'static/css')
| -rwxr-xr-x | static/css/dump.css | 108 |
1 files changed, 102 insertions, 6 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index 09dd59d..20bbc40 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -221,7 +221,7 @@ background-color:#fff; .msg-hover.content { cursor: pointer; - background-image:url("/static/img/thumbs/stripes.gif"); + background-image:url("/static/img/thumbs/stripes.png"); opacity:1.0; color:#000; background-position:bottom right; @@ -276,7 +276,7 @@ a.msg-image-zoom img.zoom-icon:hover { } .msgDiv.favorite{ - background-image:url("/static/img/thumbs/stripes.gif"); + background-image:url("/static/img/thumbs/stripes.png"); background-position:top right; background-position:bottom right; background-attachment:fixed; @@ -521,6 +521,9 @@ font-size:20px; min-width:500px;padding-right:38px;padding-left:1px; box-shadow: 2px 3px 4px #eee; } +#msgInput.over { + background: #cef; +} .msgInput { min-width:500px;width:100%; background-color:#eff5fb; @@ -646,10 +649,12 @@ border:1px solid #000; #webcam-button-close { /* 16 x 14 */ position: fixed; bottom: 450px; /* 240 + 68 - (16 / 2) */ - right: 495px; /* 320 - (14 / 2) */ + right: 490px; /* 320 - (14 / 2) */ z-index: 5001; -border:1px solid #000; +border:2px outset #000; +background:#ccc; cursor: pointer; + font-size:18px;font-family: Comic Sans MS, cursive;font-weight:100;text-shadow:1px 1px #ddd;color:#333;text-align:center; cursor:pointer;width:18px;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-o-user-select: none;user-select: none; } #webcam-preview { @@ -1779,7 +1784,7 @@ font-size:20px;font-weight:bold;word-spacing:-3px; #chatbuttons { font-size: 9px; position: fixed; - right: 5px; + right: 10px; margin-right:5px; bottom: 0px; z-index: 10; @@ -1969,7 +1974,7 @@ a.msgbtn:active { right: -262px; width: 245px; padding:7px; - background-image:url("/static/img/thumbs/stripes.gif"); + background-image:url("/static/img/thumbs/stripes.png"); border: 1px dotted #0C8FFF; top:50px; background-color:#fff; @@ -2269,4 +2274,95 @@ margin:7px; padding: 4px; } +.mute{float:left;font-size:18px;font-family: Comic Sans MS, cursive;font-weight:100;text-shadow:1px 1px #ddd;color:#333; cursor:pointer;width:20px;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-o-user-select: none;user-select: none;} +.unmute{float:left;font-size:18px;font-family: Comic Sans MS, cursive;font-weight:100;text-shadow:1px 1px #ddd;color:#333; cursor:pointer;width:20px;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-o-user-select: none;user-select: none;} + +#msgSubmit { + right: 325px; +} +#palette-button { + right: 285px; +} +#msginput { + padding-right: 68px; +} +#manual-palette-button { + border: 1px solid black; + background-color: #EFF5FB; + background-position: 4 2; + position: absolute; + background-image:url('http://dump.fm/images/20120709/1341873133967-dumpfm-ohgod-cpal.png'); + display: inline-block; + width: 40px; + height: 35px; + right: 245px; + top: 0; + padding-bottom: 1; + text-align: center; + cursor: pointer; + font-size: 12px; + color: white; + border-right: 0px; +} +#manual-palette { + position: absolute; + right: 30px; + bottom: 76px; + width: auto; + max-width: 350px; + min-width: 150px; + height: auto; + max-height: 400px; + min-height: 150px; + padding: 20px; + background-color: white; + z-index: 1000000001; + display: none; + overflow-y: auto; + box-shadow: 3px 4px 4px #C8CBCE; + border: 2px solid green; +} +#manual-palette-thumbs img { + max-width: 100px; + max-height: 100px; + cursor: pointer; + opacity: .9; + padding: 1; +} +#manual-add-url-txt { + position:absolute; + width:100%; + left:0px; + bottom:-2px; + outline:none; + border:none; + border-top:1px solid green; + background-color:#EFE; + padding: 2px 0 3px 2px; +} +#manual-add-button { + position:absolute; + bottom:-2px; + right:40px; + width:40px; + background-color:white; + border:1px solid green; + border-bottom:none; + border-right:none; +} +#manual-remove-button { + position:absolute; + bottom:-2px; + right:0px; + width:40px; + background-color:#FEE; + border:1px solid green; + border-bottom:none; + border-right:none; +} +#manual-palette-thumbs .error { + display: none; + width: 300px; + color: green; +} |
