summaryrefslogtreecommitdiff
path: root/static/css/header.css
diff options
context:
space:
mode:
authortimb <timb@mb.local>2010-04-11 12:23:49 -0700
committertimb <timb@mb.local>2010-04-11 12:23:49 -0700
commitb489d3df189b2a87e3d8b1ba321b9a8f2a441009 (patch)
treed3c5f21221f9e8e3cf7199ce77379840ffeb86ac /static/css/header.css
parente25c1aa942e11b3bcfd74d803f50796db14e47ff (diff)
parenta0ab1dd2f38437c69b51f95de10993f43aa7c8a2 (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/css/header.css')
-rwxr-xr-xstatic/css/header.css21
1 files changed, 13 insertions, 8 deletions
diff --git a/static/css/header.css b/static/css/header.css
index 5b3c023..bf2b0bd 100755
--- a/static/css/header.css
+++ b/static/css/header.css
@@ -34,13 +34,17 @@ margin-right:80%;
color: #fff;
}
-
+ @font-face {
+ font-family: dumparial ;
+ src: url(/static/img/dumparial.ttf) format("truetype");
+}
#header7{
background-image:url(/static/img/dblue2.png);
background-attachment:inherit;
margin: 0px auto -1px auto;
top: 0px;
height:49;
+
position:fixed;
background-position:7 -14;
background-repeat:repeat-x;
@@ -297,7 +301,7 @@ img.chat-thumb {
}
.buttons .share {
- opacity: 0.7;
+ opacity: 0.8;
}
.buttons .share:hover {
opacity: 1;
@@ -307,20 +311,21 @@ img.chat-thumb {
}
img.thumb {
position: absolute;
+image-rendering: -moz-crisp-edges;
margin-left: 0px;
margin-top: 0px;
- height: 16px;
- width: 16px;
- right: 10px;
- top: 10px;
+ height: 27px;
+ width: 27px;
+ right: 6px;
+ top: 3px;
display: block;
}
.thumb.favorite {
position: absolute;
margin-left: 0px;
margin-top: 0px;
- height: 16px;
- width: 16px;
+ height: 27px;
+ width: 27px;
display: block;
}