root / trunk / web / dojo / dojox / image / resources / Lightbox.css @ 9
History | View | Annotate | Download (1.87 KB)
| 1 | 9 | andrej.cim | |
|---|---|---|---|
| 2 | .dijitDialogUnderlay {
|
||
| 3 | background-color:#000; |
||
| 4 | } |
||
| 5 | .claro .dojoxLightbox, |
||
| 6 | .soria .dojoxLightbox, |
||
| 7 | .nihilo .dojoxLightbox, |
||
| 8 | .tundra .dojoxLightbox { |
||
| 9 | position:absolute; |
||
| 10 | z-index:999; |
||
| 11 | overflow:hidden; |
||
| 12 | width:100px; |
||
| 13 | height:100px; |
||
| 14 | border:11px solid #fff; |
||
| 15 | background:#fff url('images/loading.gif') no-repeat center center; |
||
| 16 | |||
| 17 | -webkit-box-shadow: 0px 6px 10px #636363; |
||
| 18 | -webkit-border-radius: 3px; |
||
| 19 | -moz-border-radius:4px; |
||
| 20 | border-radius: 4px; |
||
| 21 | } |
||
| 22 | .dojoxLightboxContainer {
|
||
| 23 | position:absolute; |
||
| 24 | top:0; left:0; |
||
| 25 | } |
||
| 26 | .dojoxLightboxFooter {
|
||
| 27 | padding-bottom:5px; |
||
| 28 | position:relative; |
||
| 29 | bottom:0; |
||
| 30 | left:0; |
||
| 31 | margin-top:8px; |
||
| 32 | color:#333; |
||
| 33 | z-index:1000; |
||
| 34 | font-size:10pt; |
||
| 35 | } |
||
| 36 | .dojoxLightboxGroupText {
|
||
| 37 | color:#666; |
||
| 38 | font-size:8pt; |
||
| 39 | } |
||
| 40 | .LightboxNext,
|
||
| 41 | .LightboxPrev,
|
||
| 42 | .LightboxClose {
|
||
| 43 | float:right; |
||
| 44 | width:16px; |
||
| 45 | height:16px; |
||
| 46 | cursor:pointer; |
||
| 47 | } |
||
| 48 | .nihilo .LightboxClose, |
||
| 49 | .tundra .LightboxClose { |
||
| 50 | background:url('images/close.png') no-repeat center center; |
||
| 51 | } |
||
| 52 | .di_ie6 .nihilo .LightboxClose, |
||
| 53 | .dj_ie6 .tundra .LightboxClose { |
||
| 54 | background:url('images/close.gif') no-repeat center center; |
||
| 55 | } |
||
| 56 | .nihilo .LightboxNext, |
||
| 57 | .tundra .LightboxNext { |
||
| 58 | background:url('images/right.png') no-repeat center center; |
||
| 59 | } |
||
| 60 | .dj_ie6 .nihilo .LightboxNext, |
||
| 61 | .dj_ie6 .tundra .LightboxNext { |
||
| 62 | background:url('images/right.gif') no-repeat center center; |
||
| 63 | } |
||
| 64 | .nihilo .LightboxPrev, |
||
| 65 | .tundra .LightboxPrev { |
||
| 66 | background:url('images/left.png') no-repeat center center; |
||
| 67 | } |
||
| 68 | .dj_ie6 .nihilo .LightboxPrev, |
||
| 69 | .dj_ie6 .tundra .LightboxPrev { |
||
| 70 | background:url('images/left.gif') no-repeat center center; |
||
| 71 | } |
||
| 72 | .soria .LightboxClose, |
||
| 73 | .soria .LightboxNext, |
||
| 74 | .soria .LightboxPrev { |
||
| 75 | width:15px; |
||
| 76 | height:15px; |
||
| 77 | background:url('../../../dijit/themes/soria/images/spriteRoundedIconsSmall.png') no-repeat center center; |
||
| 78 | background-position:-60px; |
||
| 79 | } |
||
| 80 | .soria .LightboxNext { |
||
| 81 | background-position:-30px 0; |
||
| 82 | } |
||
| 83 | .soria .LightboxPrev { |
||
| 84 | background-position:0 0; |
||
| 85 | } |
||
| 86 | .dojoxLightboxText {
|
||
| 87 | margin:0; padding:0; |
||
| 88 | } |