2022-09-05 16:29:51 +02:00
|
|
|
@import url("Font_F25_Bank_Printer.css");
|
2020-10-31 18:57:29 +01:00
|
|
|
|
2022-09-06 20:44:58 +02:00
|
|
|
A {
|
|
|
|
Color: #17C3EA;
|
2020-10-31 12:56:53 +01:00
|
|
|
}
|
2022-09-06 20:44:58 +02:00
|
|
|
A:Active {
|
|
|
|
Color: #0B69BC;
|
|
|
|
}
|
|
|
|
A:Hover {
|
|
|
|
Background: #101060;
|
|
|
|
Color: #E9FFEE;
|
2020-10-31 12:56:53 +01:00
|
|
|
}
|
|
|
|
|
2022-09-06 20:44:58 +02:00
|
|
|
Body {
|
2022-09-05 16:29:51 +02:00
|
|
|
background-image: url("https://octospacc.gitlab.io/Web-ThirdParty-Unknown/Assets/Media/Backgrounds/0.gif");
|
2020-10-30 16:18:03 +00:00
|
|
|
background-size: cover;
|
|
|
|
margin: 0;
|
2020-10-31 12:56:53 +01:00
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
color: #F0F0FF;
|
2020-10-30 16:18:03 +00:00
|
|
|
}
|
|
|
|
|
2021-09-22 22:58:20 +02:00
|
|
|
.InlineDiv > * {
|
|
|
|
display: inline-block;
|
2021-09-23 19:45:52 +00:00
|
|
|
margin: 32px;
|
2021-09-22 22:58:20 +02:00
|
|
|
}
|
|
|
|
|
2022-04-23 00:19:31 +02:00
|
|
|
#ConfettiCanvas {
|
|
|
|
Position: Relative;
|
|
|
|
Top: 0;
|
|
|
|
Left: 0;
|
|
|
|
Width: 100%;
|
|
|
|
Height: 100%;
|
|
|
|
Z-Index: 2;
|
|
|
|
}
|
|
|
|
|
2021-09-22 22:58:20 +02:00
|
|
|
.Content {
|
2022-09-06 20:44:58 +02:00
|
|
|
background-color: rgba(0,0,0,0.8);
|
2020-10-31 12:56:53 +01:00
|
|
|
width: 100%;
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
z-index: 1;
|
|
|
|
overflow-x: hidden;
|
|
|
|
padding-top: 5%;
|
|
|
|
padding-bottom: 5%;
|
2020-10-30 16:18:03 +00:00
|
|
|
}
|
|
|
|
|
2022-09-06 20:44:58 +02:00
|
|
|
#Links > Div {
|
|
|
|
Max-Width: Fit-Content;
|
2022-09-07 20:25:23 +02:00
|
|
|
Margin: Auto;
|
2022-09-06 20:44:58 +02:00
|
|
|
Padding: 16px;
|
|
|
|
Background-Color: RGBA(16,16,16,0.8);
|
|
|
|
}
|
|
|
|
|
2021-09-23 19:45:52 +00:00
|
|
|
.TopBar {
|
2021-09-23 20:08:01 +00:00
|
|
|
position: absolute !important;
|
2021-09-23 19:45:52 +00:00
|
|
|
left: 0;
|
|
|
|
top: 0;
|
2022-09-06 20:44:58 +02:00
|
|
|
padding: 8px;
|
2021-09-23 20:23:14 +00:00
|
|
|
/* width: 100%; */
|
2021-09-23 19:45:52 +00:00
|
|
|
white-space: nowrap;
|
2021-09-23 20:08:01 +00:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2021-09-23 19:45:52 +00:00
|
|
|
}
|
|
|
|
|
2021-09-22 22:58:20 +02:00
|
|
|
.Footer {
|
2022-09-06 20:44:58 +02:00
|
|
|
background-color: rgba(36,36,36, 0.8);
|
2020-10-31 18:57:29 +01:00
|
|
|
position: fixed;
|
|
|
|
bottom: 0px;
|
2022-09-05 16:29:51 +02:00
|
|
|
width: 100vw;
|
|
|
|
height: 24px;
|
2020-10-31 12:56:53 +01:00
|
|
|
text-align: center;
|
2022-09-05 16:29:51 +02:00
|
|
|
overflow-x: scroll;
|
|
|
|
overflow-y: hidden;
|
|
|
|
white-space: nowrap;
|
2022-06-07 17:06:23 +02:00
|
|
|
z-index: 1;
|
2021-09-22 22:58:20 +02:00
|
|
|
}
|
2022-09-05 16:29:51 +02:00
|
|
|
.Footer > * {
|
|
|
|
vertical-align: sub;
|
|
|
|
}
|
2022-09-06 20:44:58 +02:00
|
|
|
.FooterLeft {
|
|
|
|
Float: Left;
|
|
|
|
Display: Block;
|
|
|
|
Padding: 3px;
|
|
|
|
}
|
|
|
|
.FooterRight {
|
|
|
|
Float: Right;
|
|
|
|
Display: Block;
|
|
|
|
Padding: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#AgeDiv { Padding: 16px; }
|