Difference between revisions of "MediaWiki:Monobook.css"

From Mortal Realms Mud
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the MonoBook skin: .redirectMsg{ color:red; }")
 
Line 1: Line 1:
 
/* CSS placed here will affect users of the MonoBook skin */
 
/* CSS placed here will affect users of the MonoBook skin */
 
.redirectMsg{
 
.redirectMsg{
   color:red;
+
   background-color:red;
 
}
 
}

Revision as of 00:28, 5 November 2019

/* CSS placed here will affect users of the MonoBook skin */
.redirectMsg{
  background-color:red;
}