annotate css/mpiwg.css @ 7:9813d9960e98

more style.
author casties
date Wed, 13 Feb 2013 17:09:16 +0100
parents 9e4dba0a81e2
children 0a7691055ea3
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
7
9813d9960e98 more style.
casties
parents: 6
diff changeset
102 p {
9813d9960e98 more style.
casties
parents: 6
diff changeset
103 margin: 0;
9813d9960e98 more style.
casties
parents: 6
diff changeset
104 }
2
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 * header and wrapper
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 #wrapper {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
111 width: 900px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
112 margin: 0 auto;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
113 padding: 10px 40px 10px 20px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
114 background-color: #fcf2df;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
115 box-shadow: 0 0 5px 3px #d0d0d0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
116 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
117
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
118 #header {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
119 position: relative;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
120 width: 900px;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
121 height: 90px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
122 margin: 0 0 10px 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
123 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
124
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
125 #header div.title {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
126 display: inline;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
127 position: absolute;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
128 left: 0;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
129 top: 20px;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
130 width: 661px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
131 height: 40px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
132 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
133
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
134 #header div.logo {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
135 display: inline;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
136 position: absolute;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
137 right: 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
138 width: 87px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
139 height: 88px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
140 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
141
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
142 /*
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
143 * Main Navigation
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
144 */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
145 #mainnav {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
146 position: relative;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
147 width: 900px;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
148 font-family: Verdana, Arial, sans-serif;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
149 font-size: 12px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
150 border-top: 8px solid #fab775;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
151 padding-top: 5px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
152 margin-bottom: 40px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
153 }
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
154 #mainnav ul {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
155 padding: 0;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
156 margin: 0;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
157 }
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
158 #mainnav li.sec {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
159 display: inline;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
160 border-top: 8px solid #fab775;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
161 margin: 0 35px 0 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
162 padding-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
163 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
164
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
165 #mainnav li.sec:hover {
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
166 border-top: 8px solid #ea8500;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
167 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
168
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
169 #mainnav a {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
170 color: #696968;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
171 outline: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
172 }
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 #mainnav a:hover {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
175 color: #000000;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
176 text-decoration: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
177 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
178
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
179 #mainnav li.sec.on {
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
180 border-top: 8px solid #ea8500;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
181 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
182
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
183 #mainnav li.sec.on a {
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
184 color: #ea8500;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
185 outline: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
186 font-weight: bold;
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
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
189 #mainnav li.sec.lang {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
190 position: absolute;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
191 right: 0;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
192 top: -8px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
193 margin-right: 0;
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
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 * subnavigation
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
198 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
199
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
200 div.leftbox {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
201 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
202 width: 170px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
203 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
204
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
205 div.subnav {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
206 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
207 width: 170px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
208 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
209 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
210
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
211 div.subnav .sn_off, .subnavbox .sn_off {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
212 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
213 width: 164px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
214 border-bottom: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
215 padding: 3px 6px 6px 0;
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.subnav .sn_on {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
219 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
220 width: 158px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
221 border-bottom: 1px solid #dccbae;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
222 padding: 3px 6px 6px 6px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
223 background: #EA8500;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
224 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
225
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
226 div.subnav .sn_on a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
227 color: #FCF2DF;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
228 font-weight: bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
229 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
230
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
231 div.subnav .sn_off .dept {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
232 font-style: italic;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
233 color: #b69f7b;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
234 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
235
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
236 div.subnav .sn_on .dept {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
237 font-style: italic;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
238 color: #f9f4e1;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
239 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
240
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
241 div.subnavbox {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
242 /* navigation below e.g. research projects */
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
243 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
244 width: 170px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
245 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
246 margin-top: 30px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
247 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
248
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
249 div.subnavbox h2 {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
250 /* float: left; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
251 width: 170px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
252 height: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
253 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
254 color: #b69f7b;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
255 margin-bottom: 0px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
256 padding-bottom: 3px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
257 margin-top: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
258 background: transparent url(../images/side.gif) repeat-x;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
259 }
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 * main section
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.main {
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
266 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
267
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
268 div.row {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
269 /* set font-size to ignore whitespace */
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
270 font-size: 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
271 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
272
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
273 div.row div.block {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
274 display: inline-block;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
275 vertical-align: top;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
276 /* reset font-size */
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
277 font-size: 12px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
278 }
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
279 div.row div.block:first-child {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
280 /* first block has no left margin */
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
281 margin-left: 0 !important;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
282 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
283
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
284 div.row.triple div.block {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
285 width: 31.7%;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
286 margin-left: 2.4%;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
287 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
288
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
289 div.row div.block h2 {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
290 margin-top: 35px;
7
9813d9960e98 more style.
casties
parents: 6
diff changeset
291 padding-bottom: 3px;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
292 border-bottom: 3px solid #dccbae;
2
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
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
295 div.row div.block div.item {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
296 padding-top: 5px;
7
9813d9960e98 more style.
casties
parents: 6
diff changeset
297 padding-bottom: 5px;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
298 border-bottom: 1px solid #dccbae;
7
9813d9960e98 more style.
casties
parents: 6
diff changeset
299 line-height: 1.5;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
300 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
301
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
302
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
303 /* frontpage version */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
304
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
305 div.main.home div.row div.block b {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
306 /* bold is blue */
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
307 color: #3b4186;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
308 }
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
309 div.main.home div.row div.block h2 {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
310 /* more-links in title are right */
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
311 position: relative;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
312 }
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
313 div.main.home div.row div.block h2 a:link {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
314 /* more-links in title are right */
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
315 position: absolute;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
316 right: 0;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
317 top: 3px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
318 /* more-links in title are small */
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
319 font-size: 12px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
320 }
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 * Front page feature
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
324 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
325
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
326 div.row.feature {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
327 background-color: #f4e0c7;
2
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
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
330 div.row.feature div.block.teaser_image {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
331 position: relative;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
332 width: 593px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
333 height: 351px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
334 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
335
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
336 div.row.feature div.teaser_image div.caption {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
337 position: absolute;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
338 bottom: 0;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
339 padding: 3px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
340 text-align: right;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
341 color: white;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
342 font-size: 10px;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
343 opacity: 0.8;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
344 background-color: gray;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
345 /* background-color: rgba(80,80,80,0.6); */
2
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
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
348 div.row.feature div.block.teaser_text {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
349 position: relative;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
350 width: 265px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
351 margin-left: 21px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
352 padding-right: 21px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
353 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
354
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
355 div.row.feature div.block.teaser_text div.feature_number {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
356 position: absolute;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
357 right: 14px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
358 top: 5px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
359 font-family: Georgia, Times, serif;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
360 font-size: 26px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
361 color: #887163;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
362 }
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
363 /* title */
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
364 div.row.feature div.block.teaser_text h1 {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
365 font-size: 16px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
366 font-weight: normal;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
367 margin-top: 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
368 }
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
369 /* "current research topic */
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
370 div.row.feature div.block.teaser_text h2 {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
371 font-size: 14px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
372 color: #887163;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
373 margin-bottom: 0;
7
9813d9960e98 more style.
casties
parents: 6
diff changeset
374 margin-top: 15px;
9813d9960e98 more style.
casties
parents: 6
diff changeset
375 border-bottom: 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
376 }
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
377 /* feature date */
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
378 div.row.feature div.block.teaser_text h3 {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
379 margin-top: 20px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
380 margin-bottom: 20px;
7
9813d9960e98 more style.
casties
parents: 6
diff changeset
381 font-size: 12px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
382 }
7
9813d9960e98 more style.
casties
parents: 6
diff changeset
383 div.row.feature div.block.teaser_text p {
9813d9960e98 more style.
casties
parents: 6
diff changeset
384 line-height: 1.5;
9813d9960e98 more style.
casties
parents: 6
diff changeset
385 margin: 0;
9813d9960e98 more style.
casties
parents: 6
diff changeset
386 }
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
387
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
388 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
389 * footer
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 {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
393 position: relative;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
394 width: 900px;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
395 height: 50px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
396 border-top: 1px solid #dccbae;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
397 padding-top: 8px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
398 margin-top: 45px;
2
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
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
401 div.footer div.text {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
402 display: inline-block;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
403 color: #d45a00;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
404 font-size: 11px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
405 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
406
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
407 div.footer div.logo {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
408 display: inline-block;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
409 position: absolute;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
410 right: 0;
2
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
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
413 div.footer div.logo img {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
414 width: 204px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
415 height: 41px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
416 }