mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Added calendar
This commit is contained in:
32
css/main.css
32
css/main.css
@@ -12,6 +12,10 @@ body, html {
|
||||
font-size: 75px;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
.wi {
|
||||
line-height: 75px;
|
||||
|
||||
}
|
||||
|
||||
.top
|
||||
{
|
||||
@@ -64,18 +68,35 @@ body, html {
|
||||
}
|
||||
|
||||
.xsmall
|
||||
{
|
||||
font-size: 20px;
|
||||
letter-spacing: 0px;
|
||||
font-family: "HelveticaNeue-Medium";
|
||||
}
|
||||
.xsmall .wi {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
|
||||
.small
|
||||
{
|
||||
font-size: 25px;
|
||||
letter-spacing: 0px;
|
||||
font-family: "HelveticaNeue-Medium";
|
||||
}
|
||||
.small .wi {
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
.small
|
||||
.medium
|
||||
{
|
||||
font-size: 35px;
|
||||
letter-spacing: -1px;
|
||||
font-family: "HelveticaNeue-Light";
|
||||
}
|
||||
.medium .wi {
|
||||
line-height: 35px;
|
||||
}
|
||||
|
||||
.xdimmed
|
||||
{
|
||||
@@ -89,7 +110,7 @@ body, html {
|
||||
|
||||
.light
|
||||
{
|
||||
font-family: "HelveticaNeue-UltraLight";
|
||||
font-family: "HelveticaNeue-Light";
|
||||
}
|
||||
|
||||
.icon
|
||||
@@ -124,6 +145,13 @@ body, html {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.calendar-table {
|
||||
margin-top: 10px;
|
||||
}
|
||||
.calendar-table .days {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'HelveticaNeue-UltraLight';
|
||||
src: url('font/HelveticaNeue-UltraLight.eot'); /* IE9 Compat Modes */
|
||||
|
Reference in New Issue
Block a user