annotate css/mpiwg.css @ 230:feb2cb6241be

styles for calendar.
author casties
date Tue, 12 Nov 2013 13:04:38 +0100
parents 6ff1c6c270b1
children 878de95fb6a2
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 */
106
7dd264f9b728 importOldSettingforSorting and Publish
dwinter
parents: 104
diff changeset
6
119
dwinter
parents: 118
diff changeset
7
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
8 body {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
9 margin: 0;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
10 font-family: Verdana, Arial, sans-serif;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
11 background-color: #fdf8ef;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
12 font-size: 12px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
13 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
14
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
15 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
16 * global styles
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
17 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
18 img {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
19 border: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
20 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
21
182
8261b3089cf4 styles for thesaurus projects
casties
parents: 181
diff changeset
22 a,
8261b3089cf4 styles for thesaurus projects
casties
parents: 181
diff changeset
23 .linklike {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
24 color: #d45a00;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
25 text-decoration: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
26 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
27
182
8261b3089cf4 styles for thesaurus projects
casties
parents: 181
diff changeset
28 a:hover,
8261b3089cf4 styles for thesaurus projects
casties
parents: 181
diff changeset
29 .linklike:hover {
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
30 text-decoration: underline;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
31 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
32
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
33 /* link-classes (with icons) */
90
c940af028112 add styles and meta-tags for search.
casties
parents: 86
diff changeset
34 a.internal,
c940af028112 add styles and meta-tags for search.
casties
parents: 86
diff changeset
35 a.more {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
36 background: url(../images/internal.png) center left no-repeat;
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
37 padding-left: 10px;
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.download {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
41 background: url(../images/download.png) center left no-repeat;
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
42 padding-left: 15px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
43 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
44
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
45 a.external {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
46 background: url(../images/external.png) center left no-repeat;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
47 padding-left: 15px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
48 }
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
49
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
50 a.down {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
51 background: url(../images/down.png) center left no-repeat;
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
52 padding-left: 15px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
53 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
54
86
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
55 a.jumptop {
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
56 background: url(../images/jump_top.png) center left no-repeat;
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
57 padding-left: 15px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
58 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
59
86
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
60 a.email {
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
61 background: url(../images/email.png) center left no-repeat;
199
6ff1c6c270b1 css for smaller email icon.
casties
parents: 198
diff changeset
62 padding-left: 16px;
86
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
63 }
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
64
124
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
65 a.disk {
146
fc2480e1f30f more style
casties
parents: 145
diff changeset
66 background: url(../images/disk_link.png) center left no-repeat;
fc2480e1f30f more style
casties
parents: 145
diff changeset
67 padding: 0 0 3px 25px;
124
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
68 }
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
69
143
636fc61e64e7 more style
casties
parents: 140
diff changeset
70 a.namelink {
636fc61e64e7 more style
casties
parents: 140
diff changeset
71 color: #3b4186;
636fc61e64e7 more style
casties
parents: 140
diff changeset
72 }
636fc61e64e7 more style
casties
parents: 140
diff changeset
73
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
74 h1 {
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
75 color: #3b4186;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
76 font-size: 20px;
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
77 font-weight: normal;
140
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 130
diff changeset
78 margin: 1em 0 0.5em 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
79 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
80
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
81 h1:first-child {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
82 /* does this work correctly? */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
83 margin-top: 0;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
84 }
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
85
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
86 h2 {
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
87 color: #3b4186;
5
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
88 font-size: 16px;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
89 font-weight: normal;
140
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 130
diff changeset
90 margin: 1em 0 0.5em 0;
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 130
diff changeset
91 }
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 130
diff changeset
92
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
93 h3 {
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
94 color: #3b4186;
5
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
95 font-size: 14px;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
96 font-weight: normal;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
97 margin: 0;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
98 }
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
99
97
7b96a85552aa fix bugs in project editing.
casties
parents: 92
diff changeset
100 h3 + h3 {
7b96a85552aa fix bugs in project editing.
casties
parents: 92
diff changeset
101 /* h3 directly after h3 has a margin */
7b96a85552aa fix bugs in project editing.
casties
parents: 92
diff changeset
102 margin-top: 0.5em;
7b96a85552aa fix bugs in project editing.
casties
parents: 92
diff changeset
103 }
7b96a85552aa fix bugs in project editing.
casties
parents: 92
diff changeset
104
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
105 h1 a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
106 /* a header with a link looks like a header */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
107 color: inherit;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
108 font-weight: inherit;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
109 text-decoration: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
110 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
111
143
636fc61e64e7 more style
casties
parents: 140
diff changeset
112 h2 a {
636fc61e64e7 more style
casties
parents: 140
diff changeset
113 /* a header with a link looks like a header */
636fc61e64e7 more style
casties
parents: 140
diff changeset
114 color: inherit;
636fc61e64e7 more style
casties
parents: 140
diff changeset
115 font-weight: inherit;
636fc61e64e7 more style
casties
parents: 140
diff changeset
116 text-decoration: none;
636fc61e64e7 more style
casties
parents: 140
diff changeset
117 }
636fc61e64e7 more style
casties
parents: 140
diff changeset
118
7
9813d9960e98 more style.
casties
parents: 6
diff changeset
119 p {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
120 margin: 0.5em 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
121 line-height: 1.5;
7
9813d9960e98 more style.
casties
parents: 6
diff changeset
122 }
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
123
100
f4ac675b2031 more members pages.
casties
parents: 97
diff changeset
124 ul.plain {
f4ac675b2031 more members pages.
casties
parents: 97
diff changeset
125 list-style-type: none;
140
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 130
diff changeset
126 padding: 0;
100
f4ac675b2031 more members pages.
casties
parents: 97
diff changeset
127 }
f4ac675b2031 more members pages.
casties
parents: 97
diff changeset
128 ul.plain > li {
f4ac675b2031 more members pages.
casties
parents: 97
diff changeset
129 margin-top: 0.5em;
f4ac675b2031 more members pages.
casties
parents: 97
diff changeset
130 }
153
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
131 ul.plain > li:first-child {
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
132 margin-top: 0;
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
133 }
100
f4ac675b2031 more members pages.
casties
parents: 97
diff changeset
134
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
135 ul.inline {
90
c940af028112 add styles and meta-tags for search.
casties
parents: 86
diff changeset
136 display: inline;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
137 padding: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
138 margin: 0;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
139 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
140
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
141 ul.inline li {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
142 display: inline;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
143 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
144
166
6e0bea9510c9 small fixes.
casties
parents: 165
diff changeset
145 .hasright {
6e0bea9510c9 small fixes.
casties
parents: 165
diff changeset
146 position: relative;
6e0bea9510c9 small fixes.
casties
parents: 165
diff changeset
147 }
6e0bea9510c9 small fixes.
casties
parents: 165
diff changeset
148
6e0bea9510c9 small fixes.
casties
parents: 165
diff changeset
149 .hasright .right {
6e0bea9510c9 small fixes.
casties
parents: 165
diff changeset
150 position: absolute;
6e0bea9510c9 small fixes.
casties
parents: 165
diff changeset
151 right: 0;
6e0bea9510c9 small fixes.
casties
parents: 165
diff changeset
152 margin-right: 0.5em;
6e0bea9510c9 small fixes.
casties
parents: 165
diff changeset
153 }
6e0bea9510c9 small fixes.
casties
parents: 165
diff changeset
154
140
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 130
diff changeset
155 .clear {
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 130
diff changeset
156 clear: both;
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 130
diff changeset
157 }
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 130
diff changeset
158
143
636fc61e64e7 more style
casties
parents: 140
diff changeset
159 .blue {
636fc61e64e7 more style
casties
parents: 140
diff changeset
160 color: #3b4186;
636fc61e64e7 more style
casties
parents: 140
diff changeset
161 }
636fc61e64e7 more style
casties
parents: 140
diff changeset
162
157
2e0953694aef page footer
casties
parents: 154
diff changeset
163 .javascriptonly {
2e0953694aef page footer
casties
parents: 154
diff changeset
164 /* initially hidden, shown by javascript */
2e0953694aef page footer
casties
parents: 154
diff changeset
165 display: none;
2e0953694aef page footer
casties
parents: 154
diff changeset
166 }
2e0953694aef page footer
casties
parents: 154
diff changeset
167
90
c940af028112 add styles and meta-tags for search.
casties
parents: 86
diff changeset
168 /*
c940af028112 add styles and meta-tags for search.
casties
parents: 86
diff changeset
169 * table-like rows and columns
c940af028112 add styles and meta-tags for search.
casties
parents: 86
diff changeset
170 */
c940af028112 add styles and meta-tags for search.
casties
parents: 86
diff changeset
171
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
172 div.rows {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
173 display: table;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
174 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
175
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
176 div.row {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
177 display: table-row;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
178 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
179
112
3b0955d8a87e more sliders.
casties
parents: 111
diff changeset
180 div.row > div.col {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
181 display: table-cell;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
182 vertical-align: top;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
183 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
184
112
3b0955d8a87e more sliders.
casties
parents: 111
diff changeset
185 div.row > div.col:first-child {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
186 /* first block has no left margin */
112
3b0955d8a87e more sliders.
casties
parents: 111
diff changeset
187 padding-left: 0;
3b0955d8a87e more sliders.
casties
parents: 111
diff changeset
188 /* padding-left: 0 !important; */
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
189 }
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
190
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
191 /*
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
192 * page wrapper and header
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
193 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
194 #wrapper {
148
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
195 position: relative;
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
196 z-index: 5;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
197 width: 900px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
198 margin: 0 auto;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
199 padding: 10px 40px 10px 20px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
200 background-color: #fcf2df;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
201 box-shadow: 0 0 5px 3px #d0d0d0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
202 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
203
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
204 #header {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
205 display: block;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
206 position: relative;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
207 height: 95px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
208 margin: 0 0 10px 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
209 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
210
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
211 #header div.title {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
212 position: absolute;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
213 left: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
214 top: 25px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
215 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
216
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
217 #header div.title img {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
218 width: 661px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
219 height: 40px;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
220 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
221
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
222 #header div.logo {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
223 position: absolute;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
224 right: 0;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
225 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
226
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
227 #header div.logo img {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
228 width: 87px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
229 height: 88px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
230 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
231
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
232 /*
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
233 * Main Navigation
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
234 */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
235 #mainnav {
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
236 display: block;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
237 position: relative;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
238 font-family: Verdana, Arial, sans-serif;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
239 font-size: 12px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
240 border-top: 8px solid #fab775;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
241 padding-top: 5px;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
242 margin-bottom: 15px;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
243 /* make iPhone-Safari not botch text size */
12
400da3ba5fa0 styles for research websites page.
casties
parents: 11
diff changeset
244 -webkit-text-size-adjust: 100%;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
245 }
12
400da3ba5fa0 styles for research websites page.
casties
parents: 11
diff changeset
246
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
247 #mainnav ul {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
248 padding: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
249 margin: 0;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
250 }
12
400da3ba5fa0 styles for research websites page.
casties
parents: 11
diff changeset
251
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
252 #mainnav li.sec {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
253 display: inline;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
254 border-top: 8px solid #fab775;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
255 margin: 0 35px 0 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
256 padding-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
257 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
258
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
259 #mainnav li.sec:hover {
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
260 border-top: 8px solid #d45a00;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
261 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
262
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
263 #mainnav a {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
264 color: #696968;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
265 outline: none;
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 #mainnav a:hover {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
269 color: #000000;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
270 text-decoration: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
271 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
272
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
273 #mainnav li.sec.on {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
274 border-top: 8px solid #d45a00;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
275 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
276
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
277 #mainnav li.sec.on a {
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
278 color: #d45a00;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
279 outline: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
280 font-weight: bold;
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
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
283 #mainnav li.sec.lang {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
284 position: absolute;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
285 right: 0;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
286 top: -8px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
287 margin-right: 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
288 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
289
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
290 /*
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
291 * breadcrumbs
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
292 */
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
293 #breadcrumbs {
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
294 font-size: 11px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
295 color: #6a4d3c;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
296 margin-bottom: 5px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
297 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
298
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
299 #breadcrumbs a {
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
300 color: #6a4d3c;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
301 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
302
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
303 #breadcrumbs .selected {
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
304 font-weight: bold;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
305 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
306
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
307 /*
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
308 * main section wrapper
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
309 */
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
310 #mainrow {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
311 display: table-row;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
312 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
313
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
314 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
315 * subnavigation
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
316 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
317 div.leftbox {
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
318 display: table-cell;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
319 vertical-align: top;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
320 width: 170px;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
321 border-top: 3px solid #dccbae;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
322 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
323
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
324 div.subnav {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
325 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
326 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
327
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
328 div.subnav ul {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
329 margin: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
330 padding: 0;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
331 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
332
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
333 div.subnav li {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
334 list-style-type: none;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
335 border-bottom: 1px solid #dccbae;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
336 padding: 3px 6px 6px 3px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
337 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
338
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
339 div.subnav .sn_on {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
340 padding-left: 6px;
83
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
341 background-color: #d45a00;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
342 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
343
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
344 div.subnav .sn_on a {
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
345 color: #fcf2df;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
346 font-weight: bold;
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
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
349 div.subnav h2.subnavhead {
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
350 background-color: white;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
351 color: #d45a00;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
352 border-bottom: 1px solid #dccbae;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
353 font-size: 11px;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
354 font-weight: bold;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
355 margin: 0;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
356 padding: 5px 3px;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
357 }
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
358
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
359 div.subnav li.dept {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
360 padding-left: 18px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
361 list-style-position: inside;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
362 list-style-image: url(../images/internal.png);
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
363 text-indent: -14px;
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
364 }
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
365
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
366 div.subnav li.dept .type {
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
367 font-style: italic;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
368 color: #6a4d3c;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
369 }
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
370
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
371 div.subnav li.dept.sn_on .type {
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
372 color: #f9f4e1;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
373 }
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
374
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
375 div.subnavbox {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
376 /* navigation below e.g. research projects */
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
377 font-size: 11px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
378 margin-top: 30px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
379 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
380
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
381 div.subnavbox h2 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
382 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
383 color: #b69f7b;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
384 padding-bottom: 3px;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
385 border-bottom: 1px solid #dccbae;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
386 margin-top: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
387 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
388
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
389 /*
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
390 * main section
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
391 */
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
392 div.main {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
393 display: table-cell;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
394 vertical-align: top;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
395 background-color: white;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
396 border-top: 3px solid #dccbae;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
397 padding: 20px;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
398 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
399
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
400 div.main div.row>div.col {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
401 /* col default padding */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
402 padding-left: 20px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
403 }
112
3b0955d8a87e more sliders.
casties
parents: 111
diff changeset
404 div.main div.row>div.col:first-child {
3b0955d8a87e more sliders.
casties
parents: 111
diff changeset
405 /* first col has no left-padding */
3b0955d8a87e more sliders.
casties
parents: 111
diff changeset
406 padding-left: 0;
3b0955d8a87e more sliders.
casties
parents: 111
diff changeset
407 }
86
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
408 div.main div.center {
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
409 /* make sure center does not collapse */
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
410 min-width: 460px;
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
411 }
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
412
130
06020bd06a7d add center.wide option.
casties
parents: 126
diff changeset
413 div.main div.center.wide {
06020bd06a7d add center.wide option.
casties
parents: 126
diff changeset
414 /* make sure center does not collapse */
06020bd06a7d add center.wide option.
casties
parents: 126
diff changeset
415 min-width: 690px;
06020bd06a7d add center.wide option.
casties
parents: 126
diff changeset
416 }
06020bd06a7d add center.wide option.
casties
parents: 126
diff changeset
417
86
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
418
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
419 /*
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
420 * frontpage
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
421 */
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
422 div.main.home {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
423 background-color: transparent;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
424 border-top: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
425 padding: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
426 }
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
427
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
428 div.main.home b {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
429 /* bold is blue */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
430 color: #3b4186;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
431 }
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
432
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
433 div.main.home div.row.triple>div.col {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
434 /* frontpage col width */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
435 width: 286px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
436 padding-left: 21px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
437 }
112
3b0955d8a87e more sliders.
casties
parents: 111
diff changeset
438 div.main.home div.row.triple>div.col:first-child {
3b0955d8a87e more sliders.
casties
parents: 111
diff changeset
439 /* first col has no left-padding */
3b0955d8a87e more sliders.
casties
parents: 111
diff changeset
440 padding-left: 0;
3b0955d8a87e more sliders.
casties
parents: 111
diff changeset
441 }
90
c940af028112 add styles and meta-tags for search.
casties
parents: 86
diff changeset
442 div.box h2,
c940af028112 add styles and meta-tags for search.
casties
parents: 86
diff changeset
443 h2.line {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
444 /* more-links in title are right */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
445 position: relative;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
446 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
447
153
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
448 div.box h2 a,
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
449 h2.line a.more {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
450 /* more-links in title are right */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
451 position: absolute;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
452 right: 0;
153
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
453 bottom: 5px;
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
454 color: #d45a00;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
455 /* more-links in title are small */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
456 font-size: 12px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
457 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
458
120
544a3c1e7f07 CLOSED - # 56: Research/ Research Units: Titel zweizeilig
casties
parents: 118
diff changeset
459 div.box h2.withmore,
544a3c1e7f07 CLOSED - # 56: Research/ Research Units: Titel zweizeilig
casties
parents: 118
diff changeset
460 h2.line.withmore {
544a3c1e7f07 CLOSED - # 56: Research/ Research Units: Titel zweizeilig
casties
parents: 118
diff changeset
461 /* leave space for 'more' text */
544a3c1e7f07 CLOSED - # 56: Research/ Research Units: Titel zweizeilig
casties
parents: 118
diff changeset
462 padding-right: 3em;
544a3c1e7f07 CLOSED - # 56: Research/ Research Units: Titel zweizeilig
casties
parents: 118
diff changeset
463 }
544a3c1e7f07 CLOSED - # 56: Research/ Research Units: Titel zweizeilig
casties
parents: 118
diff changeset
464
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
465 /*
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
466 * front page feature teaser
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
467 */
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
468 div.main.home div.teaser {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
469 background-color: #f4e0c7;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
470 }
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
471
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
472 div.main.home div.teaser div.box {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
473 /* teaser box needs no margins */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
474 margin: 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
475 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
476
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
477 div.teaser_image {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
478 position: relative;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
479 width: 593px;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
480 height: 351px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
481 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
482
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
483 div.teaser_image div.caption {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
484 /* caption inside image */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
485 position: absolute;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
486 bottom: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
487 padding: 3px;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
488 text-align: right;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
489 color: white;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
490 font-size: 10px;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
491 opacity: 0.8;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
492 background-color: gray;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
493 /* background-color: rgba(80,80,80,0.6); */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
494 }
108
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
495 div.teaser_image div.caption a {
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
496 /* links in caption inside image */
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
497 color: white;
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
498 }
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
499
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
500 div.teaser_text {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
501 padding-right: 21px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
502 }
108
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
503
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
504 /* feature number */
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
505 div.teaser_text div.feature_number {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
506 position: absolute;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
507 right: 14px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
508 top: 5px;
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-size: 26px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
511 color: #887163;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
512 }
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
513 /* feature title */
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
514 div.teaser_text h1 {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
515 font-size: 16px;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
516 font-weight: normal;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
517 margin-top: 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
518 }
22
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents: 21
diff changeset
519 /* current research topic */
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
520 div.teaser_text h3 {
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
521 color: #887163;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
522 margin-bottom: 3px;
7
9813d9960e98 more style.
casties
parents: 6
diff changeset
523 margin-top: 15px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
524 }
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
525 /* feature date */
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
526 div.teaser_text div.date {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
527 color: #3b4186;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
528 padding-top: 20px;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
529 margin-bottom: 20px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
530 }
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
531
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
532 /* teaser slider */
108
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
533 div.teaser div.box div.slidebutton {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
534 top: 150px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
535 width: 18px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
536 height: 24px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
537 padding-top: 11px;
21
faa7c9e936a8 some cleanup and prev/next for feature-teaser.
casties
parents: 15
diff changeset
538 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
539
108
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
540 div.teaser div.box div.slidebutton.prev {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
541 background-image: url(../images/slider_prev_bg.png);
21
faa7c9e936a8 some cleanup and prev/next for feature-teaser.
casties
parents: 15
diff changeset
542 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
543
108
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
544 div.teaser div.box div.slidebutton.next {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
545 background-image: url(../images/slider_next_bg.png);
21
faa7c9e936a8 some cleanup and prev/next for feature-teaser.
casties
parents: 15
diff changeset
546 }
faa7c9e936a8 some cleanup and prev/next for feature-teaser.
casties
parents: 15
diff changeset
547
108
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
548 /* book slider */
151
6bdf54b67fca nicer slider on homepage.
casties
parents: 150
diff changeset
549 div.newbooks div.slider.row.double > div.col > div.mini {
6bdf54b67fca nicer slider on homepage.
casties
parents: 150
diff changeset
550 width: 123px;
108
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
551 }
151
6bdf54b67fca nicer slider on homepage.
casties
parents: 150
diff changeset
552 div.newbooks div.slider.row.double > div.col > div.mini img {
108
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
553 width: 100px;
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
554 }
151
6bdf54b67fca nicer slider on homepage.
casties
parents: 150
diff changeset
555 div.newbooks div.slider.row.double > div.col {
6bdf54b67fca nicer slider on homepage.
casties
parents: 150
diff changeset
556 /* non-ajax version has padding-left (even first-child) */
6bdf54b67fca nicer slider on homepage.
casties
parents: 150
diff changeset
557 padding-left: 20px;
6bdf54b67fca nicer slider on homepage.
casties
parents: 150
diff changeset
558 }
6bdf54b67fca nicer slider on homepage.
casties
parents: 150
diff changeset
559 div.newbooks div.slidewindow > div.slider.row.double > div.col:first-child {
6bdf54b67fca nicer slider on homepage.
casties
parents: 150
diff changeset
560 /* ajax version first-child has no padding-left */
6bdf54b67fca nicer slider on homepage.
casties
parents: 150
diff changeset
561 padding-left: 0;
6bdf54b67fca nicer slider on homepage.
casties
parents: 150
diff changeset
562 }
6bdf54b67fca nicer slider on homepage.
casties
parents: 150
diff changeset
563 div.newbooks div.slidebutton {
108
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
564 top: 80px;
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
565 }
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
566
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
567 /*
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
568 * toolboxes
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
569 */
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
570 div.tool.box {
76
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
571 font-family: Georgia, Times, serif;
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
572 font-style: italic;
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
573 font-size: 16px;
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
574 color: #887163;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
575 background-color: #efeeec;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
576 padding: 20px;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
577 box-shadow: 0 0 1px 1px #e0e0e0;
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
578 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
579
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
580 div.tool.box a {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
581 color: #3b4186;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
582 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
583
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
584 div.tool.box div.searchbox {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
585 /* only to make it shrink-wrap */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
586 display: table-cell;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
587 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
588
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
589 div.tool.box div.searchbox input.text {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
590 height: 20px;
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
591 width: 370px;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
592 background-color: #9fa0a7;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
593 color: white;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
594 font-size: 14px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
595 font-style: italic;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
596 border: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
597 padding: 3px;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
598 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
599
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
600 div.tool.box div.searchbox input.submit {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
601 /* submit uses border-box. don't ask */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
602 height: 26px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
603 width: 26px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
604 border: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
605 padding: 2px 3px 4px 3px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
606 /* TODO: this should be an image */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
607 background-color: #ee7f2d;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
608 color: white;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
609 font-size: 14px;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
610 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
611
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
612 div.tool.box div.searchbox div.extended {
90
c940af028112 add styles and meta-tags for search.
casties
parents: 86
diff changeset
613 font-family: Verdana, Arial, sans-serif;
c940af028112 add styles and meta-tags for search.
casties
parents: 86
diff changeset
614 font-size: 12px;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
615 text-align: right;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
616 padding: 5px 30px 5px 3px;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
617 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
618
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
619 div.tool.box h3 {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
620 font-family: Georgia, Times, serif;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
621 font-style: italic;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
622 font-size: 16px;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
623 color: #887163;
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
624 margin: 0.5em 0;
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
625 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
626
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
627 div.tool.box h3:first-child {
30
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
628 /* top header has no margin */
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
629 margin-top: 0;
12
400da3ba5fa0 styles for research websites page.
casties
parents: 11
diff changeset
630 }
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
631
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
632 div.tool.box ul {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
633 margin: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
634 padding: 0;
24
6a4996805505 more work on projects.
casties
parents: 22
diff changeset
635 }
6a4996805505 more work on projects.
casties
parents: 22
diff changeset
636
32
6891732a148f styles for sources.
casties
parents: 30
diff changeset
637 div.tool.box div.options {
6891732a148f styles for sources.
casties
parents: 30
diff changeset
638 margin-top: 10px;
6891732a148f styles for sources.
casties
parents: 30
diff changeset
639 }
6891732a148f styles for sources.
casties
parents: 30
diff changeset
640
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
641 div.tool.box div.options li {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
642 list-style-type: none;
24
6a4996805505 more work on projects.
casties
parents: 22
diff changeset
643 margin: 0.5em 0;
6a4996805505 more work on projects.
casties
parents: 22
diff changeset
644 }
6a4996805505 more work on projects.
casties
parents: 22
diff changeset
645
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
646 div.tool.box div.atoz {
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
647 color: #887163;
79
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
648 font-family: Verdana, Arial, sans-serif;
164
238b36c1a355 make a-z fit on one line.
casties
parents: 161
diff changeset
649 font-style: normal;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
650 font-size: 14px;
164
238b36c1a355 make a-z fit on one line.
casties
parents: 161
diff changeset
651 /* try to make a-z fit on one line */
238b36c1a355 make a-z fit on one line.
casties
parents: 161
diff changeset
652 word-spacing: -1px;
32
6891732a148f styles for sources.
casties
parents: 30
diff changeset
653 margin-top: 10px;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
654 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
655
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
656 div.tool.box input.checkbox,
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
657 div.tool.box input.radio {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
658 /* checkbox uses border-box. don't ask */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
659 width: 20px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
660 height: 20px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
661 margin: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
662 /* TODO: this should be an image */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
663 background-color: white;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
664 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
665
76
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
666 /* project page toolbox with thumbs */
118
28145eeb2e3c project thumbs.
casties
parents: 112
diff changeset
667 div.tool.box div.thumbs {
30
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
668 width: 420px;
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
669 }
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
670
118
28145eeb2e3c project thumbs.
casties
parents: 112
diff changeset
671 div.thumbs div.thumb {
76
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
672 display: inline;
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
673 }
118
28145eeb2e3c project thumbs.
casties
parents: 112
diff changeset
674 div.thumbs div.thumb img {
76
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
675 width: 55px;
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
676 height: 34px;
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
677 }
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
678
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
679
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
680 /*
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
681 * service box on frontpage
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
682 */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
683 div.box h2.service {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
684 /* title has no line */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
685 border: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
686 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
687
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
688 div.tool.box.service {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
689 margin-top: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
690 padding: 0;
15
aca0fce3824b style for tool-box checkboxes.
casties
parents: 13
diff changeset
691 }
aca0fce3824b style for tool-box checkboxes.
casties
parents: 13
diff changeset
692
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
693 div.tool.box.service div.row > div.col {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
694 padding: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
695 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
696 div.tool.box.service div.search {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
697 width: 200px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
698 height: 20px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
699 padding: 26px 0 26px 16px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
700 border-bottom: 1px solid #9fa0a7;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
701 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
702 div.tool.box.service div.search.both {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
703 height: 44px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
704 padding: 14px 0 14px 16px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
705 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
706 div.tool.box.service div.searchicon {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
707 width: 38px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
708 height: 40px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
709 text-align: center;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
710 padding: 16px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
711 border-bottom: 1px solid #9fa0a7;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
712 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
713 div.tool.box.service div.icon {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
714 width: 71px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
715 height: 70px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
716 text-align: center;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
717 line-height: 2.5;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
718 padding: 1px 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
719 border-left: 1px solid #9fa0a7;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
720 }
76
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
721 div.tool.box.service div.icon a {
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
722 color: black;
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
723 font-size: 12px;
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
724 font-family: Verdana, Arial, sans-serif;
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
725 font-style: normal;
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
726 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
727 div.tool.box.service div.icon.first {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
728 border-left: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
729 width: 70px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
730 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
731 div.tool.box.service div.searchbox {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
732 display: block;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
733 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
734 div.tool.box.service div.searchbox input.text {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
735 width: 170px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
736 height: 17px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
737 font-size: 12px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
738 padding: 1px 3px;
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 div.tool.box.service div.searchbox input.submit {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
741 height: 19px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
742 width: 19px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
743 padding: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
744 margin: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
745 vertical-align: bottom;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
746 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
747 div.tool.box.service select.quickfinder {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
748 width: 200px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
749 height: 19px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
750 font-size: 12px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
751 background-color: white;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
752 margin-bottom: 5px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
753 border: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
754 }
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
755
153
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
756 /*
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
757 * jobs page tool list
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
758 */
124
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
759 div.tool.list {
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
760 font-size: 14px;
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
761 color: #887163;
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
762 background-color: #efeeec;
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
763 }
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
764
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
765 div.tool.list a {
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
766 color: #3b4186;
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
767 }
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
768
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
769 div.tool.list ul {
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
770 list-style-type: none;
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
771 padding: 0;
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
772 }
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
773
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
774 div.tool.list li {
146
fc2480e1f30f more style
casties
parents: 145
diff changeset
775 padding: 0.7em 0.5em 0.7em 20px;
124
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
776 border-bottom: 1px solid white;
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
777 }
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
778
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
779 /*
153
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
780 * overview page
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
781 */
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
782
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
783 div.center.wide > div.row.double > div.col {
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
784 width: 335px;
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
785 }
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
786 div.center.wide > div.row.double div.tool.box div.searchbox input.text {
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
787 /* smaller search box */
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
788 width: 250px;
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
789 }
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
790
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
791 h2.withicon span.strut {
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
792 /* equalize uneven height of icons */
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
793 display: inline-block;
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
794 height: 45px;
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
795 vertical-align: bottom;
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
796 }
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
797
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
798 div.tool.box div.links a {
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
799 font-family: Verdana, Arial, sans-serif;
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
800 font-style: normal;
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
801 font-size: 14px;
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
802 color: #d45a00;
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
803 }
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
804
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
805 div.tool.box div.links h3 {
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
806 font-family: Verdana, Arial, sans-serif;
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
807 font-style: normal;
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
808 font-size: 14px;
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
809 color: #3b4186;
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
810 padding-bottom: 3px;
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
811 border-bottom: 1px solid white;
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
812 }
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
813 div.tool.box div.links h3 a {
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
814 color: inherit;
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
815 }
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
816
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
817 /*
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
818 * other boxes
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
819 */
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
820 div.box {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
821 margin: 20px 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
822 position: relative;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
823 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
824
86
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
825 div.box h2,
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
826 h2.line {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
827 /* h2 is title with line */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
828 padding-bottom: 5px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
829 border-bottom: 3px solid #dccbae;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
830 margin-bottom: 5px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
831 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
832
92
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
833 div.box.line,
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
834 div.line {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
835 border-bottom: 1px solid #dccbae;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
836 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
837
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
838 div.box h3 {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
839 /* h3 is subtitle/type */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
840 font-size: 12px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
841 color: #6a4d3c;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
842 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
843
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
844 div.box h3 + h2 {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
845 /* directly over h2 */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
846 margin-top: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
847 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
848
165
2662a043391d style for jump_top
casties
parents: 164
diff changeset
849 div.box + div.jump_top {
2662a043391d style for jump_top
casties
parents: 164
diff changeset
850 margin-top: -10px;
2662a043391d style for jump_top
casties
parents: 164
diff changeset
851 }
2662a043391d style for jump_top
casties
parents: 164
diff changeset
852
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
853 /*
30
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
854 * small box with thumbnail
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
855 */
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
856 div.mini {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
857 padding: 10px 0;
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
858 /* line-height: 1; */
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
859 }
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
860
108
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
861 div.row.quintuple > div.col > div.mini {
30
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
862 max-width: 122px;
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
863 font-size: 11px;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
864 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
865
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
866 div.mini div.thumb {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
867 background-color: #f8f8f8;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
868 text-align: center;
92
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
869 margin-top: 0.5em;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
870 }
92
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
871 div.mini div.thumb:first-child {
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
872 margin-top: 0;
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
873 }
111
7f651bf040c4 more styles for sliders.
casties
parents: 110
diff changeset
874
7f651bf040c4 more styles for sliders.
casties
parents: 110
diff changeset
875 div.slider.row.quintuple > div.col > div.mini {
7f651bf040c4 more styles for sliders.
casties
parents: 110
diff changeset
876 /* slider needs fixed width */
7f651bf040c4 more styles for sliders.
casties
parents: 110
diff changeset
877 width: 120px;
7f651bf040c4 more styles for sliders.
casties
parents: 110
diff changeset
878 }
7f651bf040c4 more styles for sliders.
casties
parents: 110
diff changeset
879
7f651bf040c4 more styles for sliders.
casties
parents: 110
diff changeset
880 div.slider.row.quintuple > div.col {
7f651bf040c4 more styles for sliders.
casties
parents: 110
diff changeset
881 /* slider needs space for buttons */
112
3b0955d8a87e more sliders.
casties
parents: 111
diff changeset
882 padding-left: 10px;
111
7f651bf040c4 more styles for sliders.
casties
parents: 110
diff changeset
883 }
7f651bf040c4 more styles for sliders.
casties
parents: 110
diff changeset
884
108
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
885 div.row.quintuple > div.col > div.mini div.thumb img {
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
886 width: 120px;
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
887 height: 75px;
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
888 }
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
889
108
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
890 div.row.triple > div.col > div.mini {
32
6891732a148f styles for sources.
casties
parents: 30
diff changeset
891 width: 140px;
6891732a148f styles for sources.
casties
parents: 30
diff changeset
892 }
6891732a148f styles for sources.
casties
parents: 30
diff changeset
893
108
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
894 div.row.triple > div.col > div.mini div.thumb img {
65
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
895 width: 140px;
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
896 height: 87px;
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
897 }
32
6891732a148f styles for sources.
casties
parents: 30
diff changeset
898
153
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
899 div.row.triple > div.col > div.mini.source div.thumb img {
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
900 /* thumb size for sources given by digilib */
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
901 width: auto;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
902 height: auto;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
903 }
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
904
153
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
905 div.row.double > div.col > div.mini div.thumb img {
92
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
906 height: 180px;
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
907 }
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
908
154
f63985f02055 more style
casties
parents: 153
diff changeset
909 div.row.double > div.col {
f63985f02055 more style
casties
parents: 153
diff changeset
910 width: 220px;
f63985f02055 more style
casties
parents: 153
diff changeset
911 }
f63985f02055 more style
casties
parents: 153
diff changeset
912
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
913 div.mini div.type {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
914 color: #9f917a;
65
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
915 margin-top: 0.5em;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
916 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
917
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
918 div.mini div.title {
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
919 margin-top: 0.5em;
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
920 }
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
921
198
7515f7e51b0f styles for flyout divs (for websites).
casties
parents: 197
diff changeset
922 div.mini.website div.title {
7515f7e51b0f styles for flyout divs (for websites).
casties
parents: 197
diff changeset
923 color: #3b4186;
7515f7e51b0f styles for flyout divs (for websites).
casties
parents: 197
diff changeset
924 }
7515f7e51b0f styles for flyout divs (for websites).
casties
parents: 197
diff changeset
925
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
926 div.mini div.author {
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
927 color: #3b4186;
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
928 margin-top: 0.5em;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
929 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
930
65
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
931 div.mini div.link {
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
932 margin-top: 0.5em;
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
933 }
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
934
92
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
935 div.mini h2 {
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
936 /* e.g. title for mini-books */
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
937 font-size: 14px;
102
bde0929d34fb function for excerpts of project descriptions.
casties
parents: 100
diff changeset
938 /* but no line if used inside box */
bde0929d34fb function for excerpts of project descriptions.
casties
parents: 100
diff changeset
939 border-bottom: 0;
92
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
940 }
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
941
30
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
942 /*
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
943 * slider buttons
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
944 */
108
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
945 div.box div.slidebutton {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
946 position: absolute;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
947 top: 110px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
948 width: 16px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
949 height: 18px;
108
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
950 z-index: 10;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
951 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
952
108
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
953 div.box div.slidebutton.prev {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
954 left: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
955 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
956
108
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
957 div.box div.slidebutton.next {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
958 right: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
959 text-align: right;
12
400da3ba5fa0 styles for research websites page.
casties
parents: 11
diff changeset
960 }
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
961
108
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
962 .ajaxSlider .slidebutton.prev,
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
963 .ajaxSlider .slidebutton.next {
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
964 /* AJAX slider buttons initially hidden */
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
965 display: none;
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
966 }
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
967
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
968 div.slider.row > div.col:first-child {
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
969 /* space for slidebuttons */
112
3b0955d8a87e more sliders.
casties
parents: 111
diff changeset
970 padding-left: 20px;
108
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
971 }
782477730916 CLOSED - # 57: Research/ Research Units: Karussell f?r die Projekte in einem Department
casties
parents: 104
diff changeset
972
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
973 /*
30
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
974 * paragraph with line
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
975 */
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
976 div.item {
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
977 padding-top: 5px;
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
978 padding-bottom: 5px;
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
979 border-bottom: 1px solid #dccbae;
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
980 line-height: 1.5;
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
981 }
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
982
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
983 /*
79
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
984 * pubman references
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
985 */
79
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
986 .reference .Italic {
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
987 font-style: italic;
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
988 }
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
989
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
990
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
991 /*
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
992 * table with items (articles)
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
993 */
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
994 table.items {
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
995 /* no space between cells */
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
996 border-collapse: collapse;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
997 }
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
998
79
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
999 table.items td {
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1000 vertical-align: top;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1001 text-align: left;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1002 line-height: 1.5;
67
e5d722305380 more padding for preprints.
casties
parents: 66
diff changeset
1003 padding: 1em 1em 0.5em 0;
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1004 }
79
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
1005 table.items td:last-child {
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1006 padding-right: 0;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1007 }
104
cafdf06c77ce styles for project list.
casties
parents: 103
diff changeset
1008 table.items.shorter td,
cafdf06c77ce styles for project list.
casties
parents: 103
diff changeset
1009 table.items tr.shorter td {
100
f4ac675b2031 more members pages.
casties
parents: 97
diff changeset
1010 padding: 0.5em 0.5em 0.5em 0;
f4ac675b2031 more members pages.
casties
parents: 97
diff changeset
1011 }
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1012
79
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
1013 table.items th {
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1014 font-family: Georgia, Times, serif;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1015 font-size: 16px;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1016 font-weight: normal;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1017 font-style: italic;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1018 color: #887163;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1019 text-align: left;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1020 border-bottom: 3px solid #dccbae;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1021 }
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1022
79
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
1023 table.items h2 {
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
1024 border-bottom: 3px solid #dccbae;
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
1025 margin-bottom: 0;
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
1026 }
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
1027 table.items h2 a {
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
1028 color: inherit;
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
1029 font-weight: inherit;
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
1030 text-decoration: none;
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
1031 }
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
1032
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
1033 table.items img.thumb {
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
1034 width: 55px;
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
1035 height: 34px;
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
1036 }
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
1037
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
1038 table.items td.line,
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
1039 table.items tr.line td {
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
1040 border-bottom: 1px solid #dccbae;
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
1041 }
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
1042
124
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
1043 table.items td.fatline,
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
1044 table.items tr.fatline td {
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
1045 border-bottom: 2px solid #dccbae;
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
1046 }
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
1047
83
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1048 table.items td.topline,
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1049 table.items tr.topline td {
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1050 border-top: 1px solid #dccbae;
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1051 }
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1052
124
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
1053 table.items td.line h2,
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
1054 table.items tr.line td h2,
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
1055 table.items td.fatline h2,
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
1056 table.items tr.fatline td h2 {
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
1057 /* h2 in td.line has no line */
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
1058 border-bottom: 0;
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
1059 }
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
1060
79
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
1061 table.items tr.last_item td {
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
1062 /* last_item has no padding-top */
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1063 padding: 0 0 0.5em 0;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1064 }
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1065
124
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
1066 table.items td p:first-child {
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
1067 /* first p has no margin-top */
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
1068 margin-top: 0;
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
1069 }
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
1070
79
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
1071 table.items h3.fold_head {
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1072 font-size: 12px;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1073 background-color: #f6f2eb;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1074 padding: 3px;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1075 }
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1076
79
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
1077 table.items h3.fold_head img {
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1078 margin: 0 5px 0 3px;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1079 }
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1080
104
cafdf06c77ce styles for project list.
casties
parents: 103
diff changeset
1081 table.items tr td:first-child div.fold_body {
83
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1082 /* e.g. preprint abstracts */
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1083 padding: 0.5em 0 0 20px;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1084 }
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1085
103
79a198e7b1b7 foldable table rows.
casties
parents: 102
diff changeset
1086 table.items .thumb_fold {
79a198e7b1b7 foldable table rows.
casties
parents: 102
diff changeset
1087 position: relative;
79a198e7b1b7 foldable table rows.
casties
parents: 102
diff changeset
1088 padding-left: 14px;
79a198e7b1b7 foldable table rows.
casties
parents: 102
diff changeset
1089 }
79a198e7b1b7 foldable table rows.
casties
parents: 102
diff changeset
1090
79a198e7b1b7 foldable table rows.
casties
parents: 102
diff changeset
1091 table.items .thumb_fold .fold_head {
79a198e7b1b7 foldable table rows.
casties
parents: 102
diff changeset
1092 position: absolute;
79a198e7b1b7 foldable table rows.
casties
parents: 102
diff changeset
1093 left: 0;
79a198e7b1b7 foldable table rows.
casties
parents: 102
diff changeset
1094 top: 3px;
79a198e7b1b7 foldable table rows.
casties
parents: 102
diff changeset
1095 }
79a198e7b1b7 foldable table rows.
casties
parents: 102
diff changeset
1096
83
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1097 ul.items {
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1098 list-style-type: none;
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1099 padding: 0;
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1100 }
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1101
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1102 ul.items li {
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1103 padding: 0 0 0.5em 20px;
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1104 border-bottom: 3px solid #dccbae;
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1105 margin-bottom: 0.5em;
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1106 }
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1107
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1108 ul.items .fold_head {
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1109 text-indent: -20px;
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1110 }
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1111 ul.items .fold_head img.fold_open,
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1112 ul.items .fold_head img.fold_closed {
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1113 padding-right: 5px;
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1114 }
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1115
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1116 ul.items .type {
84
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1117 /* font-size: 11px; */
83
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1118 color: #696968;
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1119 }
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1120
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1121 ul.items h2 {
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1122 font-size: 12px;
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1123 }
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1124
124
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
1125 ul.items td.key,
e06e6cc7f2d3 styles for jobs.
casties
parents: 122
diff changeset
1126 table.items td.key {
83
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1127 color: #3b4186;
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1128 }
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
1129
103
79a198e7b1b7 foldable table rows.
casties
parents: 102
diff changeset
1130 .foldable img.fold_closed,
79a198e7b1b7 foldable table rows.
casties
parents: 102
diff changeset
1131 .foldableById img.fold_closed {
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1132 /* fold is initially open */
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1133 display: none;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1134 }
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1135
75
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1136
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1137 /*
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1138 * hierarchical list (of projects)
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1139 */
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1140 div.hierlist h2 {
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1141 text-indent: -20px;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1142 padding-left: 20px;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1143 padding-bottom: 5px;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1144 border-bottom: 3px solid #dccbae;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1145 margin-bottom: 0;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1146 }
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1147
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1148 div.hierlist h2 img {
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1149 padding: 0 3px 3px 3px;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1150 }
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1151
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1152 div.hierlist h2 a {
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1153 color: inherit;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1154 font-weight: inherit;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1155 text-decoration: none;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1156 }
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1157
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1158 div.hierlist ul {
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1159 list-style-type: none;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1160 padding: 0 0 10px 0;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1161 margin: 0;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1162 border-bottom: 1px solid #dccbae;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1163 }
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1164
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1165 div.hierlist li {
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1166 padding: 5px 0 5px 16px;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1167 text-indent: -13px;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1168 }
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1169
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1170 div.hierlist li.indent {
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1171 padding-bottom: 10px;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1172 border-bottom: 1px solid #dccbae;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1173 margin-bottom: 5px;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1174 }
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1175
182
8261b3089cf4 styles for thesaurus projects
casties
parents: 181
diff changeset
1176 div.hierlist li h3 {
181
casties
parents: 168
diff changeset
1177 font-size: 12px;
casties
parents: 168
diff changeset
1178 }
casties
parents: 168
diff changeset
1179
182
8261b3089cf4 styles for thesaurus projects
casties
parents: 181
diff changeset
1180 div.hierlist li.level_1 h3 {
75
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1181 font-size: 14px;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1182 }
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1183
182
8261b3089cf4 styles for thesaurus projects
casties
parents: 181
diff changeset
1184 div.hierlist li.level_2 h3 {
181
casties
parents: 168
diff changeset
1185 font-weight: bold;
casties
parents: 168
diff changeset
1186 }
casties
parents: 168
diff changeset
1187
75
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1188 div.hierlist li.level_2 {
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1189 margin-left: 20px;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1190 }
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1191
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1192 div.hierlist li.level_3 {
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1193 margin-left: 40px;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1194 }
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1195
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1196 div.hierlist li.level_4 {
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1197 margin-left: 60px;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1198 }
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1199
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1200 div.hierlist li.level_5 {
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1201 margin-left: 80px;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1202 }
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1203
80
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1204
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1205 /*
84
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1206 * figures (in project descriptions and features)
80
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1207 */
140
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 130
diff changeset
1208 div.figure {
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 130
diff changeset
1209 float: left;
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 130
diff changeset
1210 padding: 0.5em 1em 0.5em 0;
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 130
diff changeset
1211 }
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 130
diff changeset
1212
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 130
diff changeset
1213 div.feature div.figure,
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 130
diff changeset
1214 div.project div.figure {
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 130
diff changeset
1215 width: 230px;
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 130
diff changeset
1216 }
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 130
diff changeset
1217 div.feature div.figure img,
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 130
diff changeset
1218 div.project div.figure img {
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 130
diff changeset
1219 width: 230px;
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 130
diff changeset
1220 }
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 130
diff changeset
1221
84
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1222 div.image_small {
80
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1223 float: left;
84
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1224 width: 230px;
80
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1225 padding: 0.5em 1em 0 0;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1226 }
84
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1227 div.image_small.right {
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1228 float: right;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1229 padding: 0.5em 0 0 1em;
80
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1230 }
84
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1231 div.image_small img {
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1232 width: 230px;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1233 }
140
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 130
diff changeset
1234 div.banner_large img {
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 130
diff changeset
1235 width: 460px;
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 130
diff changeset
1236 }
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 130
diff changeset
1237
84
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1238 div.figure div.figcaption,
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1239 div.banner_large div.caption,
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1240 div.image_small div.caption {
80
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1241 font-size: 10px;
84
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1242 line-height: 1.5;
80
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1243 color: #9f917a;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1244 margin-top: 0.5em;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1245 }
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1246
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1247 /*
84
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1248 * project description and feature
80
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1249 */
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1250 h3.authors {
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1251 margin-top: 0.5em;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1252 }
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1253
84
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1254 p.maintext_authors {
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1255 font-size: 14px;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1256 color: #3b4186;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1257 }
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1258
80
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1259 div.description {
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1260 margin-top: 0.5em;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1261 line-height: 1.5;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1262 }
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1263
92
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
1264 h2.type {
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
1265 color: #9f917a;
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
1266 }
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
1267
84
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1268 /*
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1269 * feature story archive
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1270 */
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1271 ul.items.features li {
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1272 padding: 0 0 0.5em 0;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1273 border-bottom: 1px solid #dccbae;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1274 }
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1275 ul.items.features .thumb {
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1276 float:left;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1277 padding: 8px 10px 0 0;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1278 }
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1279 ul.items.features .thumb img {
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1280 width: 55px;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1281 height: 34px;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1282 }
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1283 ul.items.features .feature_number {
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1284 font-family: Georgia, Times, serif;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1285 font-size: 24px;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1286 color: #696968;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1287 }
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1288 ul.items.features .date {
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1289 font-size: 11px;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1290 color: #696968;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1291 }
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1292 ul.items.features h1 {
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1293 font-size: 12px;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1294 font-weight: bold;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1295 margin: 0;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1296 }
86
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
1297
153
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
1298 /*
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
1299 * thesaurus
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
1300 */
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
1301
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
1302 .showApproach {
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
1303 color:#EA8500;
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
1304 cursor:pointer;
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
1305 }
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
1306 .showApproach:hover {
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
1307 text-decoration: underline;
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
1308 }
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
1309
197
b0ed3974efbd working on flyout divs.
casties
parents: 182
diff changeset
1310 /*
b0ed3974efbd working on flyout divs.
casties
parents: 182
diff changeset
1311 * flyout divs (for webpages)
b0ed3974efbd working on flyout divs.
casties
parents: 182
diff changeset
1312 */
b0ed3974efbd working on flyout divs.
casties
parents: 182
diff changeset
1313 .flyout {
b0ed3974efbd working on flyout divs.
casties
parents: 182
diff changeset
1314 position: relative;
b0ed3974efbd working on flyout divs.
casties
parents: 182
diff changeset
1315 z-index: 0;
b0ed3974efbd working on flyout divs.
casties
parents: 182
diff changeset
1316 }
198
7515f7e51b0f styles for flyout divs (for websites).
casties
parents: 197
diff changeset
1317 .flyout .folded {
7515f7e51b0f styles for flyout divs (for websites).
casties
parents: 197
diff changeset
1318 /* folded initially hidden */
7515f7e51b0f styles for flyout divs (for websites).
casties
parents: 197
diff changeset
1319 display: none;
7515f7e51b0f styles for flyout divs (for websites).
casties
parents: 197
diff changeset
1320 }
7515f7e51b0f styles for flyout divs (for websites).
casties
parents: 197
diff changeset
1321
197
b0ed3974efbd working on flyout divs.
casties
parents: 182
diff changeset
1322 .flyout.flying {
b0ed3974efbd working on flyout divs.
casties
parents: 182
diff changeset
1323 background-color: white;
b0ed3974efbd working on flyout divs.
casties
parents: 182
diff changeset
1324 z-index: 10;
198
7515f7e51b0f styles for flyout divs (for websites).
casties
parents: 197
diff changeset
1325 /* padding: 10px; */
7515f7e51b0f styles for flyout divs (for websites).
casties
parents: 197
diff changeset
1326 box-shadow: 2px 2px 3px 1px #d0d0d0;
7515f7e51b0f styles for flyout divs (for websites).
casties
parents: 197
diff changeset
1327 }
7515f7e51b0f styles for flyout divs (for websites).
casties
parents: 197
diff changeset
1328 .flyout.flying .folded {
7515f7e51b0f styles for flyout divs (for websites).
casties
parents: 197
diff changeset
1329 display: block;
7515f7e51b0f styles for flyout divs (for websites).
casties
parents: 197
diff changeset
1330 }
7515f7e51b0f styles for flyout divs (for websites).
casties
parents: 197
diff changeset
1331 .flyout.flying div {
7515f7e51b0f styles for flyout divs (for websites).
casties
parents: 197
diff changeset
1332 padding: 0 10px;
197
b0ed3974efbd working on flyout divs.
casties
parents: 182
diff changeset
1333 }
b0ed3974efbd working on flyout divs.
casties
parents: 182
diff changeset
1334
b0ed3974efbd working on flyout divs.
casties
parents: 182
diff changeset
1335 .flyout .flyout_open,
b0ed3974efbd working on flyout divs.
casties
parents: 182
diff changeset
1336 .flyout .flyout_close {
b0ed3974efbd working on flyout divs.
casties
parents: 182
diff changeset
1337 position: absolute;
b0ed3974efbd working on flyout divs.
casties
parents: 182
diff changeset
1338 bottom: 0;
b0ed3974efbd working on flyout divs.
casties
parents: 182
diff changeset
1339 right: 0;
b0ed3974efbd working on flyout divs.
casties
parents: 182
diff changeset
1340 }
b0ed3974efbd working on flyout divs.
casties
parents: 182
diff changeset
1341 .flyout .flyout_close {
b0ed3974efbd working on flyout divs.
casties
parents: 182
diff changeset
1342 /* close initially hidden */
b0ed3974efbd working on flyout divs.
casties
parents: 182
diff changeset
1343 display: none;
b0ed3974efbd working on flyout divs.
casties
parents: 182
diff changeset
1344 }
153
c115a18dbbe1 styles for overview page.
casties
parents: 151
diff changeset
1345
198
7515f7e51b0f styles for flyout divs (for websites).
casties
parents: 197
diff changeset
1346 div.row.triple > div.col > div.mini.flying div.thumb {
7515f7e51b0f styles for flyout divs (for websites).
casties
parents: 197
diff changeset
1347 padding: 0;
7515f7e51b0f styles for flyout divs (for websites).
casties
parents: 197
diff changeset
1348 }
7515f7e51b0f styles for flyout divs (for websites).
casties
parents: 197
diff changeset
1349 div.row.triple > div.col > div.mini.flying div.thumb img {
7515f7e51b0f styles for flyout divs (for websites).
casties
parents: 197
diff changeset
1350 /* extended flyout image */
7515f7e51b0f styles for flyout divs (for websites).
casties
parents: 197
diff changeset
1351 width: 300px;
7515f7e51b0f styles for flyout divs (for websites).
casties
parents: 197
diff changeset
1352 height: 187px;
7515f7e51b0f styles for flyout divs (for websites).
casties
parents: 197
diff changeset
1353 }
7515f7e51b0f styles for flyout divs (for websites).
casties
parents: 197
diff changeset
1354
7515f7e51b0f styles for flyout divs (for websites).
casties
parents: 197
diff changeset
1355
30
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
1356 /*
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1357 * sidebar
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1358 */
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1359 div.sidebar {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1360 display: table-cell;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1361 width: 220px;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1362 border-top: 3px solid #dccbae;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1363 background-color: white;
80
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1364 padding: 20px 10px 20px 0;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1365 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1366
167
9e4001404792 styles for sidebox
casties
parents: 165
diff changeset
1367 /* like sidebar inside main */
9e4001404792 styles for sidebox
casties
parents: 165
diff changeset
1368 div.sidebox {
9e4001404792 styles for sidebox
casties
parents: 165
diff changeset
1369 width: 220px;
9e4001404792 styles for sidebox
casties
parents: 165
diff changeset
1370 padding: 0 0 20px 0;
9e4001404792 styles for sidebox
casties
parents: 165
diff changeset
1371 }
9e4001404792 styles for sidebox
casties
parents: 165
diff changeset
1372
9e4001404792 styles for sidebox
casties
parents: 165
diff changeset
1373 div.sideblock h2,
9e4001404792 styles for sidebox
casties
parents: 165
diff changeset
1374 div.sidebox h2 {
86
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
1375 position: relative;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1376 font-size: 12px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1377 margin-top: 20px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1378 padding-bottom: 5px;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1379 border-bottom: 3px solid #dccbae;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1380 margin-bottom: 0;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1381 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1382
167
9e4001404792 styles for sidebox
casties
parents: 165
diff changeset
1383 div.sideblock:first-child h2,
9e4001404792 styles for sidebox
casties
parents: 165
diff changeset
1384 div.sidebox:first-child h2 {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1385 margin-top: 0;
7
9813d9960e98 more style.
casties
parents: 6
diff changeset
1386 }
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1387
13
325e7c338815 research websites page. better department editing.
casties
parents: 12
diff changeset
1388 div.sideblock h3 {
325e7c338815 research websites page. better department editing.
casties
parents: 12
diff changeset
1389 font-size: 12px;
325e7c338815 research websites page. better department editing.
casties
parents: 12
diff changeset
1390 margin-top: 5px;
325e7c338815 research websites page. better department editing.
casties
parents: 12
diff changeset
1391 padding-bottom: 5px;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1392 border-bottom: 1px solid #dccbae;
13
325e7c338815 research websites page. better department editing.
casties
parents: 12
diff changeset
1393 }
325e7c338815 research websites page. better department editing.
casties
parents: 12
diff changeset
1394
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1395
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1396 /*
80
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1397 * project sidebars
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1398 */
126
2e2dd6a5ab26 cleanups and fixed getDateString.
casties
parents: 124
diff changeset
1399 div.sideblock h2 .proj_state,
2e2dd6a5ab26 cleanups and fixed getDateString.
casties
parents: 124
diff changeset
1400 div.sideblock h2 .more {
80
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1401 position: absolute;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1402 right: 0;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1403 }
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1404
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1405 div.sideblock .project {
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1406 background: url(../images/internal.png) no-repeat scroll 6px 11px #F5DAAF;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1407 border-bottom: 1px solid #F3BE7C;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1408 padding: 6px 6px 6px 20px;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1409 }
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1410 div.sideblock .project.inactive {
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1411 background: url(../images/internal.png) no-repeat scroll 6px 11px #f6e6cc;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1412 }
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1413 div.sideblock .project.parent {
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1414 background: url(../images/up.png) no-repeat scroll 6px 11px #F9F4E1;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1415 border-bottom: 1px solid #DCCBAE;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1416 color: #666666;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1417 }
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1418 div.sideblock .project a {
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1419 color: #333;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1420 }
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1421
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1422 /*
84
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1423 * special sideblocks
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1424 */
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1425 div.sideblock .item.link,
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1426 div.sideblock .item.internal {
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1427 background: url(../images/internal.png) 0 11px no-repeat;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1428 padding-left: 10px;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1429 }
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1430
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1431 div.sideblock .item.external {
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1432 background: url(../images/external.png) 0 11px no-repeat;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1433 padding-left: 13px;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1434 }
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1435
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1436 div.sideblock .item.download {
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1437 background: url(../images/download.png) 0 8px no-repeat;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1438 padding-left: 15px;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1439 }
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1440
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1441 div.sideblock .item.thumb img {
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1442 width: 55px;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1443 height: 34px;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1444 }
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1445 div.sideblock .item.thumb .text {
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1446 padding-left: 0.5em;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1447 }
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1448
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1449 /*
230
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1450 * calendar
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1451 */
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1452 div.calendar {
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1453 background-color: #f8f5ef;
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1454 }
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1455 div.calendar h2 {
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1456 position: relative;
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1457 font-family: Georgia, Times, serif;
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1458 font-size: 16px;
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1459 font-style: italic;
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1460 color: #887163;
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1461 text-align: center;
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1462 padding: 5px;
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1463 border-bottom: 1px solid white;
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1464 }
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1465 div.calendar h2 .page_prev {
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1466 position: absolute;
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1467 left: 5px;
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1468 top: 8px;
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1469 }
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1470 div.calendar h2 .page_next {
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1471 position: absolute;
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1472 right: 5px;
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1473 top: 8px;
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1474 }
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1475 div.calendar table {
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1476 width: 100%;
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1477 border-collapse: collapse;
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1478 border: 8px solid #f8f5ef;
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1479 }
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1480 div.calendar table td {
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1481 text-align: center;
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1482 background-color: white;
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1483 padding: 3px;
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1484 border: 1px solid #f8f5ef;
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1485 }
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1486 div.calendar table th {
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1487 font-weight: normal;
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1488 }
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1489
feb2cb6241be styles for calendar.
casties
parents: 199
diff changeset
1490 /*
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1491 * footer
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1492 */
157
2e0953694aef page footer
casties
parents: 154
diff changeset
1493 #footservices {
2e0953694aef page footer
casties
parents: 154
diff changeset
1494 position: relative;
2e0953694aef page footer
casties
parents: 154
diff changeset
1495 /* height: 20px; */
2e0953694aef page footer
casties
parents: 154
diff changeset
1496 border-top: 1px solid #dccbae;
2e0953694aef page footer
casties
parents: 154
diff changeset
1497 padding-top: 8px;
2e0953694aef page footer
casties
parents: 154
diff changeset
1498 margin-top: 2em;
2e0953694aef page footer
casties
parents: 154
diff changeset
1499 }
2e0953694aef page footer
casties
parents: 154
diff changeset
1500 #footservices div.text {
161
2b5adc7f5445 english and german footer
casties
parents: 157
diff changeset
1501 font-size: 11px;
157
2e0953694aef page footer
casties
parents: 154
diff changeset
1502 display: inline;
2e0953694aef page footer
casties
parents: 154
diff changeset
1503 }
2e0953694aef page footer
casties
parents: 154
diff changeset
1504 #footservices div.icons {
2e0953694aef page footer
casties
parents: 154
diff changeset
1505 display: inline;
2e0953694aef page footer
casties
parents: 154
diff changeset
1506 position: absolute;
2e0953694aef page footer
casties
parents: 154
diff changeset
1507 right: 0;
2e0953694aef page footer
casties
parents: 154
diff changeset
1508 }
2e0953694aef page footer
casties
parents: 154
diff changeset
1509
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1510 #footer {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1511 position: relative;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
1512 height: 50px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1513 border-top: 1px solid #dccbae;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
1514 padding-top: 8px;
157
2e0953694aef page footer
casties
parents: 154
diff changeset
1515 margin-top: 1em;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1516 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1517
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1518 #footer div.text {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1519 display: inline-block;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1520 color: #d45a00;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1521 font-size: 11px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1522 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1523
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1524 #footer div.logo {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1525 display: inline-block;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1526 position: absolute;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1527 right: 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1528 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1529
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1530 #footer div.logo img {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1531 width: 204px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1532 height: 41px;
148
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
1533 }
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
1534
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
1535 /*
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
1536 * bookmark flags
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
1537 */
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
1538 #bookmarks {
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
1539 position: absolute;
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
1540 top: 0;
150
7771cdd95398 bookmark tabs.
casties
parents: 148
diff changeset
1541 right: -131px;
148
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
1542 width: 130px;
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
1543 }
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
1544
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
1545 #bookmarks div.bookmark {
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
1546 z-index: 1;
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
1547 font-family: Georgia, Times, serif;
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
1548 font-style: italic;
161
2b5adc7f5445 english and german footer
casties
parents: 157
diff changeset
1549 font-size: 14px;
148
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
1550 color: #3b4186;
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
1551 background-color: white;
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
1552 padding: 5px 0.5em 5px 0.5em;
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
1553 margin: 0.5em 0;
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
1554 box-shadow: 2px 2px 3px 1px #d0d0d0;
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
1555 }
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
1556
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
1557 #bookmarks div.bookmark a {
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
1558 display: inline-block;
150
7771cdd95398 bookmark tabs.
casties
parents: 148
diff changeset
1559 position: relative;
148
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
1560 width: 100px;
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
1561 color: #3b4186;
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
1562 background: url(../images/internal.png) center right no-repeat;
e34232fbe622 first version of bookmark tabs.
casties
parents: 146
diff changeset
1563 padding-right: 13px;
150
7771cdd95398 bookmark tabs.
casties
parents: 148
diff changeset
1564 }
7771cdd95398 bookmark tabs.
casties
parents: 148
diff changeset
1565
7771cdd95398 bookmark tabs.
casties
parents: 148
diff changeset
1566 #bookmarks div.bookmark a img {
7771cdd95398 bookmark tabs.
casties
parents: 148
diff changeset
1567 position: absolute;
7771cdd95398 bookmark tabs.
casties
parents: 148
diff changeset
1568 right: 13px;
7771cdd95398 bookmark tabs.
casties
parents: 148
diff changeset
1569 }