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

View File

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