Ajout de l'ouverture du LOL

This commit is contained in:
2023-06-10 22:24:21 +02:00
parent 8a09ede338
commit c8459c0b3b
8 changed files with 232 additions and 74 deletions

View File

@ -117,98 +117,128 @@ a:visited {
width:50px;
}
/* Tablet */
@media screen and (max-width: 1024px) {
/* Status */
#logo {
width: 100%;
.status-container > * {
text-align: center;
}
#nav {
width:100%;
margin:10px 0;
a.status-container > p {
text-align: inherit;
}
.navigation{
width: 100%;
list-style: none;
margin: 0;
padding:0;
.status-container.opened strong {
color: green;
font-weight: bold;
}
.navigation li{
float: left;
width:25%;
padding:0;
.status-container.closed strong {
color: red;
font-weight: bold;
}
.slide{
background-attachment: fixed;
width:100%;
position: relative;
padding:140px 0 0 0;
img.status-icon {
max-width: 125px;
display: block;
margin-left: auto;
margin-right: auto;
}
#decorative {
display:none;
}
/* Tablet */
@media screen and (max-width: 1024px) {
#content {
text-align:center;
width:100%;
}
#logo {
width: 100%;
text-align: center;
}
#nav {
width:100%;
margin:10px 0;
}
.navigation{
width: 100%;
list-style: none;
margin: 0;
padding:0;
}
.navigation li{
float: left;
width:25%;
padding:0;
}
.slide{
background-attachment: fixed;
width:100%;
position: relative;
padding:140px 0 0 0;
}
#decorative {
display:none;
}
#content {
text-align:center;
width:100%;
}
#slide1 h1 {
line-height: 1em;
}
#slide1 h2 {
line-height: 1em;
}
#slide1 h1 {
line-height: 1em;
}
#slide1 h2 {
line-height: 1em;
}
/* Mobile */
@media screen and (max-width: 480px) {
#logo {
width: 100%;
text-align: center;
}
#logo {
width: 100%;
text-align: center;
}
#nav {
width:100%;
margin:5px 0;
}
#nav {
width:100%;
margin:5px 0;
}
.navigation{
width: 100%;
float: left;
list-style: none;
margin: 0;
padding:0;
}
.navigation{
width: 100%;
float: left;
list-style: none;
margin: 0;
padding:0;
}
.navigation li{
float: left;
width:25%;
}
.navigation li{
float: left;
width:25%;
}
.slide{
background-attachment: fixed;
width:100%;
position: relative;
padding:150px 0;
}
.slide{
background-attachment: fixed;
width:100%;
position: relative;
padding:150px 0;
}
#slide1 h1 {
line-height: 1em;
}
#slide1 h2 {
line-height: 1em;
}
#slide1 h1 {
line-height: 1em;
}
#slide1 h2 {
line-height: 1em;
}
@media only screen and (max-width: 767px) {
#slide1{
text-align:justify;
#slide1 {
text-align:justify;
}
}