libcm is a C development framework with an emphasis on audio signal processing applications.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

cdg_code.css 1.1KB

123456789101112131415161718192021222324252627282930
  1. td.linenos { background-color: #fffff0; padding-right: 10px; }
  2. span.lineno { background-color: #fffff0; padding: 0 5px 0 5px; }
  3. pre { line-height: 135%; }
  4. body .hll { background-color: #ffffff; }
  5. body { background: #f8f8f8; }
  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. }