@Niko ,
Did you know how i can set the Username / Password text to the left?
As you see at the code, the field password (wachtwoord) as translation is now in the middle.
Did you know how i can set the Username / Password text to the left?
As you see at the code, the field password (wachtwoord) as translation is now in the middle.
- Code:
<link rel="stylesheet" href="https://dl.dropbox.com/s/m1x00pcz79lr5l5/checkbox.min.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="http://cdn.jsdelivr.net/npm/@mdi/font@6.5.95/css/materialdesignicons.min.css" />
<login class="all">
<a class="return" href="javascript: history.go(-1)"><span class="mdi mdi-chevron-left"></span> Ga terug naar ons forum</a>
<script>
window.fwSettings={
'widget_id':204000000335
};
!function(){if("function"!=typeof window.FreshworksWidget){var n=function(){n.q.push(arguments)};n.q=[],window.FreshworksWidget=n}}()
</script>
<script type='text/javascript' src='https://euc-widget.freshworks.com/widgets/204000000335.js' async defer></script>
<login class="main"><a href="https://www.gaycafeforum.com/"></a>
<img id="login-logo" src="https://i.servimg.com/u/f47/20/54/55/98/sintba10.png" /><center><img src="https://i.servimg.com/u/f47/20/54/55/98/51440710.gif" /><br /><br />
Welkom op <strong>gaycafeforum.com</strong> !<br />Wij zijn een Nederlands/Belgisch Gay Forum voor mensen van alle leeftijden en alle geaardheden. <br />Ons doel is om een platform te bieden waar mensen zich vrijelijk kunnen uiten en steun kunnen vinden en vooral zichzelf zijn.<br>Ons forum is privé om de privacy te kunnen waarborgen en om onze leden een veilige haven te kunnen bieden. <img src="https://2img.net/i/fa/twemoji/16x16/1f600.png"><br><br><img src="https://2img.net/i/fa/twemoji/16x16/2139.png" /> <a href="https://gaycafe.freshdesk.com/support/tickets/new" target="_blank">Hulp nodig? Open een Support Ticket!</a> | <img src="https://2img.net/i/fa/twemoji/16x16/2139.png" /> <a href="https://www.gaycafeforum.com/t131-ticket-support-informatie-topic" target="_blank">Informatie Topic</a><br><strong>Volg ons op sociale media:</strong> <a href="https://www.facebook.com/gaycafe" target="_blank"><img border="0" align="center" src="https://i.servimg.com/u/f47/20/54/55/98/facebo10.png" style="width: 48px; height: 48px;" /></a> <a href="https://x.com/gaycafe_forum" target="_blank"><img border="0" align="center" src="https://i.servimg.com/u/f47/20/54/55/98/x_icon10.png" style="width: 48px; height: 48px;" /></a></center><br />
<form action="/login" method="post" name="form_login" id="form_login">
<fieldset class="fields1 left fld_connexion">
<login class="username">
<span class="mdi mdi-account"></span>
<input type="text" tabindex="1" name="username" id="username" size="25" placeholder="Gebruikersnaam" maxlength="40" value="" class="inputbox autowidth" />
</login>
<login class="password">
<span class="mdi-form-textbox-password"></span>
<input type="password" tabindex="2" id="password" name="password" size="25" placeholder="Wachtwoord" maxlength="25" class="inputbox autowidth" />
</login>
<a class="login-forgot" href="/profile?mode=sendpassword">Ik ben mijn wachtwoord vergeten</a>
<login class="auto">
<label class="el-checkbox" for="autologin"><input type="checkbox" name="autologin switch" id="autologin" tabindex="4" checked="checked" class="radio" />
<span class="el-checkbox-style"></span> Automatisch inloggen
</label>
</login>
<login class="buttons">
<input type="hidden" name="redirect" value="" /><input type="hidden" name="query" value="" /><input type="submit" name="login" tabindex="6" value="Log in" class="login-button" />
<br>Host: <a href="https://www.actieforum.com" target="_blank">actieforum.com</a>
</login>
</fieldset>
<div class="social_btn" style="display: none;">
<div class="fb_or">
Or
</div>
<div class="ti-connect" data-loc="https://connect.topicit.net/" data-login="https://devaon-test.forumactif.com/topicit/index.php/connect" data-version="1" data-lang="en">
<i-frame id="topicit-connect-0" class="topicit-connect-button" frameborder="0" scrolling="no" allowtransparency="true" style="position: static; visibility: visible; width: 95px; height: 25px;" title="TopicIt Connect Button" src="https://connect.topicit.net/button/light?id=topicit-connect-0&redirect=https%3A%2F%2Fdevaon-test.forumactif.com%2Flogin&lang=en&loc=https%3A%2F%2Fconnect.topicit.net%2F&login=https%3A%2F%2Fdevaon-test.forumactif.com%2Ftopicit%2Findex.php%2Fconnect&version=1" name="topicit-connect-0"></i-frame>
</div>
</div>
</form>
</login>
</login>
<style>
login.main {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background-color: #ffffff60;
color: #000;
padding: 5%;
border-radius: 100px;
width: 75vw;
z-index: 3;
height: 690px;
border: 2px solid white;
box-sizing: border-box;
}
login.all {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
box-sizing: border-box;
background-color: #111;
background-image: url(https://i.servimg.com/u/f62/20/49/38/15/keith-10.jpg);
}
a.return {
background: #e2208b none repeat scroll 0 0;
border: 1px solid #e2208b;
border-radius: 3px;
color: #fff!important;
font-size: 11px;
font-weight: 700;
margin: 1px;
padding: 1px 20px!important;
text-transform: uppercase;
transition: all 300ms ease 0s
}
a.return:hover {
background: #333 none repeat scroll 0 0;
border: 1px solid #333;
border-radius: 3px;
color: #fff!important;
font-size: 11px;
font-weight: 700;
margin: 1px;
padding: 1px 20px!important;
text-transform: uppercase;
transition: all 300ms ease 0s
}
.login-button {
background: #e2208b none repeat scroll 0 0;
border: 1px solid #e2208b;
border-radius: 3px;
color: #fff!important;
font-size: 11px;
font-weight: 700;
margin: 1px;
padding: 1px 20px!important;
text-transform: uppercase;
transition: all 300ms ease 0s
}
.login-button:hover {
background: #333 none repeat scroll 0 0;
border: 1px solid #333;
border-radius: 3px;
color: #fff!important;
font-size: 11px;
font-weight: 700;
margin: 1px;
padding: 1px 20px!important;
text-transform: uppercase;
transition: all 300ms ease 0s
}
login fieldset {
width: 100% !important;
display: block;
text-align: center;
border: none;
}
login.header {
position: absolute;
width: calc(75vw - 4%);
z-index: 2;
color: ;
left: 50%;
top: 23%;
transform: translate(-50%, -50%);
font-size: 14pt;
font-weight: 500;
border-bottom: 1px solid white;
padding: 0 0 .5% 2.5%;
font-family: 'Inter', sans-serif !important;
text-shadow: 0 0 5px #00000010;
}
login.username {
display: block;
background-color: black;
width: 50%;
margin: auto;
position: relative;
padding: 10px 0;
opacity: .7;
transition: all .5s ease-in-out;
}
login.username span.mdi-account {
content: "\F0004";
font-family: "Material Design Icons";
float: left;
font-size: 18pt;
width: 10%;
transform: translateY(-1px);
}
login.username input.inputbox {
border: none;
width: 90% !important;
background-color: black !important;
outline: none !important;
}
login.password {
display: block;
background-color: black;
width: 50%;
margin: auto;
position: relative;
padding: 10px 0;
margin-top: 10px;
opacity: .7;
transition: all .5s ease-in-out;
}
login.password .mdi-form-textbox-password {
content: "\F0004";
font-family: "Material Design Icons";
float: left;
font-size: 18pt;
width: 10%;
transform: translateY(-1px);
}
login.password input.inputbox {
border: none;
width: 90% !important;
background-color: black !important;
outline: none !important;
}
login.username input, login.password input {
box-sizing: border-box;
}
login.username:hover, login.password:hover {opacity: 1;}
login.auto {
margin: 0 0 10px 15px;
display: block;
font-size: 11pt;
color: black;
}
login.buttons {
position: absolute;
bottom: 5%;
left: 47%;
}
login.username::before, login.password::before {display: none;}
login.username span.mdi, login.password span.mdi-form-textbox-password {
transform: translateY(-4px);
}
img#login-logo {
display: block;
margin: auto;
opacity: .75;
margin-bottom: 35px;
width: 23%;
height: auto;
transition: all .25s ease-in-out;
}
img#login-logo:hover {opacity: 1;}
span.el-checkbox-style {
transform: scale(.9) translateY(-1px);
margin-right: 2px;
}
</style>