summaryrefslogtreecommitdiff
path: root/www/wiki/skins/bo/reevo.less
blob: 6685acf3bcbfc95ede18ae69c733d6a40405c79e (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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
// Adaptaciones hechas para REEVO

body.page-Portada #firstHeading {
  display: none !important;
}

.mw-body {
  z-index: auto !important;
  padding: 0 !important;
}

.navbar-brand img {
  max-height: 30px;
  margin: 7px 0px 0px 15px;
}

.firstHeading {
  border-bottom: 1px solid transparent;
  margin-bottom: 0;
  font-family: 'Alegreya Sans';
  font-weight: 100;
  padding-bottom: 1ex;
  font-size: 3em;
}


div#bodyContent {
    text-align: justify;
}

.mw-ui-input:valid {
    background-color: #f1f1f1;
}

.mw-ui-input:invalid {
    background-color: #f5ffb0;
}

#catlinks {
  clear: both;
  border-top: 1px #CCC solid;
  padding: 10px;
}

#title-namespace {
    font-size: 0.5em !important;
    float: left;
}

#title-name {
    float: left;
    display: block;
    width: 100%;
}

.bannerimage {
  background-position: 50%;
  background-size: cover;
  background-blend-mode: darken;
  background-color: red;
  color: white !important;
  text-shadow: 0px 0px 2px #000 !important;
  margin-top: -10px;
  position: relative;
  text-shadow: 1px 1px 10px #000;
}

.bannerimage:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right,#5e6853,#000000);
  opacity: .6;
}

.bannerimage .col-lg-12 {
  position: relative;
  min-height: 300px;
}
.bannerimage .firstHeading {
  position: absolute;
  bottom: 0;
}


table.wikitable {
  width: 100%;
  table-layout: fixed;
}

table.wikitable td {
  word-break: break-all;
}
table.wikitable th {
  width: 140px;
}

table .map-address {
  background: #202020;
  font-weight: normal;
  width: 100%;
  position: relative;
  float: left;
  padding: 3px 10px;
  color: white;
}

button.ui-datepicker-trigger.webfonts-changed {
  float: right;
  margin: -40px 10px 0 0;
}

.mw-mmv-overlay {
  background-color: #000000bd !important;
}

body.mw-mmv-lightbox-open > .contentHeader {
  display: block !important;
  position: fixed !important;
  width: 100% !important;
  top: 40px !important;
}

body.mw-mmv-lightbox-open #mw-navigation {
    display: block !important;
    position: fixed !important;
    width: 100%  !important;
}

.mw-mmv-image img {
  -webkit-box-shadow: 0px 0px 78px 8px rgba(0,0,0,0.9);
  -moz-box-shadow: 0px 0px 78px 8px rgba(0,0,0,0.9);
  box-shadow: 0px 0px 78px 8px rgba(0,0,0,0.9);
}

.maps-leaflet {
  z-index: 0 !important;
}
// .mw-editsection { display:none!important; }

.ui-datepicker-header, .ui-datepicker-calendar, .ui-datepicker-buttonpane {
  background: #ccc;
}

#bodyContent .col-form-label {
    text-align: left;
}

div#bodyContent {
    margin: 0 15px;
}

.navbar-toplang {
  background-image: none !important;
  padding-left: 18px !important;
}

.navbar-usernotloggedin {
  padding: 0 15px !important;
}

.navbar-right-aligned #p-search {
    padding-right: 0px !important;
}

#pt-uls {
    display: none !important;
}