forked from La_Bureautique/zeg1jeux
La Bureautique, c'est mieux que le gin tonic.
parent
08d55f366b
commit
a2e2d4583f
@ -0,0 +1,31 @@
|
||||
body#startpage {
|
||||
|
||||
background: hsl(0, 0%, 5%);
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
body#startpage a,
|
||||
body#startpage a:visited {
|
||||
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
body#startpage #games-list .game {
|
||||
|
||||
border-style: solid;
|
||||
border-color: yellow;
|
||||
}
|
||||
|
||||
|
||||
body#startpage #games-list .game:hover {
|
||||
|
||||
background-color: yellow;
|
||||
}
|
||||
|
||||
body#startpage #games-list .game:hover,
|
||||
body#startpage #games-list .game:hover a {
|
||||
|
||||
color: black;
|
||||
}
|
@ -0,0 +1,56 @@
|
||||
body#startpage
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
body#startpage ul#games-list {
|
||||
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body#startpage ul#games-list li {
|
||||
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body#startpage #games-list {
|
||||
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
body#startpage #games-list .game {
|
||||
|
||||
width: 31.333%;
|
||||
margin-left: 1%;
|
||||
margin-right: 1%;
|
||||
|
||||
border-width: 0.125rem ;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
body#startpage #games-list .game h2 {
|
||||
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
body#startpage #games-list .game h2 a {
|
||||
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body#startpage #games-list .game h2 + * {
|
||||
|
||||
margin-top: 4rem;
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
Loading…
Reference in New Issue