From 327d9c3451c06812c3a2ea37db3049b4cadd48ea Mon Sep 17 00:00:00 2001 From: Yaco Date: Thu, 30 Sep 2021 21:58:08 -0300 Subject: adds base template deployment files --- www/wiki/deployments/base/style.less | 52 ++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 www/wiki/deployments/base/style.less (limited to 'www/wiki/deployments/base/style.less') diff --git a/www/wiki/deployments/base/style.less b/www/wiki/deployments/base/style.less new file mode 100644 index 00000000..f3b75ede --- /dev/null +++ b/www/wiki/deployments/base/style.less @@ -0,0 +1,52 @@ +@font-family-sans-serif: "Open Sans", Calibri, Candara, Arial, sans-serif; + +.navbar { + background-color: #800000; +} + +div#p-logo { + padding: 5px; +} + +.smwofootergrid-bottom { + color: #fff; + background-color: #1F1F1F; +} + +.navbar-right-aligned #searchInput { + border-color: transparent; + background-color: #651b00; + margin-left: 0; +} + +button#mw-searchButton { + background: #4f1501; +} + +.navbar-brand img { + max-height: 22px !important; + margin: 9px 0px 0px 0px; +} + +.footer-social-text { + color: #ccc; + font-size: 10pt; +} + +.footer-social-text a, .footer-social-text a:visited{ + color: white; + font-size: 10pt; + padding: 0; +} + +.bannerimage { + background-position: 50%; + background-size: cover; + background-blend-mode: luminosity !important; + background-color: #87018b !important; + color: white !important; + text-shadow: 0px 0px 2px #000 !important; + margin-top: -10px; + position: relative; + text-shadow: 1px 1px 10px #000; +} -- cgit v1.2.1