annotate media/css/shoutbox.css @ 273:2dbb657a2305

For #114, a CSS tweak.
author Brian Neal <bgneal@gmail.com>
date Sun, 26 Sep 2010 19:15:46 +0000
parents 4557974db0e0
children 2a3285e32062
rev   line source
gremmie@1 1 span.shoutbox-user {
gremmie@1 2 font-weight: bold;
gremmie@1 3 text-decoration: underline;
gremmie@1 4 }
gremmie@1 5 span.shoutbox-shout {
gremmie@1 6 }
gremmie@1 7 span.shoutbox-date {
gremmie@1 8 font-style: italic;
gremmie@1 9 }
gremmie@1 10 div#shoutbox-smiley-frame {
gremmie@1 11 margin: 0.5em 2px;
gremmie@1 12 }
gremmie@1 13 div#shoutbox-smiley-frame img {
gremmie@1 14 padding: 1px 1px;
gremmie@1 15 }
gremmie@1 16 div.smiley_farm img {
gremmie@1 17 border: 0;
gremmie@1 18 cursor: pointer;
gremmie@1 19 }
bgneal@12 20 #shoutbox-shout-container {
bgneal@272 21 margin: auto;
bgneal@272 22 width: 142px;
bgneal@272 23 height: 200px;
bgneal@272 24 background-color: #bdd6d6;
bgneal@272 25 border: 1px solid teal;
bgneal@272 26 padding: 2px;
bgneal@272 27 padding-left: 4px;
bgneal@272 28 margin-bottom: 2px;
bgneal@272 29 -moz-border-radius: 5px;
bgneal@272 30 border-radius: 5px;
gremmie@1 31 }
bgneal@273 32 #shoutbox-shout-container p {
bgneal@273 33 margin-left: 2px;
bgneal@273 34 margin-top: 2px;
bgneal@273 35 }