application autoindent
parent
d8d7512691
commit
faa82e8274
40
style.css
40
style.css
|
@ -37,34 +37,34 @@ body {
|
||||||
|
|
||||||
|
|
||||||
/* #accueil {
|
/* #accueil {
|
||||||
margin: 0px auto;
|
margin: 0px auto;
|
||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding-top: 40%;
|
padding-top: 40%;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style: none outside none;
|
list-style: none outside none;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 1%;
|
padding: 1%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entree {
|
.entree {
|
||||||
margin: 1%;
|
margin: 1%;
|
||||||
width: 24%;
|
width: 24%;
|
||||||
height: 0px;
|
height: 0px;
|
||||||
padding-bottom: 24%;
|
padding-bottom: 24%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: rgba(34, 34, 34, .8);
|
background-color: rgba(34, 34, 34, .8);
|
||||||
color: rgba(231, 231, 231, .7);
|
color: rgba(231, 231, 231, .7);
|
||||||
font-size: 200%;
|
font-size: 200%;
|
||||||
float: left;
|
float: left;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1000px) {
|
@media (max-width: 1000px) {
|
||||||
|
@ -90,4 +90,4 @@ ul {
|
||||||
.entree:hover a {
|
.entree:hover a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue