MediaWiki:Timeless.css: Difference between revisions
From Ghost Theory Wiki
mNo edit summary |
No edit summary |
||
| Line 33: | Line 33: | ||
body.page-Category #contentSub, | body.page-Category #contentSub, | ||
body.page-Category #contentSub2 { | body.page-Category #contentSub2 { | ||
display: none !important; | |||
} | |||
body.page-Category .mw-parser-output { | |||
display: none !important; | display: none !important; | ||
} | } | ||
Revision as of 04:43, 16 December 2025
#ca-talk { display: none !important; }
/* Hide the entire Anonymous dropdown menu in Timeless */
#p-personal,
#personal,
#user-tools {
display: none !important;
}
css
/* Style categories like tags */
#catlinks ul li a {
background: #333;
color: #fff;
padding: 3px 8px;
border-radius: 12px;
margin: 2px;
display: inline-block;
text-decoration: none;
}
#catlinks ul li a:hover {
background: #555;
}
/* Hide empty category page warnings and edit notices */
body.page-Category .mw-parser-output > p,
body.page-Category .noarticletext,
body.page-Category .mw-empty-elt,
body.page-Category #contentSub,
body.page-Category #contentSub2 {
display: none !important;
}
body.page-Category .mw-parser-output {
display: none !important;
}
