summaryrefslogtreecommitdiff
path: root/static/css/dump.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/dump.css')
-rwxr-xr-xstatic/css/dump.css35
1 files changed, 32 insertions, 3 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
+}