-
Notifications
You must be signed in to change notification settings - Fork 31
/
style.css
82 lines (78 loc) · 1.51 KB
/
style.css
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
@charset "UTF-8";
/*———————————–———————————–
Overwrite Bootstrap
———————————–———————————–*/
body {
border-top: 5px solid rgba(142, 68, 173, 1);
font-family: 'Alegreya Sans', sans-serif;
font-weight: 300;
font-size: 18px;
}
code {
color: inherit;
font-size: 80%;
background-color: #F5DDFF;
}
.btn-primary {
border-color: #804897 !important;
background-color: #9b59b6 !important;
color: #FFF !important;
}
.btn-primary:hover {
border-color: #783892 !important;
background-color: #8e44ad !important;
color: #FFF !important;
}
.hljs {
padding: 0;
background: transparent;
}
.lead {
font-size: 24px;
}
/*———————————–———————————–
Styles
———————————–———————————–*/
.main-padding {
padding-top: 100px;
}
main {
padding-bottom: 100px;
}
.space-lg {
margin-top: 45px;
}
.space-md {
margin-top: 30px;
}
.space-sm {
margin-top: 15px;
}
.title, .subheading {
font-family: 'Gentium Book Basic', serif;
font-style: italic;
font-weight: 400;
}
.title {
font-size: 50px;
}
.extension {
color: rgba(142, 68, 173, 1);
}
.subheading {
font-size: 35px;
text-align: center;
}
.example-step1 > img,
.example-step2 > button {
margin: 15px 0 30px;
}
.example-step2 > p:last-child {
margin-top: 30px;
}
.example-multiple button + button {
margin-left: 15px;
}
.example-multiple img + img {
margin-left: 10px;
}