resume/resumes/resume-3/resume-3.less
2017-02-05 00:51:48 +01:00

161 lines
3.4 KiB
Plaintext
Executable File

@triangle: #006064;
#resume3 {
font-family: 'Open Sans Condensed', sans-serif;
h3 {
font-weight: bold;
text-transform: uppercase;
margin-bottom: 10px;
}
a,
a:focus,
a:hover {
color: black;
text-decoration: none;
}
.resume-header {
.triangle {
width: 0;
height: 0;
border-style: solid;
border-width: 600px 0 0 1500px;
border-color: @triangle transparent transparent transparent;
position: absolute;
left: -600px;
top: 0;
}
.person-header {
position: absolute;
z-index: 20;
right: 15%;
top: 200px;
.person-wrapper {
position: relative;
overflow: hidden;
position: relative;
}
.img {
height: 100%;
width: 100px;
float: left;
position: absolute;
top: 0;
right: 0;
background: url('person.jpg');
background-position: center;
background-size: cover;
}
.person {
float: right;
color: white;
margin-right: 120px;
}
.name {
text-transform: uppercase;
Font-size: 50px;
display: table-caption;
text-align: right;
line-height: 1.0;
font-weight: bold;
}
.position {
Font-size: 20px;
display: table-caption;
text-align: right;
line-height: 1.0;
margin-top: 10px;
}
}
}
.resume-content {
margin-top: 435px;
margin-left: 15%;
width: 70%;
.experience {
.experience-block {
line-height: 1;
margin-bottom: 10px;
&:first-of-type {
width: 80%;
}
.row:first-child {
font-size: 20px;
text-transform: uppercase;
i {
font-size: 17px;
}
}
}
}
}
.education-block {
line-height: 1;
margin-bottom: 10px;
.row:first-child {
font-size: 20px;
text-transform: uppercase;
}
}
.skill-section {
.skills {
width: 100%;
.skill-block {
width: 50%;
float: left;
i {
font-size: 17px;
margin-right: 15px;
}
.skill {
font-size: 20px;
}
}
}
}
.skills-other {
display: inline-block;
font-size: 20px;
margin-top: 10px;
line-height: 1;
}
.contact {
margin-top: 50px;
a,
span {
display: inline-block;
font-size: 20px;
padding-left: 0;
list-style: none;
margin-left: 0;
margin-top: 0;
line-height: 1;
float: left;
padding-left: 0;
margin-left: 0;
}
}
}