From d4fbf9c656495167afeffee49e5f3fe58b41564f Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Thu, 18 Mar 2010 08:09:30 -0400 Subject: PROD --- static/browser.css | 80 ++++++++++++++++++++++++++++---- static/dump.css | 44 ++++++++++++++---- static/header.css | 65 ++++++++++++++------------ static/profile.css | 55 +++++++++++----------- static/search/browser.html | 112 +++++++++------------------------------------ static/tumblricon.png | Bin 458 -> 503 bytes 6 files changed, 194 insertions(+), 162 deletions(-) diff --git a/static/browser.css b/static/browser.css index a0c2135..d2edaf0 100755 --- a/static/browser.css +++ b/static/browser.css @@ -1,16 +1,75 @@ /* pichat.css */ -body { - + body { + font-size:13; + font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; + margin:2%; background:#EEF2FF url(/static/fade-blue.png) top center repeat-x; background-repeat:repeat-x; background-position:top; - margin: 0; - - margin:0; } - +#rapper{ +} + #container { + text-align: left; + font-family: sans-serif; + color: #4E4848; + margin-left: auto; + margin-right: auto; + width: 1200px; + } + #description {display:none;width:790px;} + #description div, .post, .result {} + #description p > p,#description p {margin:0;line-height:1;width:800;} + #description img {float:left;margin:0 12px 12px 0;} +table.search{font-family:Verdana,Arial,Helvetica,sans-serif;text-align:left;font-size:11px;color:#333} +.gsc-trailing-more-results,.gsc-resultsHeader, +.gsc-search-box{display:none;} +.gsc-results{padding-left:0px;} +#searchControl +.gsc-control{width:600;height:30;padding:0px;padding-left:0;}select, label{font:bold 11px Arial,Helvetica,sans-serif;color:#003;text-transform:uppercase;margin-right:5px;} +input#q{width:400;height:25px;font:bold Arial,Helvetica,sans-serif;color:#F00;} +input#submit{ + + width:100px; +height:28px; +font-size:20px; +background-image:url(/static/bg-btn-blue.png); + text-align:center; + z-index:100; + cursor:pointer; + background-color:#087cff; + font-size:12px; + color:#fff; + text-shadow:1px 1px 3px rgba(0,0,0,0.5); +} +#logo{padding-left:20;} + +#ish{width:520; +padding:20; +height:550; +background-color:#fff; +border:1px solid #f0e0d6; + box-shadow: 0 0 10px #d8dbde, 0px 0px 10px #d8dbde; + -webkit-box-shadow: 0 0 10px #d8dbde, 0px 0px 10px #d8dbde; + -moz-box-shadow: 0 0 10px #d8dbde, 0px 0px 10px #d8dbde; + background-color:#ffffee; + background-image:url(/static/chanbg.png); + background-repeat:repeat-x; + border-top-left-radius:15px; + border-top-right-radius:15px; + -webkit-border-top-left-radius:15px; + -webkit-border-top-right-radius:15px; + -moz-border-radius-topleft:15px; + -moz-border-radius-topright:15px; + border-bottom-left-radius:15px; + border-bottom-right-radius:15px; + -webkit-border-bottom-left-radius:15px; + -webkit-border-bottom-right-radius:15px; + -moz-border-radius-bottomleft:15px; + -moz-border-radius-bottomright:15px; +} #content{ z-index: 3; @@ -23,9 +82,6 @@ body { top:80px; } -#rapper { - top: 0px; -} #footerc { @@ -451,6 +507,12 @@ background-color:#f3f3f3; padding-bottom:12px; left: -40px; } + #logo7{ + font-size:30; + text-shadow: 1px 1px 1px #000, 2px 3px 1px #f0e; +color:#fff; +font-weight:bold; +} p { font-family: Verdana, Arial, Helvetica, sans-serif; diff --git a/static/dump.css b/static/dump.css index 92ea9fb..36f3231 100755 --- a/static/dump.css +++ b/static/dump.css @@ -1,18 +1,46 @@ /* pichat.css */ body { + background:#EEF2FF url(/static/fade-blue.png) top center repeat-x; margin:0; + background-repeat:repeat-x; background-position:top; overflow:hidden; } - #topic { - z-index: 5000; - display: inline; - background-color: white; - } + +a { + font-size: 12px; + color: #000; +} +a:link { + text-decoration: none; +} +a:visited { + text-decoration: none; + color: #000; +} +a:hover { + text-decoration: none; + color: #00F; +} +a:active { + text-decoration: none; + color: #000; +} +.white a:link { + text-decoration: none; + font-size:14px; + + color: #fff; +} +.white a:visited { + text-decoration: none; + font-size:14px; + color: #fff; +} #content{ z-index: 3; overflow: auto; @@ -138,7 +166,7 @@ top:15px; text-align:center; z-index:100; cursor:pointer; - background-color:red; + background-color:#0c8fff; font-size:12px; color:#fff; text-shadow:1px 1px 3px rgba(0,0,0,1); @@ -163,7 +191,7 @@ text-indent:28; text-align:center; z-index:100; cursor:pointer; -background-color:yellow; +background-color:#0c8fff; font-size:12px; color:#fff; background-image:url(/static/cambutton.png); @@ -254,7 +282,7 @@ text-indent:24; text-align:center; z-index:100; cursor:pointer; -background-color:blue; +background-color:#0c8fff; font-size:12px; color:#fff; background-image:url(/static/upbutton.png); diff --git a/static/header.css b/static/header.css index 633ffa3..4f82f58 100755 --- a/static/header.css +++ b/static/header.css @@ -1,22 +1,3 @@ -a { - font-size: 12px; - color: #000; -} -a:link { - text-decoration: none; -} -a:visited { - text-decoration: none; - color: #000; -} -a:hover { - text-decoration: none; - color: #00F; -} -a:active { - text-decoration: none; - color: #000; -} .white a:link { text-decoration: none; font-size:14px; @@ -60,9 +41,6 @@ background-repeat:repeat-x; left: 0px; } - -.share-buttons img { cursor: pointer; } - #bar7{ top:12px; position:absolute; @@ -111,7 +89,37 @@ margin-top:2; } #logout7 a:hover{font-size:11px; color:#fff; -text-shadow: 2px 3px 1px #f0e, 3px 3px 1px #fff; +text-shadow: 0px 0px 0.3px #fff; +} +a { + font-size: 12px; + color: #000; +} +a:link { + text-decoration: none; +} +a:visited { + text-decoration: none; + color: #000; +} +a:hover { + text-decoration: none; + color: #00F; +} +a:active { + text-decoration: none; + color: #000; +} +.white a:link { + text-decoration: none; + font-size:14px; + + color: #fff; +} +.white a:visited { + text-decoration: none; + font-size:14px; + color: #fff; } #logo7{ margin-left: 3px; @@ -137,7 +145,7 @@ color:#fff; } #vippp{ - top:2px; + top:0px; position:absolute; font-family: Arial, Helvetica, sans-serif; background-image:url(/static/20bar7.ng); @@ -148,15 +156,16 @@ color:#fff; text-indent:14; line-height:1.8; text-shadow: -1px 1px 0px #; - right: 50px; - - margin-right: 3%; + right:65px; +text-transform:capatalize; + margin-right:0; letter-spacing:.2px; z-index: 999; } -#vippp a{color:fff;font-size:12; +#vippp a{color:fff;font-size:11; } #vippp a:hover{color:fff; +text-shadow: 0px 0px 0.3px #fff; } #rapper7{ top: 0px; diff --git a/static/profile.css b/static/profile.css index 8b8155b..3d5187e 100755 --- a/static/profile.css +++ b/static/profile.css @@ -1,4 +1,31 @@ - #profile { + #edit-toggle{ +position:absolute; +top:0; +right:0; +height:auto; +background-image:url(/static/upload.png); +width:auto; +padding:2; +text-align:center; +background-color:#0c8fff; +border-bottom:1px solid #f0e0d6; +border-left:1px solid #f0e0d6; + box-shadow:5px 5px 5px #d8dbde; + -webkit-box-shadow:5px 5px 5px #d8dbde; + -moz-box-shadow:5px 5px 5px #d8dbde; + +} +#edit-toggle a{font-size:12; +letter-spacing:; + text-shadow: 1px 1px 1px #ccc; +color:#fff; +} +#edit-toggle a:hover{font-size:12; +letter-spacing:; +color:#fff; text-shadow: 1px 1px 1px #ccc; +} + + #profile { float: right; padding: 20px; width:auto; @@ -43,31 +70,7 @@ background-image:url(/static/leftarrow.png); margin-top:-22; } -#edit-toggle{ -position:absolute; -top:0; -right:0; -height:auto; -background-image:url(/static/upload.png); -width:auto; -padding:2; -text-align:center; -border-bottom:1px solid #f0e0d6; -border-left:1px solid #f0e0d6; - box-shadow:5px 5px 5px #d8dbde; - -webkit-box-shadow:5px 5px 5px #d8dbde; - -moz-box-shadow:5px 5px 5px #d8dbde; -} -#edit-toggle a{font-size:12; -letter-spacing:; - text-shadow: 1px 1px 1px #ccc; -color:#fff; -} -#edit-toggle a:hover{font-size:12; -letter-spacing:; -color:#fff; text-shadow: 1px 1px 1px #ccc; -} #logavatar img{ max-width:20px; width: expression(this.width > 20 ? 20: true); @@ -80,7 +83,7 @@ margin-top:0; -moz-box-shadow: 0 0 10px #d8dbde, 2px 2px 5px #d8dbde; } #chatrap{ - width:610; + width:650; margin-left:auto; margin-right: auto ; diff --git a/static/search/browser.html b/static/search/browser.html index 1bd8ff2..a3e6f17 100755 --- a/static/search/browser.html +++ b/static/search/browser.html @@ -1,84 +1,8 @@ -dump.fm - image search - - - +dump.fm + @@ -87,14 +11,17 @@ background-image:url(/static/bg-btn-blue.png); +
- - +
image search

@@ -130,21 +57,24 @@ background-image:url(/static/bg-btn-blue.png);