Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Lucksi
GitHub Repository: Lucksi/Mr.Holmes
Path: blob/master/GUI/Css/Light/Pdf.css
1071 views
1
/*ORIGINAL CREATOR: Luca Garofalo (Lucksi)
2
AUTHOR: Luca Garofalo (Lucksi)
3
Copyright (C) 2023 Lucksi <[email protected]>
4
License: GNU General Public License v3.0*/
5
6
@import url("Schema.css");
7
8
.Metadata{
9
display: block;
10
border: 3px solid;
11
border-color: black;
12
height: fit-content;
13
width: 700px;
14
background-color: rgba(18, 13, 167, 0.423);
15
border-radius: 20px;
16
margin-left: auto;
17
margin-right: auto;
18
}
19
20
.Metadata p{
21
font-size:15px;
22
margin-top: 10px;
23
color: black;
24
font-weight: bold;
25
}
26
27
#Bold{
28
font-size: 20px;
29
}
30
31
32
p {
33
text-align: center;
34
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
35
margin-top:40px;
36
font-size:20px;
37
}
38
39
.Graph{
40
display: block;
41
margin-left: auto;
42
margin-right: auto;
43
}
44
45