mirror of
https://github.com/jimeh/modern_bubbling.git
synced 2026-02-19 11:56:38 +00:00
33 lines
528 B
CSS
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 */
|
|
|