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

33 lines
528 B
CSS

/* @group header */
#Chat {
/* height of visible part of #header */
padding-top: 22px;
}
#header {
font-family: "Lucida Grande", sans-serif;
height: 35px;
text-shadow: #000 0px 2px 1px;
}
#header .bar {
background-image: url("../../../images/_headers/leopard.png");
height: 35px;
margin-top: -35px;
}
#header .bar .left {
font-size: 13px;
letter-spacing: 0px;
top: 3px;
left: 13px;
}
#header .bar .right {
font-size: 11px;
letter-spacing: 0px;
top: 4px;
right: 13px;
}
/* @end */