Skip to Content

CSS File

URL: https://angradoheroismo.pt/wp-content/plugins/events-manager-pro/includes/css/events-manager-pro.css?ver=3.2.7
HTTP Status: 200 OK
MIME Type: text/css
Last Modified: Thu, 24 Aug 2023 09:49:17 GMT
Download Time: Less than a second
Cookies: None
Size: 4 KB
Rules: 38 style rules
Imports: 0 stylesheets
HTTP Headers:  13 headers
Links In:  1 pages
Links Out:  0 links
Images:  0 images
CSS:  0 files
JavaScript:  0 files
OK Issues: No issues found

1/* Google Maps */

2.em-location-map-container img.em-location-static-map {

3 width: 100%;

4 height: 100%;

5 max-width: 100% !important;

6}

7

8.em-location-map-container.em-map-static-load {

9 position: relative;

10}

11

12.em-location-map-container.em-map-static-load:hover {

13 cursor: pointer;

14}

15

16.em-location-map-container .em-map-overlay {

17 display: block;

18 position: absolute;

19 top: 0;

20 bottom: 0;

21 left: 0;

22 right: 0;

23 height: 100%;

24 width: 100%;

25 opacity: 0;

26 transition: 0.5s ease;

27 background-color: #333;

28 cursor: pointer;

29}

30

31.em-location-map-container:hover .em-map-overlay {

32 opacity: 0.75;

33}

34

35.em-location-map-container .em-map-overlay div {

36 color: white;

37 font-size: 18px;

38 position: absolute;

39 top: 50%;

40 left: 50%;

...

</html>