Initial commit

This commit is contained in:
root
2026-05-09 17:28:23 +02:00
commit 9d73f82529
5575 changed files with 281989 additions and 0 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+223
View File
@@ -0,0 +1,223 @@
#flash-container,
body {
width: 100%;
height: 100%;
margin: 0;
}
body {
background-color: #000;
}
#client-ui {
height: 100%;
}
#flash-container {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden;
}
.interstitial,
Rabbo-client-reload {
height: 100%;
position: absolute;
top: 0;
width: 100%;
}
Rabbo-client-reload {
left: 0;
-ms-flex-align: center;
align-items: center;
background: rgba(0, 0, 0, 0.9);
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
z-index: 620;
}
.client-reload__button {
box-shadow: 0 3px 0 1px rgba(0, 0, 0, 0.3);
display: inline-block;
line-height: 1.2;
text-align: center;
background-color: #00813e;
color: #fff;
font-size: 16px;
border-radius: 5px;
margin-bottom: 4px;
text-transform: uppercase;
border-color: #8eda55;
border-style: solid;
border-width: 2px;
padding: 12px 24px;
}
.client-reload__button:hover {
background-color: #00ab54;
border-color: #b9f373;
}
.client-reload__button:active,
.client-reload__button:disabled {
background-color: #006743;
border-color: #5abb37;
}
.client-reload__button:active,
.client-reload__button:hover {
border-bottom-style: solid;
border-bottom-width: 2px;
}
.client-reload__button:active {
box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.3);
transform: translate(0, 2px);
}
.client-reload__button:disabled,
.client__buttons .client__close:disabled,
.client__buttons button:disabled,
.discussions__reply:disabled,
.register-banner__button:disabled {
opacity: 0.4;
}
.text {
text-transform: uppercase;
font-size: 36px;
color: #fff;
font-family: "Ubuntu Condensed", "Trebuchet MS", "Lucida Grande",
"Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
font-weight: 400;
line-height: 1.2;
margin: 0.6em 0;
}
#adsbanner120,
#flash-container {
position: absolute;
overflow: hidden;
}
#adsbanner120 {
color: #000;
width: 173px;
font-family: "Exo 2", sans-serif;
font-size: 15px;
z-index: 70000;
top: 47px;
right: 5px;
display: block;
min-height: 20px;
background-position: 0 214px;
padding: 8px;
}
.hb-container {
max-width: 600px;
background-color: #111524;
border-radius: 10px;
overflow: hidden;
color: #96b9ee;
display: block;
font-family: Ubuntu, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode",
"Lucida Sans", Tahoma, sans-serif;
margin: 80px auto 0;
padding: 12px 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 400;
line-height: 1.2;
text-transform: uppercase;
color: #fff;
margin: 0.6em 0;
}
.hb-container p {
font-size: 16px;
margin: 0.75em 0;
}
.hb-container ul {
list-style-type: disc;
padding-left: 26px;
margin: 12px 0;
}
a {
color: #fff;
cursor: pointer;
outline: 0;
text-decoration: none;
}
.frank {
float: right;
}
.hb-button_nav {
position: fixed;
top: 15px;
left: 15px;
}
.hb-button_nav .button-left {
background-color: #ffb900;
border: 2px solid #ffea00;
font-size: 12px;
border-radius: 5px 0 0 5px;
display: inline-block;
padding: 5px;
}
.hb-button_nav .button-center {
background-color: #ffb900;
border: 2px solid #ffea00;
font-size: 12px;
border-radius: 0;
display: inline-block;
padding: 5px;
}
.hb-button_nav .button-right {
background-color: #ffb900;
border: 2px solid #ffea00;
font-size: 12px;
border-radius: 0 5px 5px 0;
display: inline-block;
padding: 5px;
}
.hb-button_nav .button-left:hover,
.hb-button_nav .button-center:hover,
.hb-button_nav .button-right:hover {
background-color: #ffd400;
border: 2px solid #fffd70;
}
.hb-button_nav .button-left img,
.hb-button_nav .button-center img,
.hb-button_nav .button-right img {
vertical-align: top;
}
.hb-button_nav .button-left a,
.hb-button_nav .button-center a,
.hb-button_nav .button-right a {
color: #000;
text-transform: uppercase;
}
+1
View File
@@ -0,0 +1 @@
.tippy-box[data-animation=scale][data-placement^=top]{transform-origin:bottom}.tippy-box[data-animation=scale][data-placement^=bottom]{transform-origin:top}.tippy-box[data-animation=scale][data-placement^=left]{transform-origin:right}.tippy-box[data-animation=scale][data-placement^=right]{transform-origin:left}.tippy-box[data-animation=scale][data-state=hidden]{transform:scale(.5);opacity:0}
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 381 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 471 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 777 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 579 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 730 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 884 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 958 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 737 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 562 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 696 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 741 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 577 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 960 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 991 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 651 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 718 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 678 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 870 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 750 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 714 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 579 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 634 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 497 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 696 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 623 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 971 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 963 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 587 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 941 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 707 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 869 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 700 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 641 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 945 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 614 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 592 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 836 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 978 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 756 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 793 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 711 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 552 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 591 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 667 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 669 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 570 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 522 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 779 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 727 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 948 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 652 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 668 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 759 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 775 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 661 B

Some files were not shown because too many files have changed in this diff Show More