Advertisement
_Zume

Untitled

May 9th, 2015
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1.  
  2. dl.codebox code {
  3. /* Also see tweaks.css */
  4. overflow: auto;
  5. display: block;
  6. height: auto;
  7. max-height: 500px;
  8. white-space: normal;
  9. padding-top: 5px;
  10. font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
  11. line-height: 1.3em;
  12. color: #8b8b8b;
  13. margin: 2px 0;
  14. }
  15.  
  16. .syntaxbg { color: #FFFFFF; }
  17. .syntaxcomment { color: #000000; }
  18. .syntaxdefault { color: #bcbcbc; }
  19. .syntaxhtml { color: #000000; }
  20. .syntaxkeyword { color: #585858; }
  21. .syntaxstring { color: #a7a7a7; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement