X-Git-Url: http://git.veekun.com/zzz-spline-forum.git/blobdiff_plain/3d22d513717cc7d52fc07eeece5cf81fb6ec6ee9..53a1b80b0d77912434513cd878f71c2520fbc0a4:/splinext/forum/templates/css/forum.mako?ds=sidebyside diff --git a/splinext/forum/templates/css/forum.mako b/splinext/forum/templates/css/forum.mako index 0a2244b..6400dd9 100644 --- a/splinext/forum/templates/css/forum.mako +++ b/splinext/forum/templates/css/forum.mako @@ -4,10 +4,21 @@ 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: 1em; } +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; }