2017-05-01 19:53:39 +02:00

288 lines
6.6 KiB
Plaintext
Executable File

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,500);
#material-blue {
.c {
clear: both;
}
font-family: 'roboto', sans-serif;
background-color: #ccc;
font-size: 15px;
line-height: 1.5;
color: #767270;
letter-spacing: 0.072em;
font-weight: normal;
li,
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
li {
padding-top: 9px;
}
p {
margin-top: 0;
margin-bottom: 25px;
font-family: 'Roboto', sans-serif;
font-weight: 300;
font-size: 10pt;
line-height: 17pt;
}
.m_box {
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.fa {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 400;
margin: 0;
}
h2 {
font-size: 22pt;
line-height: 37pt;
margin: 0;
font-weight: 500;
}
h4 {
font-size: 12pt;
line-height: 20pt;
opacity: 1;
}
.rightCol {
width: 63.5%;
height: 100%;
float: right;
display: flex;
flex-direction: column;
.block {
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
width: 100%;
min-height: 50px;
flex: 1;
position: relative;
background-color: white;
padding-top: 24px;
padding-bottom: 10px;
margin-top: 6px;
margin-bottom: 6px;
.icon {
width: 16%;
float: left;
margin-left: 0;
.fa {
text-align: center;
display: block;
font-size: 30pt;
}
}
.content {
width: 80%;
position: absolute;
height: 96%;
left: 17%;
padding-right: 3%;
text-align: left;
display: flex;
flex-direction: column;
.item {
border-bottom: 1px solid #bdbdbd;
flex: 1;
width: 97%;
display: flex;
justify-content: center;
flex-direction: column;
text-align: left;
span {
color: #5da4d9;
margin-top: 0;
font-size: 10pt;
line-height: 16pt;
}
p {
margin-top: 5px;
}
&:last-of-type {
border-bottom-style: none;
}
}
.item:last-of-type {
border-bottom-style: none;
}
}
}
}
.leftCol {
width: 35%;
height: 100%;
float: left;
padding: 0;
text-align: left;
color: #ffffff;
background-color: #5da4d9;
overflow: hidden;
display: block;
a {
color: white;
text-decoration: none;
}
.heading {
background-color: white;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: relative;
width: 100%;
height: 340px;
}
.title {
position: absolute;
right: 25px;
bottom: 25px;
span {
margin-top: -5px;
font-size: 10pt;
margin: 0;
padding: 0;
line-height: 15pt;
}
}
@paddingVertical: 13px;
.item {
width: 100%;
margin-top: @paddingVertical;
float: left;
.icon {
width: 20%;
margin-top: 8px;
float: left;
}
.fa {
display: inherit;
text-align: center;
}
.text {
float: right;
width: 69%;
padding-right: 10%;
padding-bottom: @paddingVertical;
border-bottom: 1px solid #4783c2;
li {
padding-top: 0;
}
}
span {
font-weight: 300;
}
.skill {
clear: both;
width: 77%;
margin-left: 14%;
padding-top: 4px;
.left {
float: left;
width: 10%;
padding-top: 3px;
i {}
i:nth-child(2) {
float: left;
padding-top: 4px;
}
}
.right {
float: right;
width: 90%;
.progress {
float: left;
position: relative;
height: 2px;
display: block;
width: 95%;
background-color: #4783c2;
border-radius: 2px;
margin: 0.5rem 0 1rem;
overflow: visible;
.determinate {
background-color: white;
position: absolute;
top: 0;
bottom: 0;
.fa {
font-size: 12px;
position: absolute;
top: -6px;
right: -2px;
margin-left: 50%;
}
}
}
}
}
}
.item.last .text {
border-bottom-style: none;
padding-bottom: 0;
}
}
#myselfpic {
background-image: url("/person.jpg");
color: black;
}
#githubIcon {
width: 25px;
padding-left: 17px;
}
}