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