diff --git a/index.php b/index.php index d4bd6b8..44bb622 100644 --- a/index.php +++ b/index.php @@ -5,7 +5,7 @@
- +
fetch_assoc()){ + // echo '
'.$row['addtime'].'
'; if($row['deleted']) continue; - if($number % 2 == 0){ - $output = " - ".$number." - ".$row['url']." - ".$row['author']." - ".$row['addtime'].""; - if($row['banned'] == 0){ - $output .= " - "; - }else{ - $output .= " - "; - } - }else{ - $output = " + $output = " ".$number." ".$row['url']." ".$row['author']." @@ -66,10 +53,9 @@ while($row = $result->fetch_assoc()){ $output .= " "; } + echo $output; + $number++; } -echo $output; -$number++; -} ?>
diff --git a/schriftv2.png b/schriftv2.png new file mode 100644 index 0000000..0e8c691 Binary files /dev/null and b/schriftv2.png differ diff --git a/style.css b/style.css index 400e8e6..7bd16b1 100644 --- a/style.css +++ b/style.css @@ -2,6 +2,8 @@ body { background-size: cover; background-image: url(bg.jpg); font-family: 'Lato', sans-serif; + margin: 0; + margin-top: 25; } table, td, th { @@ -13,7 +15,9 @@ td, th { } table { border-collapse: collapse; - width: 100% + width: 100%; + border-bottom: 2px solid rgba(255,255,255, 1); + /*border-bottom: 3px solid blue;*/ } th { color: #DDDDDD; @@ -30,8 +34,8 @@ td { tr { background: rgba(18,18,18, 0.6) !important; } -tr:last-child { - border-bottom: 2px solid rgba(255,255,255, 1) !important; +table { + } .profil { text-align: left !important; @@ -75,9 +79,11 @@ table.center { } .bild { - transform: scale(0.3,0.3); - /*background: rgba(18,18,18, 0.3);*/ - /*border-top: 2px solid #DDDDDD; - border-bottom: 2px solid #DDDDDD;*/ + background: rgba(18,18,18, 0.3); + border-top: 2px solid #DDDDDD; + border-bottom: 2px solid #DDDDDD; text-align: center; + margin-bottom: 25px; + padding: 0; + padding-top: 2; }