Got an iPhone or iPad? We have a brand new Pastebin App for both devices, and it's totally free! Click here to download the new Pastebin App for iOS.
Guest

adwin

By: a guest on Feb 13th, 2009  |  syntax: CSS  |  size: 0.46 KB  |  hits: 445  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. here is the css of wp-syntax. you can edit this line .. bla bla bla bla .. :)
  2. .wp_syntax {
  3.   color: #100;
  4.   background-color: #f9f9f9;
  5.   border: 1px solid silver;
  6.   margin: 0 0 1.5em 0;
  7.   overflow: auto;
  8. }
  9.  
  10. /* IE FIX */
  11. .wp_syntax {
  12.   overflow-x: auto;
  13.   overflow-y: hidden;
  14.   padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
  15.   width: 100%;
  16. }
  17.  
  18. .wp_syntax table {
  19.   border-collapse: collapse;
  20. }
  21.  
  22. wysmedia.com
  23. wysmedia.comyr.com