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