User:Timeshifter/vector-2022.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:Timeshifter/vector-2022.js. |
/* This CSS code is for Vector 2022.
/* For CSS for legacy Vector 2010 see:
/* https://en.wikipedia.org/wiki/User:Timeshifter/vector.css */
/* Lessen line spacing in table of contents (TOC) in Vector 2022.
/* See also: https://en.wikipedia.org/wiki/User:Timeshifter/vector.css
/* The line spacing in TOCs will be similar to the line spacing in this .css page.
/* For more info go here:
/* https://en.wikipedia.org/wiki/User_talk:The_wub#Button_to_expand_table_of_contents_in_Vector_2022
/* Search for "Button to expand table of contents in Vector 2022"
/* in archives when it is archived.
/* Add code below to https://en.wikipedia.org/wiki/Special:MyPage/vector-2022.css */
.vector-toc .vector-toc-text,
.vector-feature-zebra-design-enabled .vector-toc .vector-toc-text,
.vector-feature-zebra-design-disabled .vector-toc .vector-toc-text {
padding: 1px 0;
}