MediaWiki:Monobook.css: Difference between revisions

From Obsidian Scheduler
Jump to navigationJump to search
Created page with "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; } 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; }"
 
No edit summary
Line 12: Line 12:
#p-namespaces #ca-talk a.new {
#p-namespaces #ca-talk a.new {
   color: #008000 !important;
   color: #008000 !important;
}
#p-views a,
#p-cactions a {
  color: #008000 !important;
  text-transform: capitalize;
}
}

Revision as of 21:55, 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;
}

/* 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;
}

#p-views a,
#p-cactions a {
  color: #008000 !important;
  text-transform: capitalize;
}