Mercurial > public > sg101
comparison shoutbox/static/css/shoutbox.css @ 581:ee87ea74d46b
For Django 1.4, rearranged project structure for new manage.py.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 05 May 2012 17:10:48 -0500 |
parents | gpp/shoutbox/static/css/shoutbox.css@88b2b9cb8c1f |
children |
comparison
equal
deleted
inserted
replaced
580:c525f3e0b5d0 | 581:ee87ea74d46b |
---|---|
1 span.shoutbox-user { | |
2 font-weight: bold; | |
3 text-decoration: underline; | |
4 } | |
5 span.shoutbox-shout { | |
6 } | |
7 span.shoutbox-date { | |
8 font-style: italic; | |
9 } | |
10 div#shoutbox-smiley-frame { | |
11 margin: 0.5em 2px; | |
12 } | |
13 div#shoutbox-smiley-frame img { | |
14 padding: 1px 1px; | |
15 } | |
16 div.smiley_farm img { | |
17 border: 0; | |
18 cursor: pointer; | |
19 } | |
20 #shoutbox-shout-container { | |
21 margin: auto; | |
22 width: 142px; | |
23 height: 200px; | |
24 background-color: #bdd6d6; | |
25 border: 1px solid teal; | |
26 padding: 2px; | |
27 padding-left: 4px; | |
28 margin-bottom: 2px; | |
29 -moz-border-radius: 5px; | |
30 border-radius: 5px; | |
31 } | |
32 #shoutbox-shout-container p { | |
33 margin-left: 2px; | |
34 margin-right: 2px; | |
35 margin-top: 0.5em; | |
36 } |