Add weather modules.

This commit is contained in:
Michael Teeuw
2016-03-29 13:28:15 +02:00
parent e85d6a39f8
commit 74afe433fb
18 changed files with 1064 additions and 2047 deletions

View File

@@ -20,18 +20,21 @@ body {
.xsmall {font-size: 15px; line-height: 20px;}
.small {font-size: 20px; line-height: 25px;}
.medium {font-size: 30px; line-height: 35px;}
.large {font-size: 60px; line-height: 60px;}
.xlarge {font-size: 70px; line-height: 70px; letter-spacing: -3px;}
.large {font-size: 65px; line-height: 65px;}
.xlarge {font-size: 75px; line-height: 75px; letter-spacing: -3px;}
.thin {font-family: 'robotothin'; }
.light {font-family: 'roboto_condensedlight'; }
.regular {font-family: 'roboto_condensedregular';}
.bold {font-family: 'roboto_condensedbold';}
.align-right {text-align: right;}
header {
margin-top: 50px;
margin-top: 40px;
text-transform: uppercase;
font-size: 0.4em;
font-size: 15px;
font-family: 'roboto_condensedregular';
border-bottom: 1px solid #333;
line-height: 0.35em;
@@ -40,6 +43,10 @@ header {
color: #666;
}
header:first-child {
margin-top: 0px;
}
sup {
font-size: 50%;
line-height: 50%;
@@ -113,4 +120,7 @@ sup {
}
.region.right {
text-align: right;
}
.region.right table {
float: right;
}