MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 142: | Line 142: | ||
text-align: center; | text-align: center; | ||
cursor: pointer; | cursor: pointer; | ||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
} | } | ||
#floating-toc.collapsed::after { | #floating-toc.collapsed::after { | ||
content: "Contents ▼"; | content: "Contents ▼"; /* Keep label */ | ||
font-family: 'Cinzel', serif; | font-family: 'Cinzel', serif; | ||
font-size: 14px; | font-size: 14px; | ||
color: #C0A080; | color: #C0A080; | ||
display: | display: flex; | ||
align-items: center; | |||
justify-content: center; | |||
width: 100%; | |||
height: 100%; | |||
} | } |