summaryrefslogtreecommitdiff
path: root/www/wiki/deployments/base/style.less
blob: f3b75edef0398812efb6660035b852dab1ddfc57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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;
}