MediaWiki: Common.css : Différence entre versions
De ECU
| Ligne 6 : | Ligne 6 : | ||
#button_modal { | #button_modal { | ||
| − | height: | + | height: 25px; |
| − | width: | + | width: 25px; |
background-color:#4a69bd; | background-color:#4a69bd; | ||
color: #ffffff; | color: #ffffff; | ||
| Ligne 15 : | Ligne 15 : | ||
cursor: pointer; | cursor: pointer; | ||
position: absolute; | position: absolute; | ||
| − | top: | + | top: 300px; |
| − | left: | + | left: 300px; |
} | } | ||
Version du 23 avril 2019 à 13:21
.button_container{
width: 100%;
text-align: center;
color: #f9ca24;
}
#button_modal {
height: 25px;
width: 25px;
background-color:#4a69bd;
color: #ffffff;
font-family: helvetica;
font-size: 20px;
border: none;
cursor: pointer;
position: absolute;
top: 300px;
left: 300px;
}
#modal {
height: 150px;
width: 30%;
background-color: #eb4d4b;
font-family: helvetica;
text-align: center;
text: "Le popup en question";
color: #ffffff;
position: absolute;
top: -250px;
left: 35%;
}
