MediaWiki:Timeless.css: Difference between revisions
From The HOA
Replaced content with "→CSS placed here will affect users of the Timeless skin: " Tag: Replaced |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Timeless skin */ | /* CSS placed here will affect users of the Timeless skin */ | ||
/* Resources Category Menu */ | |||
#custom-category-menu { | |||
background: var(--mw-ui-background); | |||
border: 1px solid var(--mw-ui-border-color); | |||
border-radius: 5px; | |||
padding: 10px; | |||
margin: 10px 0; | |||
} | |||
#custom-category-menu h3 { | |||
font-size: 1.2em; | |||
margin-bottom: 5px; | |||
text-align: center; | |||
} | |||
#custom-category-menu ul { | |||
list-style: none; | |||
padding: 0; | |||
} | |||
#custom-category-menu li { | |||
padding: 5px 0; | |||
} | |||
#custom-category-menu a { | |||
text-decoration: none; | |||
color: var(--mw-ui-text-color); | |||
} | |||
#custom-category-menu a:hover { | |||
text-decoration: underline; | |||
} | |||
/* --------------------------- */ |
Revision as of 06:48, 7 March 2025
/* CSS placed here will affect users of the Timeless skin */ /* Resources Category Menu */ #custom-category-menu { background: var(--mw-ui-background); border: 1px solid var(--mw-ui-border-color); border-radius: 5px; padding: 10px; margin: 10px 0; } #custom-category-menu h3 { font-size: 1.2em; margin-bottom: 5px; text-align: center; } #custom-category-menu ul { list-style: none; padding: 0; } #custom-category-menu li { padding: 5px 0; } #custom-category-menu a { text-decoration: none; color: var(--mw-ui-text-color); } #custom-category-menu a:hover { text-decoration: underline; } /* --------------------------- */