limepot-xyz/public/css/bsod.css

53 lines
698 B
CSS
Raw Permalink Normal View History

2024-07-19 17:40:40 -06:00
@font-face {
font-family: ms-segoeui;
src: url(/fonts/segoeui.ttf);
}
:root {
background-color: #0078d7;
color: #ffffff;
font-family: ms-segoeui;
2024-07-19 21:38:08 -06:00
}
2024-07-19 17:40:40 -06:00
2024-07-19 21:38:08 -06:00
a:link {
color: #ffffff
}
2024-07-19 17:40:40 -06:00
2024-07-19 21:38:08 -06:00
a:visited {
color: #ffffff
}
2024-07-19 17:40:40 -06:00
2024-07-19 21:38:08 -06:00
a:hover {
color: #ffffff
2024-07-19 17:40:40 -06:00
}
.frown {
font-size: 200px;
margin-left: 200px;
margin-bottom: 0px;
margin-top: 100px;
}
.subtext1 {
font-size: 42px;
margin-left: 200px;
margin-bottom: 0px;
margin-top: 0px;
margin-right: 600px;
}
.qr {
margin-left: 200px;
margin-bottom: 0px;
margin-top: 50px;
}
.container {
display: flex;
}
.error-text {
margin-top: 0px;
margin-left: 10px;
font-size: 20px;
}