Difference between revisions of "MediaWiki:Common.css"

From Problem Archive
Jump to: navigation, search
(em will highlight in yellow rather than italic)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
em {  
+
s {  
   font-style: normal;
+
   text-decoration: initial;
   background: yellow;  
+
   background: yellow;
 +
}
 +
 
 +
s.dep {
 +
  background: lightpink;
 
}
 
}

Latest revision as of 20:47, 13 July 2014

/* CSS placed here will be applied to all skins */

s { 
   text-decoration: initial;
   background: yellow;
}

s.dep {
   background: lightpink;
}