diff options
Diffstat (limited to 'static/css/dump.css')
| -rwxr-xr-x | static/css/dump.css | 168 |
1 files changed, 109 insertions, 59 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index 1abf7fa..3f0dea9 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -2062,26 +2062,119 @@ font-size:20px;font-weight:bold;word-spacing:-3px; /*DIS STUFF*/ #dissearchbox{position:absolute;right:55px;display:inline-block;top:19px;} #toptoolsdis{position:absolute;left:155px;display:inline-block;top:2px;} -#disregister{ -left:8; -color:#fff; - position: absolute; -top:-14; -filter:alpha(opacity=90); - -moz-opacity:0.9; - -khtml-opacity: 0.9; - opacity: 0.9;color:#000; -font-size:15px; - padding:0px 5px 0px 0px; - text-decoration:none; - background-color:#fff; +#bar7dis { + right: 142px; + top: -7px; +} + #bar7dis a { + display: block; + border: 1px solid #CCC; + box-shadow:2px 3px 10px #BBB; + height: 16px; + padding: 20px 4px 4px; + text-indent: 0; + width: 16px; + -moz-box-shadow: 2px 3px 10px #BBB; + -webkit-box-shadow: 2px 3px 10px #BBB; + } + #bar7dis a img { + display: block; + margin: 0 auto; + } + #bar7dis a#disregister { + background: #FCF0AD; + border: none; + border-top: 10px solid #f6eaaa; + color: #fe1409; + cursor: pointer;position:absolute; + font-size: 20px;left:-40px; + font-weight: bold; + line-height: 1em; + opacity: 1.0; + padding: 25px 10px 40px; + top: 8px; + width: auto; + -webkit-transform: rotate(-9deg); + -moz-transform: rotate(-9deg); + transform: rotate(-9deg); + } + #bar7dis a#disregister:hover { + background: #E9E74A; + border-top: 10px solid #e1df47; + } +#midtxt{ +padding-left:45px; +padding-right:40px; +padding-bottom:45px; + color: #000; + font: 25px Helvetica, Arial, Sans-Serif; + text-shadow: 1px 1px #eee, 2px 2px #eee, 3px 3px #eee,4px 4px #eee,5px 5px #eee; +text-align: justify; text-justify: newspaper +} +#dis_welcome { + background-image: url(http://dump.fm/static/img/hearts.gif); + position: fixed; + top: 0; + left: 0; + bottom: 0; + right: 0; + opacity: .8; + z-index: 6; + text-align: left; + text-indent: -6000px; + } + #dis_frame { + height: 300px; + overflow-x: hidden; + width: 100%; + } + #dis_content { + background-color: rgba(255, 255, 255, 0.8)!important; + border: 1px solid #CCC; + top: 426px; + box-shadow: 0 3px 10px #110000; + height: auto; + padding: 20px; + position: absolute; + left: 0; + line-height: 1em; + right: 0; + text-align: center; + left:50%; + margin-left: -250px; + width:460px; + /*top: 547px;*/ + z-index: 8; + -moz-box-shadow: 0 3px 10px #110000; + -webkit-box-shadow: 0 3px 10px #110000; + + } + #dis_welcome #dis_content { + display: none; + } + #dis_content a { + color: #3B5998; + } + #dis_content a:hover { text-decoration: underline; } +.divDragTitle { + border: 1px solid #CCC; + border-top: 1px solid #666; + left:50%!important; background:#f0f9ff url(/static/img/fade-blue.png) top center repeat-x; + margin-left: -250px!important; } -#disregister a:link, a:visited { - color:#000; - text-decoration:none; +.divDragContent { + + left:50%!important; + margin-left: -250px!important; + +} + +#dissearchbox { + top: 20px; } + #dislogout7{ top:-1px; height:14px; @@ -2104,46 +2197,3 @@ background-color:#fff; #dislogout7 a:hover{font-size:10px; color:#000; text-shadow: 0px 1px 0px #fff; } -#backgroundPopup{ -display:none; -position:fixed; -_position:absolute; /* hack for internet explorer 6*/ -height:100%; -width:100%; -top:0; -left:0; -background:#000000; -border:1px solid #cecece; -z-index:1; -} -#popupContact{ -display:none; -position:fixed; -_position:absolute; /* hack for internet explorer 6*/ -height:384px; -width:408px; -background:#FFFFFF; -border:2px solid #cecece; -z-index:2; -padding:12px; -font-size:13px; -} -#popupContact h1{ -text-align:left; -color:#6FA5FD; -font-size:22px; -font-weight:700; -border-bottom:1px dotted #D3D3D3; -padding-bottom:2px; -margin-bottom:20px; -} -#popupContactClose{ -font-size:14px; -line-height:14px; -right:6px; -top:4px; -position:absolute; -color:#6fa5fd; -font-weight:700; -display:block; -} |
