summaryrefslogtreecommitdiff
path: root/style.less
blob: 27bc300e5c5bf6d5da5f7922869d81f457b46625 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
@font-family-sans-serif:  "Open Sans", Calibri, Candara, Arial, sans-serif;

h1, h2, h3, h4, h5, h6, .firstHeading {
  font-family: 'Expletus Sans' !important;
}

nav#mw-navigation {
  background-color: #800000;
  box-shadow: 0 2px 8px #000000 !important;
}


div#p-logo {
  padding: 5px;
}

.smwofootergrid-bottom {
  color: #fff;
  background-color: #1F1F1F;
}

.navbar-right-aligned #searchInput {
  border-color: transparent;
  background-color: #651b00;
  margin-left: 0;
}

button#mw-searchButton {
  background: #4f1501;
}

.navbar-brand img {
  max-height: 26px !important;
  margin: 9px 0px 0px 0px;
}

.footer-social-text {
  color: #ccc;
  font-size: 10pt;
}

.footer-social-text a, .footer-social-text a:visited{
  color: white;
  font-size: 10pt;
  padding: 0;
}

.bannerimage {
  background-position: 50%;
  background-size: cover;
  background-blend-mode: hard-light !important;
  background-color: #d40000  color: white !important;
  text-shadow: 0px 0px 2px #000 !important;
  margin-top: -10px;
  position: relative;
  text-shadow: 1px 1px 10px #000;
  box-shadow: 0px -8px 30px 0px #000 inset !important;
  background-attachment: fixed;
}


// **************** Map elements

// We change the color of the marker using filter. The base color must be black. Color generator: https://codepen.io/sosuke/pen/Pjoqqp
// Map tiles: http://leaflet-extras.github.io/leaflet-providers/preview/

.leaflet-marker-icon img, img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive:hover {

}

.leaflet-marker-icon img, img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
  // filter: invert(18%) sepia(67%) saturate(3680%) hue-rotate(93deg) brightness(95%) contrast(103%) drop-shadow(2px 4px 6px lightgrey);
  filter: invert(80%) sepia(0%) saturate(5000%) hue-rotate(16deg) brightness(150%) contrast(100%);
}

.mapicon-Case {
  filter: brightness(1.4) contrast(1.2) !important;
}

.mapicon-Webinar {
  filter: brightness(1.5) contrast(2) !important;
}


.leaflet-tile-pane {
  z-index: 200;
  filter: invert(4%) sepia(11%) saturate(6000%) hue-rotate(342deg) brightness(160%) contrast(150%) !important;
  // filter: invert(100%) sepia(100%) saturate(6000%) hue-rotate(19deg) brightness(80%) contrast(150%) !important; // Good for light tile
}

section#map > div {
  background: linear-gradient(0deg, #b01900 50%, #220000 50%); //doble color background
}


.leaflet-marker-icon  span {
  color: white;
}


.leaflet-container:after {
  content: '';
  width: 100%;
  height: 100%;
  box-shadow: black 0 0px 19px -8px inset;
  position: absolute;
  top: 0;
  z-index: 1000000;
  pointer-events:none;
}

.mw-indicator-mw-helplink {display: none;}

.thumbinner, .thumbinner img {
  width: auto !important;
}

.center img.thumbimage {
  width: 1108px !important;
}

#mw-content-text ul {
  margin-block-end: 1em;
  padding-left: 2em;
  display: grid;

}

table.wikitable {
  margin: 0;
}

p.mw-empty-elt {
  display: none;
}


.radioButtonSpan {
	height: auto !important;
}