-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
112 lines (100 loc) · 1.65 KB
/
stylesheet.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
body {
background-image: url("images/bg.png");
background-attachment: fixed;
margin: 0px;
}
h2.witch {
text-align: center;
font-family: Iosevka;
font-size: 2em;
weight: bold;
}
p {
font-family: cantarell;
font-size: 20px;
text-align: center;
}
p.witchtext {
font-family: Iosevka;
text-align: left;
}
em.witchemph {
font-size: 16px;
}
div.top {
background: #262626;
color: #F6F6F6;
text-align: center;
overflow: auto;
margin-top: -10px;
margin-bottom: -10px
}
div.header nav.snack-nav {
background: #F2EFE4;
border-bottom: 1px solid #D4CBB6;
padding: 8px;
margin-bottom: 20px;
text-align: center;
font-size: .9em;
font-weight: 400;
}
div.header nav.snack-nav a{
font-size: .9em;
color: #3F3D32;
padding: 10px;
text-decoration: none;
}
div.container {
padding: 40px 0;
width: 960px;
margin: 0 auto;
overflow: auto;
}
div.witchlinkcontainer {
font-family: Iosevka;
text-align: center;
padding-top: 30px;
}
div.witchtextcontainer {
font-size: 20px;
font-family: Iosevka;
padding: 25px;
width: 700px;
margin: 0 auto;
overflow: auto;
text-align: left;
}
div.witchcontainer {
font-family: Iosevka;
text-align: center;
}
img.marisa {
display: block;
margin-left: auto;
margin-right: auto;
height: auto;
width: 450px;
align: center;
position: center;
}
img.marivector {
display: block;
margin-left: auto;
margin-right: auto;
height: auto;
width: 650px;
align: center;
position: center;
}
a.button {
display: inline-block;
margin-bottom: 1rem;
color: #F6F6F6;
background-color: #262626;
border-color: #F6F6F6;
border-style: solid;
border-width: 1px;
border-radius: 0.3rem;
text-decoration: none;
padding: 10px;
}