lua-cs-bouncer-mcaptcha/templates/ban.html

99 lines
No EOL
1.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>nadeko.net Protection</title>
<meta content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="{{captcha_frontend_js}}" async defer></script>
<style>
html {
background-color: #111111;
}
body {
color: aliceblue;
font-size: 1em;
margin: 0;
padding: 0;
text-align: center;
}
p {
margin: 5px;
font-family: 'Franklin Gothic Medium', sans-serif;
}
h1,
h2,
h3,
h4 {
margin: 5px;
font-family: 'Franklin Gothic Medium', sans-serif;
font-weight: lighter;
text-align: center;
}
a:link,
a:visited {
color: rgb(231, 196, 255);
text-decoration: none;
}
footer {
text-align: center;
padding-bottom: 1em;
color: rgb(184, 184, 184);
/* background-color: #f1f1f1; */
position: fixed;
width: 100%;
bottom: 0;
font-size: 1;
}
.header {
font-size: small;
margin: 0px;
width: max-content;
/* height: 200px; */
/* outline: dashed 2px white; */
/* Center child horizontally*/
display: flex;
flex: 2 1 auto;
flex-direction: column;
justify-content: space-around;
align-items: flex-start;
}
.content {
margin: 10px auto;
max-width: 90%;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#mcaptcha__widget-container {
margin: 10px 0px;
height: 88px;
width: 100%;
max-width: 400px;
}
</style>
</head>
<body>
<div class="content">
<p style="color: red;">Your IP has been banned from the server.</p>
<p style="color: red;">Tú IP ha sido baneada del servidor.</p>
</div>
<footer>
<p>Beta feature to prevent bots, false positives can happen.</p>
<p>Funcionalidad beta para evitar bots, pueden producirse falsos positivos.</p>
</footer>
</body>
</html>