X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/8e82784fa2fe21d9c3828adbf43178a39c7cdea6..9f02a501d14c64933d1cea2107cf0bd5ff93d429:/prawokultury/static/css/sidebar.css diff --git a/prawokultury/static/css/sidebar.css b/prawokultury/static/css/sidebar.css index 9c245f5..f5baa3d 100644 --- a/prawokultury/static/css/sidebar.css +++ b/prawokultury/static/css/sidebar.css @@ -4,10 +4,10 @@ padding-bottom: .9em; clear: both; } .sidebar-box h3 { - font-size: 1.3em; + font-size: 1.4em; font-weight: normal; margin-top: 0; - margin-bottom: 1.2em; } + margin-bottom: 1.1em; } .sidebar-box .more { text-align: right; } .sidebar-box .event-list { @@ -16,7 +16,8 @@ .sidebar-box .event-list li { margin-top: 1em; } .sidebar-box .event-list a { - display: block; } + display: block; + color: #363a3b; } .sidebar-box .event-list .date { clear: both; float: left; @@ -36,10 +37,7 @@ font-size: 1.1em; text-transform: uppercase; margin-top: -0.3em; } - .sidebar-box .event-list .date:hover { - text-decoration: none; } .sidebar-box .event-list .description { - color: black; font-size: 1.1em; } #sidebar-box-categories ul { @@ -54,3 +52,31 @@ color: #31ada3; } #sidebar-box-categories .category-taxonomy-types a { color: #ff6100; } + +#latest-comments { + list-style: none; + padding: 0; + margin: 0; } + #latest-comments a { + display: block; + color: #363a3b; } + #latest-comments li { + margin-bottom: 1.5em; } + #latest-comments li:after { + content: url("/static/img/dot.png"); + display: block; + margin: 1.5em 1.5em 0 0; + text-align: center; } + #latest-comments li:last-child { + margin-bottom: 0; } + #latest-comments li:last-child:after { + display: none; } + #latest-comments .title { + font-size: 1.1em; + font-weight: bold; } + #latest-comments .author { + color: #acacac; + font-size: 1.1em; } + #latest-comments .body { + margin-top: 1.3em; + font-size: 1.1em; }