-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
95 lines (77 loc) · 1.68 KB
/
style.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
/* from https://github.com/t413/SinglePaged/blob/gh-pages/_includes/css/main.css*/
.open-sans-300 {
font-family: "Open Sans", sans-serif;
font-optical-sizing: auto;
font-weight: 400; /* 300 - 800 */
font-style: normal;
font-variation-settings: "wdth" 100;
}
.poppins-light {
font-family: "Poppins", sans-serif;
font-weight: 300;
font-style: normal;
}
.poppins-medium {
font-family: "Poppins", sans-serif;
font-weight: 500;
font-style: normal;
}
nav ul {
margin-right: auto;
}
nav ul li.nav-item.p-home a:hover, nav ul li.nav-item.p-home a.active {
color: #ffc107 !important;
font-weight: 600;
}
nav ul li.nav-item.p-publications a:hover, nav ul li.nav-item.p-publications a.active {
color: lightskyblue !important;
font-weight: 600;
}
nav ul li.nav-item.p-teaching a:hover , nav ul li.nav-item.p-teaching a.active{
color: forestgreen !important;
font-weight: 600;
}
.section {
padding:40px 0;
}
.subtlecircle {
text-align:center;
z-index:3;
border-radius:50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
box-shadow: 0px 1px 15px rgba(0,0,0,0.05);
}
.sectiondivider {
width:80px;
height:80px;
padding:12px;
position:absolute;
margin-top:-80px;
left:50%;
margin-left:-40px;
}
.sectiondivider .fa-stack {
font-size: 35px;
position: static;
margin-top: -6px;
}
.sectiondivider .fa-circle { color: #fff; }
.section-title {
font-size:24px;
font-weight:500;
text-transform:uppercase;
}
.p-publications{
color: lightskyblue;
}
.p-teaching{
color: forestgreen;
}
.bg-gray {
/* background-color: rgb(0 0 0 / 5%); */
background-color: var(--bs-gray-200);
}
.anchor {
scroll-margin-top: 98px;
}