diff options
author | Yaroslsav-95 <contact@yaroslavps.com> | 2018-10-08 06:27:09 +0300 |
---|---|---|
committer | Yaroslsav-95 <contact@yaroslavps.com> | 2018-10-08 06:27:09 +0300 |
commit | 246dd98e40436371ff9a96f5cf68a5c496a60153 (patch) | |
tree | 3dc55d53ee5eed3b7a3ec19868d0661ba2d29321 /weblog/static | |
parent | 89b97e2ad786234a8e8f5ba38bbe5fc3cbd01022 (diff) | |
download | w3blog-246dd98e40436371ff9a96f5cf68a5c496a60153.tar.gz w3blog-246dd98e40436371ff9a96f5cf68a5c496a60153.zip |
minor css fixes, translation strings for dynamic loading
Diffstat (limited to 'weblog/static')
-rwxr-xr-x | weblog/static/weblog/css/weblog.css | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/weblog/static/weblog/css/weblog.css b/weblog/static/weblog/css/weblog.css index 5efe008..7adb7bd 100755 --- a/weblog/static/weblog/css/weblog.css +++ b/weblog/static/weblog/css/weblog.css @@ -108,17 +108,19 @@ hr{ .weblog-categories li a{ display: block; padding: 0.5em 1em; - color: #3e3e3e; + /*color: #3e3e3e;*/ } .weblog-categories li a:hover{ - background-color: #0080a0; - color: #dedede; + /*background-color: #0080a0; + color: #dedede;*/ } .weblog-categories li a.active{ - background-color: #0055a0; - color: #dedede; + color: #3e3e3e; + font-weight: 600; + /*background-color: #0055a0; + color: #dedede;*/ } .breadcrumb{ @@ -234,27 +236,21 @@ hr{ .blog-wrapper{ display: flex; flex-wrap: wrap; + max-width: 45em; justify-content: center; - padding-bottom: 2em; } .blog-content{ flex: 3; padding: 1em; + padding-bottom: 3em; } .weblog-sidebar{ padding: 1em 2em; + padding-bottom: 3em; } -.blog-content{ - max-width: 45em; -} - -.blogpost{ -} - -.post-publish-date, .post-author{ font-style: italic; } |