8ba2b01f76166ee2f9c566eaea903bd4a468b94b
[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: 0.5em; }
8 table.forum-list .header-row th { vertical-align: middle; }
9 table.forum-list .name { text-align: left; }
10 table.forum-list td.name a { display: block; font-size: 1.5em; padding: 0.33em; }
11 table.forum-list td.name .forum-description { padding: 0.33em 0.5em; color: #404040; }
12 table.forum-list .last-post { width: 20em; }
13 table.forum-list td.last-post { line-height: 1.33; text-align: left; vertical-align: top; }
14 table.forum-list .stats { width: 8em; text-align: center; }
15 table.forum-list td.stats { line-height: 1.33; vertical-align: top; }
16 table.forum-list td.stats.verylow   { font-weight: bold; color: #aaaaaa; }
17 table.forum-list td.stats.low       { font-weight: bold; color: #aa5555; }
18 table.forum-list td.stats.okay      { font-weight: bold; color: #aa9555; }
19 table.forum-list td.stats.high      { font-weight: bold; color: #78aa55; }
20 table.forum-list td.stats.veryhigh  { font-weight: bold; color: #559eaa; }
21 table.forum-list td.stats.whoanelly { font-weight: bold; color: #6855aa; }
22
23 .forum-post-container { }
24 .forum-post { position: relative; margin: 1em 0; background: #fcfcfc; -moz-border-radius: 1em; -webkit-border-radius: 1em; }
25 .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; }
26 .forum-post .author .name { display: block; font-size: 1.5em; }
27 .forum-post .author .name .user-color-bar { display: block; font-size: 0.67em; width: auto; }
28 .forum-post .author .avatar { margin-bottom: 1em; }
29 .forum-post .author .avatar img { -moz-box-shadow: 0 0 2px black; }
30 .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; }
31 .forum-post .content { min-height: 12em; margin-right: 18.5em; padding: 1em; }
32 .forum-post:nth-child(2n) { background: #f4f4f4; }