summaryrefslogtreecommitdiff
path: root/style.less
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2021-09-30 23:45:19 -0300
committerYaco <franco@reevo.org>2021-09-30 23:45:19 -0300
commit3e4f12498de8969a5fd291b314da08ef934b78bb (patch)
tree012f29c4311c29824a2e173504e7d2dffde21e54 /style.less
first commit
Diffstat (limited to 'style.less')
-rw-r--r--style.less52
1 files changed, 52 insertions, 0 deletions
diff --git a/style.less b/style.less
new file mode 100644
index 0000000..f3b75ed
--- /dev/null
+++ b/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;
+}