MediaWiki:Vector-2022.css: Unterschied zwischen den Versionen

Aus HuskyWiki
Die Seite wurde neu angelegt: „→‎Vector (2022): →‎Remove full page's max-width: //.mw-workspace-container { // max-width: none !important; //} //.mw-content-container { // max-width: none !important; //} //.mw-page-container { // max-width: none; // padding-left: 1em; // padding-right: 1em; //} →‎reduce size of the sidebar (Mitarbeit, Hilfe, Werkzeuge, etc.): //.mw-sidebar { // width: 200px; // margin-left: 0; // padding-left: 0; // padding-right: 0; //} /* reduce…“
 
K Die Seite wurde geleert.
Markierung: Geleert
Zeile 1: Zeile 1:
/* Vector (2022) */


/* Remove full page's max-width */
//.mw-workspace-container {
//  max-width: none !important;
//}
//.mw-content-container {
//  max-width: none !important;
//}
//.mw-page-container {
//  max-width: none;
//  padding-left: 1em;
//  padding-right: 1em;
//}
/* reduce size of the sidebar (Mitarbeit, Hilfe, Werkzeuge, etc.) */
//.mw-sidebar {
//  width: 200px;
//  margin-left: 0;
//  padding-left: 0;
//  padding-right: 0;
//}
/* reduce size of the sidebar container */
//.mw-page-container-inner {
//  grid-template-columns: 210px minmax(0,1fr);
//}
/* reduce size of the sidebar toc (table of contents) */
//.sidebar-toc {
//  width: 220px;
//}
/* thumbnails in type ahead search */
//.cdx-thumbnail {
//  display:none;
//}
/* less padding in search */
//.cdx-typeahead-search .cdx-menu-item__content {
//  padding-top: 4px;
//  padding-bottom: 4px;
//}
/* Ein Herz für Farbfehlsichtige */
//a {
//  color: #0645b0;
//}
//a:visited {
//  color: #090080;
//}
//.new a {
//  color: #ba0000;
//}
/* aus (visited) a.new.mw-usertoollinks-talk #A55858 */

Version vom 30. Januar 2023, 10:36 Uhr