Inne akcje
Swiadomosc (dyskusja | edycje) (stylizacja przycisków pokaż/ukryj) |
Swiadomosc (dyskusja | edycje) mNie podano opisu zmian |
||
| Linia 17: | Linia 17: | ||
width: auto; | width: auto; | ||
} | } | ||
/* | |||
CSS to improve content page width in new 2022 vector skin. | |||
This is an improvement over deselecting the "Enable limited width" checkbox in preferences. | |||
*/ | |||
/* | |||
body { font-size: 16pt; } | |||
*/ | |||
/* left sidebar content width (was something like 224px) */ | |||
/* | |||
#vector-toc-pinned-container .sidebar-toc:after, #vector-toc-pinned-container .sidebar-toc, #vector-toc-pinned-container .vector-toc:after, #vector-toc-pinned-container .vector-toc, .vector-feature-page-tools-disabled .vector-main-menu, .vector-main-menu-container .vector-main-menu { | |||
width: 200px; | |||
} | |||
*/ | |||
/* reduce left and right white space */ | |||
/* 200px (was 284) moves the left edge of the content nearer to the right edge of left panel */ | |||
/* | |||
@media screen and (min-width: 1200px) { | |||
.mw-page-container { padding-left: 1em; padding-right: 1em; } | |||
.mw-page-container-inner { grid-template-columns: 200px minmax(0,1fr); } | |||
} | |||
@media screen and (min-width: 1000px) { | |||
.mw-page-container { padding-left: 1em; padding-right: 1em; } | |||
.mw-page-container-inner { grid-template-columns: 200px minmax(0,1fr); } | |||
} | |||
*/ | |||
/* maximum width of content (was 60em) */ | |||
/* | |||
.vector-feature-page-tools-disabled .mw-content-container, .vector-feature-page-tools-disabled .mw-table-of-contents-container { | |||
max-width: 80em; | |||
} | |||
*/ | |||
Wersja z 09:31, 9 lut 2024
/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */
/* wyśrodkowanie podpisów pod obrazkami */
.mw-content-ltr figure[typeof~='mw:File/Thumb'] > figcaption,.mw-content-ltr figure[typeof~='mw:File/Frame'] > figcaption {
text-align: center;
}
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
in [[MediaWiki:Common.js]] are styled here so they can be customised. */
.collapseButton {
/* @noflip */
float: right;
font-weight: normal;
/* @noflip */
margin-left: 0.5em;
/* @noflip */
text-align: right;
width: auto;
}
/*
CSS to improve content page width in new 2022 vector skin.
This is an improvement over deselecting the "Enable limited width" checkbox in preferences.
*/
/*
body { font-size: 16pt; }
*/
/* left sidebar content width (was something like 224px) */
/*
#vector-toc-pinned-container .sidebar-toc:after, #vector-toc-pinned-container .sidebar-toc, #vector-toc-pinned-container .vector-toc:after, #vector-toc-pinned-container .vector-toc, .vector-feature-page-tools-disabled .vector-main-menu, .vector-main-menu-container .vector-main-menu {
width: 200px;
}
*/
/* reduce left and right white space */
/* 200px (was 284) moves the left edge of the content nearer to the right edge of left panel */
/*
@media screen and (min-width: 1200px) {
.mw-page-container { padding-left: 1em; padding-right: 1em; }
.mw-page-container-inner { grid-template-columns: 200px minmax(0,1fr); }
}
@media screen and (min-width: 1000px) {
.mw-page-container { padding-left: 1em; padding-right: 1em; }
.mw-page-container-inner { grid-template-columns: 200px minmax(0,1fr); }
}
*/
/* maximum width of content (was 60em) */
/*
.vector-feature-page-tools-disabled .mw-content-container, .vector-feature-page-tools-disabled .mw-table-of-contents-container {
max-width: 80em;
}
*/