Last change
on this file since 30936 was
16011,
checked in by grum, 12 years ago
|
feature:2638- compatibility with Piwigo 2.4
|
File size:
2.3 KB
|
Rev | Line | |
---|
[7125] | 1 | |
---|
| 2 | div.gmapsPopup div.ui-dialog-titlebar { |
---|
| 3 | display:block; |
---|
| 4 | font-size:80%; |
---|
| 5 | font-weight:bold; |
---|
| 6 | margin:1px; |
---|
| 7 | height:16px; |
---|
| 8 | font-size:12px; |
---|
| 9 | font-family:sans-serif; |
---|
| 10 | } |
---|
| 11 | |
---|
| 12 | div.gmapsPopup span.ui-icon-closethick { |
---|
| 13 | display:block; |
---|
| 14 | |
---|
| 15 | } |
---|
| 16 | |
---|
| 17 | div.gmapsPopup { |
---|
| 18 | color:#000000; |
---|
| 19 | background:#ffffff; |
---|
| 20 | border:8px solid #ffffff; |
---|
| 21 | -moz-border-radius:8px; |
---|
| 22 | -webkit-border-radius:8px; |
---|
| 23 | -khtml-border-radius:8px; |
---|
| 24 | border-radius:8px; |
---|
| 25 | } |
---|
| 26 | |
---|
| 27 | div.gmapsPopup div.ui-dialog-titlebar a { |
---|
| 28 | -moz-border-radius:2px; |
---|
| 29 | -webkit-border-radius:2px; |
---|
| 30 | -khtml-border-radius:2px; |
---|
| 31 | border-radius:2px; |
---|
| 32 | border:1px solid #CCCCCC; |
---|
| 33 | color:#000000; |
---|
| 34 | display:inline-block; |
---|
| 35 | width:11px; |
---|
| 36 | height:11px; |
---|
| 37 | padding:1px; |
---|
| 38 | position:relative; |
---|
| 39 | text-align:center; |
---|
| 40 | top:-1px; |
---|
| 41 | float:right; |
---|
| 42 | font-size:9px; |
---|
| 43 | } |
---|
| 44 | div.gmapsPopup div.ui-dialog-titlebar a:hover { |
---|
| 45 | background:#808080; |
---|
| 46 | border:1px solid #ffffff; |
---|
| 47 | color:#ffffff; |
---|
| 48 | } |
---|
| 49 | |
---|
| 50 | .ui-widget-overlay { |
---|
| 51 | background:none repeat scroll 0 0 #000000; |
---|
| 52 | left:0; |
---|
| 53 | opacity:0.75; |
---|
| 54 | position:absolute; |
---|
| 55 | top:0; |
---|
| 56 | } |
---|
| 57 | |
---|
| 58 | #gmapsBoundMap, #gmapsCenterMap, #gmapsBoundKml { |
---|
| 59 | margin-right:4px; |
---|
| 60 | } |
---|
| 61 | |
---|
| 62 | #ciGMIWC_title { |
---|
| 63 | font-size:150%; |
---|
| 64 | } |
---|
| 65 | #ciGMIWC_thumb { |
---|
| 66 | height:150px; |
---|
| 67 | min-width:250px; |
---|
| 68 | text-align:center; |
---|
| 69 | width:100%; |
---|
| 70 | } |
---|
| 71 | #ciGMIWC_thumb tr { |
---|
| 72 | vertical-align:middle; |
---|
| 73 | } |
---|
| 74 | #ciGMIWC_picnum { |
---|
| 75 | font-style:italic; |
---|
| 76 | position:relative; |
---|
| 77 | text-align:right; |
---|
| 78 | top:10px; |
---|
| 79 | } |
---|
| 80 | #ciGMIWC_img { |
---|
| 81 | cursor:pointer; |
---|
| 82 | } |
---|
| 83 | |
---|
| 84 | #ciWALeft { |
---|
| 85 | cursor:pointer; |
---|
| 86 | width:28px; |
---|
| 87 | height:56px; |
---|
| 88 | background:transparent url(./img/waLeftI.png) no-repeat 0 0; |
---|
| 89 | display:inline-block; |
---|
| 90 | } |
---|
| 91 | #ciWALeft:hover { |
---|
| 92 | background:transparent url(./img/waLeftA.png) no-repeat 0 0; |
---|
| 93 | } |
---|
| 94 | |
---|
| 95 | #ciWARight { |
---|
| 96 | cursor:pointer; |
---|
| 97 | width:28px; |
---|
| 98 | height:56px; |
---|
| 99 | background:transparent url(./img/waRightI.png) no-repeat 0 0; |
---|
| 100 | display:inline-block; |
---|
| 101 | } |
---|
| 102 | #ciWARight:hover { |
---|
| 103 | background:transparent url(./img/waRightA.png) no-repeat 0 0; |
---|
| 104 | } |
---|
| 105 | |
---|
| 106 | #ciGMIWC_showcat { |
---|
| 107 | background:#ffffff; |
---|
| 108 | height:150px; |
---|
| 109 | top:-160px; |
---|
| 110 | position:relative; |
---|
| 111 | } |
---|
| 112 | |
---|
| 113 | #ciGMIWC_showcatList ul li a { |
---|
| 114 | color:#0088EE; |
---|
| 115 | } |
---|
| 116 | #ciGMIWC_showcatList ul li a:hover { |
---|
| 117 | color:#FF7700; |
---|
| 118 | } |
---|
| 119 | |
---|
[7128] | 120 | #gmapsNbPhotos { |
---|
| 121 | font-size:80%; |
---|
| 122 | font-weight:normal; |
---|
| 123 | margin-left:3px; |
---|
| 124 | position:relative; |
---|
| 125 | top:-3px; |
---|
| 126 | } |
---|
| 127 | #gmapsLoading { |
---|
| 128 | background:none repeat scroll 0 0 #FFFFFF; |
---|
| 129 | position:absolute; |
---|
| 130 | top:0; |
---|
| 131 | width:90%; |
---|
| 132 | } |
---|
| 133 | #gmapsLoading span { |
---|
| 134 | margin-left:3px; |
---|
| 135 | position:relative; |
---|
| 136 | top:-3px; |
---|
| 137 | } |
---|
[7125] | 138 | |
---|
[16011] | 139 | .icon_gmaps { |
---|
| 140 | border:none; |
---|
| 141 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.