MediaWiki:Common.css : Différence entre versions
De Wiki des communs
| Ligne 13 : | Ligne 13 : | ||
.page-Accueil .actus {border: solid 2px #CCCCCC; | .page-Accueil .actus {border: solid 2px #CCCCCC; | ||
| − | border-radius: 1em; box-shadow: #626262 0.2em 0.2em 0.2em; margin:1em; width: | + | border-radius: 1em; box-shadow: #626262 0.2em 0.2em 0.2em; margin:1em; width: 100%; padding: 5px; text-align: center; display: inline-block;} |
.page-Accueil .participer {border: solid 2px #CCCCCC; | .page-Accueil .participer {border: solid 2px #CCCCCC; | ||
| − | border-radius: 1em; box-shadow: #626262 0.2em 0.2em 0.2em; margin:1em; | + | border-radius: 1em; box-shadow: #626262 0.2em 0.2em 0.2em; margin:1em; width: 100%; padding: 5px; text-align: center;} |
.page-Accueil .structures {border: solid 2px #CCCCCC; | .page-Accueil .structures {border: solid 2px #CCCCCC; | ||
| − | border-radius: 1em; box-shadow: #626262 0.2em 0.2em 0.2em; margin:1em; width: | + | border-radius: 1em; box-shadow: #626262 0.2em 0.2em 0.2em; margin:1em; width: 100%; padding: 5px; } |
.page-Accueil .outils {border: solid 2px #CCCCCC; | .page-Accueil .outils {border: solid 2px #CCCCCC; | ||
| − | border-radius: 1em; box-shadow: #626262 0.2em 0.2em 0.2em; margin:1em; | + | border-radius: 1em; box-shadow: #626262 0.2em 0.2em 0.2em; margin:1em; width: 100%; padding: 5px; display: inline-block;} |
Version du 18 avril 2017 à 00:33
/* Le CSS placé ici sera appliqué à tous les habillages. */
.page-Accueil .firstHeading {
display:none;
}
.page-Accueil .two-col {
-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
}
.page-Accueil .actus {border: solid 2px #CCCCCC;
border-radius: 1em; box-shadow: #626262 0.2em 0.2em 0.2em; margin:1em; width: 100%; padding: 5px; text-align: center; display: inline-block;}
.page-Accueil .participer {border: solid 2px #CCCCCC;
border-radius: 1em; box-shadow: #626262 0.2em 0.2em 0.2em; margin:1em; width: 100%; padding: 5px; text-align: center;}
.page-Accueil .structures {border: solid 2px #CCCCCC;
border-radius: 1em; box-shadow: #626262 0.2em 0.2em 0.2em; margin:1em; width: 100%; padding: 5px; }
.page-Accueil .outils {border: solid 2px #CCCCCC;
border-radius: 1em; box-shadow: #626262 0.2em 0.2em 0.2em; margin:1em; width: 100%; padding: 5px; display: inline-block;}