Jump to content

User:Timeshifter/vector.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Update
Lessen line height in legacy Vector 2010
Tag: Reverted
Line 9: Line 9:
.vector-feature-zebra-design-disabled .vector-toc .vector-toc-text {
.vector-feature-zebra-design-disabled .vector-toc .vector-toc-text {
padding: 1px 0;
padding: 1px 0;
}


/* Lessen line height in legacy Vector 2010. /*
.toc li {
margin-bottom: 0;
line-height: 1.4;
}
}



Revision as of 11:41, 26 June 2023

/* Lessen line spacing in table of contents (TOC) in Vector 2022. 
/* The line spacing in TOCs will be similar to the line spacing in this vector.css page.
/* 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.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;
}


/* Lessen line height in legacy Vector 2010. /*
.toc li {
    margin-bottom: 0;
    line-height: 1.4;
}


/* Disabling this change for now, but saving the code. 
/* Disable the Wikipedia dropdown toolbar. 
/* https://en.wikipedia.org/wiki/Wikipedia:Help_desk#How_can_I_disable_the_Wikipedia_dropdown_toolbar? 
/* This does not remove the table sticky headers here:
/* https://en.wikipedia.org/wiki/Template:Monthly_cumulative_COVID-19_death_totals_by_country/sandbox 
/* https://en.wikipedia.org/wiki/Template:COVID-19_pandemic_data/sandbox 
/* See discussion:
/* https://en.wikipedia.org/wiki/Template_talk:COVID-19_pandemic_data#New_styles_feedback 

.vector-sticky-header{
  display: none !important;
}
*/