Skip to content

Instantly share code, notes, and snippets.

@alex-wilmer
Created March 16, 2015 19:17
Show Gist options
  • Save alex-wilmer/88c3eaf07a8ab82daafb to your computer and use it in GitHub Desktop.
Save alex-wilmer/88c3eaf07a8ab82daafb to your computer and use it in GitHub Desktop.
weather .weatherBox {
font-size: 0.75em;
}
.weather .today {
margin-bottom: -15px;
}
.weather .wi-today {
font-size: 5.5em;
color: #55924d;
float: left;
padding-right: 10px;
padding-top: 10px;
}
.weather .tomorrow {
padding-top: 25px;
}
.weather .tomorrow .temperature {
color: gray;
}
.weather .wi-tomorrow {
float: left;
font-size: 2em;
color: #034ea2;
padding: 2px 8px;
}
.weather .longterm {
font-size: 1.2em;
display: inline-block;
padding: 5px 10px;
line-height: 1.5em;
padding-top: 20px;
position: relative;
top: -25px;
color: Gray;
}
.weather .wi-longterm {
color: #034ea2;
font-size: 1.4em;
padding: 5px;
}
.weather .temperature {
padding: 5px;
}
.weather .temp-today {
color: #034ea2;
font-size: 1.5em;
font-weight: bold;
}
.weather .degree {
font-size: 1.5em;
}
.weather .letter {
font-weight: bold;
}
.weather .slash {
font-size: 1.4em;
font-weight: lighter;
color: Gray;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment