MediaWiki: Vector.css: Różnice pomiędzy wersjami

Z Elproma Wiki Knowledge Base
Skocz do: nawigacja, szukaj
Linia 4: Linia 4:
/* upper blue line */
/* upper blue line */
#mw-head-base {
#mw-head-base {
margin-left: auto !important;
margin-left: 60 !important;
margin-right: auto !important;
margin-right: 60 !important;
   max-width: 1000px !important;
   max-width: 2000px !important;
}
}
/* lower blue line + footer content */
/* lower blue line + footer content */
#footer {
#footer {
margin-left: auto !important;
margin-left: 60 !important;
margin-right: auto !important;
margin-right: 60 !important;
   max-width: 1000px !important;
   max-width: 2000px !important;
}
}
/* main content */
/* main content */
Linia 18: Linia 18:
margin-left: 50px !important;
margin-left: 50px !important;
margin-right: 50px !important;
margin-right: 50px !important;
   max-width: 1000px;
   max-width: 2000px;
}
}



Wersja z 09:36, 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: 60 !important;
	margin-right: 60 !important;
  max-width: 2000px !important;
}
/* lower blue line + footer content */
#footer {
	margin-left: 60 !important;
	margin-right: 60 !important;
  max-width: 2000px !important;
}
/* main content */
#content {
	margin-left: 50px !important;
	margin-right: 50px !important;
  max-width: 2000px;
}


.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; }