|
| 1 | + |
| 2 | +/* from https://github.com/t413/SinglePaged/blob/gh-pages/_includes/css/main.css*/ |
| 3 | + |
| 4 | + |
| 5 | +.open-sans-300 { |
| 6 | + font-family: "Open Sans", sans-serif; |
| 7 | + font-optical-sizing: auto; |
| 8 | + font-weight: 400; /* 300 - 800 */ |
| 9 | + font-style: normal; |
| 10 | + font-variation-settings: "wdth" 100; |
| 11 | +} |
| 12 | + |
| 13 | +.poppins-light { |
| 14 | + font-family: "Poppins", sans-serif; |
| 15 | + font-weight: 300; |
| 16 | + font-style: normal; |
| 17 | +} |
| 18 | + |
| 19 | +.poppins-medium { |
| 20 | + font-family: "Poppins", sans-serif; |
| 21 | + font-weight: 500; |
| 22 | + font-style: normal; |
| 23 | +} |
| 24 | + |
| 25 | +nav ul { |
| 26 | + margin-right: auto; |
| 27 | +} |
| 28 | + |
| 29 | +nav ul li.nav-item.p-home a:hover, nav ul li.nav-item.p-home a.active { |
| 30 | + color: #ffc107 !important; |
| 31 | + font-weight: 600; |
| 32 | +} |
| 33 | + |
| 34 | +nav ul li.nav-item.p-publications a:hover, nav ul li.nav-item.p-publications a.active { |
| 35 | + color: lightskyblue !important; |
| 36 | + font-weight: 600; |
| 37 | +} |
| 38 | +nav ul li.nav-item.p-teaching a:hover , nav ul li.nav-item.p-teaching a.active{ |
| 39 | + color: forestgreen !important; |
| 40 | + font-weight: 600; |
| 41 | +} |
| 42 | + |
| 43 | +.section { |
| 44 | + padding:40px 0; |
| 45 | +} |
| 46 | + |
| 47 | +.subtlecircle { |
| 48 | + text-align:center; |
| 49 | + z-index:3; |
| 50 | + border-radius:50%; |
| 51 | + -moz-border-radius:50%; |
| 52 | + -webkit-border-radius:50%; |
| 53 | + box-shadow: 0px 1px 15px rgba(0,0,0,0.05); |
| 54 | +} |
| 55 | + |
| 56 | +.sectiondivider { |
| 57 | + width:80px; |
| 58 | + height:80px; |
| 59 | + padding:12px; |
| 60 | + position:absolute; |
| 61 | + margin-top:-80px; |
| 62 | + left:50%; |
| 63 | + margin-left:-40px; |
| 64 | +} |
| 65 | + |
| 66 | +.sectiondivider .fa-stack { |
| 67 | + font-size: 35px; |
| 68 | + position: static; |
| 69 | + margin-top: -6px; |
| 70 | +} |
| 71 | +.sectiondivider .fa-circle { color: #fff; } |
| 72 | + |
| 73 | +.section-title { |
| 74 | + font-size:24px; |
| 75 | + font-weight:500; |
| 76 | + text-transform:uppercase; |
| 77 | +} |
| 78 | + |
| 79 | +.p-publications{ |
| 80 | + color: lightskyblue; |
| 81 | +} |
| 82 | + |
| 83 | +.p-teaching{ |
| 84 | + color: forestgreen; |
| 85 | +} |
| 86 | + |
| 87 | +.bg-gray { |
| 88 | + /* background-color: rgb(0 0 0 / 5%); */ |
| 89 | + background-color: var(--bs-gray-200); |
| 90 | + |
| 91 | +} |
| 92 | + |
| 93 | +.anchor { |
| 94 | + scroll-margin-top: 98px; |
| 95 | +} |
0 commit comments