clock stuff
This commit is contained in:
parent
6076e5269b
commit
1b6def887c
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -121,7 +121,7 @@
|
|||||||
// getData();
|
// getData();
|
||||||
refresh();
|
refresh();
|
||||||
refreshWeatherView();
|
refreshWeatherView();
|
||||||
$('#misc').html($(window).width());
|
// $('#misc').html($(window).width());
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user