rss
[prawokultury.git] / prawokultury / static / css / sidebar.css
1 .sidebar-box {
2   border-top: 1px solid #8a8b85;
3   padding-top: 1.5em;
4   padding-bottom: .9em;
5   clear: both; }
6   .sidebar-box h3 {
7     font-size: 1.4em;
8     font-weight: normal;
9     margin-top: 0;
10     margin-bottom: 1.1em; }
11     .sidebar-box h3 a {
12       color: #363A3B; }
13   .sidebar-box .more {
14     text-align: right; }
15   .sidebar-box .event-list {
16     list-style: none;
17     padding-left: 0; }
18     .sidebar-box .event-list li {
19       margin-top: 1em; }
20     .sidebar-box .event-list a {
21       display: block;
22       color: #363a3b; }
23     .sidebar-box .event-list .date {
24       clear: both;
25       float: left;
26       background: #e63612;
27       background-image: url("/static/img/calendar.png");
28       background-repeat: no-repeat;
29       color: #71ece6;
30       width: 5em;
31       height: 4.8em;
32       border-radius: .5em;
33       -moz-border-radius: .5em;
34       -webkit-border-radius: .5em;
35       text-align: center; }
36       .sidebar-box .event-list .date .day {
37         font-size: 2.4em;
38         font-style: italic; }
39       .sidebar-box .event-list .date .mon {
40         font-size: 1.1em;
41         text-transform: uppercase;
42         margin-top: -0.3em; }
43     .sidebar-box .event-list .description {
44       font-size: 1.1em;
45       margin-left: 5.5em; }
46
47 #sidebar-box-categories ul {
48   width: 50%;
49   display: table-cell;
50   list-style: none;
51   padding-left: 0;
52   padding-right: 4em;
53   font-size: 1.4em;
54   padding-right: 3.4em; }
55 #sidebar-box-categories .category-taxonomy-topics a {
56   color: #31ada3; }
57 #sidebar-box-categories .category-taxonomy-types a {
58   color: #ff6100; }
59
60 #latest-comments {
61   list-style: none;
62   padding: 0;
63   margin: 0; }
64   #latest-comments a {
65     display: block;
66     color: #363a3b; }
67   #latest-comments li {
68     margin-bottom: 1.5em; }
69   #latest-comments li:after {
70     content: url("/static/img/dot.png");
71     display: block;
72     margin: 1.5em 1.5em 0 0;
73     text-align: center; }
74   #latest-comments li:last-child {
75     margin-bottom: 0; }
76   #latest-comments li:last-child:after {
77     display: none; }
78   #latest-comments .title {
79     font-size: 1.1em;
80     font-weight: bold; }
81   #latest-comments .author {
82     color: #acacac;
83     font-size: 1.1em; }
84   #latest-comments .body {
85     margin-top: 1.3em;
86     font-size: 1.1em; }
87
88 #sidebar .social {
89   padding-top: 2em;
90   padding-bottom: 2em; }
91   #sidebar .social a {
92     margin-right: 1.8em; }
93     #sidebar .social a img {
94       vertical-align: middle; }