mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
Far prettier index
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user