MediaWiki:Monobook.css: Difference between revisions
From Obsidian Scheduler
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
#p-namespaces #ca-nstab-main a, | #p-namespaces #ca-nstab-main a, | ||
#p-namespaces #ca-talk a { | #p-namespaces #ca-talk a { | ||
color: # | color: #59A399 !important; | ||
text-transform: capitalize; | text-transform: capitalize !important; | ||
} | } | ||
| Line 11: | Line 11: | ||
#p-namespaces #ca-talk.new a, | #p-namespaces #ca-talk.new a, | ||
#p-namespaces #ca-talk a.new { | #p-namespaces #ca-talk a.new { | ||
color: # | color: #59A399 !important; | ||
text-transform: capitalize !important; | |||
} | } | ||
#p-views a, | #p-views a, | ||
#p-cactions a { | #p-cactions a { | ||
color: # | color: #59A399 !important; | ||
text-transform: capitalize; | text-transform: capitalize !important; | ||
} | } | ||
Latest revision as of 21:58, 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: #59A399 !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: #59A399 !important;
text-transform: capitalize !important;
}
#p-views a,
#p-cactions a {
color: #59A399 !important;
text-transform: capitalize !important;
}