-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
115 lines (92 loc) · 1.67 KB
/
main.css
File metadata and controls
115 lines (92 loc) · 1.67 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
#portrait-row{
background-color: black;
}
#overview-container{
text-align: center;
padding-top: 30px;
}
.top-text-container{
padding-top: 35px;
}
#link-container{
padding-top: 20px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.white-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
border-color: white;
}
#footer{
height: 30px;
}
@media (min-width: 768px){
#footer {
display: none;
}
}
.large-text-container{
text-align: left;
}
h4{
color: #5A4D4D;
}
.fa,
.fab{
font-size:33px;
color:black;
}
.fa-orcid{
font-size: 29px;
}
a{
word-break: break-all;
text-decoration: none !important;
display:inline-block;
}
h2{
color: white;
}
h3{
font-size: 1.65rem !important;
}
.page-title{
padding-bottom: 13px;
}
.profile-link-items{
padding-left: 5px;
padding-right: 5px;
}
/*--- navigation bar ---*/
.navbar {
background:#000000;
}
.nav-link,
.navbar-brand {
color: #fff;
cursor: pointer;
padding-left: 7px;
padding-right: 7px;
}
.nav-link {
margin-right: 1em !important;
line-height: 1.0;
}
.navbar-brand:hover,
.nav-link:hover {
color: #fff;
}
.navbar-collapse {
justify-content: flex-end;
}
@media (max-width: 768px){
#navigation-items-container{
position: absolute;
top: 35px;
padding: 10px;
z-index: 1;
}
}