MediaWiki:Monobook.css: Difference between revisions

From Obsidian Scheduler
Jump to navigationJump to search
No edit summary
No edit summary
 
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: #008000 !important;
   color: #59A399 !important;
   text-transform: capitalize !important;
   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: #008000 !important;
   color: #59A399 !important;
   text-transform: capitalize !important;
   text-transform: capitalize !important;
}
}
Line 17: Line 17:
#p-views a,
#p-views a,
#p-cactions a {
#p-cactions a {
   color: #008000 !important;
   color: #59A399 !important;
   text-transform: capitalize !important;
   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;
}