Created
March 16, 2015 19:17
-
-
Save alex-wilmer/88c3eaf07a8ab82daafb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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