view 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
line wrap: on
line source
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;
}