« MediaWiki:Common.css » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 45 : | Ligne 45 : | ||
height: 500px; | height: 500px; | ||
width: 90%; | width: 90%; | ||
grid-template-rows: | grid-template-rows: 33% 33% 33%; | ||
grid-template-columns: | grid-template-columns: 50% 50%; | ||
place-content: center center; | place-content: center center; | ||
grid-auto-rows: 100px; | grid-auto-rows: 100px; |
Version du 1 janvier 2025 à 08:50
/* Le CSS placé ici sera appliqué à tous les habillages. */ /*Sommaire*/ #toc, .toc, .mw-warning, .toccolours { border: 1px solid #aaa; padding: 5px; font-size: 95%; float:right; margin-left:10px; } /*Grands titres*/ .mw-body h1 { color:#555; border: 2px solid #6B9BEE; font-size: 1.8em; background-color: #eee; padding:3px; } /*Titre de la page*/ .mw-body .firstHeading { color : #555; overflow: visible; border: 0px solid #aaa; font-size: 1.9em; /*font-weight:bold;*/ background-color: #FFF; box-shadow:none; text-shadow: 2px 2px 4px #666 } /*Titres h2*/ .mw-body h2 { color:#000; font-size: 1.5em; margin-top: 1em; border: 1px solid #aaa; background-color: #FFF; padding:3px; } .container_acry { display:grid; height: 500px; width: 90%; grid-template-rows: 33% 33% 33%; grid-template-columns: 50% 50%; place-content: center center; grid-auto-rows: 100px; } .item_acry { border: 1px solid #221fb3; padding: 10px; }