2020-10-31 18:57:29 +01:00
|
|
|
@import url(Font_F25_Bank_Printer.css);
|
|
|
|
|
2020-10-31 12:56:53 +01:00
|
|
|
a {
|
|
|
|
color: #17c3ea;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:active {
|
|
|
|
color: #0b69bc;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2022-04-17 18:19:19 +02:00
|
|
|
background-image: url(/Web-ThirdParty-Unknown/Assets/Media/Backgrounds/0.gif);
|
2020-10-30 17:18:03 +01:00
|
|
|
background-size: cover;
|
|
|
|
margin: 0;
|
2020-10-31 12:56:53 +01:00
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
color: #F0F0FF;
|
2020-10-30 17:18:03 +01:00
|
|
|
}
|
|
|
|
|
2021-09-22 22:58:20 +02:00
|
|
|
.InlineDiv > * {
|
|
|
|
display: inline-block;
|
2021-09-23 21:45:52 +02:00
|
|
|
margin: 32px;
|
2021-09-22 22:58:20 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.Content {
|
2020-10-30 17:18:03 +01: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 17:18:03 +01:00
|
|
|
}
|
|
|
|
|
2021-09-23 21:45:52 +02:00
|
|
|
.TopBar {
|
2021-09-23 22:08:01 +02:00
|
|
|
position: absolute !important;
|
2021-09-23 21:45:52 +02:00
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
padding: 6px;
|
2021-09-23 22:23:14 +02:00
|
|
|
/* width: 100%; */
|
2021-09-23 21:45:52 +02:00
|
|
|
white-space: nowrap;
|
2021-09-23 22:08:01 +02:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2021-09-23 21:45:52 +02:00
|
|
|
}
|
|
|
|
|
2021-09-22 22:58:20 +02:00
|
|
|
.Footer {
|
2020-10-31 18:57:29 +01:00
|
|
|
background-color: rgba(48,48,48, 0.7);
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0px;
|
2020-10-31 12:56:53 +01:00
|
|
|
width: 100%;
|
2020-10-31 18:57:29 +01:00
|
|
|
height: 20px;
|
2020-10-31 12:56:53 +01:00
|
|
|
text-align: center;
|
2020-10-31 18:57:29 +01:00
|
|
|
overflow-x: hidden;
|
2021-09-22 22:58:20 +02:00
|
|
|
}
|