annotate css/mpiwg.css @ 5:9e720c6c5b6c

working on start page.
author casties
date Tue, 12 Feb 2013 18:15:05 +0100
parents 1a895905f7ca
children 9e4dba0a81e2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1 /* MPIWG website style sheet
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
2 *
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
3 * (c) 2013 Robert Casties
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
4 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
5
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
6
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
7
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
8 body {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
9 margin: 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
10 font-family: Verdana, Arial, sans-serif;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
11 background-color: #fdf8ef;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
12 font-size: 12px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
13 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
14
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
15 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
16 * global styles
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
17 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
18
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
19 img {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
20 border: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
21 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
22
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
23 a {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
24 color: #d45a00;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
25 text-decoration: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
26 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
27
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
28 a:hover {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
29 text-decoration: underline;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
30 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
31
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
32 /* new link-classes (with icons) */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
33
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
34 a.internal {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
35 background: url(../images/arr_more.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
36 padding-left: 12px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
37 padding-top: 1px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
38 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
39
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
40 a.download {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
41 background: url(../images/download.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
42 padding-left: 17px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
43 /* padding-top:1px; */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
44 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
45
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
46 a.external {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
47 background: url(../images/external.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
48 padding-left: 15px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
49 /* padding-top:1px; */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
50 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
51 a.pdf {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
52 background: url(../images/pdf.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
53 padding-left: 15px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
54 /* padding-top:1px; */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
55 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
56
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
57 a.audio {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
58 background: url(../images/audio.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
59 padding-left: 15px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
60 /* padding-top:1px; */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
61 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
62
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
63 a.book {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
64 background: url(../images/book.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
65 padding-left: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
66 margin-left: -5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
67 margin-top: -1px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
68 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
69
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
70 a.maillink {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
71 color: #3b4186 !important;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
72 }
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
73
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
74 h1 {
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
75 color: #3b4186;
5
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
76 font-size: 16px;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
77 font-weight: bold;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
78 margin: 10px 2px 10px 2px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
79 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
80
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
81 h2 {
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
82 color: #3b4186;
5
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
83 font-size: 16px;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
84 font-weight: normal;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
85 margin: 2px;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
86 }
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
87
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
88 h3 {
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
89 color: #3b4186;
5
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
90 font-size: 14px;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
91 font-weight: normal;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
92 margin: 2px;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
93 }
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
94
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
95
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
96 h1 a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
97 /* a header with a link looks like a header */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
98 color: inherit;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
99 font-weight: inherit;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
100 text-decoration: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
101 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
102
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
103 img.pic_large {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
104 /* class for wide pictures used for example on institute/addres.html etc. */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
105 margin-bottom: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
106 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
107
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
108
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
109 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
110 * header and wrapper
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
111 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
112
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
113 #wrapper {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
114 /* float: left; */
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
115 width: 900px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
116 margin: 0 auto;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
117 padding: 10px 40px 10px 20px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
118 background-color: #fcf2df;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
119 box-shadow: 0 0 5px 3px #d0d0d0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
120 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
121
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
122 #header {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
123 /* float: left; */
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
124 position: relative;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
125 width: 900px;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
126 height: 90px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
127 margin: 0 0 10px 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
128 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
129
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
130 #header div.title {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
131 display: inline;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
132 /* float: left; */
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
133 position: absolute;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
134 left: 0;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
135 top: 20px;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
136 width: 661px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
137 height: 40px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
138 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
139
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
140 #header div.logo {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
141 display: inline;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
142 /* float: right; */
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
143 position: absolute;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
144 right: 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
145 width: 87px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
146 height: 88px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
147 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
148
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
149 /* Main Navigation */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
150
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
151 #mainnav {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
152 /* float: left; */
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
153 position: relative;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
154 width: 900px;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
155 font-family: Verdana, Arial, sans-serif;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
156 font-size: 12px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
157 border-top: 8px solid #fab775;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
158 margin-bottom: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
159 padding-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
160 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
161
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
162 #mainnav div.sec {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
163 display: inline;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
164 /* float: left; */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
165 border-top: 8px solid #fab775;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
166 margin-top: -0px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
167 margin-right: 35px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
168 padding-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
169 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
170
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
171 #mainnav div.sec:hover {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
172 border-top: 8px solid #ea8500;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
173 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
174
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
175 #mainnav a {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
176 color: #696968;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
177 outline: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
178 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
179
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
180 #mainnav a:hover {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
181 color: #000000;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
182 text-decoration: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
183 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
184
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
185 #mainnav div.sec.on {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
186 border-top: 8px solid #ea8500;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
187 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
188
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
189 #mainnav div.sec.on a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
190 color: #ea8500;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
191 outline: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
192 font-weight: bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
193 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
194
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
195 #mainnav div.sec.lang {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
196 /* float: right; */
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
197 position: absolute;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
198 right: 0;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
199 top: -8px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
200 margin-right: 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
201 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
202
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
203
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
204 /* Breadcrumbs */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
205
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
206
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
207 div.breadcrumbs {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
208 float: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
209 font-size: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
210 color: #6a4d3c;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
211 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
212
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
213 div.breadcrumbs a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
214 color: #6a4d3c;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
215 text-decoration: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
216 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
217
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
218 div.breadcrumbs .selected {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
219 color: #6a4d3c;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
220 font-weight: bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
221 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
222
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
223
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
224 /*
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
225 * Front page feature
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
226 */
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
227
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
228 div.feature {
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
229 width: 900px;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
230 background-color: #f4e0c7;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
231 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
232
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
233 div.feature div.teaser_image {
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
234 /* float: left; */
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
235 display: inline-block;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
236 vertical-align: top;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
237 position: relative;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
238 width: 593px;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
239 height: 351px;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
240 }
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
241
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
242 div.feature div.teaser_image div.caption {
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
243 position: absolute;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
244 bottom: 0;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
245 padding: 3px;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
246 text-align: right;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
247 color: white;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
248 font-size: 10px;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
249 opacity: 0.8;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
250 background-color: gray;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
251 /* background-color: rgba(80,80,80,0.6); */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
252 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
253
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
254 div.feature div.teaser_text {
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
255 display: inline-block;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
256 position: relative;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
257 width: 265px;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
258 padding-left: 21px;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
259 padding-right: 21px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
260 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
261
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
262 div.feature div.teaser_text div.feature_number {
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
263 position: absolute;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
264 right: 14px;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
265 top: 5px;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
266 font-family: Georgia, Times, serif;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
267 font-size: 26px;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
268 color: #887163;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
269 }
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
270 /* title */
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
271 div.feature div.teaser_text h1 {
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
272 font-size: 16px;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
273 font-weight: normal;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
274 margin-top: 0;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
275 }
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
276 /* "current research topic */
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
277 div.feature div.teaser_text h2 {
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
278 font-size: 14px;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
279 color: #887163;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
280 margin-bottom: 0;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
281 }
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
282 /* feature date */
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
283 div.feature div.teaser_text h3 {
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
284 margin-top: 20px;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
285 margin-bottom: 20px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
286 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
287
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
288 div.feature div.teaser_text p {
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
289 line-height: 1.5;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
290 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
291
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
292
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
293
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
294
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
295 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
296 * main section
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
297 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
298
5
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
299 div.main {
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
300 }
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
301
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
302 div.main div.row {
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
303 /* set font-size to ignore whitespace */
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
304 font-size: 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
305 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
306
5
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
307 div.main div.block {
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
308 display: inline-block;
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
309 width: 286px;
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
310 vertical-align: top;
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
311 /* reset font-size */
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
312 font-size: 12px;
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
313 line-height: 1.5;
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
314 margin-left: 21px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
315 }
5
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
316 div.main div.block:first-child {
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
317 /* first block has no left margin */
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
318 margin-left: 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
319 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
320
5
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
321 div.main div.block h2 {
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
322 position: relative;
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
323 padding-bottom: 3px;
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
324 margin-top: 18px;
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
325 border-bottom: 3px solid #dccbae;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
326 }
5
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
327 div.main div.block h2 a:link {
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
328 /* more-links in title are right */
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
329 position: absolute;
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
330 right: 0;
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
331 /* more-links in title are small */
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
332 font-size: 12px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
333 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
334
5
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
335 div.main div.block div.item {
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
336 padding-top: 5px;
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
337 padding-bottom: 3px;
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
338 border-bottom: 1px solid #dccbae;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
339 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
340
5
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
341 div.main div.block b {
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
342 /* bold is blue */
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
343 color: #3b4186;
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
344 }
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
345
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
346 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
347 * subnavigation
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
348 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
349
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
350 div.leftbox {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
351 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
352 width: 170px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
353 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
354
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
355 div.subnav {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
356 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
357 width: 170px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
358 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
359 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
360
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
361 div.subnav .sn_off, .subnavbox .sn_off {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
362 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
363 width: 164px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
364 border-bottom: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
365 padding: 3px 6px 6px 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
366 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
367
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
368 div.subnav .sn_on {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
369 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
370 width: 158px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
371 border-bottom: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
372 padding: 3px 6px 6px 6px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
373 background: #EA8500;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
374 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
375
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
376 div.subnav .sn_on a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
377 color: #FCF2DF;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
378 font-weight: bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
379 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
380
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
381 div.subnav .sn_off .dept {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
382 font-style: italic;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
383 color: #b69f7b;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
384 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
385
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
386 div.subnav .sn_on .dept {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
387 font-style: italic;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
388 color: #f9f4e1;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
389 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
390
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
391 div.subnavbox {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
392 /* navigation below e.g. research projects */
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
393 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
394 width: 170px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
395 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
396 margin-top: 30px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
397 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
398
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
399 div.subnavbox h2 {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
400 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
401 width: 170px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
402 height: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
403 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
404 color: #b69f7b;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
405 margin-bottom: 0px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
406 padding-bottom: 3px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
407 margin-top: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
408 background: transparent url(../images/side.gif) repeat-x;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
409 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
410
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
411
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
412
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
413
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
414
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
415
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
416 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
417 * research section
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
418 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
419
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
420 div.center_wide.dept {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
421 padding-left: 16px !important;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
422 padding-right: 0 !important;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
423 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
424
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
425 div.center.dept {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
426 padding-left: 16px !important;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
427 padding-right: 0 !important;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
428 width: 480px !important;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
429 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
430
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
431 div.dept_block {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
432 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
433 width: 221px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
434 min-height:420px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
435 border-bottom: 2px solid #979CE0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
436 margin-right: 15px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
437 margin-bottom: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
438 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
439 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
440
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
441 div.dept_block.clear {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
442 clear:left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
443 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
444
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
445 div.dept_block.wide {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
446 width: 460px !important;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
447 min-height:0px !important;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
448 height: auto !important;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
449 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
450
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
451 div.dept_block.short {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
452 min-height: 290px !important;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
453 border-bottom: None;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
454 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
455
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
456 div.dept_block h2 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
457 margin: 0 0 5px 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
458 font-size: 13px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
459 font-weight: normal;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
460 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
461 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
462
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
463 div.dept_block.wide h2 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
464 margin: 0 0 5px 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
465 font-size: 16px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
466 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
467 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
468
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
469 div.dept_block h1 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
470 font-size: 13px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
471 font-weight: bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
472 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
473 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
474
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
475 div.dept_block.wide h1 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
476 font-size: 16px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
477 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
478
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
479 div.dept_block h2 a, div.dept_block h1 a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
480 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
481 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
482
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
483 div.dept_block p {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
484 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
485 line-height: 1.6;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
486 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
487
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
488 p.dept_leader, p.dept_summary {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
489 /* legacy */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
490 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
491 line-height:1.4;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
492 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
493
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
494
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
495
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
496 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
497 * people list
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
498 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
499
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
500 div.namelist {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
501 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
502 clear: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
503 padding-top: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
504 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
505
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
506 div.namelist.line {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
507 border-top: 3px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
508 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
509 /* NEW */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
510 div.namelist h2 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
511 border-bottom: 3px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
512 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
513 div.namelist h2.noline {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
514 border-bottom: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
515 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
516 div.namelist.small {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
517 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
518 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
519
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
520 div.center_wide div.namelist {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
521 width: 700px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
522 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
523 div.center div.namelist div.row {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
524 width:100%;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
525 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
526 div.namelist div.row {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
527 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
528 border-bottom: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
529 margin-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
530 padding-bottom: 7px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
531 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
532 div.namelist div.row.noline {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
533 border-bottom: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
534 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
535
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
536 div.center_wide div.namelist div.row {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
537 width: 700px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
538 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
539
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
540 div.namelist div.row:last-child {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
541 border-bottom: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
542 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
543
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
544 div.namelist .name {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
545 display: block;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
546 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
547 width: 30%;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
548 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
549
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
550 div.namelist.namelinks .name a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
551 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
552 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
553
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
554 div.namelist .definition {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
555 display: block;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
556 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
557 width: 70%;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
558 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
559
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
560 div.namelist.namelinks .definition a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
561 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
562 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
563
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
564 /* legacy */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
565 div.namelist.namelinks .definition.normallinks a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
566 color: #EA8500;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
567 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
568
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
569 div.list_disclaimer {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
570 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
571 width: 180px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
572 font-size: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
573 margin-right: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
574 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
575
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
576 div.letters {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
577 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
578 margin-right: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
579 color: #EA8500;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
580 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
581 div.letters a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
582 margin-left: 0.2em;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
583 margin-right: 0.2em;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
584 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
585
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
586 div.letter {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
587 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
588 width: 700px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
589 margin-top: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
590 padding-bottom: 3px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
591 border-bottom: 3px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
592 font-weight: bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
593 font-size: 13px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
594 color: #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
595 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
596
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
597 div.jump_top {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
598 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
599 width: 700px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
600 text-align: right;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
601 font-size: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
602 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
603
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
604
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
605
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
606
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
607 /* bios */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
608
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
609 p.bio_section_header {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
610 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
611 padding-bottom: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
612 margin-bottom: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
613 border-bottom: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
614 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
615
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
616
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
617
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
618 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
619 * right sidebar
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
620 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
621
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
622 div.sidebar {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
623 /* float: right; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
624 width: 220px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
625 font-size: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
626 line-height: 1.6;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
627 /* margin-right: 10px; */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
628 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
629
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
630 #wrapper_home .sidebar {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
631 width: 230px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
632 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
633
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
634 div.sideblock {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
635 /* border-bottom: 1px solid #dccbae; */
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
636 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
637 clear: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
638 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
639
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
640 div.sideblock h2 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
641 padding-bottom: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
642 margin: 18px 0px 0px 0px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
643 /* brown bottom line
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
644 background: transparent url(../images/side.gif) repeat-x;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
645 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
646 border-bottom: 3px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
647 font-size: 12px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
648 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
649 /*float:left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
650 clear:both;*/
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
651 font-weight: normal;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
652 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
653
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
654 div.sideblock h2 a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
655 /* no longer so ugly hack to have right-adjust link... */
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
656 /* float: right; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
657 color: #EA8500;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
658 font-size: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
659 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
660
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
661 div.sideblock h2 .proj_state {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
662 /* right-adjusted block besides the title */
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
663 /* float: right; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
664 font-size: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
665 color: #b69f7b;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
666 font-weight: bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
667 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
668 div.sideblock h2 .proj_state a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
669 /* inside should not float */
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
670 /* float: none; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
671 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
672
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
673 div.sideblock a.maillink {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
674 color: #ea8500 !important;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
675 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
676
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
677 div.sideblock .item, div.sideblock p {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
678 /* float:left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
679 width:220px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
680 margin: 5px 0 0 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
681 padding: 0 0 5px 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
682 border-bottom: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
683
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
684 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
685
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
686 div.sideblock .item.noline {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
687 border-bottom: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
688 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
689
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
690 div.sideblock .project {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
691 background: url(../images/arr_right.gif) no-repeat #f5daaf;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
692 padding: 6px 6px 6px 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
693 border-bottom: 1px solid #f3be7c;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
694 width:194px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
695 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
696
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
697 div.sideblock .project.inactive {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
698 background: url(../images/arr_right.gif) no-repeat #f6e6cc;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
699 width:194px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
700 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
701
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
702 div.sideblock .project.parent {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
703 background: url(../images/arr_up.gif) no-repeat #f9f4e1;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
704 color: #666666;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
705 border-bottom: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
706 margin-top:20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
707 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
708
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
709 div.sideblock .project a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
710 color: #333;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
711 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
712
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
713 div.sideblock .item.featurearchive {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
714 border-bottom:none;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
715 /* float:left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
716 margin: 5px 0 10px 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
717 padding: 0 0 5px 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
718 border-bottom: None;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
719 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
720
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
721 div.sideblock .item img {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
722 margin-right: 8px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
723 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
724
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
725 div.sideblock .item.link, div.sideblock .item.internal {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
726 padding: 0 0 10px 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
727 background: url(../images/arr_more.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
728 width: 200px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
729 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
730 div.sideblock .item.book {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
731 padding: 0 0 10px 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
732 background: url(../images/book.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
733 width: 200px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
734 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
735
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
736 div.sideblock .item.external {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
737 padding: 0 0 10px 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
738 background: url(../images/external.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
739 width: 200px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
740 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
741
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
742 div.sideblock .item.video {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
743 padding: 0 0 10px 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
744 background: url(../images/vid.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
745 width: 200px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
746 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
747
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
748 div.sideblock .item.audio {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
749 padding: 0 0 10px 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
750 background: url(../images/audio.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
751 width: 200px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
752 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
753
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
754 div.sideblock .item.download {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
755 padding: 0 0 10px 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
756 background: url(../images/download.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
757 width: 200px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
758 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
759
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
760
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
761
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
762
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
763 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
764 * footer
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
765 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
766
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
767 .footer {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
768 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
769 width: 700px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
770 background-color: #FFFFFF;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
771 margin: 0 10px 20px 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
772 border-top: 1px solid #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
773 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
774
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
775 #wrapper_home .footer {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
776 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
777 width: 900px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
778 margin: 0 10px 20px 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
779 border-top: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
780 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
781
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
782 div.services {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
783 /* float: right; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
784 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
785 margin-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
786 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
787
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
788 .services a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
789 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
790 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
791
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
792 div.serviceprint {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
793 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
794 margin-left: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
795 padding-left: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
796 height: 25px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
797 background: url(../images/print.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
798 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
799
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
800 div.serviceforward {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
801 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
802 margin-left: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
803 padding-left: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
804 height: 25px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
805 background: url(../images/forward.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
806 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
807
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
808 div.servicepdf {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
809 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
810 margin-left: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
811 padding-left: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
812 height: 25px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
813 background: url(../images/pdf.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
814 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
815
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
816 div.boilerplate {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
817 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
818 margin: 0 0 50px 170px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
819 width: 730px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
820 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
821
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
822 #wrapper_home div.boilerplate {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
823 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
824 margin: 30px 0 50px 0px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
825 width: 900px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
826 border-top: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
827 padding-top: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
828 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
829
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
830 div.legal {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
831 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
832 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
833 color: #EA8500;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
834 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
835
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
836 div.mpg_signet {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
837 /* float: right; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
838 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
839
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
840
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
841 /* more generic lists */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
842
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
843 ul.big {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
844 width:100%;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
845 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
846
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
847 ul.big li {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
848 border-bottom: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
849 margin-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
850 padding-bottom: 7px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
851 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
852 ul.big li:last-child {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
853 border-bottom: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
854 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
855
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
856
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
857
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
858 /* Sitemap */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
859 div.dept_block_sitemap {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
860 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
861 width: 221px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
862 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
863 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
864
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
865 .dept_title_sitemap {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
866 margin: 0 0 5px 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
867 font-size: 13px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
868 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
869 width: 221px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
870 padding-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
871 border-top: 2px solid #979CE0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
872 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
873
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
874 .dept_title a, .dept_title_sitemap a, .dept_headline a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
875 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
876 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
877
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
878
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
879 div.banner_large .caption {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
880 font-size: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
881 color: #b69f7b;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
882 margin-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
883 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
884
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
885
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
886 div.image_large .caption {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
887 font-size: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
888 color: #b69f7b;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
889 margin-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
890 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
891 div.image_small {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
892 width: 230px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
893 padding: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
894 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
895 div.image_small.left {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
896 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
897 padding-left: 0px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
898 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
899 div.image_small.right {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
900 /* float: right; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
901 padding-right: 0px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
902 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
903 div.image_small .caption {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
904 font-size: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
905 color: #b69f7b;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
906 margin-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
907 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
908
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
909
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
910
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
911 /* projects */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
912
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
913 div.projectlist {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
914 width:100%;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
915 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
916
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
917 div.projectlist h2 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
918 width:700px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
919 font-size: 13px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
920 border-bottom: 2px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
921 font-weight:normal;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
922 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
923 div.projectlist h2 a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
924 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
925 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
926 div.projectlist h2 a .dep {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
927 font-weight:bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
928 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
929 margin-right:10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
930 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
931 div.project_block {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
932 margin-top:10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
933 margin-bottom:14px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
934 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
935
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
936 ul.projectlist {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
937 list-style-image:url(../images/arr_more.gif);
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
938 /* line-height: 20px; */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
939 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
940 ul.projectlist a{
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
941 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
942 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
943
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
944
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
945 p.maintext_more {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
946 font-size: 12px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
947 margin-top: -10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
948 padding-left: 15px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
949 background: url(../images/arr_more.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
950 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
951 p.maintext_authors {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
952 font-size: 12px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
953 font-weight: bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
954 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
955
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
956
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
957 div.caption_inline {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
958 /* caption for images on project pages */
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
959 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
960 width: 208px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
961 font-size: 9px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
962 color: #b69f7b;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
963 margin-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
964 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
965
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
966 div.pic_inline {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
967 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
968 width: 220px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
969 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
970 div.pic_inline_container {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
971 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
972 width: 220px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
973 margin: 5px 15px 0 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
974 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
975
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
976
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
977
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
978 /* Research Units */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
979 li.level_1 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
980 margin-left:2px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
981 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
982 li.level_2 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
983 margin-left:22px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
984 border-bottom: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
985 font-weight:bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
986 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
987 li.level_3 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
988 margin-left:52px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
989 font-weight:bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
990 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
991 li.level_4 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
992 margin-left:82px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
993 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
994
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
995 a.expand {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
996 margin-left:45px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
997 margin-top:10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
998 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
999
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1000
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1001
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1002
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1003
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1004
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1005
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1006 /* Events */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1007
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1008 div.event {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1009 margin-bottom: 44px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1010 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1011
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1012 div.event span.category{
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1013 border-bottom:1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1014 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1015
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1016 font-size:12px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1017 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1018 div.event h2 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1019 margin-left:0px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1020 /* color: #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1021 font-weight:bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1022 border-bottom:2px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1023 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1024 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1025 font-weight:normal;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1026 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1027
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1028 div.event h1{
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1029 margin-left:0px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1030 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1031
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1032 div.event p {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1033 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1034
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1035 margin-left:82px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1036 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1037
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1038
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1039 div.event div.row {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1040 width:100%;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
1041 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1042 border-bottom: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1043 margin-bottom: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1044 padding-bottom: 7px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1045 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1046
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1047
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1048 div.event div.row div.name {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
1049 /* float:left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1050 width:80px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1051 color:#485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1052 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1053
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1054 div.event div.row div.definition {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
1055 /* float:left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1056 margin-left:20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1057 width:300px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1058 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1059
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1060
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1061
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1062 /* mediathek */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1063
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1064 div.media_nav {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1065 background-color:#ffffff;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1066 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1067
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1068 div.media_nav div.element {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
1069 /* float:left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1070 margin-left:8px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1071 margin-right:8px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1072 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1073
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1074
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1075
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1076 /* unknown */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1077 div.line{
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1078 border-bottom: 3px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1079 margin-bottom:10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1080 margin-top:10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1081 width:700px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1082 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1083 /* used e.g. on staff-pages 'kollegium/board of directors' */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1084
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1085 .deptlink {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1086 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1087 margin:20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1088 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1089
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1090 ul.presse li {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1091 border-top: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1092 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1093 padding-left:8px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1094 padding-top: 8px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1095 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1096
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1097 h2.line {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1098 border-bottom:2px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1099 margin-bottom:8px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1100 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1101 h1.line {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1102 border-bottom:3px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1103 padding-bottom:5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1104 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1105