-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtechint_f.css
More file actions
366 lines (358 loc) · 10.6 KB
/
techint_f.css
File metadata and controls
366 lines (358 loc) · 10.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
/* CSS RESET */
html{color:#000;background:#F0F0F0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,
input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{
font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select { *font-size:100%; }
.clear { clear:both; display: block; visibility: hidden;}a:hover, .sidebar a:hover, .leftContent a:hover { color: #000000; }
/* ---------------------------------------------------------------------------
** Most General -- unqualified tags
*/
body {
/* background-color: #000fff; */
height: 70%;
font-family: 'Arial';
font-size: 12px;
line-height: 1.75em;
}
html {
height: 100%;
}
h2 {
font-family: "Arial Black", Gadget, sans-serif;
}
h3 {
font-family: "Arial Black", Gadget, sans-serif;
padding-bottom: 0px;
}
h4 {
font-family: "Arial Black", Gadget, sans-serif;
margin-top: -5px;
margin-bottom: -10px;
}
h5 {
font-family: "Arial Black", Gadget, sans-serif;
padding-bottom: 0px;
}
/* ---------------------------------------------------------------------------
** Classes identified by styling
*/
.right {
float: right;
}
.indented {
margin-left: 3em;
}
/* ---------------------------------------------------------------------------
** Most specific: classes identified by design element
*/
/* -- The ADARA logo on data.html */
.adara {
width: 100%;
}
/* -- Flow text around logos inside project write-ups */
.logo-flow {
float: right;
margin-left: 10px;
margin-right: 5px;
margin-top: 1em;
width: 40%;
height: 20%;
}
/* -- Center the project links at the top of each project page */
.plinks {
text-align: center;
}
/* -- The black textured background at the top of the page */
.header {
background: url("images/header-tile2.png") repeat-x
scroll left -9px #F0F0F0;
height: 146px;
margin: 0;
padding: 0;
width: 100%;
}
/* -- Container for the OLCF logo and "Technology Integration" page title */
#hbanner {
width: 968px; margin: 0px auto 0px auto; height:97px; padding:0;
}
/* -- Styling for the OLCF logo on the left of the header */
#logo {
width: 323px;
float: left;
padding-top: 10px;
overflow: hidden;
display: inline;
margin-left: 0;
}
/* -- Styling for the CCI logo on the networking page */
.networking {
background-color: white;
width: 60%;
float: right;
}
/* -- Styling for the "Technology Integration" page title top right */
#page_title {
font-family: "Arial Black", Gadget, sans-serif;
color: white;
font-size: x-large;
text-align: center;
margin-right: 15%;
vertical-align: middle;
}
#page_title h1 {
padding-bottom: 30px;
}
.title {
color: #242424;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
font-size: 28px;
letter-spacing: -0.05em;
line-height: 38px;
padding: 5px 0;
}
/* -- Create the top edge of a write-up box */
.box-top {
background: url("images/cat-section-shade.png") no-repeat scroll 0 0 transparent;
height: 8px;
margin-top: 8px;
width: 648px;
margin-left: auto;
margin-right: auto;
}
/* -- Bottom edge of a write-up box */
.box-bottom {
background: url("images/cat-section-shade.png") no-repeat scroll 0 -8px transparent;
height: 8px;
width: 648px;
margin-left: auto;
margin-right: auto;
}
/* -- Allow some space after the bottom of the last write-up on each page */
.end-space {
padding-bottom: 1em;
}
/* -- Styling for the text inside a write-up box */
.page_content {
background-color: white;
background: url("images/cat-section-vertical-shade.png") repeat-y scroll 0 0 #FFFFFF;
padding: 0 14px 4px;
width: 620px;
margin-left: auto;
margin-right: auto;
}
.page_content h2 {
color: #242424;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
font-size: 28px;
letter-spacing: -0.05em;
line-height: 38px;
padding: 5px 0;
}
.page_content h3 {
color: #242424;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
font-size: 18px;
letter-spacing: -0.05em;
font-weight: normal;
padding: 5px 0;
margin-top: 20px;
}
.page_content h4 {
padding-bottom: .75em;
}
.page_content dt {
font-weight: bold;
}
.page_content dd {
margin-left: 2em;
}
.page_content li {
list-style-position: outside;
list-style-image: none;
position: relative;
left: 2em;
width: 570px;
padding-top: .75em;
padding-bottom: .5em;
}
.page_content ol > li {
list-style-type: decimal;
}
.page_content ul > li {
list-style-type: disc;
}
.page_content p {
margin-top: 1em;
}
.page_content strong {
font-weight: bold;
}
.page_content em {
font-style: italic;
}
/* -- Create the green menu bar in the header */
.navbar {
font-family: 'Arial';
font-size: small;
width: 80%;
background: transparent;
margin:16px auto 0;
text-transform:uppercase;
height:33px;
padding:0;
width:968px;
}
/* -- Style the menu bar and its contents */
.nav {
list-style: none;
font-weight: bold;
/* margin-bottom: 10px; */
}
.nav ul {
list-style: none;
position: absolute;
z-index: 1;
left: -9999px;
}
.nav li {
float: left;
position: relative;
margin-left: 1px;
}
.nav a {
display: block;
padding-top: 6px;
padding-bottom: 6px;
padding-right: 19px;
padding-left: 19px;
color: #fff;
background: #03875e;
background: -moz-linear-gradient(top, #03875e 0%, #05523a 80%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03875e), color-stop(80%,#05523a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #03875e 0%,#05523a 80%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #03875e 0%,#05523a 80%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #03875e 0%,#05523a 80%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03875e', endColorstr='#05523a',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #03875e 0%,#05523a 80%); /* W3C */
text-decoration: none;
}
.nav a:hover {
color: #fff;
background: #016db9;
text-decoration: none;
}
/* -- Give the currently active tab a contrasting color */
.current_page {
background-color: #eeeeee;
background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 80%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(80%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%,#eeeeee 80%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%,#eeeeee 80%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%,#eeeeee 80%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #eeeeee 0%,#eeeeee 80%); /* W3C */
color: #03875e;
}
.nav a.current_page {
background: #eeeeee;
background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 80%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(80%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%,#eeeeee 80%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%,#eeeeee 80%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%,#eeeeee 80%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #eeeeee 0%,#eeeeee 80%); /* W3C */
color: #03875e;
}
.nav ul li {
float: none;
}
.nav ul a {
white-space: nowrap;
}
.nav li:hover ul {
left: -1px;
}
.nav li:hover a {
/* this sets the backgound color for the menu bar when hovering */
background: #05523a;
color: #fff;
text-decoration: none;
}
.nav li:hover ul a {
/* this sets the background of the dropdown menus */
display: block;
background: #05523a;
text-decoration: none;
text-transform: none;
border-top: 1px solid #006243;
padding: 2px 10px 2px 18px;
}
.nav li:hover ul li {
padding: 0px;
text-transform: none;
}
.nav li:hover ul li a:hover {
/* this sets the background color of dropdown menu items when hovered */
background: #004932;
}
/* -- Provide some padding at the right end of the menu bar */
.navfill {
/* this provides the filler at the right end of the menu bar */
background: -moz-linear-gradient(top, #03875e 0%, #05523a 80%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03875e), color-stop(80%,#05523a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #03875e 0%,#05523a 80%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #03875e 0%,#05523a 80%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #03875e 0%,#05523a 80%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03875e', endColorstr='#05523a',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #03875e 0%,#05523a 80%); /* W3C */
text-decoration: none;
height: 2.5em;
width: 14em;
}
/* -- Style the overview text at the top of each project page */
.overview {
font-size: 18px;
letter-spacing: -.05em;
border-bottom: 2px solid black;
border-top: 2px solid black;
padding: 10px 0px 10px 0px;
font-family: Georgia, "Times New Roman", Times, serif;
color: black;
width: 620px;
}
/* -- Style the version display at the bottom of the About page */
.version {
font-family: "Arial Black", Gadget, sans-serif;
font-size: small;
margin-right: 5%;
text-align: right;
padding-top: 100px;
}
/* -- Styling for the list of years on the publications and software pages */
.year_list ul {
list-style-type: circle;
}
/* -- Style the table that provides vertical layout on the About page
** to space the version line toward the bottom of the window
*/
#vlayout {
height: 100%;
width: 100%;
border-collapse: collapse;
}
#vlayout-top {
vertical-align: top;
}
#vlayout-bottom {
vertical-align: bottom;
}