-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
transcript_template.html
52 lines (49 loc) · 1.33 KB
/
transcript_template.html
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
<style>
@font-face {
font-family: Whitney;
src: url('https://discordapp.com/assets/6c6374bad0b0b6d204d8d6dc4a18d820.woff');
font-weight: 300;
}
@font-face {
font-family: Whitney;
src: url('https://discordapp.com/assets/e8acd7d9bf6207f99350ca9f9e23b168.woff');
font-weight: 400;
}
@font-face {
font-family: Whitney;
src: url('https://discordapp.com/assets/3bdef1251a424500c1b3a78dea9b7e57.woff');
font-weight: 500;
}
@font-face {
font-family: Whitney;
src: url('https://discordapp.com/assets/be0060dafb7a0e31d2a1ca17c0708636.woff');
font-weight: 600;
}
@font-face {
font-family: Whitney;
src: url('https://discordapp.com/assets/8e12fb4f14d9c4592eb8ec9f22337b04.woff');
font-weight: 700;
}
body {
background-color: #36393e;
color: #dcddde;
font-family: "Whitney", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
margin: 0;
padding: 0;
}
.message-container {
display: flex;
flex-direction: column;
padding-left: 15px;
}
.parent-container {
padding: 25px;
display: flex;
}
.avatar {
border-radius: 50%;
height: 50px;
width: 50px;
}
</style>