Update to latest version

This commit is contained in:
genuineparts 2025-06-24 23:26:25 +02:00
parent 8a89842ec6
commit fe9ecfad73
77 changed files with 1701 additions and 5404 deletions

View file

@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>FunCh.at - Deine Chatcommunity</title>

View file

@ -14,6 +14,11 @@
src: url("/themes/funchat/font/Inter-Italic-VariableFont_opsz,wght.ttf");
}
@font-face {
font-family: Chewy;
src: url("/themes/funchat/font/Chewy-Regular.ttf");
}
html {
overflow-y: scroll;
}
@ -111,6 +116,13 @@ div.wrapper h6 {
font-size: 20px;
font-weight: normal;
line-height: normal;
font-family: Chewy;
}
div.wrapper h1 {
font-size: 30px;
}
div.wrapper h2 {
font-size: 25px;
}
.col1 {
color: #666666;
@ -580,3 +592,4 @@ div.wrapper h6 {
margin: 0;
padding: 0;
}

View file

@ -1,12 +1,14 @@
<div class="menuitem_blue"><div class="menuitem_text">{$navtitle}</div></div>
<form class="loginform" action="{$path}login.php" method="post">
<strong><img src="{$path}themes/default/images/icons/user.png" /> Username:<br /></strong>
<input type="text" name="username" size="15" maxlength="25" /><br />
<strong><img src="{$path}themes/default/images/icons/key.png" /> Passwort:</strong><br />
<input type="password" name="password" size="15" maxlength="25" /><br />
<label><input type="checkbox" name="remember" /> <strong>Eingeloggt bleiben</strong></label><br />
<input type="submit" class="button" name="submit" value="Login" />
<input type="hidden" name="action" value="do_login" />
<input type="hidden" name="url" value="{$path}index.php" /><br /><a href="{$path}lostpw.php">Passwort vergessen?</a><br />
<a href="{$path}register.php">Registrieren</a><br />
</form>
<div class="subnav">
<h5>{$navtitle}</h5>
<form class="loginform" action="{$path}login.php" method="post">
<strong><img class="mimg" src="{$path}themes/default/images/icons/user.png" /> Username:<br /></strong>
<input type="text" name="username" size="15" maxlength="25" /><br />
<strong><img class="mimg" src="{$path}themes/default/images/icons/key.png" /> Passwort:</strong><br />
<input type="password" name="password" size="15" maxlength="25" /><br />
<label><input type="checkbox" name="remember" /> <strong>Eingeloggt bleiben</strong></label><br />
<input type="submit" class="button" id="go" name="submit" value="Login" />
<input type="hidden" name="action" value="do_login" />
<input type="hidden" name="url" value="{$path}index.php" /><br /><a href="{$path}lostpw.php">Passwort vergessen?</a><br />
<a href="{$path}register.php">Registrieren</a><br />
</form>
</div>