Make some menus reponsive, some work on book boxes.
[wolnelektury.git] / apps / wolnelektury_core / static / css / base.css
1 /* jquery UI overrides us */
2 .ui-menu .ui-menu-item a {
3     color: #0d7e85 !important;
4     line-height: 1.636em !important;
5 }
6
7 .ui-widget {
8     font-family: Georgia !important;
9     font-size: 1em !important;
10 }
11
12 .ui-widget-content {
13     background: #EEEEEE !important; /* #E2E2E2 ? */
14     border-radius: 0px !important;
15 }
16
17
18
19
20
21
22
23
24 ul.plain {
25     list-style:none;
26     margin: 0;
27     padding: 0;
28 }
29
30
31
32
33
34 h2 {
35     font-size: 2em;
36     font-weight: normal;
37 }
38
39 h2.plain {
40     margin: 0;
41     font-size: 1em;
42 }
43
44 h3 {
45     font-size: 1.5em;
46     font-weight: normal;
47 }
48
49 .accent1 {
50     color: #191919;
51 }
52
53 .accent2 {
54     color: #242424;
55 }
56
57 .accent3 {
58     color: #575c63;
59 }
60
61
62 .accent4 {
63     color: #707b7a;
64 }
65
66 .contrast {
67     #1199a2;
68 }
69
70 /* #281d1c */
71
72
73
74 .white-box {
75     border: 1px solid #ddd;
76     padding: 1em;
77     background: #fff;
78     -moz-box-shadow: 2px 2px 2px #ddd;
79     -webkit-box-shadow: 2px 2px 2px #ddd;
80     box-shadow: 2px 2px 2px #ddd;
81 }
82
83 .page-desc {
84     margin-left: 1.5em;
85 }
86
87 .inline-tag-lists p span:first-child {
88     color: #281d1c;
89 }
90
91 .inline-tag-lists {
92     font-size: 1.1em;
93 }
94
95 .theme-list-link:after {
96     padding-left: 1em;
97     content: url("/static/img/arrow-teal.png");
98     vertical-align: middle;
99 }
100 .theme-list-link {
101     font-size: 1.1em;
102 }
103
104
105 .pagination {
106         display: block;
107         font-size: 1.2em;
108         padding: .5em;
109         text-align:center;
110 }
111
112 /* just on search page */
113 .top-tag-list {
114     margin-top: 2.2em;
115     margin-bottom: 1.6em;
116 }