MediaWiki:Common.css: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


/* replace the book in the background with something else */
/* replace the book in the background with something else */
body { background: Purple; }
body { background: White; }


/* changes the background of pre areas  */
/* changes the background of pre areas  */
pre {  
pre {  
  background: Purple ;
  background: White ;
}
}


  /** </nowiki></pre> */
  /** </nowiki></pre> */

Revision as of 08:16, 30 April 2010

 /** <pre><nowiki> */

/* replace the book in the background with something else */
body { background: White; }

/* changes the background of pre areas  */
pre { 
 background: White ;
}

 /** </nowiki></pre> */