X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/8e82784fa2fe21d9c3828adbf43178a39c7cdea6..d8f2d22bca1bf4959b46c1869d762d34d8970b66:/prawokultury/static/css/sidebar.scss diff --git a/prawokultury/static/css/sidebar.scss b/prawokultury/static/css/sidebar.scss old mode 100755 new mode 100644 index bac9f31..572be03 --- a/prawokultury/static/css/sidebar.scss +++ b/prawokultury/static/css/sidebar.scss @@ -5,10 +5,14 @@ clear: both; h3 { - font-size: 1.3em; + font-size: 1.4em; font-weight: normal; margin-top: 0; - margin-bottom: 1.2em; + margin-bottom: 1.1em; + + a { + color: #363A3B; + } } .more { @@ -25,8 +29,9 @@ a { display: block; + color: #363a3b;; } - + .date { clear: both; float: left; @@ -37,8 +42,9 @@ width: 5em; height: 4.8em; border-radius: .5em; + -moz-border-radius: .5em; + -webkit-border-radius: .5em; text-align: center; - margin-right: 1em; .day { font-size: 2.4em; @@ -51,13 +57,9 @@ } } - .date:hover { - text-decoration: none; - } - .description { - color: black; font-size: 1.1em; + margin-left: 5.5em; } } } @@ -80,3 +82,57 @@ color: #ff6100; } } + + +#latest-comments { + list-style: none; + padding: 0; + margin: 0; + + a { + display: block; + color: #363a3b; + } + + li { + margin-bottom: 1.5em; + } + li:after { + content: url("/static/img/dot.png"); + display: block; + margin: 1.5em 1.5em 0 0; + text-align:center; + } + + li:last-child { + margin-bottom: 0; + } + li:last-child:after { + display: none; + } + + .title { + font-size: 1.1em; + font-weight: bold; + } + .author { + color: #acacac; + font-size: 1.1em; + } + .body { + margin-top: 1.3em; + font-size: 1.1em; + } +} + +#sidebar .social { + padding-top: 2em; + padding-bottom: 2em; + + a { + margin-right: 1.8em; + img { + vertical-align: middle; + } + } +}