MediaWiki:Monobook.css: Difference between revisions

From Charak Samhita
Jump to navigation Jump to search
Created page with "CSS placed here will affect users of the MonoBook skin: <css> #bodyContent { background-color: yellow; } </css>"
 
No edit summary
 
Line 2: Line 2:


  <css>
  <css>
   #bodyContent { background-color: yellow; }
   #mw_content{ background-color: yellow; }
  </css>
  </css>

Latest revision as of 15:14, 17 February 2019

/* CSS placed here will affect users of the MonoBook skin */

 <css>
  #mw_content{ background-color: yellow; }
 </css>