« MediaWiki:Common.css » : différence entre les versions
Apparence
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 33 : | Ligne 33 : | ||
} | } | ||
#boite-ou-commencer{ | #boite-ou-commencer{ | ||
border: solid 1px #0062D3 !important; | |||
box-shadow: 1px 3px 3px rgba(0,0,0,0.2)!important; | |||
} | |||
#boite-ou-commencer .header_boite{ | |||
border-bottom: solid 1px #0062D3!important; | |||
#boite-ou-commencer .header_boite{ | } | ||
} | |||
Version du 3 décembre 2023 à 13:15
/* Le CSS placé ici sera appliqué à tous les habillages. */
.boite_mainpage{
display: inline-block;
width: 30%;
margin: 10px 5px;
border: solid 1px #CCC;
border-radius:2px;
box-shadow: 0 2px 2px rgba(0,0,0,0.1);
min-width:200px;
vertical-align:top;
}
.header_boite{
margin: 0px 5px;
padding: 5px 0px;
border-bottom: solid 1px #CCC;
}
.header_boite h3{
margin:0px;
padding:0px;
}
.contenu_boite{
padding: 0px 10px;
text-align: left;
}
@media screen and (max-width: 600px) {
.boite_mainpage{
display: inline-block;
width: 80%;
}
#boite-ou-commencer{
border: solid 1px #0062D3 !important;
box-shadow: 1px 3px 3px rgba(0,0,0,0.2)!important;
}
#boite-ou-commencer .header_boite{
border-bottom: solid 1px #0062D3!important;
}