Skip to content

Commit

Permalink
Add folders to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mon committed Jul 2, 2022
1 parent 0057364 commit f328014
Show file tree
Hide file tree
Showing 12 changed files with 272 additions and 317 deletions.
38 changes: 29 additions & 9 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,25 @@
font-style: normal;
}

.icons {
display: flex;
flex-wrap: wrap;
.icons, .subsection {
display: grid;
grid-template-columns: repeat(auto-fit, 180px);
grid-auto-flow: dense;
align-items: stretch;
margin: 0 auto;
text-align: center;
justify-content: center;
}

.subsection {
grid-column: 1 / -1;
background-color: #a2a2a2;
margin: unset;
/* I don't understand anything */
margin-right: -15px;
padding-right: 15px;
}

.gameicon,
.patchContainer {
border-radius: 2px;
Expand All @@ -37,6 +47,20 @@
justify-content: center;
}

label.gameicon {
cursor: pointer;
background: #fffcf0;
}

input.sectionToggle,
input.sectionToggle + div {
display: none;
}

input:checked.sectionToggle + div {
display: grid;
}

.gameicon:hover,
.dragover {
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
Expand All @@ -52,15 +76,11 @@
margin-top: 5px;
}

.gameicon>div>div {
margin-top: auto;
margin-bottom: auto;
}

.gameicon>div {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}

.fileInput {
Expand Down Expand Up @@ -323,4 +343,4 @@ input[type=checkbox]:checked ~ ul > li.patch-on {
}
input[type=checkbox]:checked ~ ul > li.patch-off {
display: list-item;
}
}
Binary file added img/aaa_beatstream.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/aaa_chuni.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/aaa_ddr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/aaa_gitadora.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/aaa_iidx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/aaa_jubeat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/aaa_museca.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/aaa_popn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/aaa_reflec.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/aaa_sdvx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f328014

Please sign in to comment.