From 1a55e97abcfe6e89e4d518517f94c29b68a5689f Mon Sep 17 00:00:00 2001 From: Yaco Date: Tue, 2 Nov 2021 19:06:34 +0000 Subject: first commit --- style.less | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 style.less (limited to 'style.less') diff --git a/style.less b/style.less new file mode 100644 index 0000000..fafe15c --- /dev/null +++ b/style.less @@ -0,0 +1,58 @@ +@font-family-sans-serif: "Open Sans", Calibri, Candara, Arial, sans-serif; + +h1, h2, h3, h4, h5, h6, .firstHeading { + font-family: 'Expletus Sans' !important; +} + +nav#mw-navigation { + background-color: #800000; + box-shadow: 0 2px 8px #000000 !important; +} + + +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: hard-light !important; + background-color: #d40000 color: white !important; + text-shadow: 0px 0px 2px #000 !important; + margin-top: -10px; + position: relative; + text-shadow: 1px 1px 10px #000; + box-shadow: 0px -8px 30px 0px #000 inset !important; +} -- cgit v1.2.1