2020-03-19 21:29:48 +00:00
|
|
|
/*!
|
|
|
|
* home.css - https://heili.eu
|
|
|
|
* Licensed under the MIT license - http://opensource.org/licenses/MIT
|
|
|
|
* E-mail: lukas.heiligenbrunner@gmail.com
|
|
|
|
* Copyright (c) 2020 Lukas Heiligenbrunner
|
|
|
|
*/
|
|
|
|
|
2020-03-27 14:34:11 +00:00
|
|
|
/* The animation code */
|
|
|
|
@keyframes textfade {
|
|
|
|
from {
|
|
|
|
visibility: hidden;
|
|
|
|
position: relative;
|
|
|
|
top: -20px;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
visibility: visible;
|
|
|
|
position: relative;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-03-18 09:22:43 +00:00
|
|
|
#section1 {
|
2020-03-20 20:27:57 +00:00
|
|
|
background-color: #001631;
|
2020-03-18 09:22:43 +00:00
|
|
|
color: white;
|
2020-03-20 15:28:33 +00:00
|
|
|
padding-top: 200px;
|
2020-03-18 09:22:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.lightOpacity {
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bigText {
|
|
|
|
font-family: 'Helvetica Neue', fantasy;
|
|
|
|
}
|
|
|
|
|
|
|
|
#preTitle {
|
2020-03-20 15:28:33 +00:00
|
|
|
font-size: 35px;
|
2020-03-18 09:22:43 +00:00
|
|
|
opacity: 0.8;
|
2020-03-20 20:40:51 +00:00
|
|
|
color: #78ffd9;
|
2020-03-27 14:34:11 +00:00
|
|
|
|
|
|
|
visibility: hidden;
|
|
|
|
animation: textfade 1s 600ms 1 forwards ;
|
2020-03-18 09:22:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#homepicture {
|
|
|
|
float: left;
|
|
|
|
height: 400px;
|
|
|
|
}
|
|
|
|
|
2020-03-20 18:23:38 +00:00
|
|
|
#selfimg1 {
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
height: 100%
|
|
|
|
}
|
|
|
|
|
2020-03-20 15:28:33 +00:00
|
|
|
#titleText {
|
|
|
|
font-size: 80px;
|
2020-03-20 20:40:51 +00:00
|
|
|
color: #ced5f6;
|
2020-03-27 14:34:11 +00:00
|
|
|
|
|
|
|
visibility: hidden;
|
|
|
|
animation: textfade 1s 300ms 1 forwards ;
|
2020-03-20 15:28:33 +00:00
|
|
|
}
|
2020-03-18 09:22:43 +00:00
|
|
|
|
2020-03-20 15:28:33 +00:00
|
|
|
#subTitleText {
|
|
|
|
font-size: 50px;
|
2020-03-20 20:40:51 +00:00
|
|
|
color: #bec1d4;
|
2020-03-27 14:34:11 +00:00
|
|
|
|
|
|
|
animation: textfade 1s 0ms 1 forwards ;
|
2020-03-20 15:28:33 +00:00
|
|
|
}
|
2020-03-18 09:22:43 +00:00
|
|
|
|
2020-03-20 15:28:33 +00:00
|
|
|
#meaningFullSentence {
|
|
|
|
width: 40%;
|
2020-03-20 20:40:51 +00:00
|
|
|
color: #babccd;
|
2020-03-20 15:28:33 +00:00
|
|
|
}
|
2020-03-18 09:22:43 +00:00
|
|
|
|
2020-03-20 15:28:33 +00:00
|
|
|
/* todo maybe a bit weird?? */
|
|
|
|
#homepicture:hover {
|
|
|
|
box-shadow: rgba(2, 12, 27, 0.7) 0px 10px 30px 0px;
|
|
|
|
transition: all 500ms;
|
|
|
|
}
|
2020-03-18 09:33:03 +00:00
|
|
|
|
2020-03-20 15:28:33 +00:00
|
|
|
/* height smaller than 720px */
|
|
|
|
@media screen and (max-height: 720px) {
|
|
|
|
#homepicture {
|
|
|
|
height: 300px;
|
2020-03-18 09:33:03 +00:00
|
|
|
}
|
2020-03-18 09:22:43 +00:00
|
|
|
}
|
|
|
|
|
2020-03-20 15:28:33 +00:00
|
|
|
/* Screen smaller than 600px -- general small width screens */
|
2020-03-18 09:22:43 +00:00
|
|
|
@media screen and (max-width: 1200px) {
|
|
|
|
#section1 {
|
|
|
|
padding-top: 100px;
|
|
|
|
height: 90%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#preTitle {
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#titleText {
|
|
|
|
font-size: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#subTitleText {
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#meaningFullSentence {
|
|
|
|
width: 100%;
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#homepicture {
|
|
|
|
height: 300px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2020-03-22 17:07:58 +00:00
|
|
|
|
|
|
|
/* hide name tag on mobiles */
|
|
|
|
#nameTag {
|
|
|
|
display: none;
|
|
|
|
}
|
2020-03-20 15:28:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (min-width: 600px) {
|
|
|
|
/* For tablets: */
|
2020-03-18 09:22:43 +00:00
|
|
|
}
|