annotate media/css/shoutbox.css @ 272:4557974db0e0

For #114, committing a new shoutbox based on the jquery cycle plugin for user feedback.
author Brian Neal <bgneal@gmail.com>
date Sun, 26 Sep 2010 19:08:31 +0000
parents f408971657b9
children 2dbb657a2305
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
gremmie@1 11 div#shoutbox-smiley-frame {
gremmie@1 12 margin: 0.5em 2px;
gremmie@1 13 }
gremmie@1 14
gremmie@1 15 div#shoutbox-smiley-frame img {
gremmie@1 16 padding: 1px 1px;
gremmie@1 17 }
gremmie@1 18
gremmie@1 19 div.smiley_farm img {
gremmie@1 20 border: 0;
gremmie@1 21 cursor: pointer;
gremmie@1 22 }
gremmie@1 23
bgneal@12 24 #shoutbox-shout-container {
bgneal@272 25 margin: auto;
bgneal@272 26 width: 142px;
bgneal@272 27 height: 200px;
bgneal@272 28 background-color: #bdd6d6;
bgneal@272 29 border: 1px solid teal;
bgneal@272 30 padding: 2px;
bgneal@272 31 padding-left: 4px;
bgneal@272 32 margin-bottom: 2px;
bgneal@272 33 -moz-border-radius: 5px;
bgneal@272 34 border-radius: 5px;
gremmie@1 35 }
gremmie@1 36