2
0
mirror of https://github.com/erikflowers/weather-icons.git synced 2025-10-12 07:22:11 -06:00

129 lines
2.4 KiB
Plaintext
Raw Normal View History

header {
position: relative;
height: 100px;
padding-top: 0px;
background: url("img/sky.jpg") top center no-repeat fixed;
.background-cover;
border-bottom: 5px solid hsl(0, 0%, 25%);
@media (min-width: @screen-tablet) {
//height: 300px;
min-height: 100%;
height: 100vh;
POSITION: RELATIVE;
}
h1 {
float: left;
font-family: "proxima nova", @copy;
font-weight: 100;
font-size: 30px;
margin-top: 40px;
margin-left: 0px;
color: hsl(0, 0%, 100%);
text-shadow: 0px 2px 2px hsla(0, 0%, 0%, .9);
@media (min-width: @screen-tablet) {
font-size: 60px;
margin-top: 180px;
}
}
.icon {
position: absolute;
right: 20px;
top: 40px;
//bottom: 10px;
color: hsl(0, 0%, 100%);
font-size: 55px;
margin-left: 100px;
//margin-top: 120px;
float: left;
line-height: .65em;
text-shadow: 0px 2px 2px hsla(0, 0%, 0%, .5);
@media (min-width: @screen-tablet) {
font-size: 200px;
top: 100px;
}
}
}
.headline {
font-size: 25px;
line-height: 1.3em;
margin-bottom: 30px;
}
.intro {
font-size: 18px;
margin-top: 30px;
font-weight: @normal;
}
.intro-icons {
font-size: 15px;
color: hsl(208, 56%, 47%);
i {
margin-right: 10px;
}
@media (min-width: @screen-tablet) {
font-size: 25px;
i {
margin-right: 10px;
}
}
@media (min-width: @screen-desktop) {
font-size: 45px;
i {
margin-right: 10px;
}
}
}
footer {
height: 200px;
background-color: hsl(0, 0%, 20%);
margin-top: 30px;
color: hsl(0, 0%, 100%);
padding-top: 15px;
font-weight: @normal;
a {
color: hsl(0, 0%, 70%);
}
}
2015-08-01 17:53:44 -07:00
.icon-wrap {
.make-xs-column(6);
2015-07-31 21:11:08 -07:00
.make-sm-column(4);
2015-08-01 17:53:44 -07:00
.make-md-column(3);
min-height: 60px;
2015-07-31 17:04:10 -07:00
float: left;
2015-07-31 21:11:08 -07:00
//width: 50px;
//height: 120px;
2015-07-31 17:04:10 -07:00
2015-07-31 18:35:59 -07:00
.icon-name {
font-size: 12px;
color: hsl(0,0%,30%);
2015-07-31 17:04:10 -07:00
}
2015-07-31 21:11:08 -07:00
.icon, .wi {
font-size: 40px;
//outline: 1px solid magenta;
2015-07-31 17:04:10 -07:00
display: inline-block;
font-family: 'weathericons';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
2015-07-31 21:11:08 -07:00
float: left;
margin-right: 15px;
margin-bottom: 15px;
min-width: 40px;
text-align: center;
color: hsl(203, 62%, 53%);
2015-07-31 21:11:08 -07:00
}
.icon_unicode {
font-size: 10px;
font-style: italic;
color: hsl(193, 43%, 71%);
2015-07-31 17:04:10 -07:00
}
}