MediaWiki:Common.css : Différence entre versions
Sauter à la navigation
Sauter à la recherche
Ligne 1 : | Ligne 1 : | ||
/* Le CSS placé ici sera appliqué à tous les habillages. */ | /* Le CSS placé ici sera appliqué à tous les habillages. */ | ||
− | + | head { | |
− | + | background-color: white; | |
− | + | } | |
− | |||
− | |||
− | |||
+ | panel { | ||
+ | background-color: none; | ||
} | } | ||
− | + | ||
− | + | element.style { | |
+ | background-color: white; | ||
} | } | ||
− | + | ||
− | + | #mw-page-base { | |
+ | background: linear-gradient(white, white); | ||
} | } | ||
− | + | body { | |
− | + | width: 85%; | |
− | + | text-align: center; | |
− | + | margin-top: 1em; | |
− | + | margin: auto; | |
+ | position:relative; | ||
+ | background-color: white; | ||
} | } | ||
− | div | + | div { text-align: left; } |
− | + | ||
+ | body #ca-delete { | ||
+ | display: none !important; | ||
} | } | ||
− | . | + | |
− | + | .vectorTabs .new a, .vectorTabs .new a:visited { | |
+ | color: black; | ||
} | } | ||
− | + | ||
− | + | #searchInput { | |
− | + | border: none; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
#footer-poweredbyico,#f-copyrightico,li#footer-places-disclaimer,li#footer-places-privacy{display:none !important} | #footer-poweredbyico,#f-copyrightico,li#footer-places-disclaimer,li#footer-places-privacy{display:none !important} |
Version du 14 mai 2020 à 20:35
/* Le CSS placé ici sera appliqué à tous les habillages. */ head { background-color: white; } panel { background-color: none; } element.style { background-color: white; } #mw-page-base { background: linear-gradient(white, white); } body { width: 85%; text-align: center; margin-top: 1em; margin: auto; position:relative; background-color: white; } div { text-align: left; } body #ca-delete { display: none !important; } .vectorTabs .new a, .vectorTabs .new a:visited { color: black; } #searchInput { border: none; } #footer-poweredbyico,#f-copyrightico,li#footer-places-disclaimer,li#footer-places-privacy{display:none !important}