-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
103 lines (83 loc) · 1.28 KB
/
main.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
100
101
102
103
html {
margin: 0 auto;
}
body {
font-family: 'Open Sans', sans-serif;
margin: 0 0;
text-align: center;
}
.container {
display: grid;
}
#tri {
float: left;
height: 120px;
margin-right: 12px;
}
#um {
float: right;
margin-left: 14px;
margin-right: 10px;
margin-top: 10px;
height: 100px;
}
#quick-links {
list-style-type: none;
padding: 0;
}
#quick-links li {
display: inline;
margin: 0 10px;
}
.section-alt {
background-color: #d5e5f8;
}
.content {
margin: 0 auto;
max-width: 950px;
padding: 10px 25px;
}
#abstract {
text-align: justify;
}
#authors {
list-style-type: none;
padding: 0;
}
#authors li {
display: inline-flex;
margin: 5px 20px 25px 20px;
white-space: nowrap;
}
#authors li a, #acknowledgments-text a, #affiliation a {
color: inherit;
text-decoration: inherit;
}
#authors li a:hover, #acknowledgments-text a:hover, #affiliation a:hover {
text-decoration: underline;
}
.author-img-container img {
border-radius: 100px;
height: 120px;
width: 120px;
}
#affiliation {
margin: 30px 0;
}
#um-vertical {
width: 400px;
}
#thumbnails {
list-style-type: none;
padding: 0;
}
#thumbnails li {
display: inline;
}
#downloads {
list-style-type: none;
padding: 0;
}
#acknowledgments-text {
margin-bottom: 50px;
}