summaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css')
-rwxr-xr-xstatic/css/dump.css46
-rw-r--r--static/css/dumpnewuser.css1
-rwxr-xr-xstatic/css/header.css54
3 files changed, 100 insertions, 1 deletions
diff --git a/static/css/dump.css b/static/css/dump.css
index 101f7f5..5c912e7 100755
--- a/static/css/dump.css
+++ b/static/css/dump.css
@@ -315,6 +315,52 @@ margin:-2;
color: #666;
}
+#palette-button {
+ border-top-right-radius:10px;
+ -webkit-border-top-right-radius:5px;
+ -moz-border-radius-topright:5px;
+ border-bottom-right-radius:5px;
+ -webkit-border-bottom-right-radius:5px;
+ -moz-border-radius-bottomright:5px;
+ border-radius:5px;
+ position:absolute;
+/* display:inline-block;*/
+ display: none;
+ width:40px;
+ height:34px;
+ right:260px;
+ top:15px;
+ padding-bottom:1;
+ text-align:center;
+ z-index:100;
+ cursor:pointer;
+ background-color:#0c8fff;
+ font-size:12px;
+ color:#fff;
+ text-shadow:1px 1px 3px rgba(0,0,0,1);
+}
+
+#palette {
+ position: absolute;
+ right: 30px;
+ bottom: 80px;
+ width: 420px;
+ height: 400px;
+ background-color: black;
+ z-index: 1000000000;
+ display: none;
+ overflow-y: scroll;
+}
+
+#palette-thumbs {
+}
+
+#palette-thumbs img {
+ max-width: 100px;
+ max-height: 100px;
+}
+
+
#userList {
overflow-x: hidden;
overflow-y:auto;
diff --git a/static/css/dumpnewuser.css b/static/css/dumpnewuser.css
index 492b4ac..1c92e62 100644
--- a/static/css/dumpnewuser.css
+++ b/static/css/dumpnewuser.css
@@ -1,4 +1,3 @@
-/* pichat.css */
body {
diff --git a/static/css/header.css b/static/css/header.css
index 2e6a3e6..b56b73e 100755
--- a/static/css/header.css
+++ b/static/css/header.css
@@ -260,4 +260,58 @@ background-image:url(/static/img/ieburnbtn.gif); font-size:40;color:white;height
padding-right:400;padding-left:50;
font-weight:bold;
+}
+
+.thumb {
+ cursor:pointer;
+}
+
+img.chat-thumb {
+ position: absolute;
+ /*margin-top: -10px;*/
+ width: 16px;
+ height: 16px;
+ bottom: 4px;
+ right: 4px;
+ /*left: 4px;*/
+ display: block;
+ margin: 0;
+ padding: 0;
+}
+
+
+.dump .nick {
+ position: relative;
+ padding-right: 15px;
+}
+
+/* sharing */
+.buttons{
+ cursor:pointer;
+ padding-top: 8px;
+}
+.buttons .share {
+ opacity: 0.2;
+}
+.buttons .share:hover {
+ opacity: 1;
+}
+.buttons .other-sites {
+ padding-left: 20px;
+}
+.buttons img.thumb {
+ position: absolute;
+ margin-left: 0px;
+ margin-top: 0px;
+ height: 16px;
+ width: 16px;
+ display: block;
+}
+.buttons .thumb.favorite {
+ position: absolute;
+ margin-left: 0px;
+ margin-top: 0px;
+ height: 16px;
+ width: 16px;
+ display: block;
} \ No newline at end of file