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

33 lines
523 B
CSS

/* @group header */
#Chat {
/* height of visible part of #header */
padding-top: 29px;
}
#header {
font-family: helvetica, sans-serif;
height: 40px;
text-shadow: #505050 0px 1px 2px;
}
#header .bar {
background-image: url("../../../images/_headers/glass.png");
height: 40px;
margin-top: -40px;
}
#header .bar .left {
font-size: 16px;
letter-spacing: 0px;
top: 6px;
left: 10px;
}
#header .bar .right {
font-size: 14px;
letter-spacing: 0px;
top: 7px;
right: 10px;
}
/* @end */