Initial import.

This commit is contained in:
2009-08-25 12:13:08 +03:00
commit 334768087b
799 changed files with 9126 additions and 0 deletions

View File

@@ -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 */