kygui_docs.css 802 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. body, .header, div.header {
  2. color: #f0f0f0;
  3. background: #333;
  4. }
  5. .groupheader, h2.groupheader {
  6. background-color: #333;
  7. color: #f5f5f5;;
  8. }
  9. .memproto {
  10. background-color: #333;
  11. color: #f5f5f5;;
  12. text-shadow: none;
  13. }
  14. .memitem, .memdoc, .memItemLeft, .memItemRight {
  15. background-color: #333;
  16. }
  17. .memtitle {
  18. color: #000;
  19. background-image: none;
  20. background-color: #616161;
  21. }
  22. .paramname, .contents a:visited, .contents a, a, #nav-path ul a {
  23. color: #ff00f6;
  24. }
  25. td.paramname + td code {
  26. color: #0de20d;
  27. }
  28. .directory tr.even {
  29. background-color: #424242;
  30. }
  31. .sm-dox, #main-menu, #nav-path ul, #nav-path ul a {
  32. background-image: none;
  33. text-shadow: none;
  34. }
  35. .sm-dox a, #nav-path ul {
  36. text-shadow: none;
  37. color: #f5f5f5;
  38. }
  39. .dyncontent.center img {
  40. filter: hue-rotate(65deg);
  41. }