Extended weather

This commit is contained in:
Michael Teeuw
2014-02-24 16:35:48 +01:00
parent 65b5ca367d
commit 3d583c9eae
3 changed files with 118 additions and 29 deletions

View File

@@ -62,12 +62,18 @@ body, html {
font-size: 35px;
}
.xdimmed
{
color: #666;
}
.dimmed
{
color: #999;
}
.icon {
.icon
{
position: relative;
top :-10px;
display: inline-block;
@@ -77,6 +83,31 @@ body, html {
margin-right: 10px;
}
.forecast-table {
float: right;
text-align: right;
font-size: 20px;
}
.forecast-table .day, .forecast-table .temp-min, .forecast-table .temp-max
{
width: 50px;
text-align: right;
}
.forecast-table .temp-max
{
width: 60px;
}
.forecast-table .temp-min
{
width: 60px;
}
.forecast-table .day
{
color: #999;
}
@font-face {
font-family: 'helvetica-neue';
src: url('../font/helvetica-neue-webfont.eot');