You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
erikflowers_weather-icons/src/less/main.less

135 lines
2.2 KiB
Plaintext

body {
font-family: @copy;
font-weight: @light;
font-size: 16px;
color: hsl(0, 0%, 20%);
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: @copy;
}
header {
height: 400px;
padding-top: 130px;
background: url("img/sky.jpg") top center no-repeat fixed;
.icon {
color: hsl(0, 0%, 100%);
font-size: 300px;
margin-left: 100px;
float: left;
line-height: .65em;
text-shadow: 0px 2px 2px hsla(0, 0%, 0%, .5);
}
h1 {
float: left;
font-family: @hairline;
font-weight: @ultraLight;
font-size: 60px;
margin-top: 100px;
margin-left: 0px;
color: hsl(0, 0%, 100%);
text-shadow: 0px 2px 2px hsla(0, 0%, 0%, .5);
}
}
footer {
height: 200px;
background-color: hsl(0, 0%, 20%);
margin-top: 100px;
color: hsl(0, 0%, 100%);
padding-top: 15px;
font-weight: @normal;
}
.buttons {
font-size: 100px;
}
.download {
display: block;
}
.intro {
font-size: 20px;
margin-top: 30px;
font-weight: @normal;
}
.share-bar {
padding: 20px 0px;
background-color: hsl(0, 0%, 90%);
border-top: 1px solid hsl(0, 0%, 70%);
border-bottom: 1px solid hsl(0, 0%, 70%);
}
.banner {
background-color: hsl(0, 0%, 90%);
background-image: url("img/large-bg2.jpg");
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
height: 250px;
h1 {
color: hsl(0, 0%, 100%);
font-weight: @normal;
}
a {
display: block;
text-decoration: none;
}
.tweet {
//font-size: 25px;
//float: left;
.icon-circle {
color: hsl(200, 100%, 60%);
}
.icon-twitter {
color: hsl(0, 0%, 100%);
}
&:hover {
.icon-circle {
color: hsl(200, 100%, 40%);
}
}
}
.icon-stack {
display: inline-block;
}
.tweeter {
display: inline-block;
font-weight: @bold;
color: hsl(0, 0%, 100%);
}
.github {
font-size: 25px;
float: left;
.icon-circle {
color: hsl(200, 0%, 60%);
}
.icon-github-alt {
color: hsl(0, 0%, 100%);
}
}
}
.module {
.icon {
text-align: center;
padding: 50px 20px;
color: hsl(0, 0%, 90%);
}
.title {
text-align: center;
font-size: 20px;
font-weight: @semibold;
}
}