Populate those empty "activity" and "volume" columns. Show last posts. #315
[zzz-spline-forum.git] / splinext / forum / templates / css / forum.mako
index 6af5d50..6400dd9 100644 (file)
@@ -1,7 +1,24 @@
-table.forum-list { width: 100%; }
+ul.forum-hierarchy { margin: 0.25em 1em; color: #202020; }
+ul.forum-hierarchy li { margin: 0.25em; }
+
+.forum-access-level { font-size: 0.8em; padding: 0.25em 0.625em; font-style: italic; color: #606060; }
+.forum-access-level img { vertical-align: middle; }
+
+table.forum-list { width: 100%; margin-top: 0.5em; }
+table.forum-list .header-row th { vertical-align: middle; }
 table.forum-list .name { text-align: left; }
 table.forum-list td.name a { display: block; font-size: 1.5em; padding: 0.33em; }
-table.forum-list .stats { width: 10em; text-align: center; }
+table.forum-list td.name .forum-description { padding: 0.33em 0.5em; color: #404040; }
+table.forum-list .last-post { width: 20em; }
+table.forum-list td.last-post { line-height: 1.33; text-align: left; vertical-align: top; }
+table.forum-list .stats { width: 8em; text-align: center; }
+table.forum-list td.stats { line-height: 1.33; vertical-align: top; }
+table.forum-list td.stats.verylow   { font-weight: bold; color: #aaaaaa; }
+table.forum-list td.stats.low       { font-weight: bold; color: #aa5555; }
+table.forum-list td.stats.okay      { font-weight: bold; color: #aa9555; }
+table.forum-list td.stats.high      { font-weight: bold; color: #78aa55; }
+table.forum-list td.stats.veryhigh  { font-weight: bold; color: #559eaa; }
+table.forum-list td.stats.whoanelly { font-weight: bold; color: #6855aa; }
 
 .forum-post-container { }
 .forum-post { position: relative; margin: 1em 0; background: #fcfcfc; -moz-border-radius: 1em; -webkit-border-radius: 1em; }