nelle-observer/frontend/public/styles/css/bsod.css

54 lines
652 B
CSS
Raw Normal View History

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