X-Git-Url: http://git.veekun.com/zzz-spline-forum.git/blobdiff_plain/ada04281f0d79218f32415acf570a627dc68bde7..eda83e616ace71957edf96a49a6e80ea3ae27b2a:/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 dd35bfd..e36cb40 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; } @@ -19,5 +28,6 @@ table.forum-list .stats { width: 10em; text-align: center; } .forum-post .author .avatar { margin-bottom: 1em; } .forum-post .author .avatar img { -moz-box-shadow: 0 0 2px black; } .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; } -.forum-post .content { min-height: 12em; margin-right: 16.5em; padding: 1em; } +.forum-post .meta a { display: block; float: right; } +.forum-post .content { min-height: 12em; margin-right: 18.5em; padding: 1em; } .forum-post:nth-child(2n) { background: #f4f4f4; }