-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
67 lines (58 loc) · 1.17 KB
/
Copy pathstylesheet.css
File metadata and controls
67 lines (58 loc) · 1.17 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
@font-face {
font-family: 'Finladica';
src: url('Font/ElmsSans-VariableFont_wght.ttf') format('truetype');
}
body {
font-family: 'Finladica';
background-image: url(Images/Stars.jpg);
}
img {
max-width: 25vw;
height: auto;
}
nav {
position: sticky;
top: 0;
z-index: 1000;
background-color: rgba(255, 255, 255, 0.7);
padding: 1vw;
text-align: center;
}
h1 {
background-color: rgba(255, 255, 255, 0.9);
color: #000;
padding: 2vw;
text-align: center;
}
div {
background-color: rgba(255, 255, 255, 0.9);
color: #000;
padding: 2vw;
text-align: left;
}
button {
font-family: 'Finladica';
background-color: rgba(0, 0, 0, 0.7);
color: #ffffff;
padding: 0.5vw 1vw 0.5vw 1vw;
text-align: center;
border-radius: 0%;
border-width: 0;
}
.APAref {
background-color: rgba(255, 255, 255, 0.9);
color: #000;
text-align: center;
line-height: 200%;
}
.MLAref {
font-family: 'Times New Roman', Times, serif;
background-color: rgba(255, 255, 255, 0.9);
color: #000;
text-align: center;
line-height: 200%;
}
.smallTextCit {
font-size: 1vw;
text-align: right;
}