Difference between revisions of "MediaWiki:Common.css"

From Problem Archive
Jump to: navigation, search
 
Line 4: Line 4:
 
   text-decoration: initial;
 
   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;
}