From 91eddf6c4e4269aa734a7ae3f3e1204bc836d0ca Mon Sep 17 00:00:00 2001 From: Yaco Date: Tue, 19 Oct 2021 20:37:18 -0300 Subject: updates previous to production deployment --- style.less | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) (limited to 'style.less') diff --git a/style.less b/style.less index f3b75ed..6206c79 100644 --- a/style.less +++ b/style.less @@ -1,9 +1,11 @@ -@font-family-sans-serif: "Open Sans", Calibri, Candara, Arial, sans-serif; +@font-family-sans-serif: "Source Sans Pro","Open Sans", Calibri, Candara, Arial, sans-serif; -.navbar { - background-color: #800000; +nav#mw-navigation { + background-color: #2c3a15; + box-shadow: 0px 1px 9px #000000a6; } + div#p-logo { padding: 5px; } @@ -15,17 +17,21 @@ div#p-logo { .navbar-right-aligned #searchInput { border-color: transparent; - background-color: #651b00; + background-color: #0f5802; margin-left: 0; } button#mw-searchButton { - background: #4f1501; + background: #0c5000 !important; } .navbar-brand img { - max-height: 22px !important; - margin: 9px 0px 0px 0px; + max-height: 18px !important; + margin: 12px 0px 0px 0px; +} + +div#p-logo { + margin-right: 20px; } .footer-social-text { @@ -43,10 +49,20 @@ button#mw-searchButton { background-position: 50%; background-size: cover; background-blend-mode: luminosity !important; - background-color: #87018b !important; + background-color: #518b53 !important; color: white !important; text-shadow: 0px 0px 2px #000 !important; margin-top: -10px; position: relative; text-shadow: 1px 1px 10px #000; } + +.bannerimage:before { + background-image: linear-gradient(to bottom right,#2d5600,#000000) !important; +} + + +.ns-special .mw-body label { + font-weight: normal; + display: block; +} -- cgit v1.2.1