CSS Fix.
This commit is contained in:
@@ -15,10 +15,5 @@
|
||||
## To do
|
||||
- Populer le details de chaque seance de jeux.
|
||||
- Ajouter un systeme Multi-User "manuel" puisque ce n'est pas possible de lire le psn ID a partir de ps4-waker.
|
||||
- crée le viewport pour le display sur les mobiles.
|
||||
-- Tester ca : https://stackoverflow.com/questions/8735457/scale-fit-mobile-web-content-using-viewport-meta-tag ?
|
||||
|
||||
- Background : http://hdqwalls.com/download/1/playstation-minimalism.jpg ?
|
||||
-- Ajustement du CSS pour matcher le "theme" de couleur.
|
||||
|
||||
- Ajouter les informations sur les tables MySQL dans le Git.
|
||||
|
||||
18
style.css
18
style.css
@@ -6,10 +6,16 @@ body{
|
||||
font-family: 'Barlow';font-size: 16px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.refresh{
|
||||
background: #cadbeb;
|
||||
border: 1px solid #5f94c2;
|
||||
border-radius: 2px;
|
||||
border-radius: 4px;
|
||||
display: block;
|
||||
padding-bottom: 3px;
|
||||
margin-bottom: 10px;
|
||||
@@ -22,6 +28,12 @@ body{
|
||||
padding-top: 10px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.thumbnail img {
|
||||
border: 1px solid #3b6f9d;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.info {
|
||||
float: left;
|
||||
width: auto;
|
||||
@@ -39,7 +51,7 @@ body{
|
||||
width: 500px;
|
||||
background: #cadbeb;
|
||||
border: 1px solid #3b6f9d;
|
||||
border-radius: 2px;
|
||||
border-radius: 4px;
|
||||
margin-top: 10px;
|
||||
display: block;
|
||||
overflow: auto;
|
||||
@@ -87,7 +99,7 @@ body{
|
||||
display: inline-block;
|
||||
background-color: #95b8d7;
|
||||
border: 1px solid #274a68;
|
||||
border-radius: 2px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.material-icons.md-arrow {
|
||||
|
||||
Reference in New Issue
Block a user