summaryrefslogtreecommitdiff
path: root/www/wiki/skins/bo/reevo.less
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2019-03-12 12:34:56 -0300
committerYaco <franco@reevo.org>2019-03-12 12:34:56 -0300
commit0deb40159f6992a5c2da9c3adec0c202221045e1 (patch)
treefeb924553411839130b31c760df8f8e2d62fd71b /www/wiki/skins/bo/reevo.less
parentf2be39f574d3e83374acfa48324978c9c4ead849 (diff)
agrega banner superior con imagen destacada de fondo
Diffstat (limited to 'www/wiki/skins/bo/reevo.less')
-rw-r--r--www/wiki/skins/bo/reevo.less36
1 files changed, 36 insertions, 0 deletions
diff --git a/www/wiki/skins/bo/reevo.less b/www/wiki/skins/bo/reevo.less
index 9a21a440..5b45f89d 100644
--- a/www/wiki/skins/bo/reevo.less
+++ b/www/wiki/skins/bo/reevo.less
@@ -43,6 +43,39 @@
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;
@@ -51,5 +84,8 @@ table.wikitable {
table.wikitable td {
word-break: break-all;
}
+table.wikitable th {
+ width: 140px;
+}
// .mw-editsection { display:none!important; }