summaryrefslogtreecommitdiff
path: root/www/wiki/skins/bo/reevo.less
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/skins/bo/reevo.less')
-rw-r--r--www/wiki/skins/bo/reevo.less60
1 files changed, 59 insertions, 1 deletions
diff --git a/www/wiki/skins/bo/reevo.less b/www/wiki/skins/bo/reevo.less
index 46b4bf28..7b62fdb4 100644
--- a/www/wiki/skins/bo/reevo.less
+++ b/www/wiki/skins/bo/reevo.less
@@ -1,5 +1,12 @@
// Adaptaciones hechas para REEVO
+html, body {
+ max-width: 100%;
+ overflow-x: hidden;
+}
+
+
+
a:visited {
color: #771c00;
}
@@ -26,6 +33,33 @@ pre {
word-break: break-word;
}
+.boton-1 a, .boton-1 a:visited {
+ text-transform: uppercase;
+ font-family: "Alegreya Sans";
+ font-weight: bold;
+ font-size: 16px;
+ color: #fff !important;
+ background-color: #bf4b31;
+ border-color: #bf4b31;
+ padding: 0.5rem 2rem;
+ transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
+ float: left;
+ display: block;
+ margin: 3px;
+}
+
+.boton-1 a:hover {
+ text-decoration: none;
+ background-color: #8e3723;
+
+}
+
+
+.navbar {
+ z-index: 1000;
+}
+
+
body.page-Portada #firstHeading {
display: none !important;
}
@@ -372,12 +406,26 @@ ul.visible-xs.pull-right.navbar-xs.navbar-tools.navbar-nav {
// ***********8 RESPONSIVE
-@media (max-width: 480px)
+@media (max-width: 282px)
{
div#p-logo {
width: 45px;
overflow: hidden;
}
+
+}
+
+
+@media (max-width: 480px)
+{
+
+ li.dropdown.navbar-tools-tools.open {
+ max-width: 79px;
+ }
+ a.dropdown-toggle.navbar-usernotloggedin {
+ max-width: 45px;
+ float: right;
+ }
}
@media (max-width: 767px)
@@ -387,4 +435,14 @@ ul.visible-xs.pull-right.navbar-xs.navbar-tools.navbar-nav {
padding: 11px !important;
}
+ .navbar-newtalk-not-available {
+ display: none !important;
+ }
+}
+
+@media (max-width: 992px)
+{
+ div#p-search {
+ width: 280px;
+ }
}