~jstys-z/helioviewer.org/timeline

« back to all changes in this revision

Viewing changes to styles/helioviewer-all.css

  • Committer: V. Keith Hughitt
  • Date: 2009-03-26 19:20:57 UTC
  • Revision ID: hughitt1@kore-20090326192057-u0x8rf8sf5lmmnwh
nightly build 03-26-2009: Using alpha-channel JPEG 2000 dataset

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#outsideBox {
26
26
  margin-left   : 280px;
27
27
  margin-right  : 250px;
28
 
  margin-bottom :-252px;
 
28
  margin-bottom :-72px;
29
29
  min-height    : 100%;
30
30
}
31
31
 
58
58
#footer {
59
59
    width:100%;
60
60
    clear:both;
61
 
    height:250px;
 
61
    height:70px;
62
62
    text-align:center;
63
63
    position:relative;
64
64
}
65
 
#clearfooter{clear:both;height:252px;}/*needed to make room for footer*/
 
65
#clearfooter{clear:both;height:72px;}/*needed to make room for footer*/
66
66
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
67
67
 
68
68
/* Loading Indicator */
134
134
        position: relative;
135
135
}
136
136
 
 
137
.ui-datepicker {
 
138
        z-index: 2000;  
 
139
}
 
140
 
137
141
/* Movie Builder */
138
142
img#movieBuilder {
139
143
        position: relative;
286
290
        position: relative;
287
291
}
288
292
 
289
 
.ui-resizable-handle {
290
 
        position: absolute;
291
 
        font-size: 0.1px;
292
 
        z-index: 99999;
293
 
}
294
 
.ui-resizable .ui-resizable-handle {
295
 
        display: block; 
296
 
}
297
 
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
298
 
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
299
 
.ui-resizable-n { 
300
 
        cursor: n-resize; 
301
 
        height: 7px; 
302
 
        width: 100%; 
303
 
        top: -5px; 
304
 
        left: 0px;  
305
 
}
306
 
.ui-resizable-s { 
307
 
        cursor: s-resize; 
308
 
        height: 7px; 
309
 
        width: 100%; 
310
 
        bottom: -5px; 
311
 
        left: 0px; 
312
 
}
313
 
.ui-resizable-e { 
314
 
        cursor: e-resize; 
315
 
        width: 7px; 
316
 
        right: -5px; 
317
 
        top: 0px; 
318
 
        height: 100%; 
319
 
}
320
 
.ui-resizable-w { 
321
 
        cursor: w-resize; 
322
 
        width: 7px; 
323
 
        left: -5px; 
324
 
        top: 0px; 
325
 
        height: 100%;
326
 
}
327
 
.ui-resizable-se { 
328
 
        cursor: se-resize; 
329
 
        width: 13px; 
330
 
        height: 13px; 
331
 
        right: 0px; 
332
 
        bottom: 0px; 
333
 
        background: url(images/222222_11x11_icon_resize_se.gif) no-repeat 0 0;
334
 
}
335
 
.ui-resizable-sw { 
336
 
        cursor: sw-resize; 
337
 
        width: 9px; 
338
 
        height: 9px; 
339
 
        left: 0px; 
340
 
        bottom: 0px;  
341
 
}
342
 
.ui-resizable-nw { 
343
 
        cursor: nw-resize; 
344
 
        width: 9px; 
345
 
        height: 9px; 
346
 
        left: 0px; 
347
 
        top: 0px; 
348
 
}
349
 
.ui-resizable-ne { 
350
 
        cursor: ne-resize; 
351
 
        width: 9px; 
352
 
        height: 9px; 
353
 
        right: 0px; 
354
 
        top: 0px; 
355
 
}
356
 
.ui-dialog-titlebar {
357
 
        padding: .5em 1.5em .5em 1em;
358
 
        color: #eeeeee;
359
 
        background: #444444 url(images/444444_40x100_textures_02_glass_25.png) 0 50% repeat-x;
360
 
        border-bottom: 1px solid #777777;
361
 
        font-size: 1em;
362
 
        font-weight: bold;
363
 
        position: relative;
364
 
}
365
 
.ui-dialog-title {}
366
 
.ui-dialog-titlebar-close {
367
 
        /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
368
 
        background: url(images/eeeeee_11x11_icon_close.gif) 0 0 no-repeat;
369
 
        position: absolute;
370
 
        right: 8px;
371
 
        top: .7em;
372
 
        width: 11px;
373
 
        height: 11px;
374
 
        z-index: 100;
375
 
}
376
 
.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
377
 
        background: url(images/ffd40f_11x11_icon_close.gif) 0 0 no-repeat;
378
 
}
379
 
.ui-dialog-titlebar-close:active {
380
 
        background: url(images/ffffff_11x11_icon_close.gif) 0 0 no-repeat;
381
 
}
382
 
.ui-dialog-titlebar-close span {
383
 
        display: none;
384
 
}
385
 
.ui-dialog-content {
386
 
        color: #222222;
387
 
        padding: 1.5em 1.7em;   
388
 
}
389
 
.ui-dialog-buttonpane {
390
 
        position: absolute;
391
 
        bottom: 0;
392
 
        width: 100%;
393
 
        text-align: left;
394
 
        border-top: 1px solid #dddddd;
395
 
        background: #ffffff;
396
 
}
397
 
.ui-dialog-buttonpane button {
398
 
        margin: .5em 0 .5em 8px;
399
 
        color: #eeeeee;
400
 
        background: #444444 url(images/444444_40x100_textures_02_glass_25.png) 0 50% repeat-x;
401
 
        font-size: 1em;
402
 
        border: 1px solid #777777;
403
 
        cursor: pointer;
404
 
        padding: .2em .6em .3em .6em;
405
 
        line-height: 1.4em;
406
 
}
407
 
.ui-dialog-buttonpane button:hover {
408
 
        color: #ffffff;
409
 
        background: #333333 url(images/333333_40x100_textures_02_glass_25.png) 0 50% repeat-x;
410
 
        border: 1px solid #444444;
411
 
}
412
 
.ui-dialog-buttonpane button:active {
413
 
        color: #ffffff;
414
 
        background: #a21111 url(images/a21111_40x100_textures_02_glass_35.png) 0 50% repeat-x;
415
 
        border: 1px solid #841515;
416
 
}
417
 
/* This file skins dialog */
418
 
.ui-dialog.ui-draggable .ui-dialog-titlebar,
419
 
.ui-dialog.ui-draggable .ui-dialog-titlebar {
420
 
        cursor: move;
421
 
}/* Events */
 
293
.ui-widget-content {
 
294
        color: #000;
 
295
}
 
296
/* Events */
422
297
.event-layer {
423
298
        position: absolute;
424
299
}
533
408
        float: left;
534
409
}
535
410
.opacity-slider-handle{
536
 
        background: url(images/444444_40x100_textures_02_glass_25.png) transparent scroll 0%;
 
411
        background: url(../lib/jquery/jquery.ui-1.7.1/css/ui-darkness/images/ui-bg_glass_20_555555_1x400.png) transparent scroll 0%;
537
412
        border: 1px solid black;
538
413
    cursor: pointer;
539
414
    height:19px;