Files
2009-08-25 12:13:08 +03:00

33 lines
518 B
CSS

/* @group header */
#Chat {
/* height of visible part of #header */
padding-top: 39px;
}
#header {
font-family: helvetica, sans-serif;
height: 49px;
text-shadow: #1f4971 0px 1px 2px;
}
#header .bar {
background: url("../../../images/_headers/tiger.png");
height: 49px;
margin-top: -49px;
}
#header .bar .left {
font-size: 21px;
letter-spacing: 0px;
top: 8px;
left: 11px;
}
#header .bar .right {
font-size: 16px;
letter-spacing: 0px;
top: 11px;
right: 10px;
}
/* @end */