2017-03-12 03:02:54 +01:00
|
|
|
---
|
|
|
|
---
|
|
|
|
.icon-block {
|
|
|
|
padding: 0 15px;
|
|
|
|
}
|
2018-09-15 23:33:42 +02:00
|
|
|
|
2017-03-12 03:02:54 +01:00
|
|
|
.icon-block .material-icons {
|
2018-09-15 23:33:42 +02:00
|
|
|
font-size: inherit;
|
2017-03-12 03:02:54 +01:00
|
|
|
}
|
|
|
|
|
2018-09-15 23:33:42 +02:00
|
|
|
.topnav {
|
|
|
|
background-color: #222222;
|
|
|
|
border-top: 3px #3CA2A2 solid;
|
|
|
|
border-bottom: 1px #080808 solid;
|
|
|
|
|
|
|
|
.site-header {
|
|
|
|
padding: 50px 0;
|
|
|
|
}
|
2017-03-12 03:02:54 +01:00
|
|
|
|
|
|
|
}
|
2018-09-15 23:33:42 +02:00
|
|
|
|
|
|
|
#header {
|
|
|
|
font-size: 3em;
|
|
|
|
font-weight: bold;
|
2017-03-12 21:38:18 +01:00
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-09-15 23:33:42 +02:00
|
|
|
h1 {
|
|
|
|
font-size: 2em;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-size: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
font-size: 1.17em;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
font-size: 1.12em;
|
|
|
|
}
|
|
|
|
|
|
|
|
h5 {
|
|
|
|
font-size: .83em;
|
|
|
|
}
|
|
|
|
|
|
|
|
h6 {
|
|
|
|
font-size: .75em;
|
|
|
|
}
|
2017-03-12 03:02:54 +01:00
|
|
|
|
|
|
|
body {
|
|
|
|
display: flex;
|
|
|
|
min-height: 100vh;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
main {
|
|
|
|
flex: 1 0 auto;
|
2018-09-15 23:33:42 +02:00
|
|
|
background-color: #393939;
|
|
|
|
color: white;
|
2017-03-12 21:38:18 +01:00
|
|
|
}
|
|
|
|
|
2018-09-17 01:15:32 +02:00
|
|
|
footer {
|
|
|
|
padding-top: 0 !important;
|
|
|
|
padding-bottom: 12px;
|
|
|
|
}
|
|
|
|
|
2018-09-15 23:33:42 +02:00
|
|
|
.sidenav {
|
|
|
|
background-color: #202020;
|
|
|
|
color: white;
|
2018-09-13 01:20:36 +02:00
|
|
|
|
2018-09-15 23:33:42 +02:00
|
|
|
li > a {
|
|
|
|
color: #8a9ba1;
|
|
|
|
}
|
|
|
|
li > a.subheader {
|
|
|
|
padding-left: 16px;
|
|
|
|
}
|
|
|
|
li {
|
|
|
|
border-left: 3px solid transparent;
|
|
|
|
}
|
|
|
|
li.active {
|
|
|
|
-moz-transition: border-color .5s ease;
|
|
|
|
-o-transition: border-color .5s ease;
|
|
|
|
-webkit-transition: border-color .5s ease;
|
|
|
|
transition: border-color .5s ease;
|
|
|
|
border-left: 3px solid teal;
|
|
|
|
> a {
|
|
|
|
color: white;
|
2018-09-13 01:20:36 +02:00
|
|
|
}
|
2017-03-12 21:38:18 +01:00
|
|
|
}
|
2018-09-15 23:33:42 +02:00
|
|
|
.sidenav-footer {
|
|
|
|
li {
|
|
|
|
line-height: normal;
|
|
|
|
padding: 4px 32px;
|
|
|
|
}
|
2017-03-12 21:38:18 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-09-15 23:33:42 +02:00
|
|
|
.widget {
|
2017-03-12 21:38:18 +01:00
|
|
|
transition: all 2s linear;
|
|
|
|
}
|
|
|
|
|
2018-09-17 01:15:32 +02:00
|
|
|
.footer-copyright {
|
|
|
|
.jekyll-icon {
|
|
|
|
height: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.materialcss-icon {
|
|
|
|
height: 22px;
|
|
|
|
padding: 0 4px;
|
|
|
|
}
|
|
|
|
.fa-spotify {
|
|
|
|
padding: 0 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cprght {
|
|
|
|
padding-top: 12px;
|
|
|
|
}
|
|
|
|
|
2017-03-12 21:38:18 +01:00
|
|
|
}
|
|
|
|
|
2018-09-15 23:33:42 +02:00
|
|
|
main {
|
|
|
|
}
|
|
|
|
|
2018-09-13 03:31:49 +02:00
|
|
|
header, main, footer {
|
|
|
|
padding-left: 300px;
|
|
|
|
}
|
|
|
|
|
2018-09-15 23:33:42 +02:00
|
|
|
@media only screen and (max-width: 992px) {
|
2018-09-13 03:31:49 +02:00
|
|
|
header, main, footer {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
}
|
2018-09-14 03:53:46 +02:00
|
|
|
|
2018-09-15 23:33:42 +02:00
|
|
|
#particles-js {
|
|
|
|
height: 193px;
|
2018-09-14 03:53:46 +02:00
|
|
|
width: 100%;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
2018-09-15 23:33:42 +02:00
|
|
|
.tab.active {
|
2018-09-14 03:53:46 +02:00
|
|
|
display: block;
|
|
|
|
}
|
2018-09-16 03:19:46 +02:00
|
|
|
|
|
|
|
|
|
|
|
.fade-in {
|
|
|
|
opacity: 1;
|
|
|
|
animation-name: fadeInOpacity;
|
|
|
|
animation-iteration-count: 1;
|
|
|
|
animation-timing-function: ease-in;
|
|
|
|
animation-duration: 0.4s;
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes fadeInOpacity {
|
|
|
|
0% {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// scrollbar
|
|
|
|
/* width */
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
width: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Track */
|
|
|
|
::-webkit-scrollbar-track {
|
|
|
|
background: #343434;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Handle */
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
background: #171717;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Handle on hover */
|
|
|
|
::-webkit-scrollbar-thumb:hover {
|
|
|
|
background: #202020;
|
|
|
|
}
|
2018-09-17 01:15:32 +02:00
|
|
|
|
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
2018-09-17 04:36:57 +02:00
|
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: awesomewm-font;
|
|
|
|
src: url({{ '/assets/fonts/awesomewm-font.ttf' | relative_url }});
|
|
|
|
}
|