2020-03-19 21:29:48 +00:00
|
|
|
/*!
|
|
|
|
* contact.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-20 14:28:22 +00:00
|
|
|
#section5 {
|
2020-03-30 10:00:16 +00:00
|
|
|
background-color: #deebff;
|
2020-03-20 14:23:44 +00:00
|
|
|
}
|
|
|
|
|
2020-03-20 14:28:22 +00:00
|
|
|
.personalcontacts {
|
2020-03-19 21:19:15 +00:00
|
|
|
margin-top: 60px;
|
|
|
|
}
|
|
|
|
|
2020-03-20 14:28:22 +00:00
|
|
|
.personalcontacts a {
|
2020-03-20 14:23:44 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2020-03-20 14:28:22 +00:00
|
|
|
#githubsign {
|
2020-03-20 14:23:44 +00:00
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
|
2020-03-20 14:28:22 +00:00
|
|
|
#emailsign {
|
2020-03-20 14:23:44 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
2020-03-20 14:28:22 +00:00
|
|
|
#gitlabsign {
|
2020-03-20 14:23:44 +00:00
|
|
|
margin-top: 30px;
|
|
|
|
position: relative;
|
|
|
|
left: -6px;
|
|
|
|
}
|
|
|
|
|
2020-03-20 14:28:22 +00:00
|
|
|
.contactsign {
|
2020-03-20 14:23:44 +00:00
|
|
|
width: 400px;
|
|
|
|
padding: 10px;
|
|
|
|
border-radius: 5mm;
|
|
|
|
font-size: larger;
|
2020-03-20 20:27:57 +00:00
|
|
|
color: black;
|
2020-03-19 21:19:15 +00:00
|
|
|
}
|
2020-03-20 14:28:22 +00:00
|
|
|
|
|
|
|
.contactsign:hover {
|
2020-03-20 20:27:57 +00:00
|
|
|
color: white;
|
|
|
|
background-color: #194378;
|
|
|
|
transition: background-color 500ms;
|
2020-03-20 14:23:44 +00:00
|
|
|
}
|
2020-03-19 21:19:15 +00:00
|
|
|
|
2020-03-20 14:28:22 +00:00
|
|
|
#section5 {
|
2020-03-19 21:19:15 +00:00
|
|
|
height: 50%;
|
2020-03-20 16:53:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Screen smaller than 600px -- general small width screens */
|
|
|
|
@media screen and (max-width: 1200px) {
|
2020-03-20 17:08:15 +00:00
|
|
|
/*#section5 {*/
|
|
|
|
/* height: 100%;*/
|
|
|
|
/*}*/
|
2020-03-20 16:53:16 +00:00
|
|
|
}
|