-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
112 lines (90 loc) · 1.58 KB
/
styles.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
104
105
106
107
108
109
110
111
112
html, body {
/*height: 100%;*/
background-color: #28204C;
}
.sidenav-wrapper {
position: fixed;
margin-top: 5vh;
margin-bottom: 3vh;
height: 92vh;
display: flex;
align-items: stretch;
justify-content: space-between;
flex-direction: column;
}
#sidenav {
vertical-align: middle;
align-items: center;
}
#contacts {
/*margin-top: 1.5vh;*/
display: flex;
flex-direction: column;
align-items: flex-start;
}
.label {
text-align: center;
color: #53F2C2;
}
.list-group-item {
color: #53F2C2;
background-color: inherit;
border-style: none;
text-align: left;
}
.list-group-item:hover {
background-color: inherit;
color: #ffffff;
}
.list-group-item.active {
color: #333333;
background-color: #53F2C2;
border-color: #53F2C2;
}
.link-undecorated {
color: #212529;
font-style: italic;
}
.link-undecorated:hover {
color: #212529;
/*text-decoration: none;*/
}
.contact {
margin-top: 1vh;
margin-bottom: 1vh;
}
.link-img:hover {
text-decoration: none;
}
.link-text {
margin-left: 0.4vw;
color: #ffffff;
font-size: 0.75rem;
}
.link-text:hover {
color: #ffffff;
}
.logo {
width: 5vh;
height: 5vh;
}
.section-wrapper {
padding-top: 1vh;
padding-bottom: 1vh;
}
.section {
background-color: #53F2C2;
padding-top: 2.5vh;
padding-right: 2vw;
padding-bottom: 1vh;
padding-left: 2vw;
border-radius: 1vh;
border-style: double;
}
.header {
text-align: center;
}
.text {
text-align: justify;
margin-top: 2.5vh;
}