|
|
|
@ -26,7 +26,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
body{
|
|
|
|
|
background: none;
|
|
|
|
|
background: black;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a{
|
|
|
|
@ -37,6 +37,11 @@ a{
|
|
|
|
|
background: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#main {
|
|
|
|
|
background-color: white;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ext{
|
|
|
|
|
background: none;
|
|
|
|
|
}
|
|
|
|
@ -51,41 +56,6 @@ a:visited{
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* HEADER */
|
|
|
|
|
|
|
|
|
|
aside{
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 5px;
|
|
|
|
|
width: calc(100vw - 15px);
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-family: "Belgika", Arial, Helvetica, sans-serif;
|
|
|
|
|
font-weight: 5;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.marquee {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: calc(100vw - 15px);
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
height: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.track {
|
|
|
|
|
position: absolute;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
will-change: transform;
|
|
|
|
|
animation: marquee 20s linear infinite;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes marquee {
|
|
|
|
|
from { transform: translateX(0); }
|
|
|
|
|
to { transform: translateX(-50%); }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* HOME BUTTON */
|
|
|
|
|
|
|
|
|
|
.homebutton{
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
text-align:right;
|
|
|
|
@ -100,7 +70,11 @@ aside{
|
|
|
|
|
z-index:999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* TYPE STYLE */
|
|
|
|
|
#homebttn {
|
|
|
|
|
|
|
|
|
|
background-color: white !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#project-title{
|
|
|
|
|
font-family: "Belgika", Arial, Helvetica, sans-serif;
|
|
|
|
@ -108,7 +82,6 @@ aside{
|
|
|
|
|
font-style: normal;
|
|
|
|
|
color: white;
|
|
|
|
|
font-size: calc(1.2em);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#about-student{
|
|
|
|
@ -126,10 +99,6 @@ aside{
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#inner-hleft-text {
|
|
|
|
|
color: white;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mytypestyle{
|
|
|
|
|
font-family: "Belgika", Arial, Helvetica, sans-serif;
|
|
|
|
@ -147,6 +116,12 @@ aside{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#publication {
|
|
|
|
|
float: right !important;
|
|
|
|
|
margin-right: calc(5%) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
li{
|
|
|
|
|
list-style: none;
|
|
|
|
|
transform-origin: 0 0;
|
|
|
|
@ -158,30 +133,7 @@ li{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.workimg{
|
|
|
|
|
padding: 0 0 0 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#bg-left{
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 25vw;
|
|
|
|
|
height: 100vh;
|
|
|
|
|
background-color: black;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#bg-right{
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: 25vw;
|
|
|
|
|
top: 0;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
height: 100vh;
|
|
|
|
|
width: 75vw;
|
|
|
|
|
background-color: white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
line-height: 1.5em;
|
|
|
|
|