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