/* Height of wikitext editing window /* Changes show up right away in the preview window here. /* em units may be better since I use monitors of various sizes…
/* Height of wikitext editing window
/* Changes show up right away in the preview window here.
/* em units may be better since I use monitors of various sizes and resolutions. */
textarea {height:22em}
/* Disabling this change for now.
There is a better way installed here:
https://en.wikipedia.org/wiki/User:Timeshifter/vector.js
It expands/collapses the TOC via a text button.
--
Auto-expand sections, and hide the H2-arrows. TOC is always expanded.
https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(technical)#[New_Vector_2022_Skin]_Navigation_Bar_(Table_of_Contents)_--_Expanded_View
Search for "[New Vector 2022 Skin] Navigation Bar (Table of Contents) -- Expanded View" in the archives.
.client-js .vector-toc .vector-toc-level-1 .vector-toc-list-item {
display: block !important;
}
.vector-toc-toggle {
visibility: hidden;
}
*/
/* Disabling this change for now. No longer needed.
/* Show the Reload button only when you hover it. In the Preview window.
https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(technical)/Archive_206#Any_way_to_get_rid_of_the_%22Reload%22_button_in_preview_window%3F */
.ext-WikiEditor-twopanes-pane2:hover .ext-WikiEditor-reloadButton {
opacity: 0;
}
.ext-WikiEditor-twopanes-pane2 .ext-WikiEditor-reloadButton:hover {
opacity: 1;
}
*/
/* Disabling this change for now:
/* https://www.mediawiki.org/wiki/Editing/Projects/Font_size_in_the_editing_window
.mw-editfont-monospace,
.mw-editfont-sans-serif,
.mw-editfont-serif {
font-size: 15px !important;
}
*/
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.