forked from smaranjitghose/doc2pen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
110 lines (101 loc) · 2.11 KB
/
index.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
@font-face {
font-family: HomemadeApple;
src: url( ./fonts/HomemadeApple-Regular.ttf);
}
@font-face {
font-family: Gasalt;
src: url( ./fonts/Gasalt-Black.ttf);
}
@font-face {
font-family: Dawning;
src: url(./fonts/DawningofaNewDay-Regular.ttf);
}
@font-face {
font-family: CedarvilleCursive;
src: url(./fonts/CedarvilleCursive-Regular.ttf);
}
@font-face {
font-family: Caveat;
src: url(./fonts/Caveat-Regular.ttf);
}
@font-face {
font-family: LeagueScript;
src: url(./fonts/LeagueScript-Regular.ttf);
}
@font-face {
font-family: IndieFlower;
src: url(./fonts/IndieFlower-Regular.ttf);
}
@font-face {
font-family: Liu;
src: url(./fonts/LiuJianMaoCao-Regular.ttf);
}
@font-face {
font-family: NothingYouCouldDo;
src: url(./fonts/NothingYouCouldDo-Regular.ttf);
}
@font-face {
font-family: Lato;
src: url(./fonts/Poppins-Regular.otf);
}
@font-face {
font-family: Luckiest Guy;
src: url(./fonts/LuckiestGuy-Regular.ttf);
}
@font-face {
font-family: Enola;
src: url(./fonts/Enola-Regular.ttf);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
box-sizing: border-box !important;
transition: all 0.3s ease-out;
}
html {
--mainTheme: #007bff;
height: 100%;
width: 100%;
scroll-behavior: smooth;
}
body {
background-color: #ffffff !important;
width: 100%;
height: 100%;
color: #1e1e1e !important;
font-family: Montserrat;
}
@font-face {
font-family: Ruled1;
src: url(./fonts/Lato-Light.ttf);
}
@font-face {
font-family: Ruled2;
src: url(./fonts/Lato-Light.ttf);
}
@font-face {
font-family: OnlyMargin;
src: url(./fonts/Lato-Light.ttf);
}
@font-face {
font-family: Blank1;
src: url(./fonts/Lato-Light.ttf);
}
@font-face {
font-family: Blank2;
src: url(./fonts/Lato-Light.ttf);
}
::-webkit-scrollbar {
width: 12px;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 8px rgba(12, 11, 11, 0.7);
box-shadow: inset 0 0 8px rgba(12, 11, 11, 0.7);
border-radius: 10px;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 13px rgba(31, 113, 180, 5);
box-shadow: inset 0 0 13px rgba(31, 113, 180, 5);
}