diff options
Diffstat (limited to 'theme/css/blog.php')
| -rw-r--r-- | theme/css/blog.php | 18 |
1 files changed, 15 insertions, 3 deletions
| diff --git a/theme/css/blog.php b/theme/css/blog.php index bef21dd..4c69e57 100644 --- a/theme/css/blog.php +++ b/theme/css/blog.php | |||
| @@ -21,6 +21,8 @@ | |||
| 21 | if (!defined('S_INCLUDE_FILE')) {define('S_INCLUDE_FILE',1);} | 21 | if (!defined('S_INCLUDE_FILE')) {define('S_INCLUDE_FILE',1);} |
| 22 | 22 | ||
| 23 | require('headerproc.php'); | 23 | require('headerproc.php'); |
| 24 | include_once('../../security/config.php'); | ||
| 25 | include_once('../includes/db.php'); | ||
| 24 | 26 | ||
| 25 | ?> | 27 | ?> |
| 26 | 28 | ||
| @@ -82,13 +84,14 @@ span.post-day { | |||
| 82 | div.post-title { | 84 | div.post-title { |
| 83 | float: left; | 85 | float: left; |
| 84 | margin-left: 10px; | 86 | margin-left: 10px; |
| 85 | width: 500px; /* 430px */ | 87 | width: 90%; /* 500px */ |
| 86 | } | 88 | } |
| 87 | 89 | ||
| 88 | div.entry { | 90 | div.entry { |
| 89 | clear: both; | 91 | clear: both; |
| 90 | padding-top: 10px; | 92 | padding-top: 10px; |
| 91 | font: 75%/150% Arial, "Trebuchet MS", Tahoma; | 93 | /*font-size: 75%; |
| 94 | line-height: 150%;*/ | ||
| 92 | } | 95 | } |
| 93 | 96 | ||
| 94 | div.entry ol, | 97 | div.entry ol, |
| @@ -218,5 +221,14 @@ div.post-date-4 { | |||
| 218 | span.post-vote { | 221 | span.post-vote { |
| 219 | float: right; | 222 | float: right; |
| 220 | position: relative; | 223 | position: relative; |
| 221 | top: -10px; | 224 | top: -2em; |
| 225 | right: 1em; | ||
| 226 | } | ||
| 227 | |||
| 228 | span.post-rating { | ||
| 229 | font-size: big; | ||
| 230 | } | ||
| 231 | |||
| 232 | span.post-action-done { | ||
| 233 | opacity: 0.2; | ||
| 222 | } | 234 | } |
