annotate css/mpiwg.css @ 106:7dd264f9b728

importOldSettingforSorting and Publish
author dwinter
date Mon, 27 May 2013 15:25:06 +0200
parents cafdf06c77ce
children f8e914a4992d
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
7dd264f9b728 importOldSettingforSorting and Publish
dwinter
parents: 104
diff changeset
7
7dd264f9b728 importOldSettingforSorting and Publish
dwinter
parents: 104
diff changeset
8 div.hierlist li.li_project a{
7dd264f9b728 importOldSettingforSorting and Publish
dwinter
parents: 104
diff changeset
9 padding-left:0px;
7dd264f9b728 importOldSettingforSorting and Publish
dwinter
parents: 104
diff changeset
10 }
7dd264f9b728 importOldSettingforSorting and Publish
dwinter
parents: 104
diff changeset
11
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
12 body {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
13 margin: 0;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
14 font-family: Verdana, Arial, sans-serif;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
15 background-color: #fdf8ef;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
16 font-size: 12px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
17 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
18
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
19 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
20 * global styles
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
21 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
22 img {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
23 border: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
24 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
25
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
26 a {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
27 color: #d45a00;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
28 text-decoration: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
29 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
30
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
31 a:hover {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
32 text-decoration: underline;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
33 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
34
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
35 /* link-classes (with icons) */
90
c940af028112 add styles and meta-tags for search.
casties
parents: 86
diff changeset
36 a.internal,
c940af028112 add styles and meta-tags for search.
casties
parents: 86
diff changeset
37 a.more {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
38 background: url(../images/internal.png) center left no-repeat;
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
39 padding-left: 10px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
40 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
41
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
42 a.download {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
43 background: url(../images/download.png) center left no-repeat;
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
44 padding-left: 15px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
45 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
46
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
47 a.external {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
48 background: url(../images/external.png) center left no-repeat;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
49 padding-left: 15px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
50 }
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
51
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
52 a.down {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
53 background: url(../images/down.png) center left no-repeat;
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
54 padding-left: 15px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
55 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
56
86
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
57 a.jumptop {
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
58 background: url(../images/jump_top.png) center left no-repeat;
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
59 padding-left: 15px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
60 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
61
86
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
62 a.email {
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
63 background: url(../images/email.png) center left no-repeat;
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
64 padding-left: 23px;
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
65 }
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
66
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
67 /* old blue mail link */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
68 a.maillink {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
69 color: #3b4186 !important;
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
70 }
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
71
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
72 h1 {
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
73 color: #3b4186;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
74 font-size: 20px;
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
75 font-weight: normal;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
76 margin: 0.5em 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
77 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
78
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
79 h1:first-child {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
80 /* does this work correctly? */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
81 margin-top: 0;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
82 }
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
83
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
84 h2 {
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
85 color: #3b4186;
5
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
86 font-size: 16px;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
87 font-weight: normal;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
88 margin: 0.5em 0;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
89 }
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
90
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
91 h3 {
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
92 color: #3b4186;
5
9e720c6c5b6c working on start page.
casties
parents: 4
diff changeset
93 font-size: 14px;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
94 font-weight: normal;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
95 margin: 0;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
96 }
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
97
97
7b96a85552aa fix bugs in project editing.
casties
parents: 92
diff changeset
98 h3 + h3 {
7b96a85552aa fix bugs in project editing.
casties
parents: 92
diff changeset
99 /* h3 directly after h3 has a margin */
7b96a85552aa fix bugs in project editing.
casties
parents: 92
diff changeset
100 margin-top: 0.5em;
7b96a85552aa fix bugs in project editing.
casties
parents: 92
diff changeset
101 }
7b96a85552aa fix bugs in project editing.
casties
parents: 92
diff changeset
102
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
103 h1 a {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
104 /* a header with a link looks like a header */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
105 color: inherit;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
106 font-weight: inherit;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
107 text-decoration: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
108 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
109
7
9813d9960e98 more style.
casties
parents: 6
diff changeset
110 p {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
111 margin: 0.5em 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
112 line-height: 1.5;
7
9813d9960e98 more style.
casties
parents: 6
diff changeset
113 }
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
114
100
f4ac675b2031 more members pages.
casties
parents: 97
diff changeset
115 ul.plain {
f4ac675b2031 more members pages.
casties
parents: 97
diff changeset
116 list-style-type: none;
f4ac675b2031 more members pages.
casties
parents: 97
diff changeset
117 padding-left: 0.5em;
f4ac675b2031 more members pages.
casties
parents: 97
diff changeset
118 }
f4ac675b2031 more members pages.
casties
parents: 97
diff changeset
119 ul.plain > li {
f4ac675b2031 more members pages.
casties
parents: 97
diff changeset
120 margin-top: 0.5em;
f4ac675b2031 more members pages.
casties
parents: 97
diff changeset
121 }
f4ac675b2031 more members pages.
casties
parents: 97
diff changeset
122
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
123 ul.inline {
90
c940af028112 add styles and meta-tags for search.
casties
parents: 86
diff changeset
124 display: inline;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
125 padding: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
126 margin: 0;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
127 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
128
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
129 ul.inline li {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
130 display: inline;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
131 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
132
90
c940af028112 add styles and meta-tags for search.
casties
parents: 86
diff changeset
133 /*
c940af028112 add styles and meta-tags for search.
casties
parents: 86
diff changeset
134 * table-like rows and columns
c940af028112 add styles and meta-tags for search.
casties
parents: 86
diff changeset
135 */
c940af028112 add styles and meta-tags for search.
casties
parents: 86
diff changeset
136
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
137 div.rows {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
138 display: table;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
139 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
140
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
141 div.row {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
142 display: table-row;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
143 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
144
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
145 div.row>div.col {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
146 display: table-cell;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
147 vertical-align: top;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
148 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
149
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
150 div.row>div.col:first-child {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
151 /* first block has no left margin */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
152 padding-left: 0 !important;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
153 }
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
154
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
155 /*
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
156 * page wrapper and header
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
157 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
158 #wrapper {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
159 width: 900px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
160 margin: 0 auto;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
161 padding: 10px 40px 10px 20px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
162 background-color: #fcf2df;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
163 box-shadow: 0 0 5px 3px #d0d0d0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
164 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
165
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
166 #header {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
167 display: block;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
168 position: relative;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
169 height: 95px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
170 margin: 0 0 10px 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
171 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
172
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
173 #header div.title {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
174 position: absolute;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
175 left: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
176 top: 25px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
177 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
178
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
179 #header div.title img {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
180 width: 661px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
181 height: 40px;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
182 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
183
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
184 #header div.logo {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
185 position: absolute;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
186 right: 0;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
187 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
188
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
189 #header div.logo img {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
190 width: 87px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
191 height: 88px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
192 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
193
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
194 /*
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
195 * Main Navigation
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
196 */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
197 #mainnav {
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
198 display: block;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
199 position: relative;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
200 font-family: Verdana, Arial, sans-serif;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
201 font-size: 12px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
202 border-top: 8px solid #fab775;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
203 padding-top: 5px;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
204 margin-bottom: 15px;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
205 /* make iPhone-Safari not botch text size */
12
400da3ba5fa0 styles for research websites page.
casties
parents: 11
diff changeset
206 -webkit-text-size-adjust: 100%;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
207 }
12
400da3ba5fa0 styles for research websites page.
casties
parents: 11
diff changeset
208
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
209 #mainnav ul {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
210 padding: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
211 margin: 0;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
212 }
12
400da3ba5fa0 styles for research websites page.
casties
parents: 11
diff changeset
213
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
214 #mainnav li.sec {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
215 display: inline;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
216 border-top: 8px solid #fab775;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
217 margin: 0 35px 0 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
218 padding-top: 5px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
219 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
220
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
221 #mainnav li.sec:hover {
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
222 border-top: 8px solid #d45a00;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
223 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
224
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
225 #mainnav a {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
226 color: #696968;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
227 outline: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
228 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
229
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
230 #mainnav a:hover {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
231 color: #000000;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
232 text-decoration: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
233 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
234
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
235 #mainnav li.sec.on {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
236 border-top: 8px solid #d45a00;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
237 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
238
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
239 #mainnav li.sec.on a {
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
240 color: #d45a00;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
241 outline: none;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
242 font-weight: bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
243 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
244
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
245 #mainnav li.sec.lang {
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
246 position: absolute;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
247 right: 0;
4
1a895905f7ca feature teaser works now.
casties
parents: 2
diff changeset
248 top: -8px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
249 margin-right: 0;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
250 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
251
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
252 /*
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
253 * breadcrumbs
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
254 */
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
255 #breadcrumbs {
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
256 font-size: 11px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
257 color: #6a4d3c;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
258 margin-bottom: 5px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
259 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
260
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
261 #breadcrumbs a {
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
262 color: #6a4d3c;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
263 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
264
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
265 #breadcrumbs .selected {
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
266 font-weight: bold;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
267 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
268
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
269 /*
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
270 * main section wrapper
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
271 */
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
272 #mainrow {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
273 display: table-row;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
274 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
275
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
276 /*
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
277 * subnavigation
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
278 */
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
279 div.leftbox {
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
280 display: table-cell;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
281 vertical-align: top;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
282 width: 170px;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
283 border-top: 3px solid #dccbae;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
284 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
285
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
286 div.subnav {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
287 font-size: 11px;
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 div.subnav ul {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
291 margin: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
292 padding: 0;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
293 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
294
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
295 div.subnav li {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
296 list-style-type: none;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
297 border-bottom: 1px solid #dccbae;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
298 padding: 3px 6px 6px 3px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
299 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
300
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
301 div.subnav .sn_on {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
302 padding-left: 6px;
83
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
303 background-color: #d45a00;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
304 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
305
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
306 div.subnav .sn_on a {
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
307 color: #fcf2df;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
308 font-weight: bold;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
309 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
310
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
311 div.subnav h2.subnavhead {
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
312 background-color: white;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
313 color: #d45a00;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
314 border-bottom: 1px solid #dccbae;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
315 font-size: 11px;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
316 font-weight: bold;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
317 margin: 0;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
318 padding: 5px 3px;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
319 }
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
320
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
321 div.subnav li.dept {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
322 padding-left: 18px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
323 list-style-position: inside;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
324 list-style-image: url(../images/internal.png);
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
325 text-indent: -14px;
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
326 }
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
327
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
328 div.subnav li.dept .type {
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
329 font-style: italic;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
330 color: #6a4d3c;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
331 }
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
332
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
333 div.subnav li.dept.sn_on .type {
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
334 color: #f9f4e1;
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
335 }
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
336
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
337 div.subnavbox {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
338 /* navigation below e.g. research projects */
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
339 font-size: 11px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
340 margin-top: 30px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
341 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
342
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
343 div.subnavbox h2 {
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
344 font-size: 11px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
345 color: #b69f7b;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
346 padding-bottom: 3px;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
347 border-bottom: 1px solid #dccbae;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
348 margin-top: 20px;
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
349 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
350
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
351 /*
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
352 * main section
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
353 */
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
354 div.main {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
355 display: table-cell;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
356 vertical-align: top;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
357 background-color: white;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
358 border-top: 3px solid #dccbae;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
359 padding: 20px;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
360 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
361
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
362 div.main div.row>div.col {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
363 /* col default padding */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
364 padding-left: 20px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
365 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
366
86
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
367 div.main div.center {
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
368 /* make sure center does not collapse */
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
369 min-width: 460px;
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
370 }
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
371
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
372
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
373 /*
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
374 * frontpage
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
375 */
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
376 div.main.home {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
377 background-color: transparent;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
378 border-top: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
379 padding: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
380 }
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
381
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
382 div.main.home b {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
383 /* bold is blue */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
384 color: #3b4186;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
385 }
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
386
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
387 div.main.home div.row.triple>div.col {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
388 /* frontpage col width */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
389 width: 286px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
390 padding-left: 21px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
391 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
392
90
c940af028112 add styles and meta-tags for search.
casties
parents: 86
diff changeset
393 div.box h2,
c940af028112 add styles and meta-tags for search.
casties
parents: 86
diff changeset
394 h2.line {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
395 /* more-links in title are right */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
396 position: relative;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
397 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
398
90
c940af028112 add styles and meta-tags for search.
casties
parents: 86
diff changeset
399 div.box h2 a:link,
c940af028112 add styles and meta-tags for search.
casties
parents: 86
diff changeset
400 h2.line a.more:link {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
401 /* more-links in title are right */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
402 position: absolute;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
403 right: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
404 top: 3px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
405 /* more-links in title are small */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
406 font-size: 12px;
2
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
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
409 /*
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
410 * front page feature teaser
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
411 */
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
412 div.main.home div.teaser {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
413 background-color: #f4e0c7;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
414 }
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
415
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
416 div.main.home div.teaser div.box {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
417 /* teaser box needs no margins */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
418 margin: 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
419 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
420
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
421 div.teaser_image {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
422 position: relative;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
423 width: 593px;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
424 height: 351px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
425 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
426
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
427 div.teaser_image div.caption {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
428 /* caption inside image */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
429 position: absolute;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
430 bottom: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
431 padding: 3px;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
432 text-align: right;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
433 color: white;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
434 font-size: 10px;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
435 opacity: 0.8;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
436 background-color: gray;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
437 /* background-color: rgba(80,80,80,0.6); */
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
438 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
439
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
440 div.teaser_text {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
441 padding-right: 21px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
442 }
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
443 /* feature number */
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
444 div.teaser_text div.feature_number {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
445 position: absolute;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
446 right: 14px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
447 top: 5px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
448 font-family: Georgia, Times, serif;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
449 font-size: 26px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
450 color: #887163;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
451 }
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
452 /* feature title */
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
453 div.teaser_text h1 {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
454 font-size: 16px;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
455 font-weight: normal;
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
456 margin-top: 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
457 }
22
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents: 21
diff changeset
458 /* current research topic */
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
459 div.teaser_text h3 {
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
460 color: #887163;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
461 margin-bottom: 3px;
7
9813d9960e98 more style.
casties
parents: 6
diff changeset
462 margin-top: 15px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
463 }
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
464 /* feature date */
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
465 div.teaser_text div.date {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
466 color: #3b4186;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
467 padding-top: 20px;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
468 margin-bottom: 20px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
469 }
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
470
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
471 /* teaser slider */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
472 div.teaser div.box div.slider {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
473 top: 150px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
474 width: 18px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
475 height: 24px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
476 padding-top: 11px;
21
faa7c9e936a8 some cleanup and prev/next for feature-teaser.
casties
parents: 15
diff changeset
477 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
478
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
479 div.teaser div.box div.slider.prev {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
480 background-image: url(../images/slider_prev_bg.png);
21
faa7c9e936a8 some cleanup and prev/next for feature-teaser.
casties
parents: 15
diff changeset
481 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
482
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
483 div.teaser div.box div.slider.next {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
484 background-image: url(../images/slider_next_bg.png);
21
faa7c9e936a8 some cleanup and prev/next for feature-teaser.
casties
parents: 15
diff changeset
485 }
faa7c9e936a8 some cleanup and prev/next for feature-teaser.
casties
parents: 15
diff changeset
486
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
487 /*
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
488 * toolboxes
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
489 */
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
490 div.tool.box {
76
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
491 font-family: Georgia, Times, serif;
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
492 font-style: italic;
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
493 font-size: 16px;
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
494 color: #887163;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
495 background-color: #efeeec;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
496 padding: 20px;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
497 box-shadow: 0 0 1px 1px #e0e0e0;
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
498 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
499
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
500 div.tool.box a {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
501 color: #3b4186;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
502 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
503
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
504 div.tool.box div.searchbox {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
505 /* only to make it shrink-wrap */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
506 display: table-cell;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
507 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
508
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
509 div.tool.box div.searchbox input.text {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
510 height: 20px;
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
511 width: 370px;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
512 background-color: #9fa0a7;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
513 color: white;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
514 font-size: 14px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
515 font-style: italic;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
516 border: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
517 padding: 3px;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
518 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
519
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
520 div.tool.box div.searchbox input.submit {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
521 /* submit uses border-box. don't ask */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
522 height: 26px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
523 width: 26px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
524 border: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
525 padding: 2px 3px 4px 3px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
526 /* TODO: this should be an image */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
527 background-color: #ee7f2d;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
528 color: white;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
529 font-size: 14px;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
530 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
531
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
532 div.tool.box div.searchbox div.extended {
90
c940af028112 add styles and meta-tags for search.
casties
parents: 86
diff changeset
533 font-family: Verdana, Arial, sans-serif;
c940af028112 add styles and meta-tags for search.
casties
parents: 86
diff changeset
534 font-size: 12px;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
535 text-align: right;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
536 padding: 5px 30px 5px 3px;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
537 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
538
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
539 div.tool.box h3 {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
540 font-family: Georgia, Times, serif;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
541 font-style: italic;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
542 font-size: 16px;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
543 color: #887163;
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
544 margin: 0.5em 0;
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
545 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
546
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
547 div.tool.box h3:first-child {
30
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
548 /* top header has no margin */
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
549 margin-top: 0;
12
400da3ba5fa0 styles for research websites page.
casties
parents: 11
diff changeset
550 }
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
551
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
552 div.tool.box ul {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
553 margin: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
554 padding: 0;
24
6a4996805505 more work on projects.
casties
parents: 22
diff changeset
555 }
6a4996805505 more work on projects.
casties
parents: 22
diff changeset
556
32
6891732a148f styles for sources.
casties
parents: 30
diff changeset
557 div.tool.box div.options {
6891732a148f styles for sources.
casties
parents: 30
diff changeset
558 margin-top: 10px;
6891732a148f styles for sources.
casties
parents: 30
diff changeset
559 }
6891732a148f styles for sources.
casties
parents: 30
diff changeset
560
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
561 div.tool.box div.options li {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
562 list-style-type: none;
24
6a4996805505 more work on projects.
casties
parents: 22
diff changeset
563 margin: 0.5em 0;
6a4996805505 more work on projects.
casties
parents: 22
diff changeset
564 }
6a4996805505 more work on projects.
casties
parents: 22
diff changeset
565
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
566 div.tool.box div.atoz {
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
567 color: #887163;
79
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
568 font-family: Verdana, Arial, sans-serif;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
569 font-size: 14px;
79
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
570 font-style: normal;
32
6891732a148f styles for sources.
casties
parents: 30
diff changeset
571 margin-top: 10px;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
572 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
573
25
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
574 div.tool.box input.checkbox,
5a4b22fa726c more work on project navigation.
casties
parents: 24
diff changeset
575 div.tool.box input.radio {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
576 /* checkbox uses border-box. don't ask */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
577 width: 20px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
578 height: 20px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
579 margin: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
580 /* TODO: this should be an image */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
581 background-color: white;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
582 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
583
76
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
584 /* project page toolbox with thumbs */
30
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
585 div.tool.box div.box.thumbs {
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
586 width: 420px;
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
587 }
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
588
76
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
589 div.box.thumbs div.thumb {
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
590 display: inline;
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
591 }
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
592 div.box.thumbs div.thumb img {
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
593 width: 55px;
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
594 height: 34px;
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
595 }
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
596
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
597
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
598 /*
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
599 * service box on frontpage
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
600 */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
601 div.box h2.service {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
602 /* title has no line */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
603 border: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
604 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
605
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
606 div.tool.box.service {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
607 margin-top: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
608 padding: 0;
15
aca0fce3824b style for tool-box checkboxes.
casties
parents: 13
diff changeset
609 }
aca0fce3824b style for tool-box checkboxes.
casties
parents: 13
diff changeset
610
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
611 div.tool.box.service div.row > div.col {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
612 padding: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
613 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
614 div.tool.box.service div.search {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
615 width: 200px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
616 height: 20px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
617 padding: 26px 0 26px 16px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
618 border-bottom: 1px solid #9fa0a7;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
619 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
620 div.tool.box.service div.search.both {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
621 height: 44px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
622 padding: 14px 0 14px 16px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
623 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
624 div.tool.box.service div.searchicon {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
625 width: 38px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
626 height: 40px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
627 text-align: center;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
628 padding: 16px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
629 border-bottom: 1px solid #9fa0a7;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
630 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
631 div.tool.box.service div.icon {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
632 width: 71px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
633 height: 70px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
634 text-align: center;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
635 line-height: 2.5;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
636 padding: 1px 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
637 border-left: 1px solid #9fa0a7;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
638 }
76
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
639 div.tool.box.service div.icon a {
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
640 color: black;
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
641 font-size: 12px;
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
642 font-family: Verdana, Arial, sans-serif;
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
643 font-style: normal;
2d3a7171f3f0 styles for research pages.
casties
parents: 75
diff changeset
644 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
645 div.tool.box.service div.icon.first {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
646 border-left: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
647 width: 70px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
648 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
649 div.tool.box.service div.searchbox {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
650 display: block;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
651 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
652 div.tool.box.service div.searchbox input.text {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
653 width: 170px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
654 height: 17px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
655 font-size: 12px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
656 padding: 1px 3px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
657 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
658 div.tool.box.service div.searchbox input.submit {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
659 height: 19px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
660 width: 19px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
661 padding: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
662 margin: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
663 vertical-align: bottom;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
664 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
665 div.tool.box.service select.quickfinder {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
666 width: 200px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
667 height: 19px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
668 font-size: 12px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
669 background-color: white;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
670 margin-bottom: 5px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
671 border: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
672 }
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
673
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
674 /*
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
675 * other boxes
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
676 */
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
677 div.box {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
678 margin: 20px 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
679 position: relative;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
680 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
681
86
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
682 div.box h2,
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
683 h2.line {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
684 /* h2 is title with line */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
685 padding-bottom: 5px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
686 border-bottom: 3px solid #dccbae;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
687 margin-bottom: 5px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
688 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
689
92
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
690 div.box.line,
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
691 div.line {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
692 border-bottom: 1px solid #dccbae;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
693 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
694
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
695 div.box h3 {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
696 /* h3 is subtitle/type */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
697 font-size: 12px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
698 color: #6a4d3c;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
699 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
700
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
701 div.box h3 + h2 {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
702 /* directly over h2 */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
703 margin-top: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
704 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
705
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
706 /*
30
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
707 * small box with thumbnail
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
708 */
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
709 div.mini {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
710 padding: 10px 0;
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
711 /* line-height: 1; */
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
712 }
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
713
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
714 div.row.quintuple div.mini {
30
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
715 max-width: 122px;
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
716 font-size: 11px;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
717 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
718
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
719 div.mini div.thumb {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
720 background-color: #f8f8f8;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
721 text-align: center;
92
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
722 margin-top: 0.5em;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
723 }
92
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
724 div.mini div.thumb:first-child {
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
725 margin-top: 0;
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
726 }
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
727 div.row.quintuple div.mini div.thumb img {
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
728 width: 120px;
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
729 height: 75px;
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
730 }
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
731
32
6891732a148f styles for sources.
casties
parents: 30
diff changeset
732 div.row.triple div.mini {
6891732a148f styles for sources.
casties
parents: 30
diff changeset
733 width: 140px;
6891732a148f styles for sources.
casties
parents: 30
diff changeset
734 }
6891732a148f styles for sources.
casties
parents: 30
diff changeset
735
65
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
736 div.row.triple div.mini div.thumb img {
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
737 width: 140px;
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
738 height: 87px;
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
739 }
32
6891732a148f styles for sources.
casties
parents: 30
diff changeset
740
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
741 div.row.triple div.mini.source div.thumb img {
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
742 /* thumb size for sources given by digilib */
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
743 width: auto;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
744 height: auto;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
745 }
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
746
92
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
747 div.row.double div.mini div.thumb img {
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
748 height: 180px;
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
749 }
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
750
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
751 div.mini div.type {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
752 color: #9f917a;
65
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
753 margin-top: 0.5em;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
754 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
755
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
756 div.mini div.title {
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
757 margin-top: 0.5em;
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
758 }
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
759
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
760 div.mini div.author {
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
761 color: #3b4186;
27
9a75eb1b31b3 more work on projects.
casties
parents: 26
diff changeset
762 margin-top: 0.5em;
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
763 }
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
764
65
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
765 div.mini div.link {
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
766 margin-top: 0.5em;
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
767 }
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
768
92
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
769 div.mini h2 {
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
770 /* e.g. title for mini-books */
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
771 font-size: 14px;
102
bde0929d34fb function for excerpts of project descriptions.
casties
parents: 100
diff changeset
772 /* but no line if used inside box */
bde0929d34fb function for excerpts of project descriptions.
casties
parents: 100
diff changeset
773 border-bottom: 0;
92
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
774 }
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
775
65
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
776 div.mini.website div.description {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
777 /* initially hidden */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
778 display: none;
12
400da3ba5fa0 styles for research websites page.
casties
parents: 11
diff changeset
779 }
400da3ba5fa0 styles for research websites page.
casties
parents: 11
diff changeset
780
65
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
781 div.box.foldable div.fold {
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
782 /* initially hidden */
63184d71c014 lots of cleaning up.
casties
parents: 32
diff changeset
783 display: none;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
784 position: absolute;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
785 bottom: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
786 right: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
787 /* TODO: this should be an image */
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
788 background-color: #ee7f2d;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
789 color: white;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
790 font-size: 14px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
791 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
792
30
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
793 /*
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
794 * slider buttons
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
795 */
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
796 div.box div.slider {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
797 position: absolute;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
798 top: 110px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
799 width: 16px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
800 height: 18px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
801 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
802
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
803 div.box div.slider.prev {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
804 left: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
805 }
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
806
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
807 div.box div.slider.next {
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
808 right: 0;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
809 text-align: right;
12
400da3ba5fa0 styles for research websites page.
casties
parents: 11
diff changeset
810 }
11
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
811
38bbf6dcdbc8 styles for sources page.
casties
parents: 8
diff changeset
812 /*
30
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
813 * paragraph with line
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
814 */
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
815 div.item {
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
816 padding-top: 5px;
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
817 padding-bottom: 5px;
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
818 border-bottom: 1px solid #dccbae;
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
819 line-height: 1.5;
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
820 }
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
821
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
822 /*
79
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
823 * pubman references
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
824 */
79
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
825 .reference .Italic {
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
826 font-style: italic;
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
827 }
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
828
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
829
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
830 /*
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
831 * table with items (articles)
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
832 */
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
833 table.items {
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
834 /* no space between cells */
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
835 border-collapse: collapse;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
836 }
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
837
79
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
838 table.items td {
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
839 vertical-align: top;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
840 text-align: left;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
841 line-height: 1.5;
67
e5d722305380 more padding for preprints.
casties
parents: 66
diff changeset
842 padding: 1em 1em 0.5em 0;
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
843 }
79
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
844 table.items td:last-child {
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
845 padding-right: 0;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
846 }
104
cafdf06c77ce styles for project list.
casties
parents: 103
diff changeset
847 table.items.shorter td,
cafdf06c77ce styles for project list.
casties
parents: 103
diff changeset
848 table.items tr.shorter td {
100
f4ac675b2031 more members pages.
casties
parents: 97
diff changeset
849 padding: 0.5em 0.5em 0.5em 0;
f4ac675b2031 more members pages.
casties
parents: 97
diff changeset
850 }
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
851
79
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
852 table.items th {
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
853 font-family: Georgia, Times, serif;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
854 font-size: 16px;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
855 font-weight: normal;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
856 font-style: italic;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
857 color: #887163;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
858 text-align: left;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
859 border-bottom: 3px solid #dccbae;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
860 }
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
861
79
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
862 table.items h2 {
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
863 border-bottom: 3px solid #dccbae;
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
864 margin-bottom: 0;
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
865 }
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
866 table.items h2 a {
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
867 color: inherit;
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
868 font-weight: inherit;
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
869 text-decoration: none;
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
870 }
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
871
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
872 table.items img.thumb {
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
873 width: 55px;
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
874 height: 34px;
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
875 }
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
876
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
877 table.items td.line,
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
878 table.items tr.line td {
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
879 border-bottom: 1px solid #dccbae;
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
880 }
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
881
83
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
882 table.items td.topline,
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
883 table.items tr.topline td {
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
884 border-top: 1px solid #dccbae;
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
885 }
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
886
79
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
887 table.items tr.last_item td {
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
888 /* last_item has no padding-top */
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
889 padding: 0 0 0.5em 0;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
890 }
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
891
79
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
892 table.items h3.fold_head {
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
893 font-size: 12px;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
894 background-color: #f6f2eb;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
895 padding: 3px;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
896 }
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
897
79
7f26c8e6c8e9 more styles for project lists.
casties
parents: 76
diff changeset
898 table.items h3.fold_head img {
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
899 margin: 0 5px 0 3px;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
900 }
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
901
104
cafdf06c77ce styles for project list.
casties
parents: 103
diff changeset
902 table.items tr td:first-child div.fold_body {
83
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
903 /* e.g. preprint abstracts */
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
904 padding: 0.5em 0 0 20px;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
905 }
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
906
103
79a198e7b1b7 foldable table rows.
casties
parents: 102
diff changeset
907 table.items .thumb_fold {
79a198e7b1b7 foldable table rows.
casties
parents: 102
diff changeset
908 position: relative;
79a198e7b1b7 foldable table rows.
casties
parents: 102
diff changeset
909 padding-left: 14px;
79a198e7b1b7 foldable table rows.
casties
parents: 102
diff changeset
910 }
79a198e7b1b7 foldable table rows.
casties
parents: 102
diff changeset
911
79a198e7b1b7 foldable table rows.
casties
parents: 102
diff changeset
912 table.items .thumb_fold .fold_head {
79a198e7b1b7 foldable table rows.
casties
parents: 102
diff changeset
913 position: absolute;
79a198e7b1b7 foldable table rows.
casties
parents: 102
diff changeset
914 left: 0;
79a198e7b1b7 foldable table rows.
casties
parents: 102
diff changeset
915 top: 3px;
79a198e7b1b7 foldable table rows.
casties
parents: 102
diff changeset
916 }
79a198e7b1b7 foldable table rows.
casties
parents: 102
diff changeset
917
83
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
918 ul.items {
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
919 list-style-type: none;
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
920 padding: 0;
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
921 }
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
922
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
923 ul.items li {
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
924 padding: 0 0 0.5em 20px;
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
925 border-bottom: 3px solid #dccbae;
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
926 margin-bottom: 0.5em;
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
927 }
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
928
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
929 ul.items .fold_head {
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
930 text-indent: -20px;
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
931 }
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
932 ul.items .fold_head img.fold_open,
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
933 ul.items .fold_head img.fold_closed {
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
934 padding-right: 5px;
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
935 }
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
936
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
937 ul.items .type {
84
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
938 /* font-size: 11px; */
83
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
939 color: #696968;
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
940 }
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
941
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
942 ul.items h2 {
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
943 font-size: 12px;
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
944 }
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
945
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
946 ul.items td.key {
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
947 color: #3b4186;
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
948 }
ff0657e34ab4 styles for event list.
casties
parents: 80
diff changeset
949
103
79a198e7b1b7 foldable table rows.
casties
parents: 102
diff changeset
950 .foldable img.fold_closed,
79a198e7b1b7 foldable table rows.
casties
parents: 102
diff changeset
951 .foldableById img.fold_closed {
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
952 /* fold is initially open */
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
953 display: none;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
954 }
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
955
75
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
956
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
957 /*
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
958 * hierarchical list (of projects)
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
959 */
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
960 div.hierlist h2 {
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
961 text-indent: -20px;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
962 padding-left: 20px;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
963 padding-bottom: 5px;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
964 border-bottom: 3px solid #dccbae;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
965 margin-bottom: 0;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
966 }
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
967
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
968 div.hierlist h2 img {
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
969 padding: 0 3px 3px 3px;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
970 }
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
971
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
972 div.hierlist h2 a {
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
973 color: inherit;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
974 font-weight: inherit;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
975 text-decoration: none;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
976 }
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
977
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
978 div.hierlist ul {
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
979 list-style-type: none;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
980 padding: 0 0 10px 0;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
981 margin: 0;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
982 border-bottom: 1px solid #dccbae;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
983 }
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
984
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
985 div.hierlist li {
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
986 padding: 5px 0 5px 16px;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
987 text-indent: -13px;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
988 }
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
989
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
990 div.hierlist li a {
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
991 /* icon is more distant from text */
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
992 padding-left: 13px;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
993 }
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
994
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
995 div.hierlist li.indent {
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
996 padding-bottom: 10px;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
997 border-bottom: 1px solid #dccbae;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
998 margin-bottom: 5px;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
999 }
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1000
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1001 div.hierlist li.level_1 {
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1002 font-size: 14px;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1003 }
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1004
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1005 div.hierlist li.level_2 {
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1006 font-weight: bold;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1007 margin-left: 20px;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1008 }
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1009
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1010 div.hierlist li.level_3 {
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1011 margin-left: 40px;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1012 }
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1013
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1014 div.hierlist li.level_4 {
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1015 margin-left: 60px;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1016 }
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1017
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1018 div.hierlist li.level_5 {
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1019 margin-left: 80px;
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1020 }
df56982ecb03 styles for hierarchical project list. some cleanup.
casties
parents: 67
diff changeset
1021
80
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1022
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1023 /*
84
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1024 * figures (in project descriptions and features)
80
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1025 */
84
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1026 div.figure,
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1027 div.image_small {
80
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1028 float: left;
84
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1029 width: 230px;
80
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1030 padding: 0.5em 1em 0 0;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1031 }
84
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1032 div.image_small.right {
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1033 float: right;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1034 padding: 0.5em 0 0 1em;
80
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1035 }
84
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1036 div.figure div.image img,
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1037 div.image_small img {
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1038 width: 230px;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1039 }
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1040 div.figure div.figcaption,
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1041 div.banner_large div.caption,
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1042 div.image_small div.caption {
80
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1043 font-size: 10px;
84
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1044 line-height: 1.5;
80
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1045 color: #9f917a;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1046 margin-top: 0.5em;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1047 }
84
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1048 div.banner_large img {
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1049 width: 460px;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1050 }
80
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1051
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1052 /*
84
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1053 * project description and feature
80
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1054 */
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1055 h3.authors {
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1056 margin-top: 0.5em;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1057 }
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1058
84
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1059 p.maintext_authors {
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1060 font-size: 14px;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1061 color: #3b4186;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1062 }
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1063
80
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1064 div.description {
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1065 margin-top: 0.5em;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1066 line-height: 1.5;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1067 }
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1068
92
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
1069 h2.type {
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
1070 color: #9f917a;
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
1071 }
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
1072
84
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1073 /*
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1074 * feature story archive
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1075 */
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1076 ul.items.features li {
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1077 padding: 0 0 0.5em 0;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1078 border-bottom: 1px solid #dccbae;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1079 }
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1080 ul.items.features .thumb {
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1081 float:left;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1082 padding: 8px 10px 0 0;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1083 }
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1084 ul.items.features .thumb img {
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1085 width: 55px;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1086 height: 34px;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1087 }
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1088 ul.items.features .feature_number {
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1089 font-family: Georgia, Times, serif;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1090 font-size: 24px;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1091 color: #696968;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1092 }
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1093 ul.items.features .date {
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1094 font-size: 11px;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1095 color: #696968;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1096 }
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1097 ul.items.features h1 {
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1098 font-size: 12px;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1099 font-weight: bold;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1100 margin: 0;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1101 }
86
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
1102
30
aa4ab114c28a more work on projects.
casties
parents: 27
diff changeset
1103 /*
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1104 * sidebar
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1105 */
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1106 div.sidebar {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1107 display: table-cell;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1108 width: 220px;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1109 border-top: 3px solid #dccbae;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1110 background-color: white;
80
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1111 padding: 20px 10px 20px 0;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1112 }
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1113
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1114 div.sideblock h2 {
86
ab836d3f96dc styles for staff list.
casties
parents: 84
diff changeset
1115 position: relative;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1116 font-size: 12px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1117 margin-top: 20px;
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1118 padding-bottom: 5px;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1119 border-bottom: 3px solid #dccbae;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1120 margin-bottom: 0;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1121 }
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1122
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1123 div.sideblock:first-child h2 {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1124 margin-top: 0;
7
9813d9960e98 more style.
casties
parents: 6
diff changeset
1125 }
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1126
13
325e7c338815 research websites page. better department editing.
casties
parents: 12
diff changeset
1127 div.sideblock h3 {
325e7c338815 research websites page. better department editing.
casties
parents: 12
diff changeset
1128 font-size: 12px;
325e7c338815 research websites page. better department editing.
casties
parents: 12
diff changeset
1129 margin-top: 5px;
325e7c338815 research websites page. better department editing.
casties
parents: 12
diff changeset
1130 padding-bottom: 5px;
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1131 border-bottom: 1px solid #dccbae;
13
325e7c338815 research websites page. better department editing.
casties
parents: 12
diff changeset
1132 }
325e7c338815 research websites page. better department editing.
casties
parents: 12
diff changeset
1133
66
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1134 /* like sidebar without line */
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1135 div.sidebox {
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1136 width: 220px;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1137 padding: 0 0 20px 0;
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1138 }
68b3d71eed27 formatting for preprint list. javascript for foldable divs.
casties
parents: 65
diff changeset
1139
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1140 /*
80
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1141 * project sidebars
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1142 */
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1143 div.sideblock h2 .proj_state {
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1144 position: absolute;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1145 right: 0;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1146 }
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1147
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1148 div.sideblock .project {
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1149 background: url(../images/internal.png) no-repeat scroll 6px 11px #F5DAAF;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1150 border-bottom: 1px solid #F3BE7C;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1151 padding: 6px 6px 6px 20px;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1152 }
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1153 div.sideblock .project.inactive {
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1154 background: url(../images/internal.png) no-repeat scroll 6px 11px #f6e6cc;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1155 }
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1156 div.sideblock .project.parent {
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1157 background: url(../images/up.png) no-repeat scroll 6px 11px #F9F4E1;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1158 border-bottom: 1px solid #DCCBAE;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1159 color: #666666;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1160 }
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1161 div.sideblock .project a {
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1162 color: #333;
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1163 }
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1164
b1893c4c9d2c more display of project pages.
casties
parents: 79
diff changeset
1165 /*
84
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1166 * special sideblocks
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1167 */
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1168 div.sideblock .item.link,
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1169 div.sideblock .item.internal {
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1170 background: url(../images/internal.png) 0 11px no-repeat;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1171 padding-left: 10px;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1172 }
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1173
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1174 div.sideblock .item.external {
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1175 background: url(../images/external.png) 0 11px no-repeat;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1176 padding-left: 13px;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1177 }
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1178
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1179 div.sideblock .item.download {
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1180 background: url(../images/download.png) 0 8px no-repeat;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1181 padding-left: 15px;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1182 }
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1183
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1184 div.sideblock .item.thumb img {
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1185 width: 55px;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1186 height: 34px;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1187 }
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1188 div.sideblock .item.thumb .text {
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1189 padding-left: 0.5em;
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1190 }
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1191
faaded775a8a styles for feature and feature archive.
casties
parents: 83
diff changeset
1192 /*
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1193 * footer
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1194 */
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1195 #footer {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1196 position: relative;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
1197 height: 50px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1198 border-top: 1px solid #dccbae;
6
9e4dba0a81e2 front page layout works now.
casties
parents: 5
diff changeset
1199 padding-top: 8px;
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1200 margin-top: 29px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1201 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1202
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1203 #footer div.text {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1204 display: inline-block;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1205 color: #d45a00;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1206 font-size: 11px;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1207 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1208
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1209 #footer div.logo {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1210 display: inline-block;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1211 position: absolute;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1212 right: 0;
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1213 }
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1214
8
0a7691055ea3 layout now with table-cell.
casties
parents: 7
diff changeset
1215 #footer div.logo img {
26
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1216 width: 204px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1217 height: 41px;
8a99ad8713d6 new common template for fragments. new styles for servicebox.
casties
parents: 25
diff changeset
1218 }