Difference between revisions of "MediaWiki:Common.css"

From HypertWiki
Jump to navigation Jump to search
(more testing)
(main namespace is apparently 0)
Line 1: Line 1:
/** CSS placed here will be applied to all skins */
/** CSS placed here will be applied to all skins */


  .ns-12 #content, .ns-12 #p-cactions li, .ns-12 #p-cactions li a { background: #f8fcff; }
  .ns-0 #content, .ns-12 #p-cactions li, .ns-12 #p-cactions li a { background: #f8fcff; }
  .ns-12 div.thumb { border-color: #f8fcff; }  
  .ns-0 div.thumb { border-color: #f8fcff; }  


  .ns-13 #content, .ns-13 #p-cactions li, .ns-13 #p-cactions li a { background: #f8fcff; }
  .ns-13 #content, .ns-13 #p-cactions li, .ns-13 #p-cactions li a { background: #f8fcff; }

Revision as of 12:03, 19 June 2007

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

 .ns-0 #content, .ns-12 #p-cactions li, .ns-12 #p-cactions li a { background: #f8fcff; }
 .ns-0 div.thumb { border-color: #f8fcff; } 

 .ns-13 #content, .ns-13 #p-cactions li, .ns-13 #p-cactions li a { background: #f8fcff; }
 .ns-13 div.thumb { border-color: #f8fcff; }

 .ns-100 #content, .ns-100 #p-cactions li, .ns-100 #p-cactions li a { background: #dfffcf; }
 .ns-100 div.thumb { border-color: #dfff00; }