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