summaryrefslogtreecommitdiff
path: root/style.less
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2021-10-19 20:37:18 -0300
committerYaco <franco@reevo.org>2021-10-19 20:37:18 -0300
commit91eddf6c4e4269aa734a7ae3f3e1204bc836d0ca (patch)
treedf76d038b93bc1e66200a6e52dbe326a6e90e846 /style.less
parent3e4f12498de8969a5fd291b314da08ef934b78bb (diff)
updates previous to production deployment
Diffstat (limited to 'style.less')
-rw-r--r--style.less32
1 files changed, 24 insertions, 8 deletions
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;
+}