-
Notifications
You must be signed in to change notification settings - Fork 2
/
_base.scss
106 lines (88 loc) · 1.22 KB
/
_base.scss
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
//
// General
//
// if no navbar, add some extra space
body > .container:first-child {
padding-top: 35px;
}
// Footer
.site-footer {
text-align: center;
color: #777;
a {
color: #777;
}
a:hover, a:active {
color: #23527c;
}
.fa {
margin: 0 5px;
}
ul > li {
display: inline-block;
margin: 0 0.4em;
}
}
//
// Frontpage
//
.cc-jumbo {
h1 {
margin-top: 0;
font-size: 52px;
font-weight: bold;
}
p {
font-size: 19px;
}
}
.cc-jumbo-left {
color: white;
background: #B87133;
}
.cc-jumbo-middle {
text-align: center;
}
.cc-jumbo-right {
color: white;
background: #337AB7;
}
//
// Camps
//
.fb-event-box {
font-size: 15px;
padding: 15px;
padding-bottom: 10px;
display: block;
width: 13em;
border: 1px solid #ccc;
border-radius: 10px;
&:hover, &:active {
background: #fcfcfc;
}
.fa {
float: left;
margin-top: -4px;
font-size: 350%;
margin-right: 0.2em;
}
}
.centered-blocks {
display: block;
& > * {
display: block;
text-align: center;
}
}
.resources iframe {
width: 100%;
border: none;
}
h1, h2, h3, h4 {
.inline-add {
font-size: 14px;
font-weight: normal;
vertical-align: baseline;
}
}