annotate css/mpiwg.css.inlinebox @ 128:11b7f98c7ed1

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