blob: 8075e9b1efc8bfb3d6e378c28a21964c9327d3fe (
plain)
1
2
3
4
5
6
7
8
9
|
@import url(../main.css);
body {
font-size: 12px; font-family: "DejaVu Sans Mono", monospace; font-style: normal; font-weight: normal; margin: 0;
background: url("../images/kopete.png"); background-position: center; background-attachment: fixed; background-repeat: no-repeat; background-color: black
}
.imageContainer { margin: 4px 4px 4px 4px; display: block }
.buddyIcon { width: 48px; float: right; border-style: dotted none; border-width: 2px medium; border-color: #666 white }
|