clock stuff

This commit is contained in:
martind2000 2016-05-22 23:41:12 +01:00
parent 6076e5269b
commit 1b6def887c
2 changed files with 13 additions and 13 deletions

View File

@ -10,12 +10,12 @@
left: 0; left: 0;
width: 800px; width: 800px;
height: 300px; height: 300px;
background-color: #212121; background-color: #000000;
/*font-size: 180px;*/ /*font-size: 180px;*/
font-size:20vw; font-size:20vw;
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
color: #fff; color: #dcecff;
} }
#clockDisplay { #clockDisplay {
@ -41,12 +41,12 @@
} }
.weatherBit { .weatherBit {
color: #fff; color: #dcecff;
font-size: 36px; font-size: 36px;
} }
.wday { .wday {
color: #fff; color: #dcecff;
text-align: center; text-align: center;
text-transform: capitalize; text-transform: capitalize;
} }
@ -57,7 +57,7 @@
body { body {
font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
background-color: #212121; background-color: #212121;
color: #fff; color: #dcecff;
} }
#clock { #clock {
@ -72,7 +72,7 @@
font-size:25vw; font-size:25vw;
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
color: #fff; color: #dcecff;
} }
#clockDisplay { #clockDisplay {
@ -98,12 +98,12 @@
} }
.weatherBit { .weatherBit {
color: #fff; color: #dcecff;
font-size: 36px; font-size: 36px;
} }
.wday { .wday {
color: #fff; color: #dcecff;
text-align: center; text-align: center;
text-transform: capitalize; text-transform: capitalize;
} }
@ -115,7 +115,7 @@
body { body {
font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
background-color: #212121; background-color: #212121;
color: #fff; color: #dcecff;
} }
#clock { #clock {
@ -130,7 +130,7 @@
font-size:25vw; font-size:25vw;
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
color: #fff; color: #dcecff;
} }
#clockDisplay { #clockDisplay {
@ -156,12 +156,12 @@
} }
.weatherBit { .weatherBit {
color: #fff; color: #dcecff;
font-size: 36px; font-size: 36px;
} }
.wday { .wday {
color: #fff; color: #dcecff;
text-align: center; text-align: center;
text-transform: capitalize; text-transform: capitalize;
} }

View File

@ -121,7 +121,7 @@
// getData(); // getData();
refresh(); refresh();
refreshWeatherView(); refreshWeatherView();
$('#misc').html($(window).width()); // $('#misc').html($(window).width());
})(); })();