annotate css/mpiwg.css @ 8:0a7691055ea3

layout now with table-cell.
author casties
date Thu, 14 Feb 2013 20:38:30 +0100
parents 9813d9960e98
children 38bbf6dcdbc8
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;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
78 margin: 0.5em 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;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
85 margin: 0.5em 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 {
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
103 margin: 0.5em 0;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
104 line-height: 1.5;
7
9813d9960e98 more style.
casties
parents: 6
diff changeset
105 }
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
106
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
107
2
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 * header and wrapper
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
110 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
111
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
112 #wrapper {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
113 width: 900px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
114 margin: 0 auto;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
115 padding: 10px 40px 10px 20px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
116 background-color: #fcf2df;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
117 box-shadow: 0 0 5px 3px #d0d0d0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
118 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
119
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
120 #header {
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
121 display: block;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
122 position: relative;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
123 height: 95px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
124 margin: 0 0 10px 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
125 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
126
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
127 #header div.title {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
128 position: absolute;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
129 left: 0;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
130 top: 25px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
131 }
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
132 #header div.title img {
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
133 width: 661px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
134 height: 40px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
135 }
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
136 #header div.logo {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
137 position: absolute;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
138 right: 0;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
139 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
140 #header div.logo img {
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
141 width: 87px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
142 height: 88px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
143 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
144
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
145 /*
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
146 * Main Navigation
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
147 */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
148 #mainnav {
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
149 display: block;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
150 position: relative;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
151 font-family: Verdana, Arial, sans-serif;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
152 font-size: 12px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
153 border-top: 8px solid #fab775;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
154 padding-top: 5px;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
155 margin-bottom: 15px;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
156 }
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
157 #mainnav ul {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
158 padding: 0;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
159 margin: 0;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
160 }
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
161 #mainnav li.sec {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
162 display: inline;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
163 border-top: 8px solid #fab775;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
164 margin: 0 35px 0 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
165 padding-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
166 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
167
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
168 #mainnav li.sec:hover {
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
169 border-top: 8px solid #d45a00;
2
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
172 #mainnav a {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
173 color: #696968;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
174 outline: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
175 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
176
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
177 #mainnav a:hover {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
178 color: #000000;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
179 text-decoration: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
180 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
181
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
182 #mainnav li.sec.on {
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
183 border-top: 8px solid #d45a00;
2
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.on a {
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
187 color: #d45a00;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
188 outline: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
189 font-weight: bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
190 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
191
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
192 #mainnav li.sec.lang {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
193 position: absolute;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
194 right: 0;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
195 top: -8px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
196 margin-right: 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
197 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
198
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
199 /*
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
200 * breadcrumbs
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
201 */
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
202 #breadcrumbs {
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
203 font-size: 11px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
204 color: #6a4d3c;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
205 margin-bottom: 5px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
206 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
207
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
208 #breadcrumbs a {
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
209 color: #6a4d3c;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
210 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
211
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
212 #breadcrumbs .selected {
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
213 font-weight: bold;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
214 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
215
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
216 /*
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
217 * main section wrapper
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
218 */
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
219 #mainrow {
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
220 display: table-row;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
221 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
222
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
223
2
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 * subnavigation
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.leftbox {
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
229 display: table-cell;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
230 vertical-align: top;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
231 width: 170px;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
232 border-top: 3px solid #dccbae;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
233 }
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 div.subnav {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
236 font-size: 11px;
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
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
239 div.subnav ul {
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
240 margin: 0;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
241 padding: 0;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
242 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
243
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
244 div.subnav li {
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
245 list-style-type: none;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
246 border-bottom: 1px solid #dccbae;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
247 padding: 3px 6px 6px 3px;
2
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
250 div.subnav .sn_on {
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
251 padding-left: 6px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
252 background: #d45a00;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
253 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
254
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
255 div.subnav .sn_on a {
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
256 color: #fcf2df;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
257 font-weight: bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
258 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
259
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
260 div.subnavbox {
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
261 /* navigation below e.g. research projects */
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
262 font-size: 11px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
263 margin-top: 30px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
264 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
265
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
266 div.subnav .sn_off .dept {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
267 font-style: italic;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
268 color: #b69f7b;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
269 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
270
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
271 div.subnav .sn_on .dept {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
272 font-style: italic;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
273 color: #f9f4e1;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
274 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
275
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
276 div.subnavbox h2 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
277 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
278 color: #b69f7b;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
279 padding-bottom: 3px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
280 border-bottom: 1px solid #dccbae;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
281 margin-top: 20px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
284 /*
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
285 * main section
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
286 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
287
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
288 div.main {
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
289 display: table-cell;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
290 vertical-align: top;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
291 background-color: white;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
292 border-top: 3px solid #dccbae;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
293 padding: 20px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
294 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
295
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
296 div.rows {
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
297 display: table;
2
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 div.row {
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
301 display: table-row;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
302 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
303
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
304 div.row div.block {
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
305 display: table-cell;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
306 vertical-align: top;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
307 }
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
308 div.row div.block:first-child {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
309 /* first block has no left margin */
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
310 padding-left: 0 !important;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
311 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
312
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
313 div.row div.block h2 {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
314 margin-top: 35px;
7
9813d9960e98 more style.
casties
parents: 6
diff changeset
315 padding-bottom: 3px;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
316 border-bottom: 3px solid #dccbae;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
317 margin-bottom: 0;
2
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
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
320 div.item {
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
321 padding-top: 5px;
7
9813d9960e98 more style.
casties
parents: 6
diff changeset
322 padding-bottom: 5px;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
323 border-bottom: 1px solid #dccbae;
7
9813d9960e98 more style.
casties
parents: 6
diff changeset
324 line-height: 1.5;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
327
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
328 /* frontpage version */
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
329 div.main.home {
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
330 background-color: transparent;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
331 border-top: 0;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
332 padding: 0;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
333 }
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
334
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
335 div.main.home div.row div.block {
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
336 width: 286px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
337 padding-left: 21px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
338 }
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
339 div.main.home div.row div.block b {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
340 /* bold is blue */
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
341 color: #3b4186;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
342 }
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
343 div.main.home div.row div.block h2 {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
344 /* more-links in title are right */
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
345 position: relative;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
346 }
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
347 div.main.home div.row div.block h2 a:link {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
348 /* more-links in title are right */
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
349 position: absolute;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
350 right: 0;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
351 top: 3px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
352 /* more-links in title are small */
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
353 font-size: 12px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
354 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
355
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
356 /*
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
357 * Front page feature
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
358 */
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 div.row.feature {
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
361 background-color: #f4e0c7;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
362 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
363
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
364 div.teaser_image {
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
365 position: relative;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
366 width: 593px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
367 height: 351px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
368 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
369
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
370 div.teaser_image div.caption {
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
371 /* caption inside image */
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
372 position: absolute;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
373 bottom: 0;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
374 padding: 3px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
375 text-align: right;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
376 color: white;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
377 font-size: 10px;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
378 opacity: 0.8;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
379 background-color: gray;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
380 /* background-color: rgba(80,80,80,0.6); */
2
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
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
383 div.teaser_text {
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
384 position: relative;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
385 padding-right: 21px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
386 }
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
387 /* feature number */
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
388 div.teaser_text div.feature_number {
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
389 position: absolute;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
390 right: 14px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
391 top: 5px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
392 font-family: Georgia, Times, serif;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
393 font-size: 26px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
394 color: #887163;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
395 }
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
396 /* feature title */
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
397 div.teaser_text h1 {
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
398 font-size: 16px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
399 font-weight: normal;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
400 margin-top: 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
401 }
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
402 /* "current research topic */
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
403 div.teaser_text h2 {
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
404 font-size: 14px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
405 color: #887163;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
406 margin-bottom: 0;
7
9813d9960e98 more style.
casties
parents: 6
diff changeset
407 margin-top: 15px;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
408 border-bottom: 0 !important;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
409 }
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
410 /* feature date */
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
411 div.teaser_text h3 {
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
412 margin-top: 20px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
413 margin-bottom: 20px;
7
9813d9960e98 more style.
casties
parents: 6
diff changeset
414 font-size: 12px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
415 }
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
416
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
417 /*
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
418 * sidebar
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
419 */
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
420 div.sidebar {
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
421 display: table-cell;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
422 width: 220px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
423 border-top: 3px solid #dccbae;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
424 background-color: white;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
425 padding: 20px 8px 20px 0;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
426 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
427
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
428 div.sideblock h2 {
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
429 font-size: 12px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
430 margin-top: 20px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
431 padding-bottom: 5px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
432 border-bottom: 3px solid #dccbae;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
433 margin-bottom: 0;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
434 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
435 div.sideblock:first-child h2 {
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
436 margin-top: 0;
7
9813d9960e98 more style.
casties
parents: 6
diff changeset
437 }
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
438
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
439 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
440 * footer
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
441 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
442
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
443 #footer {
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
444 position: relative;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
445 height: 50px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
446 border-top: 1px solid #dccbae;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
447 padding-top: 8px;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
448 margin-top: 29px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
449 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
450
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
451 #footer div.text {
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
452 display: inline-block;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
453 color: #d45a00;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
454 font-size: 11px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
455 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
456
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
457 #footer div.logo {
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
458 display: inline-block;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
459 position: absolute;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
460 right: 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
461 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
462
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
463 #footer div.logo img {
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
464 width: 204px;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
465 height: 41px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
466 }