MediaWiki:Common.css: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
(Replacing page with ' →‎* <pre><nowiki>: →‎* </nowiki></pre>: ')
No edit summary
Line 1: Line 1:
  /** <pre><nowiki> */
  /** <pre><nowiki> */
/* replace the book in the background with something else */
body { background: Purple; }
/* changes the background of pre areas  */
pre {
background: Purple ;
}
  /** </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: Purple; }

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

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