Show access levels and context everywhere!
[zzz-spline-forum.git] / splinext / forum / templates / css / forum.mako
1 ul.forum-hierarchy { margin: 0.25em 1em; color: #202020; }
2 ul.forum-hierarchy li { margin: 0.25em; }
3
4 .forum-access-level { font-size: 0.8em; padding: 0.25em 0.625em; font-style: italic; color: #606060; }
5 .forum-access-level img { vertical-align: middle; }
6
7 table.forum-list { width: 100%; margin-top: 1em; }
8 table.forum-list .name { text-align: left; }
9 table.forum-list td.name a { display: block; font-size: 1.5em; padding: 0.33em; }
10 table.forum-list .stats { width: 10em; text-align: center; }
11
12 .forum-post-container { }
13 .forum-post { position: relative; margin: 1em 0; background: #fcfcfc; -moz-border-radius: 1em; -webkit-border-radius: 1em; }
14 .forum-post .author { position: absolute; top: 2.2em; right: 0; bottom: 0; width: 16em; padding: 0 1em; margin: 1em 0; border-left: 1px solid #b4c7e6; }
15 .forum-post .author .name { display: block; font-size: 1.5em; }
16 .forum-post .author .name .user-color-bar { display: block; font-size: 0.67em; width: auto; }
17 .forum-post .author .avatar { margin-bottom: 1em; }
18 .forum-post .author .avatar img { -moz-box-shadow: 0 0 2px black; }
19 .forum-post .meta { padding: 0.5em 1em; border: 1px solid #b4c7e6; background: url(${h.static_uri('local', 'images/layout/th-background.png')}) left bottom repeat-x; -moz-border-radius-topleft: 0.5em; -moz-border-radius-topright: 0.5em; -webkit-border-top-left-radius: 0.5em; -webkit-border-top-right-radius: 0.5em; }
20 .forum-post .content { min-height: 12em; margin-right: 16.5em; padding: 1em; }
21 .forum-post:nth-child(2n) { background: #f4f4f4; }