summaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css')
-rwxr-xr-xstatic/css/dump.css47
-rw-r--r--static/css/dumpnewuser.css1
-rwxr-xr-xstatic/css/header.css54
-rw-r--r--static/css/log.css2
-rwxr-xr-xstatic/css/profile.css2
5 files changed, 103 insertions, 3 deletions
diff --git a/static/css/dump.css b/static/css/dump.css
index 6adbc77..5c912e7 100755
--- a/static/css/dump.css
+++ b/static/css/dump.css
@@ -204,6 +204,7 @@ text-indent:28;
background-color:#0c8fff;
font-size:12px;
color:#fff;
+
background-image:url(/static/img/cambutton.png);
text-shadow:1px 1px 3px rgba(0,0,0,1);
@@ -314,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 42f4b26..1aef0fe 100755
--- a/static/css/header.css
+++ b/static/css/header.css
@@ -266,4 +266,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
diff --git a/static/css/log.css b/static/css/log.css
index aad2b60..10b8e99 100644
--- a/static/css/log.css
+++ b/static/css/log.css
@@ -228,7 +228,7 @@ color:000;
max-width:500px;
width:500px;
text-overflow: ellipsis-word;
- padding: 18px;
+ padding: 18px 18px 6px 18px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-transform: uppercase;
diff --git a/static/css/profile.css b/static/css/profile.css
index 751d452..24c9af1 100755
--- a/static/css/profile.css
+++ b/static/css/profile.css
@@ -262,7 +262,7 @@ color:000;
width:500;
max-width:500px;
text-overflow: ellipsis-word;
- padding: 18px;
+ padding: 18px 18px 6px 18px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-transform: uppercase;