mirror of
https://github.com/jimeh/modern_bubbling.git
synced 2026-02-19 11:56:38 +00:00
Initial import.
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
/* @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 */
|
||||
|
||||
Reference in New Issue
Block a user