MediaWiki: Vector.css: Różnice pomiędzy wersjami
Z Elproma Wiki Knowledge Base
Znacznik: Wycofane |
|||
Linia 5: | Linia 5: | ||
.mw-sidebar-action { | .mw-sidebar-action { | ||
display: none; | display: none; | ||
} | |||
/* working ... */ | |||
#content{ | |||
margin-left:auto !important; | |||
margin-right:auto; | |||
max-width: 950px; | |||
} | |||
#footer { | |||
margin-left: auto !important; | |||
margin-right: auto; | |||
max-width: 950px; | |||
} | |||
/* testing */ | |||
#mw-navigation { | |||
margin-left: auto !important; | |||
margin-right: auto; | |||
max-width: 1140px; | |||
top: 0; | |||
} | } |
Wersja z 09:51, 5 kwi 2022
/* Umieszczony tutaj kod CSS zostanie załadowany przez użytkowników korzystających ze skórki Wektor */ .mw-sidebar-action { display: none; } /* working ... */ #content{ margin-left:auto !important; margin-right:auto; max-width: 950px; } #footer { margin-left: auto !important; margin-right: auto; max-width: 950px; } /* testing */ #mw-navigation { margin-left: auto !important; margin-right: auto; max-width: 1140px; top: 0; }