X-Git-Url: http://git.veekun.com/zzz-spline-forum.git/blobdiff_plain/ada04281f0d79218f32415acf570a627dc68bde7..53a1b80b0d77912434513cd878f71c2520fbc0a4:/splinext/forum/templates/css/forum.mako diff --git a/splinext/forum/templates/css/forum.mako b/splinext/forum/templates/css/forum.mako index dd35bfd..6400dd9 100644 --- a/splinext/forum/templates/css/forum.mako +++ b/splinext/forum/templates/css/forum.mako @@ -9,7 +9,16 @@ 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 td.name .forum-description { padding: 0.33em 0.5em; color: #404040; } -table.forum-list .stats { width: 10em; text-align: center; } +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; }