Difference between revisions of "MediaWiki:Common.css"

From Rasmapedia
Jump to navigation Jump to search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  P { text-indent: 2em }
+
P { text-indent: 2em }
 
    
 
    
  a.new:link, #ca-talk > span > a {
+
a.new:link, #ca-talk > span > a {
 
color: #cc2200 !important;
 
color: #cc2200 !important;
 
}
 
}

Revision as of 18:43, 2 April 2021

/* CSS placed here will be applied to all skins */
P { text-indent: 2em }
  
a.new:link, #ca-talk > span > a {
	color: #cc2200 !important;
}
a.new:visited, #ca-talk > span > a {
	color: red !important;
}