104 lines
1.7 KiB
Plaintext
104 lines
1.7 KiB
Plaintext
body {
|
|
font: 18px/27px 'junctionregularRegular', Arial, sans-serif;
|
|
color: @textColor;
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5 {
|
|
font-family: @headingFont;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 40px;
|
|
font-weight: 400;
|
|
line-height: 25px;
|
|
}
|
|
|
|
}
|
|
|
|
.main {
|
|
height: 70%;
|
|
width: 100%;
|
|
position: absolute;
|
|
text-align: center;
|
|
padding-top: 3%;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
|
|
.profil {
|
|
padding-top: 8%;
|
|
|
|
h2 {
|
|
padding-bottom: 3%;
|
|
}
|
|
}
|
|
|
|
.hero {
|
|
padding-bottom: 2%;
|
|
}
|
|
|
|
.freelance {
|
|
.row-fluid {
|
|
div {
|
|
padding: 10px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.dock {
|
|
.animation-delay(2s);
|
|
width: 100%;
|
|
position: fixed;
|
|
bottom: 0;
|
|
text-align: center;
|
|
background: #fff;
|
|
.box-shadow(0 -30px 40px #fff);
|
|
|
|
.hoverText {
|
|
top: -5%;
|
|
display: none;
|
|
}
|
|
|
|
|
|
a {
|
|
color: @dockIconColor;
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18);
|
|
padding-left: 1.5em;
|
|
padding-right: 1.5em;
|
|
.transition(all 100ms ease);
|
|
|
|
&:hover, &.active {
|
|
text-decoration: none;
|
|
|
|
.contact {
|
|
color: @contactColor;
|
|
|
|
}
|
|
|
|
.profil {
|
|
color: @profilColor;
|
|
}
|
|
|
|
.projects {
|
|
color: @projectsColor;
|
|
}
|
|
|
|
.blog {
|
|
color: @blogColor;
|
|
}
|
|
}
|
|
|
|
i {
|
|
font-size: 5em;
|
|
.transition(all 200ms ease);
|
|
|
|
&.contact {
|
|
font-size: 4.5em;
|
|
position: absolute;
|
|
}
|
|
}
|
|
}
|
|
}
|