annotate css/mpiwg.css @ 6:9e4dba0a81e2

front page layout works now.
author casties
date Wed, 13 Feb 2013 16:34:22 +0100
parents 9e720c6c5b6c
children 9813d9960e98
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1 /* MPIWG website style sheet
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
2 *
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
3 * (c) 2013 Robert Casties
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
4 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
5
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
6
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
7
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
8 body {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
9 margin: 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
10 font-family: Verdana, Arial, sans-serif;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
11 background-color: #fdf8ef;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
12 font-size: 12px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
13 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
14
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
15 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
16 * global styles
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
17 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
18
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
19 img {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
20 border: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
21 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
22
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
23 a {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
24 color: #d45a00;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
25 text-decoration: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
26 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
27
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
28 a:hover {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
29 text-decoration: underline;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
30 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
31
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
32 /* new link-classes (with icons) */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
33
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
34 a.internal {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
35 background: url(../images/arr_more.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
36 padding-left: 12px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
37 padding-top: 1px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
38 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
39
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
40 a.download {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
41 background: url(../images/download.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
42 padding-left: 17px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
43 /* padding-top:1px; */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
44 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
45
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
46 a.external {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
47 background: url(../images/external.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
48 padding-left: 15px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
49 /* padding-top:1px; */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
50 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
51 a.pdf {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
52 background: url(../images/pdf.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
53 padding-left: 15px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
54 /* padding-top:1px; */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
55 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
56
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
57 a.audio {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
58 background: url(../images/audio.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
59 padding-left: 15px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
60 /* padding-top:1px; */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
61 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
62
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
63 a.book {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
64 background: url(../images/book.gif) no-repeat;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
65 padding-left: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
66 margin-left: -5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
67 margin-top: -1px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
68 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
69
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
70 a.maillink {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
71 color: #3b4186 !important;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
72 }
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
73
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
74 h1 {
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
75 color: #3b4186;
5
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
76 font-size: 16px;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
77 font-weight: bold;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
78 margin: 10px 0 10px 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
79 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
80
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
81 h2 {
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
82 color: #3b4186;
5
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
83 font-size: 16px;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
84 font-weight: normal;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
85 margin: 0;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
86 }
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
87
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
88 h3 {
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
89 color: #3b4186;
5
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
90 font-size: 14px;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
91 font-weight: normal;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
92 margin: 0;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
93 }
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
94
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
95 h1 a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
96 /* a header with a link looks like a header */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
97 color: inherit;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
98 font-weight: inherit;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
99 text-decoration: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
100 }
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 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
104 * header and wrapper
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
105 */
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 #wrapper {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
108 width: 900px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
109 margin: 0 auto;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
110 padding: 10px 40px 10px 20px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
111 background-color: #fcf2df;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
112 box-shadow: 0 0 5px 3px #d0d0d0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
113 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
114
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
115 #header {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
116 position: relative;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
117 width: 900px;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
118 height: 90px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
119 margin: 0 0 10px 0;
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 div.title {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
123 display: inline;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
124 position: absolute;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
125 left: 0;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
126 top: 20px;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
127 width: 661px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
128 height: 40px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
131 #header div.logo {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
132 display: inline;
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 right: 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
135 width: 87px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
136 height: 88px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
137 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
138
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
139 /*
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
140 * Main Navigation
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
141 */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
142 #mainnav {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
143 position: relative;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
144 width: 900px;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
145 font-family: Verdana, Arial, sans-serif;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
146 font-size: 12px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
147 border-top: 8px solid #fab775;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
148 padding-top: 5px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
149 margin-bottom: 40px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
150 }
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
151 #mainnav ul {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
152 padding: 0;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
153 margin: 0;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
154 }
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
155 #mainnav li.sec {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
156 display: inline;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
157 border-top: 8px solid #fab775;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
158 margin: 0 35px 0 0;
2
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
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
162 #mainnav li.sec:hover {
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
163 border-top: 8px solid #ea8500;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
164 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
165
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
166 #mainnav a {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
167 color: #696968;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
168 outline: none;
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 a:hover {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
172 color: #000000;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
173 text-decoration: none;
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
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
176 #mainnav li.sec.on {
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
177 border-top: 8px solid #ea8500;
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
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
180 #mainnav li.sec.on a {
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
181 color: #ea8500;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
182 outline: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
183 font-weight: bold;
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
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
186 #mainnav li.sec.lang {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
187 position: absolute;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
188 right: 0;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
189 top: -8px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
190 margin-right: 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
191 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
192
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 * subnavigation
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
195 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
196
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
197 div.leftbox {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
198 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
199 width: 170px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
200 }
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 div.subnav {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
203 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
204 width: 170px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
205 font-size: 11px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
208 div.subnav .sn_off, .subnavbox .sn_off {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
209 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
210 width: 164px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
211 border-bottom: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
212 padding: 3px 6px 6px 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
213 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
214
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
215 div.subnav .sn_on {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
216 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
217 width: 158px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
218 border-bottom: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
219 padding: 3px 6px 6px 6px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
220 background: #EA8500;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
223 div.subnav .sn_on a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
224 color: #FCF2DF;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
225 font-weight: bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
226 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
227
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
228 div.subnav .sn_off .dept {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
229 font-style: italic;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
230 color: #b69f7b;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
233 div.subnav .sn_on .dept {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
234 font-style: italic;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
235 color: #f9f4e1;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
236 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
237
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
238 div.subnavbox {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
239 /* navigation below e.g. research projects */
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
240 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
241 width: 170px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
242 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
243 margin-top: 30px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
244 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
245
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
246 div.subnavbox h2 {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
247 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
248 width: 170px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
249 height: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
250 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
251 color: #b69f7b;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
252 margin-bottom: 0px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
253 padding-bottom: 3px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
254 margin-top: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
255 background: transparent url(../images/side.gif) repeat-x;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
256 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
257
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
258 /*
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
259 * main section
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
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
262 div.main {
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
263 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
264
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
265 div.row {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
266 /* set font-size to ignore whitespace */
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
267 font-size: 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
268 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
269
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
270 div.row div.block {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
271 display: inline-block;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
272 vertical-align: top;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
273 /* reset font-size */
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
274 font-size: 12px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
275 line-height: 1.5;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
276 }
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
277 div.row div.block:first-child {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
278 /* first block has no left margin */
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
279 margin-left: 0 !important;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
280 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
281
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
282 div.row.triple div.block {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
283 width: 31.7%;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
284 margin-left: 2.4%;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
285 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
286
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
287 div.row div.block h2 {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
288 padding-bottom: 3px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
289 margin-top: 35px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
290 border-bottom: 3px solid #dccbae;
2
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
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
293 div.row div.block div.item {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
294 padding-top: 5px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
295 padding-bottom: 3px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
296 border-bottom: 1px solid #dccbae;
2
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
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
300 /* frontpage version */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
301
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
302 div.main.home div.row div.block b {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
303 /* bold is blue */
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
304 color: #3b4186;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
305 }
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
306 div.main.home div.row div.block h2 {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
307 /* more-links in title are right */
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
308 position: relative;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
309 }
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
310 div.main.home div.row div.block h2 a:link {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
311 /* more-links in title are right */
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
312 position: absolute;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
313 right: 0;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
314 top: 3px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
315 /* more-links in title are small */
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
316 font-size: 12px;
2
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 /*
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
320 * Front page feature
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
321 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
322
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
323 div.row.feature {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
324 background-color: #f4e0c7;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
325 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
326
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
327 div.row.feature div.block.teaser_image {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
328 position: relative;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
329 width: 593px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
330 height: 351px;
2
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
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
333 div.row.feature div.teaser_image div.caption {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
334 position: absolute;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
335 bottom: 0;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
336 padding: 3px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
337 text-align: right;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
338 color: white;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
339 font-size: 10px;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
340 opacity: 0.8;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
341 background-color: gray;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
342 /* background-color: rgba(80,80,80,0.6); */
2
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
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
345 div.row.feature div.block.teaser_text {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
346 position: relative;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
347 width: 265px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
348 margin-left: 21px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
349 padding-right: 21px;
2
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
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
352 div.row.feature div.block.teaser_text div.feature_number {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
353 position: absolute;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
354 right: 14px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
355 top: 5px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
356 font-family: Georgia, Times, serif;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
357 font-size: 26px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
358 color: #887163;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
359 }
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
360 /* title */
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
361 div.row.feature div.block.teaser_text h1 {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
362 font-size: 16px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
363 font-weight: normal;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
364 margin-top: 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
365 }
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
366 /* "current research topic */
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
367 div.row.feature div.block.teaser_text h2 {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
368 font-size: 14px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
369 color: #887163;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
370 margin-bottom: 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
371 }
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
372 /* feature date */
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
373 div.row.feature div.block.teaser_text h3 {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
374 margin-top: 20px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
375 margin-bottom: 20px;
2
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
378
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
379 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
380 * footer
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
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
383 div.footer {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
384 position: relative;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
385 width: 900px;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
386 height: 50px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
387 border-top: 1px solid #dccbae;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
388 padding-top: 8px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
389 margin-top: 45px;
2
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
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
392 div.footer div.text {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
393 display: inline-block;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
394 color: #d45a00;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
395 font-size: 11px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
396 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
397
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
398 div.footer div.logo {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
399 display: inline-block;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
400 position: absolute;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
401 right: 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
402 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
403
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
404 div.footer div.logo img {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
405 width: 204px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
406 height: 41px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
407 }