« Modèle:Page Principale/styles.css » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
(5 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 6 : | Ligne 6 : | ||
padding: 0; | padding: 0; | ||
margin: 5px; | margin: 5px; | ||
margin-top: 0; | |||
} | } | ||
.wikifrontpage_box { | .wikifrontpage_box { | ||
Ligne 11 : | Ligne 12 : | ||
margin: 5px; | margin: 5px; | ||
min-width: 25%; | min-width: 25%; | ||
border: 1px solid | border: 1px solid green; | ||
padding: 15px; | padding: 15px; | ||
margin: 15px; | margin: 15px; | ||
box-shadow: 0 2px 2px rgba(0,0,0,0.1); | box-shadow: 0 2px 2px rgba(0,0,0,0.1); | ||
} | } | ||
div { | |||
text-align: center;} | |||
.double { | .double { | ||
min-width: 60%; | min-width: 60%; | ||
font-size: | font-size: 16px; | ||
border: none; | |||
text-align : left; | |||
padding-top: 0; | |||
} | |||
.raccourcis { | |||
text-align: left; | |||
} | } | ||
h2 { | h2 { | ||
Ligne 27 : | Ligne 39 : | ||
border: none; } | border: none; } | ||
.last { | |||
font-size: 20px; | |||
font-weight: bold; | |||
} | |||
/*li#ca-edit { display: none; }*/ |
Dernière version du 28 novembre 2022 à 22:36
.wikifrontpage_row { display: flex; flex-direction: row; flex-flow: row wrap; justify-content: space-between; padding: 0; margin: 5px; margin-top: 0; } .wikifrontpage_box { flex: 1; margin: 5px; min-width: 25%; border: 1px solid green; padding: 15px; margin: 15px; box-shadow: 0 2px 2px rgba(0,0,0,0.1); } div { text-align: center;} .double { min-width: 60%; font-size: 16px; border: none; text-align : left; padding-top: 0; } .raccourcis { text-align: left; } h2 { font-size: 26px; padding-bottom: 10px; text-align: center; border: none; } .last { font-size: 20px; font-weight: bold; } /*li#ca-edit { display: none; }*/