MediaWiki: Monobook.css : Différence entre versions
De ECU
(Page créée avec « →Le CSS placé ici affectera les utilisateurs de l’habillage Monobook. : #column-content{margin-left: -15em;} #column-content #content{margin-left: 15em;} ») |
|||
| Ligne 1 : | Ligne 1 : | ||
| − | /* Le CSS placé ici affectera les utilisateurs de l’habillage Monobook. | + | /* Le CSS placé ici affectera les utilisateurs de l’habillage Monobook. |
#column-content{margin-left: -15em;} | #column-content{margin-left: -15em;} | ||
| − | #column-content #content{margin-left: 15em;} | + | #column-content #content{margin-left: 15em;}*/ |
| + | |||
| + | |||
| + | /* increase sidebar width */ | ||
| + | #column-content { margin-left: -15em; } | ||
| + | #column-content #content { margin-left: 15em; } | ||
| + | #p-logo a, #p-logo a:hover { width: 15em; } | ||
| + | #p-cactions { left: 14.5em; } | ||
| + | .portlet { width: 14em; } | ||
| + | div#column-content { margin-left: -14em; } | ||
| + | div#content { margin-left: 14em; } | ||
Version du 17 mai 2019 à 09:35
/* Le CSS placé ici affectera les utilisateurs de l’habillage Monobook.
#column-content{margin-left: -15em;}
#column-content #content{margin-left: 15em;}*/
/* increase sidebar width */
#column-content { margin-left: -15em; }
#column-content #content { margin-left: 15em; }
#p-logo a, #p-logo a:hover { width: 15em; }
#p-cactions { left: 14.5em; }
.portlet { width: 14em; }
div#column-content { margin-left: -14em; }
div#content { margin-left: 14em; }
