diff --git a/index.php b/index.php index e2f320b..d4bd6b8 100644 --- a/index.php +++ b/index.php @@ -3,6 +3,11 @@ " rel="stylesheet" type="text/css"> + +
+ +
+ Nicht eingeloggt!'; echo '
' . '
' . '' . @@ -90,19 +94,13 @@ if (!isset ($_SESSION['id'])){ ' . '' . - '
' . - '' . + '
' . + '' . '
' . - '
'; -?> - -Hier klicken zum Ausloggen!'; - echo '
' . - '
' . - '' . + '' . + '' . '
' . '
'; -} ?> + + diff --git a/insert.php b/insert.php index 4c63289..f77afcf 100644 --- a/insert.php +++ b/insert.php @@ -1,4 +1,5 @@ query($sql); ?> + diff --git a/schrift.png b/schrift.png new file mode 100644 index 0000000..5f9ae2c Binary files /dev/null and b/schrift.png differ diff --git a/style.css b/style.css index f5734ba..400e8e6 100644 --- a/style.css +++ b/style.css @@ -15,9 +15,6 @@ table { border-collapse: collapse; width: 100% } -tr:last-child { - border-bottom: 2px solid rgba(255,255,255, 1) !important; -} th { color: #DDDDDD; background: rgba(18,18,18, 0.3) !important; @@ -33,6 +30,9 @@ td { tr { background: rgba(18,18,18, 0.6) !important; } +tr:last-child { + border-bottom: 2px solid rgba(255,255,255, 1) !important; +} .profil { text-align: left !important; } @@ -47,16 +47,18 @@ a:visited{ table.center { margin-left: auto; margin-right: auto; - margin-top: 200px; } .loginform { max-width: 340px; - margin-left: auto; padding: 30px; padding-bottom: 0px; background: rgba(18,18,18, 0.3); border: 2px solid #DDDDDD; + position: fixed; + margin-left: 1600px; + bottom: 10px; + } .loginform input { width: 100%; @@ -71,3 +73,11 @@ table.center { .loginform button:hover,.loginform button:active,.loginform button:focus { background: #43A047; } + +.bild { + transform: scale(0.3,0.3); + /*background: rgba(18,18,18, 0.3);*/ + /*border-top: 2px solid #DDDDDD; + border-bottom: 2px solid #DDDDDD;*/ + text-align: center; +}