-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsfstyle.css
More file actions
95 lines (80 loc) · 1.31 KB
/
sfstyle.css
File metadata and controls
95 lines (80 loc) · 1.31 KB
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
* {
font-family: 'IBM Plex Sans Condensed', sans-serif;
font-size: 14px;
box-sizing: border-box;
}
h1 {
font-size: 750%;
margin-top: 100px;
margin-bottom: 0px;
line-height: 90%;
text-align: center;
}
h2 {
font-size: 200%;
margin-top: 15px;
margin-bottom: 0px;
text-align: center;
}
h3 {
font-size: 150%;
margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
hr {
border: 0;
background-color: #fff;
border-top: 1px dashed #8c8c8c;
}
p {
font-size: 100%;
text-align: left;
margin-left: auto;
margin-right: auto;
max-width: 450px;
}
table {
font-size: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
text-align: left;
}
td {
vertical-align: top;
}
td.right {
text-align: right;
}
td:first-child {
font-weight:700;
padding-right: 5px;
}
td:nth-child(2) {
max-width: 450px
}
a:link, a:visited, a:active {
color:#000000;
text-decoration:none;
}
a:hover {
color:#6600ff;
text-decoration:none;
}
img {
border-radius: 4px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
img.footer {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 150px;
}
.center-text {
text-align: center;
}