diff --git a/.htaccess b/.htaccess deleted file mode 100644 index 2561f7b..0000000 --- a/.htaccess +++ /dev/null @@ -1,8 +0,0 @@ -IndexOptions IgnoreCase NameWidth=* DescriptionWidth=* SuppressHTMLPreamble -IndexOrderDefault Ascending Name -IndexIgnore header.html footer.html css js - -HeaderName header.html -ReadmeName footer.html - -Options +Indexes \ No newline at end of file diff --git a/css/style.css b/css/style.css index ab35f39..4e7e144 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,38 @@ +.icons { + display: flex; + flex-wrap: wrap; + align-items: stretch; +} + +.gameicon { + border-radius:18px; + box-shadow:0px 0px 10px 2px #888888; + float: left; + display: flex; + flex-direction: column; + align-items: center; + text-align: center; + color: inherit; + text-decoration: none; + margin: 5px; + width: 150px; +} + +.gameicon:hover { + box-shadow:0px 0px 10px 1px #000000; +} + +.gameicon img { + margin: 10px; + border-radius: 18px; + width:128px; + height: 128px; +} + +.tagline { + float: right; +} + .fileInput { display: none } diff --git a/footer.html b/footer.html deleted file mode 100644 index ab879d4..0000000 --- a/footer.html +++ /dev/null @@ -1,3 +0,0 @@ -
Converted to an ugly web-tool by mon-