Mayor Fixes added Lock changes login immer noch scheisse
This commit is contained in:
parent
aa32fb0960
commit
4272c8abc3
4 changed files with 12 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
|||
<img src="schriftv2.png" class="cliff_logo">
|
||||
</div>
|
||||
<div class="key_login">
|
||||
<img src="key.png" class="key" id="login_run">
|
||||
<img src="lock.png" class="key" id="login_run">
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -77,7 +77,7 @@ $temp_bans = json_decode($bans, true);
|
|||
|
||||
|
||||
|
||||
/*ID PICTURE SORT ALPHA*/
|
||||
/*ID PICTURE SORT by ALPHA*/
|
||||
/*BAN Sorter*/
|
||||
|
||||
$pattern = explode( ",", $fullids);
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
<body class="load">
|
||||
<link href="style.css?v=1.0.1" rel="stylesheet" type="text/css">
|
||||
|
||||
|
||||
<div class="bild">
|
||||
<img src="schriftv2.png" class="cliff_logo">
|
||||
</div>
|
||||
|
||||
<?php
|
||||
session_start();
|
||||
$vac = "vac";
|
||||
|
@ -23,3 +31,4 @@ $author = $_SESSION['user'];
|
|||
$conn->query($sql);
|
||||
?>
|
||||
<meta http-equiv="refresh" content="0; url=/index.php" />
|
||||
</body>
|
||||
|
|
BIN
lock.png
Normal file
BIN
lock.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
|
@ -137,7 +137,6 @@ table.center {
|
|||
.key{
|
||||
|
||||
color: white;
|
||||
|
||||
max-width: 64px;
|
||||
max-height: 64px;
|
||||
}
|
||||
|
@ -145,7 +144,7 @@ table.center {
|
|||
|
||||
width: 75px;
|
||||
height: 75px;
|
||||
background: rgba(18,18,18, 0.6);
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
box-sizing: border-box;
|
||||
border: 2px solid #DDDDDD;
|
||||
text-align: center;
|
||||
|
|
Reference in a new issue