-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtribute.css
More file actions
161 lines (135 loc) · 2.71 KB
/
tribute.css
File metadata and controls
161 lines (135 loc) · 2.71 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
*::-webkit-scrollbar {
display: none;
}
a {
color: firebrick;
font-style: italic;
text-decoration: none;
text-shadow: 0px 0px 0.2px black;
}
body {
background-color: black;
background-image: url("https://i.postimg.cc/xjc4L9qW/Library-Knight.jpg");
background-size:contain;
margin: 0;
min-height: 100vh;
padding: 225px 10px 100px 10px;
}
cite {
text-shadow: 0 0 1px #002546;
}
.contact {
background-color: transparent;
font-family: "zapfino", "luminari", "Academy Engraved Let";
font-size:larger;
text-align: center;
}
.contact a {
color:lightsteelblue;
text-shadow: 0px 0px 2px lightslategrey;
}
em {
text-shadow: 0 0 1px #B9BBFF;
}
figcaption {
font-family: cochin, times new roman, times;
font-size: 0.92rem;
padding-top: 5px;
}
figure {
align-items: center;
display:flex;
flex-direction: column;
padding:15px 0;
margin:auto;
}
footer {
display: flex;
flex-direction: column;
align-items: center;
font-family: cochin, times new roman, times;
font-size: 0.99rem;
min-width:268px;
opacity:0.9;
padding: 50px 15px;
}
footer, header, main {
margin: 0 auto;
max-width:1150px;
text-align: center;
}
#grrm-web {
font-size:1.4rem;
font-style: normal;
font-weight: bold;
text-shadow: 0px 0px 1.2px black;
width:fit-content;
}
h1 {
cursor: pointer;
font-size: 2.3rem;
}
h1, h2 {
font-family: didot, baskerville, georgia;
margin: auto;
}
h2 {
font-size: 1.25rem;
}
header {
background: linear-gradient(180deg, peachpuff, whitesmoke 95%);
border-radius: 25px 25px 0 0;
min-width:300px;
opacity:0.9;
padding: 45px 25px;
}
i {
text-shadow: 0 0 1px steelblue;
}
img {
border-radius: 7px;
min-width: 240px;
max-width:475px;
width:100%;
z-index: 2;
}
main {
column-gap: 3rem;
column-width: 25rem;
background:linear-gradient(180deg, whitesmoke, lightsteelblue , whitesmoke, peachpuff 99.6%, black 99.7%, firebrick 99.8%, black 99.9%);
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
font-family: papyrus, cochin, times new roman, times;
font-size: 1.18rem;
font-weight:550;
letter-spacing: 1px;
min-width:300px;
opacity:0.93;
padding:55px 25px 45px 25px;
}
p {
margin:0 auto;
padding: 3px 0px;
text-align: left;
text-indent: 2em;
}
#young {
float:left;
max-width: 240px;
margin-right: 15px;
}
@media (max-width:525px) {
body {
padding: 150px 5px 60px 5px;
}
main {
padding:25px 15px 45px 15px;
}
p {
clear: both;
}
#young {
float:none;
margin:auto;
}
}