on recommence le css
parent
9663273a2d
commit
884e1e97dc
49
style.css
49
style.css
|
@ -1,12 +1,39 @@
|
||||||
/* La page id-libre.org : l'accueil */
|
/* La page id-libre.org : l'accueil */
|
||||||
|
|
||||||
body {
|
html, body, article, ul, li {
|
||||||
padding-top: 2em;
|
margin: 0px;
|
||||||
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#accueil {
|
body {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav {
|
||||||
|
max-width: 80%;
|
||||||
|
margin: 0px auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
list-style: none outside none;
|
||||||
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
width: 24%;
|
||||||
|
height: 0px;
|
||||||
|
padding-bottom: 24%;
|
||||||
|
margin: 1%;
|
||||||
|
text-align: center;
|
||||||
|
background-color: rgba(34, 34, 34, .8);
|
||||||
|
color: rgba(231, 231, 231, .7);
|
||||||
|
font-size: 200%;
|
||||||
|
float: left;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* #accueil {
|
||||||
margin: 0px auto;
|
margin: 0px auto;
|
||||||
max-width: 60%;
|
max-width: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -14,11 +41,17 @@ a {
|
||||||
padding-top: 40%;
|
padding-top: 40%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
list-style: none outside none;
|
||||||
|
margin: 0px;
|
||||||
|
padding: 1%;
|
||||||
|
}
|
||||||
|
|
||||||
.entree {
|
.entree {
|
||||||
margin: 1em;
|
margin: 1%;
|
||||||
width: 20%;
|
width: 24%;
|
||||||
height: 0px;
|
height: 0px;
|
||||||
padding-bottom: 20%;
|
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);
|
||||||
|
@ -52,4 +85,4 @@ a {
|
||||||
.entree:hover a {
|
.entree:hover a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
Loading…
Reference in New Issue