mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Add weather modules.
This commit is contained in:
18
css/main.css
18
css/main.css
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user