| @@ -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; |
| @@ -120,10 +136,8 @@ | ||
| 120 | 136 | box-sizing: border-box; |
| 121 | 137 | -moz-box-sizing: border-box; |
| 122 | 138 | -webkit-box-sizing: border-box; |
| 123 | 139 | position:relative; |
| 124 | - background: #555; | |
| 125 | - box-shadow: #333 0 0 10px inset; | |
| 126 | 140 | text-align: center; |
| 127 | 141 | } |
| 128 | 142 | .eventpost_cal_loader{ |
| 129 | 143 | margin-top:20px; |
| @@ -135,9 +149,9 @@ | ||
| 135 | 149 | height:100%; |
| 136 | 150 | left:0; |
| 137 | 151 | background:#FFF; |
| 138 | 152 | padding:0.5em; |
| 139 | - border:#CCC 1px soli55d; | |
| 153 | + border:#CCC 1px solid; | |
| 140 | 154 | top:0; |
| 141 | 155 | overflow:auto; |
| 142 | 156 | box-sizing: border-box; |
| 143 | 157 | -moz-box-sizing: border-box; |
| @@ -142,48 +156,61 @@ | ||
| 142 | 156 | box-sizing: border-box; |
| 143 | 157 | -moz-box-sizing: border-box; |
| 144 | 158 | -webkit-box-sizing: border-box; |
| 145 | 159 | } |
| 146 | -.eventpost_cal_close{ | |
| 147 | - position:absolute; | |
| 148 | - right:2px; | |
| 149 | - top:2px; | |
| 150 | - display:bock; | |
| 151 | - padding:1px 5px; | |
| 152 | - background:#555; | |
| 153 | - color:#FFF; | |
| 154 | - text-decoration: none; | |
| 155 | -} | |
| 156 | 160 | |
| 157 | 161 | .eventpost_calendar table{ |
| 158 | 162 | width:100%; |
| 159 | - background:#EEE; | |
| 160 | 163 | } |
| 161 | -.eventpost_calendar td{ | |
| 162 | - padding:0.3em; | |
| 164 | +.eventpost_calendar td, .eventpost_calendar th{ | |
| 163 | 165 | text-align: center; |
| 164 | 166 | } |
| 165 | -.eventpost_calendar thead td{ | |
| 166 | - background:#DEDEDE; | |
| 167 | +.eventpost_calendar table caption{ | |
| 168 | + text-align: center; | |
| 167 | 169 | } |
| 168 | -.eventpost_calendar tbody tr:first-child td{ | |
| 169 | - color:#999; | |
| 170 | +.eventpost_calendar th{ | |
| 170 | 171 | font-weight:900; |
| 171 | 172 | } |
| 173 | + | |
| 172 | 174 | .eventpost_calendar tbody td.event_post_day_now{ |
| 173 | 175 | border:#8C4 2px solid; |
| 174 | 176 | } |
| 175 | -.eventpost_calendar a{ | |
| 177 | +.eventpost_calendar button{ | |
| 176 | 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; | |
| 177 | 186 | } |
| 178 | -.eventpost_calendar tbody a{ | |
| 179 | - display:block; | |
| 180 | - margin:-0.3em; | |
| 181 | - padding:0.3em; | |
| 187 | +.eventpost_calendar tbody button{ | |
| 188 | + padding:0.3em 0; | |
| 182 | 189 | background:rgba(0,0,0,0.4); |
| 183 | - font-weight:900; | |
| 190 | + border: transparent 1px solid; | |
| 191 | + width: 100%; | |
| 184 | 192 | } |
| 193 | +.eventpost_calendar tbody button:hover, .eventpost_calendar tbody button:focus{ | |
| 194 | + border:#FFF 1px solid; | |
| 195 | + border-radius: 0; | |
| 196 | +} | |
| 185 | 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 | + | |
| 186 | 213 | /*Widget MAP */ |
| 187 | 214 | .widget .eventpost_widget *, |
| 188 | 215 | .widget .eventpost_widget img, |
| 189 | 216 | .widget .eventpost_widget div, |
| @@ -190,8 +217,69 @@ | ||
| 190 | 217 | .widget .eventpost_widget a , |
| 191 | 218 | .widget .eventpost_widget span { |
| 192 | 219 | max-height: none !important; |
| 193 | 220 | max-width: none !important; |
| 194 | - min-height: none !important; | |
| 195 | - min-width: none !important; | |
| 221 | + min-height: 0 !important; | |
| 222 | + min-width: 0 !important; | |
| 196 | 223 | } |
| 197 | 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 | +} | |