summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xstatic/css/dump.css35
-rw-r--r--template/messagepane.st46
2 files changed, 32 insertions, 49 deletions
diff --git a/static/css/dump.css b/static/css/dump.css
index d215674..3a162b1 100755
--- a/static/css/dump.css
+++ b/static/css/dump.css
@@ -503,7 +503,7 @@ a.msg-image-zoom img.zoom-icon:hover {
}
#inpage-search-results{
position: absolute;
- top:50px;
+ top:47px;
width:100%;
text-align: center;
left: 0;
@@ -537,7 +537,7 @@ a.msg-image-zoom img.zoom-icon:hover {
width: 95%;
margin-left: auto;
margin-right: auto;
- position: absolute;
+ position: relative;
z-index: 1005;
text-align: right;
display: none;
@@ -545,10 +545,18 @@ a.msg-image-zoom img.zoom-icon:hover {
padding-right: 8px;
}
#search-message {
+ background-color: #eee;
font-size: medium;
padding: 4px;
+ -moz-box-shadow: 0 0 10px #D8DBDE, 0 0 2px #000000;
+ -webkit-box-shadow: 0 0 10px #D8DBDE, 0 0 2px #000000;
+ box-shadow: 0 0 10px #D8DBDE, 0 0 2px #000000;
+ border-radius: 8px;
+ -webkit-border-radius: 8px;
+ -moz-border-radius: 8px;
}
#search-controls a {
+ background-color: #eee;
-moz-box-shadow: 0 0 10px #D8DBDE, 0 0 2px #000000;
-webkit-box-shadow: 0 0 10px #D8DBDE, 0 0 2px #000000;
box-shadow: 0 0 10px #D8DBDE, 0 0 2px #000000;
@@ -1987,6 +1995,27 @@ max-width:80%;
font-size:20px;font-weight:bold;word-spacing:-3px;
}
+#chatbuttons {
+ font-size: 9px;
+ position: fixed;
+ right: 5px;
+ bottom: 0px;
+ z-index: 10;
+}
+#textbutton, #imgbutton, #clearbutton {
+ float: right;
+ background: #fff;
+ color: #666;
+ margin-left: 15px;
+ height: 20px;
+}
+#clearbutton {
+ text-decoration: underline
+ cursor: pointer;
+ display: none;
+}
+
+
/*DIS STUFF*/
#dissearchbox{position:absolute;right:55px;display:inline-block;top:19px;}
#toptoolsdis{position:absolute;left:155px;display:inline-block;top:2px;}
@@ -2129,4 +2158,4 @@ color:#000; text-shadow: 0px 1px 0px #fff;
#pwreset a{
margin-left:20px;color:#66AACC;
font-size:11px;
-} \ No newline at end of file
+}
diff --git a/template/messagepane.st b/template/messagepane.st
index d5247f0..0f910de 100644
--- a/template/messagepane.st
+++ b/template/messagepane.st
@@ -1,50 +1,4 @@
<div id="messagePane">
- <style>
- #chatbuttons {
- font-size: 9px;
- position: fixed;
- right: 5px;
- bottom: 0px;
- }
- #textbutton, #imgbutton, #clearbutton {
- float: right;
- background: #fff;
- color: #666;
- z-index: 0;
- margin-left: 15px;
- height: 20px;
- }
- #clearbutton {
- text-decoration: underline
- cursor: pointer;
- display: none;
- }
- </style>
- <div id="chatbuttons">
- <div id="textbutton">
- <span>show text?</span>
- <input type="checkbox">
- </div>
- <div id="imgbutton">
- <span>show imgs?</span>
- <input type="checkbox">
- </div>
- <div id="clearbutton">
- <span>clear screen</span>
- <input type="checkbox">
- </div>
- </div>
- <script>
- jQuery('#textbutton input').attr('checked', TextEnabled).change(setTextEnable);
- jQuery('#imgbutton input').attr('checked', ImgsEnabled).change(setImgsEnable);
- jQuery('#clearbutton input').click(function() {
- track('UI', 'ClearScreen');
- jQuery('.dump').remove();
- jQuery(this).removeAttr('checked');
- return false;
- });
- </script>
-
$if(user_nick)$
<div id="userList">
$users: { u |