diff --git a/css/style.css b/css/style.css index c8955f9..d5cdb90 100644 --- a/css/style.css +++ b/css/style.css @@ -18,6 +18,7 @@ header, main, footer { section { border: 1px solid #666; + overflow: hidden; padding: 15px; margin: 10px 0; } @@ -25,10 +26,16 @@ section { height: calc(100% - 75px); } +.muted, #bookmark { background-color: #333; } +.muted:hover { + cursor: pointer; + background-color: #335; +} + #img { z-index: -1; position: absolute; diff --git a/overview.php b/overview.php new file mode 100644 index 0000000..e2e572a --- /dev/null +++ b/overview.php @@ -0,0 +1,124 @@ + + + + + + Artist Credits + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Conbook Artist Credit

+
+ +
+
+ $data) { ?> +
+
+ $id" ?> +
+ Name: + +
+ +
+ Text: + +
+ +
+ Image: + " . basename($data['img']) . "" : "NO IMAGE" ?> +
+ +
+ Contributions: +
    + $g"; + $j++; + } + } + if ($j === 0) echo "
  • NO FILES
  • "; + ?> +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file