annotate css/mpiwg.css @ 4:1a895905f7ca

feature teaser works now.
author casties
date Mon, 11 Feb 2013 20:14:47 +0100
parents ddf6c1a27a4b
children 9e720c6c5b6c
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;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
76 font-size: 15px;
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;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
83 font-size: 15px;
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;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
90 font-size: 13px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
299 div.content {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
300 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
301 width: 900px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
302 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
303
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
304 div.main {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
305 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
306 width: 720px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
307 background-color: #FFFFFF;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
308 margin-bottom: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
309 padding-right: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
310 font-size: 12px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
311 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
312
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
313 div.main div.center {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
314 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
315 width: 460px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
316 padding: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
317 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
318
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 div.center, div.center_wide {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
321 line-height: 1.6;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
322 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
323 div.center ul {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
324 list-style: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
325 margin-left: 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
326 padding: 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
327 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
328
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
329 div.center li {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
330 margin-bottom: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
331 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
332
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 div.main div.center_wide {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
335 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
336 width: 710px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
337 /* padding: 20px 0 0 20px; */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
338 padding: 20px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
341
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
342
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
343
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
344
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 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
348 * subnavigation
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
351 div.leftbox {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
352 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
353 width: 170px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
356 div.subnav {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
357 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
358 width: 170px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
359 font-size: 11px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
362 div.subnav .sn_off, .subnavbox .sn_off {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
363 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
364 width: 164px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
365 border-bottom: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
366 padding: 3px 6px 6px 0;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
369 div.subnav .sn_on {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
370 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
371 width: 158px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
372 border-bottom: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
373 padding: 3px 6px 6px 6px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
374 background: #EA8500;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
377 div.subnav .sn_on a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
378 color: #FCF2DF;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
379 font-weight: bold;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
382 div.subnav .sn_off .dept {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
383 font-style: italic;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
384 color: #b69f7b;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
387 div.subnav .sn_on .dept {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
388 font-style: italic;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
389 color: #f9f4e1;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
392 div.subnavbox {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
393 /* navigation below e.g. research projects */
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
394 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
395 width: 170px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
396 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
397 margin-top: 30px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
400 div.subnavbox h2 {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
401 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
402 width: 170px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
403 height: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
404 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
405 color: #b69f7b;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
406 margin-bottom: 0px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
407 padding-bottom: 3px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
408 margin-top: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
409 background: transparent url(../images/side.gif) repeat-x;
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 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
418 * research section
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
421 div.center_wide.dept {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
422 padding-left: 16px !important;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
423 padding-right: 0 !important;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
426 div.center.dept {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
427 padding-left: 16px !important;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
428 padding-right: 0 !important;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
429 width: 480px !important;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
432 div.dept_block {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
433 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
434 width: 221px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
435 min-height:420px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
436 border-bottom: 2px solid #979CE0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
437 margin-right: 15px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
438 margin-bottom: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
439 font-size: 11px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
442 div.dept_block.clear {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
443 clear:left;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
446 div.dept_block.wide {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
447 width: 460px !important;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
448 min-height:0px !important;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
449 height: auto !important;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
452 div.dept_block.short {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
453 min-height: 290px !important;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
454 border-bottom: None;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
457 div.dept_block h2 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
458 margin: 0 0 5px 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
459 font-size: 13px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
460 font-weight: normal;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
461 color: #485297;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
464 div.dept_block.wide h2 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
465 margin: 0 0 5px 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
466 font-size: 16px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
467 color: #485297;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
470 div.dept_block h1 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
471 font-size: 13px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
472 font-weight: bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
473 color: #485297;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
476 div.dept_block.wide h1 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
477 font-size: 16px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
480 div.dept_block h2 a, div.dept_block h1 a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
481 color: #485297;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
484 div.dept_block p {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
485 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
486 line-height: 1.6;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
489 p.dept_leader, p.dept_summary {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
490 /* legacy */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
491 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
492 line-height:1.4;
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 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
498 * people list
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
501 div.namelist {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
502 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
503 clear: left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
504 padding-top: 10px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
507 div.namelist.line {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
508 border-top: 3px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
509 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
510 /* NEW */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
511 div.namelist h2 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
512 border-bottom: 3px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
513 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
514 div.namelist h2.noline {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
515 border-bottom: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
516 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
517 div.namelist.small {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
518 font-size: 11px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
521 div.center_wide div.namelist {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
522 width: 700px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
523 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
524 div.center div.namelist div.row {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
525 width:100%;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
526 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
527 div.namelist div.row {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
528 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
529 border-bottom: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
530 margin-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
531 padding-bottom: 7px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
532 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
533 div.namelist div.row.noline {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
534 border-bottom: none;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
537 div.center_wide div.namelist div.row {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
538 width: 700px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
541 div.namelist div.row:last-child {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
542 border-bottom: none;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
545 div.namelist .name {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
546 display: block;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
547 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
548 width: 30%;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
551 div.namelist.namelinks .name a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
552 color: #485297;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
555 div.namelist .definition {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
556 display: block;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
557 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
558 width: 70%;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
561 div.namelist.namelinks .definition a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
562 color: #485297;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
565 /* legacy */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
566 div.namelist.namelinks .definition.normallinks a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
567 color: #EA8500;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
570 div.list_disclaimer {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
571 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
572 width: 180px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
573 font-size: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
574 margin-right: 20px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
577 div.letters {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
578 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
579 margin-right: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
580 color: #EA8500;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
581 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
582 div.letters a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
583 margin-left: 0.2em;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
584 margin-right: 0.2em;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
587 div.letter {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
588 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
589 width: 700px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
590 margin-top: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
591 padding-bottom: 3px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
592 border-bottom: 3px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
593 font-weight: bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
594 font-size: 13px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
595 color: #dccbae;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
598 div.jump_top {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
599 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
600 width: 700px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
601 text-align: right;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
602 font-size: 10px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
608 /* bios */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
609
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
610 p.bio_section_header {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
611 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
612 padding-bottom: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
613 margin-bottom: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
614 border-bottom: 1px solid #dccbae;
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 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
620 * right sidebar
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
623 div.sidebar {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
624 /* float: right; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
625 width: 220px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
626 font-size: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
627 line-height: 1.6;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
628 /* margin-right: 10px; */
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
631 #wrapper_home .sidebar {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
632 width: 230px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
635 div.sideblock {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
636 /* border-bottom: 1px solid #dccbae; */
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
637 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
638 clear: left;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
641 div.sideblock h2 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
642 padding-bottom: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
643 margin: 18px 0px 0px 0px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
644 /* brown bottom line
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
645 background: transparent url(../images/side.gif) repeat-x;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
646 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
647 border-bottom: 3px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
648 font-size: 12px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
649 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
650 /*float:left;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
651 clear:both;*/
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
652 font-weight: normal;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
655 div.sideblock h2 a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
656 /* no longer so ugly hack to have right-adjust link... */
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
657 /* float: right; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
658 color: #EA8500;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
659 font-size: 10px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
662 div.sideblock h2 .proj_state {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
663 /* right-adjusted block besides the title */
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
664 /* float: right; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
665 font-size: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
666 color: #b69f7b;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
667 font-weight: bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
668 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
669 div.sideblock h2 .proj_state a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
670 /* inside should not float */
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
671 /* float: none; */
2
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
674 div.sideblock a.maillink {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
675 color: #ea8500 !important;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
678 div.sideblock .item, div.sideblock p {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
679 /* float:left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
680 width:220px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
681 margin: 5px 0 0 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
682 padding: 0 0 5px 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
683 border-bottom: 1px solid #dccbae;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
687 div.sideblock .item.noline {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
688 border-bottom: none;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
691 div.sideblock .project {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
692 background: url(../images/arr_right.gif) no-repeat #f5daaf;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
693 padding: 6px 6px 6px 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
694 border-bottom: 1px solid #f3be7c;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
695 width:194px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
698 div.sideblock .project.inactive {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
699 background: url(../images/arr_right.gif) no-repeat #f6e6cc;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
700 width:194px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
703 div.sideblock .project.parent {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
704 background: url(../images/arr_up.gif) no-repeat #f9f4e1;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
705 color: #666666;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
706 border-bottom: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
707 margin-top:20px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
710 div.sideblock .project a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
711 color: #333;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
714 div.sideblock .item.featurearchive {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
715 border-bottom:none;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
716 /* float:left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
717 margin: 5px 0 10px 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
718 padding: 0 0 5px 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
719 border-bottom: None;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
722 div.sideblock .item img {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
723 margin-right: 8px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
726 div.sideblock .item.link, div.sideblock .item.internal {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
727 padding: 0 0 10px 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
728 background: url(../images/arr_more.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
729 width: 200px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
730 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
731 div.sideblock .item.book {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
732 padding: 0 0 10px 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
733 background: url(../images/book.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
734 width: 200px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
737 div.sideblock .item.external {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
738 padding: 0 0 10px 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
739 background: url(../images/external.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
740 width: 200px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
743 div.sideblock .item.video {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
744 padding: 0 0 10px 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
745 background: url(../images/vid.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
746 width: 200px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
749 div.sideblock .item.audio {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
750 padding: 0 0 10px 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
751 background: url(../images/audio.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
752 width: 200px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
755 div.sideblock .item.download {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
756 padding: 0 0 10px 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
757 background: url(../images/download.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
758 width: 200px;
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 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
765 * footer
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
768 .footer {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
769 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
770 width: 700px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
771 background-color: #FFFFFF;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
772 margin: 0 10px 20px 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
773 border-top: 1px solid #485297;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
776 #wrapper_home .footer {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
777 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
778 width: 900px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
779 margin: 0 10px 20px 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
780 border-top: 1px solid #dccbae;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
783 div.services {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
784 /* float: right; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
785 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
786 margin-top: 5px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
789 .services a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
790 color: #485297;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
793 div.serviceprint {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
794 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
795 margin-left: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
796 padding-left: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
797 height: 25px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
798 background: url(../images/print.gif) no-repeat;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
801 div.serviceforward {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
802 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
803 margin-left: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
804 padding-left: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
805 height: 25px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
806 background: url(../images/forward.gif) no-repeat;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
809 div.servicepdf {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
810 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
811 margin-left: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
812 padding-left: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
813 height: 25px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
814 background: url(../images/pdf.gif) no-repeat;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
817 div.boilerplate {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
818 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
819 margin: 0 0 50px 170px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
820 width: 730px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
823 #wrapper_home div.boilerplate {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
824 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
825 margin: 30px 0 50px 0px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
826 width: 900px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
827 border-top: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
828 padding-top: 10px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
831 div.legal {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
832 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
833 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
834 color: #EA8500;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
837 div.mpg_signet {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
838 /* float: right; */
2
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
842 /* more generic lists */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
843
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
844 ul.big {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
845 width:100%;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
848 ul.big li {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
849 border-bottom: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
850 margin-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
851 padding-bottom: 7px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
852 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
853 ul.big li:last-child {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
854 border-bottom: none;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
859 /* Sitemap */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
860 div.dept_block_sitemap {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
861 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
862 width: 221px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
863 font-size: 11px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
866 .dept_title_sitemap {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
867 margin: 0 0 5px 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
868 font-size: 13px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
869 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
870 width: 221px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
871 padding-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
872 border-top: 2px solid #979CE0;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
875 .dept_title a, .dept_title_sitemap a, .dept_headline a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
876 color: #485297;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
880 div.banner_large .caption {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
881 font-size: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
882 color: #b69f7b;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
883 margin-top: 5px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
887 div.image_large .caption {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
888 font-size: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
889 color: #b69f7b;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
890 margin-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
891 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
892 div.image_small {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
893 width: 230px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
894 padding: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
895 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
896 div.image_small.left {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
897 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
898 padding-left: 0px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
899 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
900 div.image_small.right {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
901 /* float: right; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
902 padding-right: 0px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
903 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
904 div.image_small .caption {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
905 font-size: 10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
906 color: #b69f7b;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
907 margin-top: 5px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
912 /* projects */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
913
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
914 div.projectlist {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
915 width:100%;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
918 div.projectlist h2 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
919 width:700px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
920 font-size: 13px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
921 border-bottom: 2px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
922 font-weight:normal;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
923 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
924 div.projectlist h2 a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
925 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
926 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
927 div.projectlist h2 a .dep {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
928 font-weight:bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
929 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
930 margin-right:10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
931 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
932 div.project_block {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
933 margin-top:10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
934 margin-bottom:14px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
937 ul.projectlist {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
938 list-style-image:url(../images/arr_more.gif);
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
939 /* line-height: 20px; */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
940 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
941 ul.projectlist a{
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
942 color: #485297;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
946 p.maintext_more {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
947 font-size: 12px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
948 margin-top: -10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
949 padding-left: 15px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
950 background: url(../images/arr_more.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
951 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
952 p.maintext_authors {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
953 font-size: 12px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
954 font-weight: bold;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
958 div.caption_inline {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
959 /* caption for images on project pages */
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
960 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
961 width: 208px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
962 font-size: 9px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
963 color: #b69f7b;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
964 margin-top: 5px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
967 div.pic_inline {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
968 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
969 width: 220px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
970 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
971 div.pic_inline_container {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
972 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
973 width: 220px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
974 margin: 5px 15px 0 0;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
979 /* Research Units */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
980 li.level_1 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
981 margin-left:2px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
982 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
983 li.level_2 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
984 margin-left:22px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
985 border-bottom: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
986 font-weight:bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
987 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
988 li.level_3 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
989 margin-left:52px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
990 font-weight:bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
991 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
992 li.level_4 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
993 margin-left:82px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
996 a.expand {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
997 margin-left:45px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
998 margin-top:10px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1007 /* Events */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1008
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1009 div.event {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1010 margin-bottom: 44px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1013 div.event span.category{
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1014 border-bottom:1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1015 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1016
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1017 font-size:12px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1018 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1019 div.event h2 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1020 margin-left:0px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1021 /* color: #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1022 font-weight:bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1023 border-bottom:2px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1024 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1025 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1026 font-weight:normal;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1029 div.event h1{
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1030 margin-left:0px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1033 div.event p {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1034 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1035
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1036 margin-left:82px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1040 div.event div.row {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1041 width:100%;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
1042 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1043 border-bottom: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1044 margin-bottom: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1045 padding-bottom: 7px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1049 div.event div.row div.name {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
1050 /* float:left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1051 width:80px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1052 color:#485297;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1055 div.event div.row div.definition {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
1056 /* float:left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1057 margin-left:20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1058 width:300px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1063 /* mediathek */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1064
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1065 div.media_nav {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1066 background-color:#ffffff;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1069 div.media_nav div.element {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
1070 /* float:left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1071 margin-left:8px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1072 margin-right:8px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1077 /* unknown */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1078 div.line{
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1079 border-bottom: 3px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1080 margin-bottom:10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1081 margin-top:10px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1082 width:700px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1083 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1084 /* used e.g. on staff-pages 'kollegium/board of directors' */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1085
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1086 .deptlink {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1087 color: #485297;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1088 margin:20px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1091 ul.presse li {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1092 border-top: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1093 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1094 padding-left:8px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1095 padding-top: 8px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1098 h2.line {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1099 border-bottom:2px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1100 margin-bottom:8px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1101 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1102 h1.line {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1103 border-bottom:3px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1104 padding-bottom:5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1105 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1106