summaryrefslogtreecommitdiff
path: root/www/wiki/skins/bo/reevo.less
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2019-07-31 14:50:50 -0300
committerYaco <franco@reevo.org>2019-07-31 14:50:50 -0300
commit3848848fc3bc2db035c824f1453635949505d76e (patch)
tree71fd898ebb220e7ba034cf2bc1bf708fdd0d6219 /www/wiki/skins/bo/reevo.less
parent2dfe0b926fe5c6c4f27ad1f9bc1c1377cb091111 (diff)
ACTUALIZA MW a 1.31.3, SMW a 3.0.2 y extensiones menores
Diffstat (limited to 'www/wiki/skins/bo/reevo.less')
-rw-r--r--www/wiki/skins/bo/reevo.less51
1 files changed, 51 insertions, 0 deletions
diff --git a/www/wiki/skins/bo/reevo.less b/www/wiki/skins/bo/reevo.less
index 5b45f89d..9d7283c6 100644
--- a/www/wiki/skins/bo/reevo.less
+++ b/www/wiki/skins/bo/reevo.less
@@ -2,6 +2,7 @@
.mw-body {
z-index: auto !important;
+ padding: 0 !important;
}
.navbar-brand img {
@@ -18,6 +19,11 @@
font-size: 3em;
}
+
+div#bodyContent {
+ text-align: justify;
+}
+
.mw-ui-input:valid {
background-color: #f1f1f1;
}
@@ -88,4 +94,49 @@ 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;
+}