mirror of
https://gitlab.silvrtree.co.uk/martind2000/old-silvrgit.git
synced 2025-01-10 21:45:08 +00:00
added clock
This commit is contained in:
parent
d6c972301f
commit
ee7ec00418
@ -122,10 +122,10 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 1280px;
|
width: 100%;
|
||||||
height: 512px;
|
height: 512px;
|
||||||
background-color: #212121;
|
background-color: #212121;
|
||||||
font-size: 180px;
|
font-size: 300px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@ -139,7 +139,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 512px;
|
top: 512px;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 1280px;
|
width: 100%;
|
||||||
height: 256px;
|
height: 256px;
|
||||||
background-color: #312121;
|
background-color: #312121;
|
||||||
}
|
}
|
||||||
@ -148,7 +148,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 768px;
|
top: 768px;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 1280px;
|
width: 100%;
|
||||||
height: 256px;
|
height: 256px;
|
||||||
background-color: #213121;
|
background-color: #213121;
|
||||||
}
|
}
|
||||||
@ -168,60 +168,3 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (min-width:1776px){
|
|
||||||
|
|
||||||
body {
|
|
||||||
font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial;
|
|
||||||
background-color: #212121;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#clock {
|
|
||||||
font-family: 'Share Tech Mono';
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 1776px;
|
|
||||||
height: 512px;
|
|
||||||
background-color: #212121;
|
|
||||||
font-size: 300px;
|
|
||||||
text-align: center;
|
|
||||||
vertical-align: middle;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#clockDisplay {
|
|
||||||
margin-top: 50;
|
|
||||||
}
|
|
||||||
|
|
||||||
#weather {
|
|
||||||
position: absolute;
|
|
||||||
top: 512px;
|
|
||||||
left: 0;
|
|
||||||
width: 1776px;
|
|
||||||
height: 256px;
|
|
||||||
background-color: #312121;
|
|
||||||
}
|
|
||||||
|
|
||||||
#misc {
|
|
||||||
position: absolute;
|
|
||||||
top: 768px;
|
|
||||||
left: 0;
|
|
||||||
width: 1776px;
|
|
||||||
height: 256px;
|
|
||||||
background-color: #213121;
|
|
||||||
}
|
|
||||||
|
|
||||||
.weatherBit {
|
|
||||||
color: #fff;
|
|
||||||
font-size: 36px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wday {
|
|
||||||
color: #fff;
|
|
||||||
text-align: center;
|
|
||||||
text-transform: capitalize;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user