annotate css/mpiwg.css @ 67:e5d722305380

more padding for preprints.
author casties
date Fri, 03 May 2013 22:40:21 +0200
parents 68b3d71eed27
children df56982ecb03
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 *
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
3 * (c) 2013 MPIWG Berlin
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
4 * Author: Robert Casties
2
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 body {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
7 margin: 0;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
8 font-family: Verdana, Arial, sans-serif;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
9 background-color: #fdf8ef;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
10 font-size: 12px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
11 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
12
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 * global styles
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 img {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
17 border: none;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
20 a {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
21 color: #d45a00;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
22 text-decoration: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
23 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
24
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
25 a:hover {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
26 text-decoration: underline;
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
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
29 /* link-classes (with icons) */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
30 a.internal {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
31 background: url(../images/internal.png) center left no-repeat;
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
32 padding-left: 10px;
2
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
35 a.download {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
36 background: url(../images/download.png) center left no-repeat;
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
37 padding-left: 15px;
2
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.external {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
41 background: url(../images/external.png) center left no-repeat;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
42 padding-left: 15px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
43 }
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
44
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
45 a.pdf {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
46 background: url(../images/pdf.gif) no-repeat;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
47 padding-left: 15px;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
48 /* padding-top:1px; */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
49 }
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.audio {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
52 background: url(../images/audio.png) center left no-repeat;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
53 padding-left: 15px;
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
54 }
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
55
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
56 a.down {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
57 background: url(../images/down.png) center left no-repeat;
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
58 padding-left: 15px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
59 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
60
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
61 a.book {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
62 background: url(../images/book.gif) no-repeat;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
63 padding-left: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
64 margin-left: -5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
65 margin-top: -1px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
66 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
67
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
68 a.maillink {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
69 color: #3b4186 !important;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
70 }
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
71
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
72 h1 {
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
73 color: #3b4186;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
74 font-size: 20px;
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
75 font-weight: normal;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
76 margin: 0.5em 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
77 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
78
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
79 h1:first-child {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
80 /* does this work correctly? */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
81 margin-top: 0;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
82 }
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
83
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
84 h2 {
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
85 color: #3b4186;
5
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
86 font-size: 16px;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
87 font-weight: normal;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
88 margin: 0.5em 0;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
89 }
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
90
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
91 h3 {
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
92 color: #3b4186;
5
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
93 font-size: 14px;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
94 font-weight: normal;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
95 margin: 0;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
96 }
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
97
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
98 h1 a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
99 /* a header with a link looks like a header */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
100 color: inherit;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
101 font-weight: inherit;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
102 text-decoration: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
103 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
104
7
9813d9960e98 more style.
casties
parents: 6
diff changeset
105 p {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
106 margin: 0.5em 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
107 line-height: 1.5;
7
9813d9960e98 more style.
casties
parents: 6
diff changeset
108 }
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
109
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
110 ul.inline {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
111 padding: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
112 margin: 0;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
113 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
114
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
115 ul.inline li {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
116 display: inline;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
117 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
118
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
119 div.rows {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
120 display: table;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
121 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
122
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
123 div.row {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
124 display: table-row;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
125 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
126
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
127 div.row>div.col {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
128 display: table-cell;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
129 vertical-align: top;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
130 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
131
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
132 div.row>div.col:first-child {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
133 /* first block has no left margin */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
134 padding-left: 0 !important;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
135 }
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
136
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
137 /*
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
138 * page wrapper and header
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
139 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
140 #wrapper {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
141 width: 900px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
142 margin: 0 auto;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
143 padding: 10px 40px 10px 20px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
144 background-color: #fcf2df;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
145 box-shadow: 0 0 5px 3px #d0d0d0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
146 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
147
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
148 #header {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
149 display: block;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
150 position: relative;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
151 height: 95px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
152 margin: 0 0 10px 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
153 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
154
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
155 #header div.title {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
156 position: absolute;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
157 left: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
158 top: 25px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
159 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
160
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
161 #header div.title img {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
162 width: 661px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
163 height: 40px;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
164 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
165
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
166 #header div.logo {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
167 position: absolute;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
168 right: 0;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
169 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
170
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
171 #header div.logo img {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
172 width: 87px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
173 height: 88px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
174 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
175
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
176 /*
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
177 * Main Navigation
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
178 */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
179 #mainnav {
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
180 display: block;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
181 position: relative;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
182 font-family: Verdana, Arial, sans-serif;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
183 font-size: 12px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
184 border-top: 8px solid #fab775;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
185 padding-top: 5px;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
186 margin-bottom: 15px;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
187 /* make iPhone-Safari not botch text size */
12
400da3ba5fa0 styles for research websites page.
casties
parents: 11
diff changeset
188 -webkit-text-size-adjust: 100%;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
189 }
12
400da3ba5fa0 styles for research websites page.
casties
parents: 11
diff changeset
190
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
191 #mainnav ul {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
192 padding: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
193 margin: 0;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
194 }
12
400da3ba5fa0 styles for research websites page.
casties
parents: 11
diff changeset
195
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
196 #mainnav li.sec {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
197 display: inline;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
198 border-top: 8px solid #fab775;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
199 margin: 0 35px 0 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
200 padding-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
201 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
202
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
203 #mainnav li.sec:hover {
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
204 border-top: 8px solid #d45a00;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
205 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
206
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
207 #mainnav a {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
208 color: #696968;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
209 outline: none;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
212 #mainnav a:hover {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
213 color: #000000;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
214 text-decoration: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
215 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
216
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
217 #mainnav li.sec.on {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
218 border-top: 8px solid #d45a00;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
219 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
220
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
221 #mainnav li.sec.on a {
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
222 color: #d45a00;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
223 outline: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
224 font-weight: bold;
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
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
227 #mainnav li.sec.lang {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
228 position: absolute;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
229 right: 0;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
230 top: -8px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
231 margin-right: 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
232 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
233
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
234 /*
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
235 * breadcrumbs
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
236 */
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
237 #breadcrumbs {
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
238 font-size: 11px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
239 color: #6a4d3c;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
240 margin-bottom: 5px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
241 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
242
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
243 #breadcrumbs a {
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
244 color: #6a4d3c;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
245 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
246
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
247 #breadcrumbs .selected {
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
248 font-weight: bold;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
249 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
250
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
251 /*
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
252 * main section wrapper
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
253 */
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
254 #mainrow {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
255 display: table-row;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
256 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
257
2
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 * subnavigation
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 div.leftbox {
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
262 display: table-cell;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
263 vertical-align: top;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
264 width: 170px;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
265 border-top: 3px solid #dccbae;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
268 div.subnav {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
269 font-size: 11px;
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
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
272 div.subnav ul {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
273 margin: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
274 padding: 0;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
275 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
276
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
277 div.subnav li {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
278 list-style-type: none;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
279 border-bottom: 1px solid #dccbae;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
280 padding: 3px 6px 6px 3px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
281 }
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 div.subnav .sn_on {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
284 padding-left: 6px;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
285 background: #d45a00;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
288 div.subnav .sn_on a {
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
289 color: #fcf2df;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
290 font-weight: bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
291 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
292
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
293 div.subnav h2.subnavhead {
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
294 background-color: white;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
295 color: #d45a00;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
296 border-bottom: 1px solid #dccbae;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
297 font-size: 11px;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
298 font-weight: bold;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
299 margin: 0;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
300 padding: 5px 3px;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
301 }
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
302
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
303 div.subnav li.dept {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
304 padding-left: 18px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
305 list-style-position: inside;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
306 list-style-image: url(../images/internal.png);
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
307 text-indent: -14px;
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
308 }
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
309
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
310 div.subnav li.dept .type {
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
311 font-style: italic;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
312 color: #6a4d3c;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
313 }
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
314
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
315 div.subnav li.dept.sn_on .type {
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
316 color: #f9f4e1;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
317 }
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
318
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
319 div.subnavbox {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
320 /* navigation below e.g. research projects */
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
321 font-size: 11px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
322 margin-top: 30px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
323 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
324
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
325 div.subnavbox h2 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
326 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
327 color: #b69f7b;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
328 padding-bottom: 3px;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
329 border-bottom: 1px solid #dccbae;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
330 margin-top: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
331 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
332
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
333 /*
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
334 * main section
2
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.main {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
337 display: table-cell;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
338 vertical-align: top;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
339 background-color: white;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
340 border-top: 3px solid #dccbae;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
341 padding: 20px;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
342 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
343
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
344 div.main div.row>div.col {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
345 /* col default padding */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
346 padding-left: 20px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
347 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
348
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
349 /*
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
350 * frontpage
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
351 */
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
352 div.main.home {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
353 background-color: transparent;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
354 border-top: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
355 padding: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
356 }
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
357
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
358 div.main.home b {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
359 /* bold is blue */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
360 color: #3b4186;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
361 }
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
362
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
363 div.main.home div.row.triple>div.col {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
364 /* frontpage col width */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
365 width: 286px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
366 padding-left: 21px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
367 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
368
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
369 div.box h2 {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
370 /* more-links in title are right */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
371 position: relative;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
372 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
373
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
374 div.box h2 a:link {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
375 /* more-links in title are right */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
376 position: absolute;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
377 right: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
378 top: 3px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
379 /* more-links in title are small */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
380 font-size: 12px;
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
383 /*
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
384 * front page feature teaser
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
385 */
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
386 div.main.home div.teaser {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
387 background-color: #f4e0c7;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
388 }
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
389
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
390 div.main.home div.teaser div.box {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
391 /* teaser box needs no margins */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
392 margin: 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
393 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
394
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
395 div.teaser_image {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
396 position: relative;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
397 width: 593px;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
398 height: 351px;
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
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
401 div.teaser_image div.caption {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
402 /* caption inside image */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
403 position: absolute;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
404 bottom: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
405 padding: 3px;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
406 text-align: right;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
407 color: white;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
408 font-size: 10px;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
409 opacity: 0.8;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
410 background-color: gray;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
411 /* background-color: rgba(80,80,80,0.6); */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
412 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
413
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
414 div.teaser_text {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
415 padding-right: 21px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
416 }
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
417 /* feature number */
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
418 div.teaser_text div.feature_number {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
419 position: absolute;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
420 right: 14px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
421 top: 5px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
422 font-family: Georgia, Times, serif;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
423 font-size: 26px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
424 color: #887163;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
425 }
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
426 /* feature title */
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
427 div.teaser_text h1 {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
428 font-size: 16px;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
429 font-weight: normal;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
430 margin-top: 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
431 }
22
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents: 21
diff changeset
432 /* current research topic */
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
433 div.teaser_text h3 {
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
434 color: #887163;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
435 margin-bottom: 3px;
7
9813d9960e98 more style.
casties
parents: 6
diff changeset
436 margin-top: 15px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
437 }
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
438 /* feature date */
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
439 div.teaser_text div.date {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
440 color: #3b4186;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
441 padding-top: 20px;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
442 margin-bottom: 20px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
443 }
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
444
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
445 /* teaser slider */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
446 div.teaser div.box div.slider {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
447 top: 150px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
448 width: 18px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
449 height: 24px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
450 padding-top: 11px;
21
faa7c9e936a8 some cleanup and prev/next for feature-teaser.
casties
parents: 15
diff changeset
451 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
452
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
453 div.teaser div.box div.slider.prev {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
454 background-image: url(../images/slider_prev_bg.png);
21
faa7c9e936a8 some cleanup and prev/next for feature-teaser.
casties
parents: 15
diff changeset
455 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
456
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
457 div.teaser div.box div.slider.next {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
458 background-image: url(../images/slider_next_bg.png);
21
faa7c9e936a8 some cleanup and prev/next for feature-teaser.
casties
parents: 15
diff changeset
459 }
faa7c9e936a8 some cleanup and prev/next for feature-teaser.
casties
parents: 15
diff changeset
460
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
461 /*
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
462 * toolboxes
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
463 */
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
464 div.tool.box {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
465 background-color: #efeeec;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
466 color: black;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
467 padding: 20px;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
468 box-shadow: 0 0 1px 1px #e0e0e0;
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
469 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
470
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
471 div.tool.box a {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
472 color: #3b4186;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
473 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
474
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
475 div.tool.box div.searchbox {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
476 /* only to make it shrink-wrap */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
477 display: table-cell;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
478 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
479
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
480 div.tool.box div.searchbox input.text {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
481 height: 20px;
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
482 width: 370px;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
483 background-color: #9fa0a7;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
484 color: white;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
485 font-size: 14px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
486 font-style: italic;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
487 border: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
488 padding: 3px;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
489 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
490
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
491 div.tool.box div.searchbox input.submit {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
492 /* submit uses border-box. don't ask */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
493 height: 26px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
494 width: 26px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
495 border: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
496 padding: 2px 3px 4px 3px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
497 /* TODO: this should be an image */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
498 background-color: #ee7f2d;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
499 color: white;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
500 font-size: 14px;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
501 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
502
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
503 div.tool.box div.searchbox div.extended {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
504 text-align: right;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
505 padding: 5px 30px 5px 3px;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
506 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
507
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
508 div.tool.box h3 {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
509 font-family: Georgia, Times, serif;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
510 font-style: italic;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
511 font-size: 16px;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
512 color: #887163;
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
513 margin: 0.5em 0;
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
514 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
515
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
516 div.tool.box h3:first-child {
30
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
517 /* top header has no margin */
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
518 margin-top: 0;
12
400da3ba5fa0 styles for research websites page.
casties
parents: 11
diff changeset
519 }
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
520
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
521 div.tool.box ul {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
522 margin: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
523 padding: 0;
24
6a4996805505 more work on projects.
casties
parents: 22
diff changeset
524 }
6a4996805505 more work on projects.
casties
parents: 22
diff changeset
525
32
6891732a148f styles for sources.
casties
parents: 30
diff changeset
526 div.tool.box div.options {
6891732a148f styles for sources.
casties
parents: 30
diff changeset
527 margin-top: 10px;
6891732a148f styles for sources.
casties
parents: 30
diff changeset
528 }
6891732a148f styles for sources.
casties
parents: 30
diff changeset
529
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
530 div.tool.box div.options li {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
531 font-family: Georgia, Times, serif;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
532 font-style: italic;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
533 font-size: 16px;
24
6a4996805505 more work on projects.
casties
parents: 22
diff changeset
534 color: #887163;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
535 list-style-type: none;
24
6a4996805505 more work on projects.
casties
parents: 22
diff changeset
536 margin: 0.5em 0;
6a4996805505 more work on projects.
casties
parents: 22
diff changeset
537 }
6a4996805505 more work on projects.
casties
parents: 22
diff changeset
538
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
539 div.tool.box div.atoz {
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
540 color: #887163;
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
541 font-size: 14px;
32
6891732a148f styles for sources.
casties
parents: 30
diff changeset
542 margin-top: 10px;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
543 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
544
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
545 div.tool.box input.checkbox,
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
546 div.tool.box input.radio {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
547 /* checkbox uses border-box. don't ask */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
548 width: 20px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
549 height: 20px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
550 margin: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
551 /* TODO: this should be an image */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
552 background-color: white;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
553 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
554
30
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
555 div.tool.box div.box.thumbs {
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
556 width: 420px;
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
557 }
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
558
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
559 /*
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
560 * service box on frontpage
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
561 */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
562 div.box h2.service {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
563 /* title has no line */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
564 border: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
565 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
566
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
567 div.tool.box.service {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
568 margin-top: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
569 padding: 0;
15
aca0fce3824b style for tool-box checkboxes.
casties
parents: 13
diff changeset
570 }
aca0fce3824b style for tool-box checkboxes.
casties
parents: 13
diff changeset
571
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
572 div.tool.box.service div.row > div.col {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
573 padding: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
574 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
575 div.tool.box.service div.search {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
576 width: 200px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
577 height: 20px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
578 padding: 26px 0 26px 16px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
579 border-bottom: 1px solid #9fa0a7;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
580 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
581 div.tool.box.service div.search.both {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
582 height: 44px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
583 padding: 14px 0 14px 16px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
584 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
585 div.tool.box.service div.searchicon {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
586 width: 38px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
587 height: 40px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
588 text-align: center;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
589 padding: 16px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
590 border-bottom: 1px solid #9fa0a7;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
591 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
592 div.tool.box.service div.icon {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
593 width: 71px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
594 height: 70px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
595 text-align: center;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
596 line-height: 2.5;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
597 padding: 1px 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
598 border-left: 1px solid #9fa0a7;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
599 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
600 div.tool.box.service div.icon.first {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
601 border-left: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
602 width: 70px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
603 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
604 div.tool.box.service div.searchbox {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
605 display: block;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
606 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
607 div.tool.box.service div.searchbox input.text {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
608 width: 170px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
609 height: 17px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
610 font-size: 12px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
611 padding: 1px 3px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
612 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
613 div.tool.box.service div.searchbox input.submit {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
614 height: 19px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
615 width: 19px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
616 padding: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
617 margin: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
618 vertical-align: bottom;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
619 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
620 div.tool.box.service select.quickfinder {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
621 width: 200px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
622 height: 19px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
623 font-size: 12px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
624 background-color: white;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
625 margin-bottom: 5px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
626 border: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
627 }
30
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
628 /* toolbox with thumbs */
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
629 div.box.thumbs div.thumb {
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
630 display: inline;
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
631 }
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
632 div.box.thumbs div.thumb img {
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
633 width: 55px;
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
634 height: 34px;
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
635 }
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
636
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
637
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
638 /*
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
639 * other boxes
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
640 */
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
641 div.box {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
642 margin: 20px 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
643 position: relative;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
644 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
645
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
646 div.box h2 {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
647 /* h2 is title with line */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
648 padding-bottom: 5px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
649 border-bottom: 3px solid #dccbae;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
650 margin-bottom: 5px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
651 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
652
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
653 div.box.line {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
654 border-bottom: 1px solid #dccbae;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
655 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
656
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
657 div.box h3 {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
658 /* h3 is subtitle/type */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
659 font-size: 12px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
660 color: #6a4d3c;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
661 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
662
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
663 div.box h3 + h2 {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
664 /* directly over h2 */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
665 margin-top: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
666 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
667
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
668 /*
30
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
669 * small box with thumbnail
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
670 */
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
671 div.mini {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
672 padding: 10px 0;
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
673 /* line-height: 1; */
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
674 }
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
675
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
676 div.row.quintuple div.mini {
30
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
677 max-width: 122px;
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
678 font-size: 11px;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
679 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
680
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
681 div.mini div.thumb {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
682 background-color: #f8f8f8;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
683 text-align: center;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
684 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
685
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
686 div.row.quintuple div.mini div.thumb img {
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
687 width: 120px;
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
688 height: 75px;
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
689 }
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
690
32
6891732a148f styles for sources.
casties
parents: 30
diff changeset
691 div.row.triple div.mini {
6891732a148f styles for sources.
casties
parents: 30
diff changeset
692 width: 140px;
6891732a148f styles for sources.
casties
parents: 30
diff changeset
693 }
6891732a148f styles for sources.
casties
parents: 30
diff changeset
694
65
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
695 div.row.triple div.mini div.thumb img {
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
696 width: 140px;
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
697 height: 87px;
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
698 }
32
6891732a148f styles for sources.
casties
parents: 30
diff changeset
699
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
700 div.row.triple div.mini.source div.thumb img {
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
701 /* thumb size for sources given by digilib */
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
702 width: auto;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
703 height: auto;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
704 }
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
705
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
706 div.mini div.type {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
707 color: #9f917a;
65
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
708 margin-top: 0.5em;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
709 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
710
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
711 div.mini div.title {
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
712 margin-top: 0.5em;
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
713 }
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
714
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
715 div.mini div.author {
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
716 color: #3b4186;
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
717 margin-top: 0.5em;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
718 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
719
65
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
720 div.mini div.link {
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
721 margin-top: 0.5em;
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
722 }
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
723
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
724 div.mini.website div.description {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
725 /* initially hidden */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
726 display: none;
12
400da3ba5fa0 styles for research websites page.
casties
parents: 11
diff changeset
727 }
400da3ba5fa0 styles for research websites page.
casties
parents: 11
diff changeset
728
65
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
729 div.box.foldable div.fold {
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
730 /* initially hidden */
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
731 display: none;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
732 position: absolute;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
733 bottom: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
734 right: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
735 /* TODO: this should be an image */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
736 background-color: #ee7f2d;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
737 color: white;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
738 font-size: 14px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
739 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
740
30
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
741 /*
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
742 * slider buttons
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
743 */
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
744 div.box div.slider {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
745 position: absolute;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
746 top: 110px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
747 width: 16px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
748 height: 18px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
749 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
750
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
751 div.box div.slider.prev {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
752 left: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
753 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
754
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
755 div.box div.slider.next {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
756 right: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
757 text-align: right;
12
400da3ba5fa0 styles for research websites page.
casties
parents: 11
diff changeset
758 }
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
759
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
760 /*
30
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
761 * paragraph with line
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
762 */
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
763 div.item {
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
764 padding-top: 5px;
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
765 padding-bottom: 5px;
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
766 border-bottom: 1px solid #dccbae;
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
767 line-height: 1.5;
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
768 }
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
769
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
770 /*
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
771 * table with articles
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
772 */
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
773 table.articles {
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
774 /* no space between cells */
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
775 border-collapse: collapse;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
776 }
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
777
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
778 table.articles td {
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
779 vertical-align: top;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
780 text-align: left;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
781 line-height: 1.5;
67
e5d722305380 more padding for preprints.
casties
parents: 66
diff changeset
782 padding: 1em 1em 0.5em 0;
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
783 }
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
784 table.articles td:last-child {
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
785 padding-right: 0;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
786 }
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
787
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
788 table.articles th {
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
789 font-family: Georgia, Times, serif;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
790 font-size: 16px;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
791 font-weight: normal;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
792 font-style: italic;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
793 color: #887163;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
794 text-align: left;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
795 border-bottom: 3px solid #dccbae;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
796 }
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
797
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
798 table.articles tr.abstract td {
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
799 /* abstract has no padding-top */
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
800 padding: 0 0 0.5em 0;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
801 }
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
802
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
803 table.articles td.line {
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
804 border-bottom: 1px solid #dccbae;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
805 }
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
806
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
807 table.articles h3.fold_head {
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
808 font-size: 12px;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
809 background-color: #f6f2eb;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
810 padding: 3px;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
811 }
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
812
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
813 table.articles h3.fold_head img {
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
814 margin: 0 5px 0 3px;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
815 }
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
816
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
817 table.articles div.fold_body {
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
818 padding: 0.5em 0 0 20px;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
819 }
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
820
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
821 .foldable img.fold_closed {
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
822 /* fold is initially open */
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
823 display: none;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
824 }
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
825
30
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
826 /*
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
827 * sidebar
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
828 */
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
829 div.sidebar {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
830 display: table-cell;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
831 width: 220px;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
832 border-top: 3px solid #dccbae;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
833 background-color: white;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
834 padding: 20px 8px 20px 0;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
835 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
836
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
837 div.sideblock h2 {
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
838 font-size: 12px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
839 margin-top: 20px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
840 padding-bottom: 5px;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
841 border-bottom: 3px solid #dccbae;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
842 margin-bottom: 0;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
843 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
844
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
845 div.sideblock:first-child h2 {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
846 margin-top: 0;
7
9813d9960e98 more style.
casties
parents: 6
diff changeset
847 }
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
848
13
325e7c338815 research websites page. better department editing.
casties
parents: 12
diff changeset
849 div.sideblock h3 {
325e7c338815 research websites page. better department editing.
casties
parents: 12
diff changeset
850 font-size: 12px;
325e7c338815 research websites page. better department editing.
casties
parents: 12
diff changeset
851 margin-top: 5px;
325e7c338815 research websites page. better department editing.
casties
parents: 12
diff changeset
852 padding-bottom: 5px;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
853 border-bottom: 1px solid #dccbae;
13
325e7c338815 research websites page. better department editing.
casties
parents: 12
diff changeset
854 }
325e7c338815 research websites page. better department editing.
casties
parents: 12
diff changeset
855
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
856 /* like sidebar without line */
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
857 div.sidebox {
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
858 width: 220px;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
859 padding: 0 0 20px 0;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
860 }
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
861
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
862 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
863 * footer
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
864 */
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
865 #footer {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
866 position: relative;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
867 height: 50px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
868 border-top: 1px solid #dccbae;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
869 padding-top: 8px;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
870 margin-top: 29px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
871 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
872
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
873 #footer div.text {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
874 display: inline-block;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
875 color: #d45a00;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
876 font-size: 11px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
877 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
878
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
879 #footer div.logo {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
880 display: inline-block;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
881 position: absolute;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
882 right: 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
883 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
884
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
885 #footer div.logo img {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
886 width: 204px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
887 height: 41px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
888 }