-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
52 lines (44 loc) · 856 Bytes
/
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
body {
background-image: url("Background.png");
background-size: 64px 64px;
font-family: "Noto Sans", "IBM Plex Sans", Verdana, sans-serif;
padding: 0;
margin: 0;
}
.main {
background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,1),rgba(255,255,255,0.95));
box-shadow: 0px 0px 100px 50px white;
background-size: cover;
padding: 25px;
margin: auto;
width: 800px;
max-width: 90vw;
}
blockquote {
margin: 18px;
padding: 18px;
background-color: #696969;
}
.date {
font-style: italic;
font-size: 120%;
}
#toc {
margin: 8px;
padding: 8px;
background-color: #696969;
width: fit-content
}
.tocUl {
margin-left: 20px;
list-style-type: none;
}
table {
border-collapse: collapse;
background-color: #696969;
}
td, th {
border: 1px solid #000000;
text-align: left;
padding: 10px;
}