43 lines
742 B
CSS
43 lines
742 B
CSS
body {
|
|
font-family: Unifont;
|
|
background-color: black;
|
|
color: white;
|
|
margin: 0px auto;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#gone {
|
|
font-size: 224px;
|
|
position: absolute;
|
|
bottom: 164px;
|
|
left: 44px;
|
|
margin: 0;
|
|
background: linear-gradient(#179d23, #0f552c);
|
|
color: transparent;
|
|
background-clip: text;
|
|
}
|
|
|
|
#date {
|
|
font-size: 64px;
|
|
position: absolute;
|
|
left: 96px;
|
|
bottom: 64px;
|
|
margin: 0px;
|
|
background: linear-gradient(#26677d, #264f9a);
|
|
color: transparent;
|
|
background-clip: text;
|
|
}
|
|
|
|
#status-line, #status-line2 {
|
|
font-size: 16px;
|
|
margin: 0px;
|
|
white-space: preserve nowrap;
|
|
max-width: none;
|
|
text-align: center;
|
|
position: absolute;
|
|
}
|
|
|
|
.doublesize {
|
|
font-size: 32px !important;
|
|
margin-top: 64px !important;
|
|
}
|