lots of 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.3em;
8     font-weight: normal;
9     margin-top: 0;
10     margin-bottom: 1.2em; }
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     .sidebar-box .event-list .date {
21       clear: both;
22       float: left;
23       background: #e63612;
24       background-image: url("/static/img/calendar.png");
25       background-repeat: no-repeat;
26       color: #71ece6;
27       width: 5em;
28       height: 4.8em;
29       border-radius: .5em;
30       text-align: center;
31       margin-right: 1em; }
32       .sidebar-box .event-list .date .day {
33         font-size: 2.4em;
34         font-style: italic; }
35       .sidebar-box .event-list .date .mon {
36         font-size: 1.1em;
37         text-transform: uppercase;
38         margin-top: -0.3em; }
39     .sidebar-box .event-list .date:hover {
40       text-decoration: none; }
41     .sidebar-box .event-list .description {
42       color: black;
43       font-size: 1.1em; }
44
45 #sidebar-box-categories ul {
46   width: 50%;
47   display: table-cell;
48   list-style: none;
49   padding-left: 0;
50   padding-right: 4em;
51   font-size: 1.4em;
52   padding-right: 3.4em; }
53 #sidebar-box-categories .category-taxonomy-topics a {
54   color: #31ada3; }
55 #sidebar-box-categories .category-taxonomy-types a {
56   color: #ff6100; }