-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathstyle.css
113 lines (97 loc) · 1.84 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
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
113
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
/*font-family: $base-font-family;*/
font-size: 16px;
font-weight: 300;
line-height: 1.45;
-webkit-text-size-adjust: 100%;
margin-top: 40px;
}
@media all and (max-width: 800px){
body {
font-size: 13px;
}
}
img {
max-width: 100%;
}
h1 {
font-size: 4.5em;
font-family: 'Slabo 27px', serif;
text-align: center;
padding: 0;
margin: 0;
}
.preface {
font-size: 2.6em;
font-family: 'Patrick Hand SC', cursive;
text-align: center;
padding: 0;
margin: 10px;
color: grey;
}
.front-image {
text-align: center;
padding: 0;
}
.navigation {
text-align: center;
margin: 0;
}
.foreword {
font-size: 1.5em;
font-family: 'Patrick Hand SC', cursive;
text-align: center;
padding: 0;
color: grey;
}
.foreword a,
.foreword a:visited,
.foreword a:active {
color: #a00;
}
.slick-slider {
margin: 30px auto 0;
text-align: center;
position: relative;
display: block;
box-sizing: border-box;
-moz-user-select: none;
}
.slick-slide {
font-size: 2em;
letter-spacing: -1px;
line-height: 1em;
font-family: 'Patrick Hand SC', cursive;
text-align: center;
padding: 0;
margin: 0;
margin-bottom: .5em;
}
.slick-prev, .slick-next {
width: 50px;
height: 50px;
background-size: 40px auto;
background-image: url("assets/left.png");
background-repeat: no-repeat;
border: medium none;
background-color: transparent;
color: transparent;
}
.slick-next {
background-image: url("assets/right.png");
}
.share {
text-align: center;
margin-bottom: 2rem;
}
.slick-share-twitter {
margin-left: -0.7rem;
font-family: 'Patrick Hand SC', cursive;
color: grey;
font-size: 2em;
}