libcm is a C development framework with an emphasis on audio signal processing applications.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

cdg_code.css 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. pre { line-height: 135%; }
  2. body {
  3. background: #f0f0f0;
  4. margin-left:2%;
  5. }
  6. body .c { color: firebrick; font-style: italic; } /* Comment */
  7. body .k { color: #008000; font-weight: normal; } /* Keyword.Reserved */
  8. body .p { color: #666666; } /* Operator */
  9. body .f { color: #0000ff; font-weight: normal; } /* Function */
  10. body .e { color: #0000ff; font-weight: normal; } /* enum */
  11. body .m { color: #008000; font-weight: normal; } /* macro */
  12. body .t { color: #008000; font-weight: normal; } /* typedef */
  13. body .i { color: #0000ff; font-weight: normal; } /* ident */
  14. body .l { color: #660066; } /* Literal */
  15. body .u { color: #000000; }
  16. body .a {
  17. border: 1px dotted gray;
  18. background-color: #ececec;
  19. color: #1111111;
  20. padding: 0.5em;
  21. }
  22. #hr1 { height: 1; color:#000000; background-color: #ff0000; }
  23. #hr2 { height: 4; color:#000000; background-color: #ff0000; }
  24. .blk_title {
  25. font-wieght: bold;
  26. font-size: 120%;
  27. }
  28. .license {
  29. color: #909090;
  30. font-size:90%;
  31. padding:2%;
  32. border: 1px solid #909090;
  33. }
  34. .cod pre { background: #f8f8f8; }
  35. .cod pre .c { color: firebrick; font-weight: normal; } /* Comment */
  36. .cod pre .k { color: #008000; font-weight: normal; } /* Keyword.Reserved */
  37. .cod pre .p { color: #666666 } /* Operator */
  38. .cod pre .f { color: #000000; font-weight: normal; } /* Function */
  39. .cod pre .e { color: #000000; font-weight: normal; } /* enum */
  40. .cod pre .m { color: #008000; font-weight: normal; } /* macro */
  41. .cod pre .t { color: #008000; font-weight: normal; } /* typedef */
  42. .cod pre .i { color: #000000; font-weight: normal; } /* ident */
  43. .cod pre .l { color: #660066 } /* Literal */
  44. .cod pre .u { color: #000000 }
  45. .cod pre a:link {text-decoration:none; font-weight:500; }
  46. .cod pre a:visited {text-decoration:none; font-weight:500; }
  47. .cod pre a:hover {text-decoration:none; font-weight:700; }
  48. /* embedded pandoc comments */
  49. .cod pre .a {
  50. border: 1px dotted gray;
  51. background-color: #ececec;
  52. color: #1111111;
  53. padding: 0.5em;
  54. }