annotate css/mpiwg.css @ 261:2028488642cf new_pro_struct

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