| 1 |
/* |
| 2 |
* Google Maps Widget |
| 3 |
* (c) Web factory Ltd, 2012 - 2014 |
| 4 |
*/ |
| 5 |
|
| 6 |
.gmw-header, .gmw-footer { |
| 7 |
padding: 5px; |
| 8 |
font-style: italic; |
| 9 |
} |
| 10 |
.gmw-map iframe { |
| 11 |
border: none; |
| 12 |
margin: 0; |
| 13 |
padding: 0; |
| 14 |
} |
| 15 |
|
| 16 |
/* Colorbox Core Style */ |
| 17 |
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;} |
| 18 |
#cboxWrapper {max-width:none;} |
| 19 |
#cboxOverlay{position:fixed; width:100%; height:100%;} |
| 20 |
#cboxMiddleLeft, #cboxBottomLeft{clear:left;} |
| 21 |
#cboxContent{position:relative;} |
| 22 |
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;} |
| 23 |
#cboxTitle{margin:0;} |
| 24 |
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;} |
| 25 |
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;} |
| 26 |
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;} |
| 27 |
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;} |
| 28 |
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;} |
| 29 |
|
| 30 |
/* dark */ |
| 31 |
#cboxOverlay.gmw-dark{background:url(../images/overlay.png) repeat 0 0;} |
| 32 |
#colorbox.gmw-dark{outline:0;} |
| 33 |
.gmw-dark #cboxTopLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -101px 0;} |
| 34 |
.gmw-dark #cboxTopRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -130px 0;} |
| 35 |
.gmw-dark #cboxBottomLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -101px -29px;} |
| 36 |
.gmw-dark #cboxBottomRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -130px -29px;} |
| 37 |
.gmw-dark #cboxMiddleLeft{width:21px; background:url(../images/controls.png) left top repeat-y;} |
| 38 |
.gmw-dark #cboxMiddleRight{width:21px; background:url(../images/controls.png) right top repeat-y;} |
| 39 |
.gmw-dark #cboxTopCenter{height:21px; background:url(../images/border.png) 0 0 repeat-x;} |
| 40 |
.gmw-dark #cboxBottomCenter{height:21px; background:url(../images/border.png) 0 -29px repeat-x;} |
| 41 |
.gmw-dark #cboxContent{background:#fff; overflow:hidden;} |
| 42 |
.gmw-dark .cboxIframe{background:#fff;} |
| 43 |
.gmw-dark #cboxError{padding:50px; border:1px solid #ccc;} |
| 44 |
.gmw-dark #cboxLoadedContent{margin-bottom:28px;} |
| 45 |
.gmw-dark #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;} |
| 46 |
.gmw-dark #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;} |
| 47 |
.gmw-dark #cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;} |
| 48 |
.gmw-dark #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;} |
| 49 |
|
| 50 |
.gmw-dark #cboxPrevious, .gmw-dark #cboxNext, .gmw-dark #cboxSlideshow, .gmw-dark #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; } |
| 51 |
|
| 52 |
.gmw-dark #cboxPrevious:active, .gmw-dark #cboxNext:active, .gmw-dark #cboxSlideshow:active, .gmw-dark #cboxClose:active {outline:0;} |
| 53 |
|
| 54 |
.gmw-dark #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;} |
| 55 |
.gmw-dark #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;} |
| 56 |
.gmw-dark #cboxPrevious:hover{background-position:-75px -25px;} |
| 57 |
.gmw-dark #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;} |
| 58 |
.gmw-dark #cboxNext:hover{background-position:-50px -25px;} |
| 59 |
.gmw-dark #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;} |
| 60 |
.gmw-dark #cboxClose:hover{background-position:-25px -25px;} |
| 61 |
|
| 62 |
|
| 63 |
/* light */ |
| 64 |
#cboxOverlay.gmw-light {background:#fff;} |
| 65 |
#colorbox.gmw-light {outline:0;} |
| 66 |
.gmw-light #cboxContent{margin-top:32px; overflow:visible; background:#000;} |
| 67 |
.gmw-light .cboxIframe{background:#fff;} |
| 68 |
.gmw-light #cboxError{padding:50px; border:1px solid #ccc;} |
| 69 |
.gmw-light #cboxLoadedContent{background:#fff; padding:1px; border:1px solid #777;} |
| 70 |
.gmw-light #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;} |
| 71 |
.gmw-light #cboxLoadingOverlay{background:#000;} |
| 72 |
.gmw-light #cboxTitle{position:absolute; top:-22px; left:0; color:#000;} |
| 73 |
.gmw-light #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;} |
| 74 |
|
| 75 |
.gmw-light #cboxPrevious, .gmw-light #cboxNext, .gmw-light #cboxSlideshow, .gmw-light #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../images/controls.png) no-repeat 0 0;} |
| 76 |
|
| 77 |
.gmw-light #cboxPrevious:active, .gmw-light #cboxNext:active, .gmw-light #cboxSlideshow:active, .gmw-light #cboxClose:active {outline:0;} |
| 78 |
|
| 79 |
.gmw-light #cboxPrevious{background-position:0px 0px; right:44px;} |
| 80 |
.gmw-light #cboxPrevious:hover{background-position:0px -25px;} |
| 81 |
.gmw-light #cboxNext{background-position:-25px 0px; right:22px;} |
| 82 |
.gmw-light #cboxNext:hover{background-position:-25px -25px;} |
| 83 |
.gmw-light #cboxClose{background-position:-50px 0px; right:0;} |
| 84 |
.gmw-light #cboxClose:hover{background-position:-50px -25px;} |
| 85 |
.gmw-light .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off .gmw-light #cboxPrevious{right:66px;} |
| 86 |
.gmw-light .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;} |
| 87 |
.gmw-light .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;} |
| 88 |
.gmw-light .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;} |
| 89 |
.gmw-light .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;} |