more graphics
[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 .more {
12     text-align: right; }
13   .sidebar-box .event-list {
14     list-style: none;
15     padding-left: 0; }
16     .sidebar-box .event-list li {
17       margin-top: 1em; }
18     .sidebar-box .event-list a {
19       display: block;
20       color: #363a3b; }
21     .sidebar-box .event-list .date {
22       clear: both;
23       float: left;
24       background: #e63612;
25       background-image: url("/static/img/calendar.png");
26       background-repeat: no-repeat;
27       color: #71ece6;
28       width: 5em;
29       height: 4.8em;
30       border-radius: .5em;
31       text-align: center;
32       margin-right: 1em; }
33       .sidebar-box .event-list .date .day {
34         font-size: 2.4em;
35         font-style: italic; }
36       .sidebar-box .event-list .date .mon {
37         font-size: 1.1em;
38         text-transform: uppercase;
39         margin-top: -0.3em; }
40     .sidebar-box .event-list .description {
41       font-size: 1.1em; }
42
43 #sidebar-box-categories ul {
44   width: 50%;
45   display: table-cell;
46   list-style: none;
47   padding-left: 0;
48   padding-right: 4em;
49   font-size: 1.4em;
50   padding-right: 3.4em; }
51 #sidebar-box-categories .category-taxonomy-topics a {
52   color: #31ada3; }
53 #sidebar-box-categories .category-taxonomy-types a {
54   color: #ff6100; }
55
56 #latest-comments {
57   list-style: none;
58   padding: 0;
59   margin: 0; }
60   #latest-comments a {
61     display: block;
62     color: #363a3b; }
63   #latest-comments li {
64     margin-bottom: 1.5em; }
65   #latest-comments li:after {
66     content: url("/static/img/dot.png");
67     display: block;
68     margin: 1.5em 1.5em 0 0;
69     text-align: center; }
70   #latest-comments li:last-child {
71     margin-bottom: 0; }
72   #latest-comments li:last-child:after {
73     display: none; }
74   #latest-comments .title {
75     font-size: 1.1em;
76     font-weight: bold; }
77   #latest-comments .author {
78     color: #acacac;
79     font-size: 1.1em; }
80   #latest-comments .body {
81     margin-top: 1.3em;
82     font-size: 1.1em; }