resume/less/githubPages.less
2017-02-02 00:48:31 +01:00

66 lines
1.1 KiB
Plaintext

#forkme {
cursor: pointer;
display: block;
position: absolute;
top: 0;
right: 10%;
z-index: 10;
padding: 10px;
color: #fff;
background: @main;
font-weight: 700;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
#readme {
h1 {
background: #4B5B6E;
padding-top: 30px;
padding-bottom: 30px;
color: white;
padding-left: 10%;
}
h2 {
font-size: 30px;
}
a {
color: #E77171;
text-decoration: none;
&:focus,
&:hover {
color: #E77171;
text-decoration: none;
}
}
ul {
padding-left: 15%;
}
h2,
p {
margin-left: 10%;
}
hr {
width: 80%;
border: 1px solid #999;
}
img {
height: 300px;
width: auto;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
&:hover {
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
}
}