Mercurial > public > sg101
diff gpp/shoutbox/static/css/shoutbox.css @ 312:88b2b9cb8c1f
Fixing #142; cut over to the django.contrib.staticfiles app.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 27 Jan 2011 02:56:10 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gpp/shoutbox/static/css/shoutbox.css Thu Jan 27 02:56:10 2011 +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; +} +#shoutbox-shout-container { + margin: auto; + width: 142px; + height: 200px; + background-color: #bdd6d6; + border: 1px solid teal; + padding: 2px; + padding-left: 4px; + margin-bottom: 2px; + -moz-border-radius: 5px; + border-radius: 5px; +} +#shoutbox-shout-container p { + margin-left: 2px; + margin-right: 2px; + margin-top: 0.5em; +}