MediaWiki: Vector.css: Różnice pomiędzy wersjami
Z Elproma Wiki Knowledge Base
Linia 1: | Linia 1: | ||
/* Umieszczony tutaj kod CSS zostanie załadowany przez użytkowników korzystających ze skórki Wektor */ | /* Umieszczony tutaj kod CSS zostanie załadowany przez użytkowników korzystających ze skórki Wektor */ | ||
/* upper blue line */ | |||
#mw-head-base { | |||
margin-left: auto !important; | |||
margin-right: auto !important; | |||
max-width: 1000px !important; | |||
} | |||
/* lower blue line + footer content */ | |||
#footer { | |||
margin-left: auto !important; | |||
margin-right: auto !important; | |||
max-width: 1000px !important; | |||
} | |||
/* main content */ | |||
#content { | |||
margin-left: auto !important; | |||
margin-right: auto !important; | |||
max-width: 1000px; | |||
} | |||
.mw-sidebar-action { | .mw-sidebar-action { | ||
display: none; | display: none; |
Wersja z 09:34, 5 kwi 2022
/* Umieszczony tutaj kod CSS zostanie załadowany przez użytkowników korzystających ze skórki Wektor */ /* upper blue line */ #mw-head-base { margin-left: auto !important; margin-right: auto !important; max-width: 1000px !important; } /* lower blue line + footer content */ #footer { margin-left: auto !important; margin-right: auto !important; max-width: 1000px !important; } /* main content */ #content { margin-left: auto !important; margin-right: auto !important; max-width: 1000px; } .mw-sidebar-action { display: none; } #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; } #column-content { margin-left: -0em; } #content.mw-body { margin-left: 0em; }