Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. body {
  2. background-color: #002B36;
  3. color: #839496;
  4. }
  5. a:link, a:visited, a:hover, .category a {
  6. color: orange !important;
  7. }
  8. .subheader {
  9. color: #AAA;
  10. }
  11. .cmethodname, .imethodname {
  12. background-color: #013947;
  13. }
  14. #menubar {
  15. background-color: #013947;
  16. }
  17. #toc, .submenu {
  18. background-color: #013947;
  19. }
  20. input {
  21. background-color: #065D72;
  22. }
  23. #topdoctitle {
  24. color: #FFFFFF;
  25. }
  26. .note {
  27. background-color: #065D72;
  28. }
  29. .doclink, h2, h4 {
  30. border: none;
  31. }
  32. table td {
  33. border: 1px solid #065D72;
  34. }
  35. pre {
  36. border-left: 2px solid #034B5D;
  37. }
  38.  
  39. .str { color: #013947; } /* strings */
  40. .kwd { color: #DC322F; } /* special values like true, nil.. */
  41. .com { color: #93A1A1; } /* comments */
  42. .typ { color: #268BD2; } /* class names */
  43. .lit { color: #6C71C4; } /* numbers and character literals */
  44. .pun { color: #CB4B16; } /* punctuation */
  45. .pln { color: #B58900; } /* plain text, methods and variable names */
  46. .tag { color: #B58900; } /* special variables like super, thisProcess... */
  47. .dec { color: #2AA198; } /* declarations like var, const... */
  48. .atn { color: #B58900; } /* symbols */
  49. .atv { color: #D33682; } /* environment vars *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement