diff options
Diffstat (limited to 'static/css/browser.css')
| -rwxr-xr-x | static/css/browser.css | 83 |
1 files changed, 6 insertions, 77 deletions
diff --git a/static/css/browser.css b/static/css/browser.css index d2edaf0..fcf48f2 100755 --- a/static/css/browser.css +++ b/static/css/browser.css @@ -4,7 +4,7 @@ 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:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x; background-repeat:repeat-x; background-position:top; @@ -21,7 +21,7 @@ } #description {display:none;width:790px;} #description div, .post, .result {} - #description p > p,#description p {margin:0;line-height:1;width:800;} + #description p > p,#description p {margin:0;line-height:1;width:auto;} #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, @@ -31,11 +31,10 @@ table.search{font-family:Verdana,Arial,Helvetica,sans-serif;text-align:left;font .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); +background-image:url(/static/img/bg-btn-blue.png); text-align:center; z-index:100; cursor:pointer; @@ -55,7 +54,7 @@ border:1px solid #f0e0d6; -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-image:url(/static/img/chanbg.png); background-repeat:repeat-x; border-top-left-radius:15px; border-top-right-radius:15px; @@ -172,7 +171,7 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#eee, offX=3, offY=4, height:35px; right:0px; font-size:20px; -background-image:url(/static/bg-btn-blue.png); +background-image:url(/static/img/bg-btn-blue.png); top:15px; text-align:center; z-index:100; @@ -259,7 +258,7 @@ text-decoration:none; display:block; width:100%; height:100%; -background-image:url(/static/moverc.png); +background-image:url(/static/img/moverc.png); background-repeat:repeat-x; color:#fff; text-decoration:none; @@ -327,76 +326,6 @@ background-color:#f3f3f3; } -#binfo { - font-family: Arial, Helvetica, sans-serif; - font-size: 11px; - bottom - #chatrap{ - top: 105px; - left:0px; - position:absolute; - width: 100%; - padding-bottom:20px; -} -#chatrap{ - top: 105px; - left:0px; - position:absolute; - width: 100%; - padding-bottom:20px; -} - -#input { - padding-right:15px; - line-height:22px; - font-size: 12px; -} - #loghead { - border-bottom:0px; - padding-left: -50px; - margin-right:60%; - width:70%; - letter-spacing:-3px; - color:#504F61; - height:28px; - font-size:33px; - font-family:Arial, Helvetica, sans-serif; - font-weight:bold; - text-transform:capitalize; - text-shadow: -6px 4px 4px #ccc; - padding-bottom:12px; - left: -40px; - background-color: #FFF; - top: 80px; - position: fixed; - } - -#logc -{ - margin-right:10%; - margin-left:10%; - background-color:#FFF; - padding-left: 40px; - padding-bottom: 30px; - padding-top: 15px; -} - - - #profile { - float: right; - border:1px solid #000; - padding: 20px; - width: 180px; - margin-right:15%; - background-color:#FFF; - background-image:url(/static/cloudbg2.png); - background-position:center; - z-index:10; - border-top-right-radius:5px; - -webkit-border-top-right-radius:5px; - -moz-border-radius-topright:5px; - min-height:600px; - } #chatrap{ top: 105px; left:0px; |
