Initial commit
@@ -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;
|
||||
}
|
||||
@@ -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}
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 256 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 478 B |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 119 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 4.9 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 3.8 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 381 B |
|
After Width: | Height: | Size: 169 B |
|
After Width: | Height: | Size: 473 B |
|
After Width: | Height: | Size: 471 B |
|
After Width: | Height: | Size: 361 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 777 B |
|
After Width: | Height: | Size: 579 B |
|
After Width: | Height: | Size: 730 B |
|
After Width: | Height: | Size: 884 B |
|
After Width: | Height: | Size: 958 B |
|
After Width: | Height: | Size: 737 B |
|
After Width: | Height: | Size: 562 B |
|
After Width: | Height: | Size: 696 B |
|
After Width: | Height: | Size: 741 B |
|
After Width: | Height: | Size: 577 B |
|
After Width: | Height: | Size: 960 B |
|
After Width: | Height: | Size: 519 B |
|
After Width: | Height: | Size: 991 B |
|
After Width: | Height: | Size: 651 B |
|
After Width: | Height: | Size: 718 B |
|
After Width: | Height: | Size: 678 B |
|
After Width: | Height: | Size: 870 B |
|
After Width: | Height: | Size: 750 B |
|
After Width: | Height: | Size: 714 B |
|
After Width: | Height: | Size: 579 B |
|
After Width: | Height: | Size: 634 B |
|
After Width: | Height: | Size: 497 B |
|
After Width: | Height: | Size: 696 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 623 B |
|
After Width: | Height: | Size: 971 B |
|
After Width: | Height: | Size: 963 B |
|
After Width: | Height: | Size: 587 B |
|
After Width: | Height: | Size: 941 B |
|
After Width: | Height: | Size: 707 B |
|
After Width: | Height: | Size: 869 B |
|
After Width: | Height: | Size: 700 B |
|
After Width: | Height: | Size: 588 B |
|
After Width: | Height: | Size: 641 B |
|
After Width: | Height: | Size: 945 B |
|
After Width: | Height: | Size: 614 B |
|
After Width: | Height: | Size: 592 B |
|
After Width: | Height: | Size: 836 B |
|
After Width: | Height: | Size: 978 B |
|
After Width: | Height: | Size: 756 B |
|
After Width: | Height: | Size: 793 B |
|
After Width: | Height: | Size: 711 B |
|
After Width: | Height: | Size: 552 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 591 B |
|
After Width: | Height: | Size: 667 B |
|
After Width: | Height: | Size: 669 B |
|
After Width: | Height: | Size: 570 B |
|
After Width: | Height: | Size: 554 B |
|
After Width: | Height: | Size: 522 B |
|
After Width: | Height: | Size: 779 B |
|
After Width: | Height: | Size: 727 B |
|
After Width: | Height: | Size: 948 B |
|
After Width: | Height: | Size: 547 B |
|
After Width: | Height: | Size: 652 B |
|
After Width: | Height: | Size: 668 B |
|
After Width: | Height: | Size: 525 B |
|
After Width: | Height: | Size: 759 B |
|
After Width: | Height: | Size: 775 B |
|
After Width: | Height: | Size: 716 B |
|
After Width: | Height: | Size: 661 B |