Add hacker style

This commit is contained in:
2019-03-31 21:06:52 +02:00
parent 991b699416
commit 6448b4d3db
5 changed files with 35 additions and 14 deletions

View File

@@ -190,7 +190,6 @@ body{
/* =====================
|| MISC COMPONENTS ||
===================== */
.full_popup{
position: fixed;
visibility: hidden;
@@ -214,18 +213,18 @@ body{
opacity: 0;
transition: visibility 1s, opacity 1s, left 1s;
background-color: var(--background_color);
border-color: var(--accent_color_dark_border);
border-color: var(--accent_color_dark_border);
height: auto;
width: 500px;
width: 450px;
max-width: 100%;
top: 50px;
top: 10%;
left: 50%;
margin-left: -200px;
transform: translate(-50%, -10%);
padding: 0 10px;
box-sizing: border-box;
text-align: left;
box-shadow: var(--shadow_color) 0px 0px 50px;
z-index: 100;
z-index: 101;
}
#captcha_popup_captcha > div {
display: inline-block;