MediaWiki: Common.css : Différence entre versions
De ECU
| Ligne 19 : | Ligne 19 : | ||
left: 315px; | left: 315px; | ||
} | } | ||
| + | |||
| + | .content.modal{"Bonjour"} | ||
#modal { | #modal { | ||
| Ligne 26 : | Ligne 28 : | ||
font-family: helvetica; | font-family: helvetica; | ||
text-align: center; | text-align: center; | ||
| − | content: Conception; | + | content: "Conception"; |
border-radius: 10px; | border-radius: 10px; | ||
color: #ffffff; | color: #ffffff; | ||
Version du 23 avril 2019 à 14:06
.button_container{
width: 100%;
text-align: center;
color: #f9ca24;
}
#button_modal {
height: 20px;
width: 20px;
background-color:#4a69bd;
color: #ffffff;
font-family: helvetica;
font-size: 10px;
border: none;
cursor: pointer;
border-radius: 10px;
position: absolute;
top: 307px;
left: 315px;
}
.content.modal{"Bonjour"}
#modal {
height: 150px;
width: 30%;
background-color: #eb4d4b;
font-family: helvetica;
text-align: center;
content: "Conception";
border-radius: 10px;
color: #ffffff;
position: absolute;
top: -250px;
left: 40%;
}
