From aeff0a69b100d2cfa5896d043aa1891b993a7a5f Mon Sep 17 00:00:00 2001 From: Michael Save Date: Fri, 4 May 2012 00:21:16 +1000 Subject: [PATCH] minor CSS fixes --- inc/config.php | 8 ++++---- stylesheets/style.css | 28 +++++++++++++++++++++++----- templates/post_thread.html | 8 ++------ 3 files changed, 29 insertions(+), 15 deletions(-) diff --git a/inc/config.php b/inc/config.php index 06e100ea..eb70f932 100644 --- a/inc/config.php +++ b/inc/config.php @@ -786,22 +786,22 @@ $config['mod']['link_move'] = '[Move]'; // Moderator capcodes - $config['capcode'] = ' ## %s'; + $config['capcode'] = ' ## %s'; // Custom capcodes, by example: // "## Custom" becomes lightgreen, italic and bold - //$config['custom_capcode']['Custom'] =' ## %s'; + //$config['custom_capcode']['Custom'] =' ## %s'; // "## Mod" makes everything purple, including the name and tripcode //$config['custom_capcode']['Mod'] = array( - // ' ## %s', + // ' ## %s', // 'color:purple', // Change name style; optional // 'color:purple' // Change tripcode style; optional //); // "## Admin" makes everything red and bold, including the name and tripcode //$config['custom_capcode']['Admin'] = array( - // ' ## %s', + // ' ## %s', // 'color:red;font-weight:bold', // Change name style; optional // 'color:red;font-weight:bold' // Change tripcode style; optional //); diff --git a/stylesheets/style.css b/stylesheets/style.css index 0c71ff7c..a46ca3fb 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -10,19 +10,21 @@ body { table * { margin: 0; } -a:link, a:visited { +a, a:visited { text-decoration: underline; color: #34345C; } -a:link:hover, a:visited:hover { +a:hover { color: #ff0000; } a.post_no { - color: black; text-decoration: none; margin: 0; padding: 0; } +a.post_no:not(:hover) { + color: black; +} p.intro a.post_no, p.intro a.email { margin: 0; } @@ -167,7 +169,7 @@ p.intro span.name { color: #117743; font-weight: bold; } -p.intro a.capcode, p.intro a.nametag { +p.intro span.capcode, p.intro a.capcode, p.intro a.nametag { color: #F00000; margin-left: 0; } @@ -314,7 +316,7 @@ div.pages a.selected { color: black; font-weight: bolder; } -div.pages a:link { +div.pages a { text-decoration: none; } div.pages form { @@ -386,3 +388,19 @@ div.blotter { font-weight: bold; text-align: center; } + +/* Uboachan stuff */ +div.styles-sidebar { + text-align: center; + padding-bottom: 0px; +} +div.styles-sidebar a { + margin: 0 5px; +} +div.styles-sidebar a.selected { + text-decoration: none; +} +.category { + background: #98E; + color: black; +} diff --git a/templates/post_thread.html b/templates/post_thread.html index 095c53f9..ac5c786b 100644 --- a/templates/post_thread.html +++ b/templates/post_thread.html @@ -1,9 +1,7 @@ {% filter remove_whitespace %} {# tabs and new lines will be ignored #} -{% if index %} -
-{% endif %} +
{% if post.embed %} {{ post.embed }} @@ -136,6 +134,4 @@ {% include 'post_reply.html' %} {% endfor %}
{% if hr %}
{% endif %} -{% if index %} -
-{% endif %} +