summaryrefslogtreecommitdiff
path: root/www/wiki/skins/bo/reevo.less
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2019-09-06 09:49:11 -0300
committerYaco <franco@reevo.org>2019-09-06 09:49:11 -0300
commit480aea109a51f70dae99a9bf31c15d8b7646db4e (patch)
tree089129905a6904f84d27fd66f9456faf89d80861 /www/wiki/skins/bo/reevo.less
parentb22911444c24771c8c1ba4b2c56cb24983c21639 (diff)
Mejoras de responsive y estilos en general
Diffstat (limited to 'www/wiki/skins/bo/reevo.less')
-rw-r--r--www/wiki/skins/bo/reevo.less146
1 files changed, 146 insertions, 0 deletions
diff --git a/www/wiki/skins/bo/reevo.less b/www/wiki/skins/bo/reevo.less
index 6685acf3..778a88ad 100644
--- a/www/wiki/skins/bo/reevo.less
+++ b/www/wiki/skins/bo/reevo.less
@@ -1,5 +1,23 @@
// Adaptaciones hechas para REEVO
+h2 {
+ font-weight: 500;
+ font-size: 18pt;
+ font-style: italic;
+ font-family: Alegreya Sans;
+ line-height: 30px;
+ padding-top: 10px;
+}
+
+p {
+ margin: 18px 0;
+}
+
+.clean-p {
+ margin-bottom: 40px;
+}
+
+
body.page-Portada #firstHeading {
display: none !important;
}
@@ -23,11 +41,47 @@ body.page-Portada #firstHeading {
font-size: 3em;
}
+.row {
+ margin: 0 !important;
+}
+
+.intro-copete {
+ font-size: 20pt;
+ font-weight: 100;
+ font-style: italic;
+ line-height: 30pt;
+ /* font-family: Alegreya,"Times New Roman",Times,serif; */
+ text-align: center;
+}
+
+.intro-links {
+ border-top: 1px #ccc solid;
+ border-bottom: 1px #ccc solid;
+ line-height: 0;
+ padding: 0px;
+ text-align: center;
+ // padding-left: 30px;
+ margin: 30px 0;
+ color: #5a5a5a;
+}
+
+span#intro-links-email, span#intro-links-url, span#intro-links-telefono {
+ padding: 0 10px;
+}
+
+.glyphicon-home:before, .glyphicon-envelope:before, .glyphicon-earphone:before{
+ vertical-align: text-bottom;
+ padding: 2px;
+}
div#bodyContent {
text-align: justify;
}
+#mw-content-text p {
+ line-height: 3.5rem;
+}
+
.mw-ui-input:valid {
background-color: #f1f1f1;
}
@@ -51,6 +105,8 @@ div#bodyContent {
float: left;
display: block;
width: 100%;
+ font-weight: 300;
+ font-size: 120%;
}
.bannerimage {
@@ -89,6 +145,7 @@ div#bodyContent {
table.wikitable {
width: 100%;
table-layout: fixed;
+ font-size: 16px;
}
table.wikitable td {
@@ -98,6 +155,14 @@ table.wikitable th {
width: 140px;
}
+table.wikitable tr {
+ border-bottom: 5px solid #fff;
+}
+
+table.wikitable > caption {
+ padding-bottom: 5px;
+}
+
table .map-address {
background: #202020;
font-weight: normal;
@@ -106,8 +171,14 @@ table .map-address {
float: left;
padding: 3px 10px;
color: white;
+ font-size: 15px;
}
+.thumbinner, .thumbinner img {
+ border-radius: 3px;
+}
+
+
button.ui-datepicker-trigger.webfonts-changed {
float: right;
margin: -40px 10px 0 0;
@@ -138,6 +209,7 @@ body.mw-mmv-lightbox-open #mw-navigation {
.maps-leaflet {
z-index: 0 !important;
+ border-radius: 3px 3px 0 0;
}
// .mw-editsection { display:none!important; }
@@ -169,3 +241,77 @@ div#bodyContent {
#pt-uls {
display: none !important;
}
+
+div#p-logo {
+ float: left;
+}
+
+.navbar-toggle {
+ padding: 7px 10px !important;
+}
+
+.navbar-xs {
+ margin: 1px -10px !important;
+}
+
+.skin-chameleon .navbar-tools .hidden-xs > li > a {
+ line-height: 49px !important;
+}
+
+ul.visible-xs.pull-right.navbar-xs.navbar-tools.navbar-nav {
+ margin-right: 0px !important;
+}
+
+.smwofootergrid-low {
+ height: 0;
+}
+
+.smwofootergrid-bottom {
+ color: #fff;
+ background-color: #31302d;
+}
+
+#lastmod-info {
+ text-align: center;
+ font-style: oblique;
+ color: #858585;
+ font-weight: 100;
+ padding-bottom: 30px;
+
+}
+
+
+
+.footer-legal-info {
+ text-align: center;
+ font-size: 20pt;
+ font-weight: 100;
+ max-width: 700px;
+ margin: 0 auto;
+ color: #ccc;
+ font-style: italic;
+ margin-top: 20pt;
+ border-bottom: 1px solid #525252;
+ padding-bottom: 25px;
+}
+
+.footer-legal-info a, .footer-legal-info a:hover{
+ color: white;
+}
+
+
+.footer-social-box {
+ margin: 20px 0;
+ padding: 0 20px;
+}
+.footer-social {
+ text-align: center;
+}
+.footer-social a, .footer-social a:visited {
+ color: #525252;
+ font-size: 20pt;
+ padding: 10px;
+}
+.footer-social a:hover {
+ color: #ccc;
+}