Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Lucksi
GitHub Repository: Lucksi/Mr.Holmes
Path: blob/master/GUI/Css/High-Contrast/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 white;
11
height: fit-content;
12
width: 700px;
13
background-color: gray;
14
border-radius: 20px;
15
margin-left: auto;
16
margin-right: auto;
17
}
18
19
.Metadata p{
20
font-size:15px;
21
margin-top: 10px;
22
color: black;
23
font-weight: bold;
24
}
25
26
#Bold{
27
font-size: 20px;
28
}
29
30
p {
31
text-align: center;
32
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
33
margin-top:30px;
34
font-size:20px;
35
}
36
37
.Graph{
38
display: block;
39
margin-left: auto;
40
margin-right: auto;
41
}
42
43