summaryrefslogtreecommitdiff
path: root/style.less
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2021-11-02 19:06:34 +0000
committerYaco <franco@reevo.org>2021-11-02 19:06:34 +0000
commit1a55e97abcfe6e89e4d518517f94c29b68a5689f (patch)
tree41384ebb333e6ce1a3d7dec4a9f8054595ea1475 /style.less
first commit
Diffstat (limited to 'style.less')
-rw-r--r--style.less58
1 files changed, 58 insertions, 0 deletions
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;
+}