-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
66 lines (54 loc) · 715 Bytes
/
stylesheet.css
File metadata and controls
66 lines (54 loc) · 715 Bytes
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
body{
position: relative;
}
h1 {
text-align: center;
}
h2 {
font-size: 26pt;
text-align: center;
}
h5 {
font-size: 12pt;
text-align: center;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
video {
display: block;
margin-left: auto;
margin-right: auto;
}
.data_img {
height: 250px;
width: 100%;
}
.team_img {
height: 200px;
}
.data_txt_box {
height: 75px;
}
.data_txt {
font-size: 11pt;
vertical-align: middle;
}
.astrofont {
font-family: 'Michroma', sans-serif;
}
.astrofont-large {
font-family: 'Michroma', sans-serif;
font-size: 20pt;
}
.astrofont c1 {
color: #000099;
}
.astrofont c2 {
color: #FF0000;
}
.footer_right {
text-align: right;
}