summaryrefslogtreecommitdiff
path: root/static/css/header.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/header.css')
-rwxr-xr-xstatic/css/header.css54
1 files changed, 54 insertions, 0 deletions
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