Module:Large category TOC/styles.css: Difference between revisions

Content deleted Content added
merge the bold in, we can suffer on timeless if we need to
add styles needed for vector 2022 following issues caused by changes in vector 2022 css
 
(3 intermediate revisions by one other user not shown)
Line 1:
/* {{pp|small=y}} */
.large-cat-toc {
box-sizing: border-box;
Line 22 ⟶ 23:
}
 
.large-cat-toc .mw-collapsible-content, {
.large-cat-toc.mw-collapsible code {
background-color: white;
/* [[WP:MONO]] */
font-family: monospace, monospace;
}
 
.large-cat-toc .mw-collapsible-content > codespan {
border-bottom: 1px solid #eaecf0;
}
 
Line 35 ⟶ 41:
.large-cat-toc-anum {
font-weight: bold;
}
 
/* Vector 2022 rules - */
 
body.skin-vector-2022 .large-cat-toc {
padding: 7px;
}
 
body.skin-vector-2022 .large-cat-toc .toctitle {
text-align: center;
}