MediaWiki:Monobook.css: Difference between revisions
From Obsidian Scheduler
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
#p-namespaces #ca-talk a { | #p-namespaces #ca-talk a { | ||
color: #008000 !important; | color: #008000 !important; | ||
text-transform: capitalize; | text-transform: capitalize !important; | ||
} | } | ||
| Line 12: | Line 12: | ||
#p-namespaces #ca-talk a.new { | #p-namespaces #ca-talk a.new { | ||
color: #008000 !important; | color: #008000 !important; | ||
text-transform: capitalize; | text-transform: capitalize !important; | ||
} | } | ||
| Line 18: | Line 18: | ||
#p-cactions a { | #p-cactions a { | ||
color: #008000 !important; | color: #008000 !important; | ||
text-transform: capitalize; | text-transform: capitalize !important; | ||
} | } | ||
Revision as of 21:57, 21 January 2026
/* All CSS here will be loaded for users of the MonoBook skin */
/* MonoBook: left (namespace) tabs – green + Title Case */
#p-namespaces #ca-nstab-main a,
#p-namespaces #ca-talk a {
color: #008000 !important;
text-transform: capitalize !important;
}
/* Optional: keep “Discussion” from going red when the talk page doesn't exist */
#p-namespaces #ca-talk.new a,
#p-namespaces #ca-talk a.new {
color: #008000 !important;
text-transform: capitalize !important;
}
#p-views a,
#p-cactions a {
color: #008000 !important;
text-transform: capitalize !important;
}