Main page looks almost ok now.
[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 h1 {
19     font-size: 3.5em;
20     font-weight: normal;
21     margin-top: .4em
22 }
23 h1 a {
24         color: inherit;
25 }
26
27 ul.plain {
28     list-style:none;
29     margin: 0;
30     padding: 0;
31 }
32
33 .normal-text {
34     font-size: 1.3em;
35     line-height: 1.3em;
36 }
37
38 h2 {
39     font-size: 2em;
40     font-weight: normal;
41 }
42
43 h2.plain {
44     margin: 0;
45     font-size: 1em;
46 }
47
48 h3 {
49     font-size: 1.5em;
50     font-weight: normal;
51 }
52
53 .accent1 {
54     color: #191919;
55 }
56
57 .accent2 {
58     color: #242424;
59 }
60
61 .accent3 {
62     color: #575c63;
63 }
64
65
66 .accent4 {
67     color: #707b7a;
68 }
69
70 .contrast {
71     #1199a2;
72 }
73
74 /* #281d1c */
75
76
77
78 .white-box {
79     border: 1px solid #ddd;
80     padding: 1em;
81     background: #fff;
82     -moz-box-shadow: 2px 2px 2px #ddd;
83     -webkit-box-shadow: 2px 2px 2px #ddd;
84     box-shadow: 2px 2px 2px #ddd;
85 }
86
87 .page-desc {
88     margin-left: 1.5em;
89 }
90
91 .inline-tag-lists p span:first-child {
92     color: #281d1c;
93 }
94
95 .inline-tag-lists {
96     font-size: 1.1em;
97 }
98
99 .theme-list-link:after {
100     padding-left: 1em;
101     content: url("/static/img/arrow-teal.png");
102     vertical-align: middle;
103 }
104 .theme-list-link {
105     font-size: 1.1em;
106 }
107
108
109 .pagination {
110         display: block;
111         font-size: 1.2em;
112         padding: .5em;
113         text-align:center;
114 }
115
116 /* just on search page */
117 .top-tag-list {
118     margin-top: 2.2em;
119     margin-bottom: 1.6em;
120 }