Fix css in antibot html files

This commit is contained in:
Théophile Diot 2023-03-21 11:54:12 +01:00
parent d3402ff3ff
commit 5f5a5a8905
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
2 changed files with 4 additions and 26 deletions

View File

@ -93,6 +93,7 @@
font-size: 20px;
color:#363636;
padding: 0.5rem;
margin-top: 10px;
}
.captcha:focus {
outline-width: 1;
@ -130,7 +131,7 @@
<h1>Please prove that you are Human before accessing this website</h1>
<p class="lead">
<form class="form" method="POST" action="%s">
<img src="data:image/jpeg;base64,%s"/><br>
<img src="data:image/jpeg;base64,%s"/>
<input class="captcha" type="text" name="captcha" /> <input class="btn" type="submit" value="Submit" />
</form>
</p>

View File

@ -82,7 +82,7 @@
border-width: 0;
font-size: 20px;
padding: 0.5rem 1rem;
max-width: 180px;
max-width: 360px;
}
.btn:hover {
filter: brightness(0.9);
@ -115,34 +115,11 @@
font-size: 16px;
}
}
</style>
<style type="text/css">
.grecaptcha-badge {
visibility: hidden;
}
</style>
<style type="text/css">
.myButton {
background-color: #40bb6b;
border-radius: 28px;
border: 1px solid #40bb6b;
display: inline-block;
cursor: pointer;
color: #fff;
font-family: Arial;
font-size: 17px;
padding: 16px 31px;
text-decoration: none;
text-shadow: 0 1px 0 #2f6627;
}
.myButton:hover {
background-color: #40bb6b;
}
.myButton:active {
position: relative;
top: 1px;
}
</style>
<script src="https://www.google.com/recaptcha/api.js?render=%s"></script>
</head>
<body>