-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
99 lines (99 loc) · 2.31 KB
/
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
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
96
97
98
99
a{
text-decoration: none;
}
html {
scroll-behavior: smooth;
background-color: #2A2550;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%239f9ca2' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}
body {
text-align: justify;
background-color: #fff;
padding-left: 5%;
padding-right: 5%;
}
#title {
text-align:center;
margin-left: 15%;
margin-right: 15%;
margin-top: 5%;
margin-bottom:0%;
font-size: 28pt;
font-family: High Tower Text;
font-weight: bold;
padding:10px;
padding-top:5%;
}
#ph1 {
text-align:center;
margin-left: 15%;
margin-right: 15%;
font-size: 14pt;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
'Helvetica Neue', Arial, sans-serif;
margin-bottom: 0px;
padding-bottom:10px;
color:#808080;
}
#image {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
border-radius:2%;
}
#img-div{
text-align:center;
}
#img-caption {
margin-left: 5%;
margin-right: 5%;
font-size: 14pt;
font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
'Helvetica Neue', Arial, sans-serif;
color:#808080;
text-align:center;
}
@media (max-width: 460px) {
#main {
margin: 0;
}
}
#tribute-info {
font-size: 14pt;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
p {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
body {
margin-right: 10%;
margin-left: 10%;
}
hr {
width: 50%;
box-align: center;
border-style: solid;
}
#footer {
font-family: high tower text;
font-size: 22px;
color:#808080;
}
u {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
b {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.first-letter{
font-size: 3em;
font-weight: bold;
float: left;
margin-right: 0.1em;
line-height: 0.8em;
}