Mercurial > public > sg101
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/media/css/shoutbox.css Mon Apr 06 02:43:12 2009 +0000 @@ -0,0 +1,36 @@ +span.shoutbox-user { + font-weight: bold; + text-decoration: underline; +} +span.shoutbox-shout { +} +span.shoutbox-date { + font-style: italic; +} + +div#shoutbox-smiley-frame { + margin: 0.5em 2px; +} + +div#shoutbox-smiley-frame img { + padding: 1px 1px; +} + +div.smiley_farm img { + border: 0; + cursor: pointer; +} + +#marqueecontainer { +position: relative; +width: 142; /*marquee width */ +height: 200px; /*marquee height */ +background-color: #bdd6d6; +overflow: hidden; +overflow: auto; +border: 1px solid teal; +padding: 2px; +padding-left: 4px; +margin-bottom: 2px; +} +