| @@ -74,12 +74,28 @@ | ||
| 74 | 74 | .event_data.event_category{ |
| 75 | 75 | clear:both; |
| 76 | 76 | } |
| 77 | 77 | |
| 78 | +.event_geolist_icon_loader{ | |
| 79 | + line-height: 5em; | |
| 80 | + background: #CCC; | |
| 81 | + background-color: rgba(0, 0, 0, 0.1); | |
| 82 | + border:#000 1px dotted; | |
| 83 | + text-align: center; | |
| 84 | +} | |
| 85 | +.event_geolist_icon_loader .dashicons{ | |
| 86 | + line-height: 3em; | |
| 87 | +} | |
| 88 | +.event_geolist_parsed .event_geolist_icon_loader{ | |
| 89 | + display:none; | |
| 90 | +} | |
| 91 | +.event_geolist .event_item{ | |
| 92 | + display:none; | |
| 93 | +} | |
| 78 | 94 | .event_map_popup{ |
| 79 | 95 | background:#F5F5F5; |
| 80 | 96 | border-radius:0 15px 15px; |
| 81 | - border:FFF 1px solid; | |
| 97 | + border:#FFF 1px solid; | |
| 82 | 98 | padding:0.5em; |
| 83 | 99 | color:#000; |
| 84 | 100 | position:absolute; |
| 85 | 101 | top:5px; |
| @@ -133,9 +149,9 @@ | ||
| 133 | 149 | height:100%; |
| 134 | 150 | left:0; |
| 135 | 151 | background:#FFF; |
| 136 | 152 | padding:0.5em; |
| 137 | - border:#CCC 1px soli55d; | |
| 153 | + border:#CCC 1px solid; | |
| 138 | 154 | top:0; |
| 139 | 155 | overflow:auto; |
| 140 | 156 | box-sizing: border-box; |
| 141 | 157 | -moz-box-sizing: border-box; |
| @@ -140,24 +156,13 @@ | ||
| 140 | 156 | box-sizing: border-box; |
| 141 | 157 | -moz-box-sizing: border-box; |
| 142 | 158 | -webkit-box-sizing: border-box; |
| 143 | 159 | } |
| 144 | -.eventpost_cal_close{ | |
| 145 | - position:absolute; | |
| 146 | - right:2px; | |
| 147 | - top:2px; | |
| 148 | - display:bock; | |
| 149 | - padding:1px 5px; | |
| 150 | - background:#555; | |
| 151 | - color:#FFF; | |
| 152 | - text-decoration: none; | |
| 153 | -} | |
| 154 | 160 | |
| 155 | 161 | .eventpost_calendar table{ |
| 156 | 162 | width:100%; |
| 157 | 163 | } |
| 158 | 164 | .eventpost_calendar td, .eventpost_calendar th{ |
| 159 | - padding:0.3em; | |
| 160 | 165 | text-align: center; |
| 161 | 166 | } |
| 162 | 167 | .eventpost_calendar table caption{ |
| 163 | 168 | text-align: center; |
| @@ -168,19 +173,44 @@ | ||
| 168 | 173 | |
| 169 | 174 | .eventpost_calendar tbody td.event_post_day_now{ |
| 170 | 175 | border:#8C4 2px solid; |
| 171 | 176 | } |
| 172 | -.eventpost_calendar a{ | |
| 177 | +.eventpost_calendar button{ | |
| 173 | 178 | cursor:pointer; |
| 179 | + display:inline-block; | |
| 180 | + padding:0.1em; | |
| 181 | + background:transparent; | |
| 182 | + font-weight:900; | |
| 183 | + box-shadow: none; | |
| 184 | + border:none; | |
| 185 | + border-radius: 0; | |
| 174 | 186 | } |
| 175 | -.eventpost_calendar tbody a{ | |
| 176 | - display:block; | |
| 177 | - margin:-0.3em; | |
| 178 | - padding:0.3em; | |
| 187 | +.eventpost_calendar tbody button{ | |
| 188 | + padding:0.3em 0; | |
| 179 | 189 | background:rgba(0,0,0,0.4); |
| 180 | - font-weight:900; | |
| 190 | + border: transparent 1px solid; | |
| 191 | + width: 100%; | |
| 181 | 192 | } |
| 193 | +.eventpost_calendar tbody button:hover, .eventpost_calendar tbody button:focus{ | |
| 194 | + border:#FFF 1px solid; | |
| 195 | + border-radius: 0; | |
| 196 | +} | |
| 182 | 197 | |
| 198 | +.eventpost_calendar button.eventpost_cal_close{ | |
| 199 | + position:absolute; | |
| 200 | + right:2px; | |
| 201 | + top:2px; | |
| 202 | + display:bock; | |
| 203 | + padding:0.3em 0.6em; | |
| 204 | + background:#555; | |
| 205 | + color:#FFF; | |
| 206 | + text-decoration: none; | |
| 207 | +} | |
| 208 | +.eventpost_calendar button.eventpost_cal_close:hover, .eventpost_calendar button.eventpost_cal_close:focus{ | |
| 209 | + background:#000; | |
| 210 | + color:#FFF; | |
| 211 | +} | |
| 212 | + | |
| 183 | 213 | /*Widget MAP */ |
| 184 | 214 | .widget .eventpost_widget *, |
| 185 | 215 | .widget .eventpost_widget img, |
| 186 | 216 | .widget .eventpost_widget div, |
| @@ -187,8 +217,69 @@ | ||
| 187 | 217 | .widget .eventpost_widget a , |
| 188 | 218 | .widget .eventpost_widget span { |
| 189 | 219 | max-height: none !important; |
| 190 | 220 | max-width: none !important; |
| 191 | - min-height: none !important; | |
| 192 | - min-width: none !important; | |
| 221 | + min-height: 0 !important; | |
| 222 | + min-width: 0 !important; | |
| 193 | 223 | } |
| 194 | 224 | |
| 225 | + | |
| 226 | + | |
| 227 | +/*Weather*/ | |
| 228 | +.eventpost-weather-very-hot { | |
| 229 | + background: #f56048; | |
| 230 | +} | |
| 231 | +.eventpost-weather-hot { | |
| 232 | + background: #fbaa1b; | |
| 233 | +} | |
| 234 | +.eventpost-weather-average { | |
| 235 | + background: #E8D024; | |
| 236 | +} | |
| 237 | +.eventpost-weather-cold { | |
| 238 | + background: #60bdfa; | |
| 239 | +} | |
| 240 | +.eventpost-weather-very-cold { | |
| 241 | + background: #1c71f2; | |
| 242 | +} | |
| 243 | +.eventpost-weather-none { | |
| 244 | + background: grey; | |
| 245 | +} | |
| 246 | + | |
| 247 | +.eventpost-weather-clear-sky{ | |
| 248 | + | |
| 249 | +} | |
| 250 | +.eventpost-weather-few-clouds{ | |
| 251 | + | |
| 252 | +} | |
| 253 | +.eventpost-weather-scattered-clouds{ | |
| 254 | + | |
| 255 | +} | |
| 256 | +.eventpost-weather-broken-clouds{ | |
| 257 | + | |
| 258 | +} | |
| 259 | +.eventpost-weather-shower-rain{ | |
| 260 | + | |
| 261 | +} | |
| 262 | +.eventpost-weather-rain{ | |
| 263 | + | |
| 264 | +} | |
| 265 | +.eventpost-weather-thunderstorm{ | |
| 266 | + | |
| 267 | +} | |
| 268 | +.eventpost-weather-snow{ | |
| 269 | + | |
| 270 | +} | |
| 271 | +.eventpost-weather-mist{ | |
| 272 | + | |
| 273 | +} | |
| 274 | + | |
| 275 | +/* Search widget */ | |
| 276 | +body:not(.wp-admin) .eventpost-date-wrapper label, body:not(.wp-admin) .eventpost-datepicker-simple-inputgroup{ | |
| 277 | + display: inline; | |
| 278 | +} | |
| 279 | +.eventpost-search-item-count{ | |
| 280 | + display: inline-block; | |
| 281 | + padding: 0.4em 1em; | |
| 282 | + border-radius: 3px; | |
| 283 | + background:rgba(200, 200, 0, 0.3); | |
| 284 | + margin: 1em 0; | |
| 285 | +} | |