Mercurial > public > sg101
comparison media/css/shoutbox.css @ 1:dbd703f7d63a
Initial import of sg101 stuff from private repository.
author | gremmie |
---|---|
date | Mon, 06 Apr 2009 02:43:12 +0000 |
parents | |
children | f408971657b9 |
comparison
equal
deleted
inserted
replaced
0:900ba3c7b765 | 1:dbd703f7d63a |
---|---|
1 span.shoutbox-user { | |
2 font-weight: bold; | |
3 text-decoration: underline; | |
4 } | |
5 span.shoutbox-shout { | |
6 } | |
7 span.shoutbox-date { | |
8 font-style: italic; | |
9 } | |
10 | |
11 div#shoutbox-smiley-frame { | |
12 margin: 0.5em 2px; | |
13 } | |
14 | |
15 div#shoutbox-smiley-frame img { | |
16 padding: 1px 1px; | |
17 } | |
18 | |
19 div.smiley_farm img { | |
20 border: 0; | |
21 cursor: pointer; | |
22 } | |
23 | |
24 #marqueecontainer { | |
25 position: relative; | |
26 width: 142; /*marquee width */ | |
27 height: 200px; /*marquee height */ | |
28 background-color: #bdd6d6; | |
29 overflow: hidden; | |
30 overflow: auto; | |
31 border: 1px solid teal; | |
32 padding: 2px; | |
33 padding-left: 4px; | |
34 margin-bottom: 2px; | |
35 } | |
36 |