benoitbalon posteets tagged diff,css  [ Profile ]

Sort by: Date / Title /

  1. 5 months ago
    Enregistrer ce code dans languages/diff.css du répertoire codepress (sans oublier le fichier Javascript décrit dans le 1er posteet !)
    1. /*
    2. * CodePress color styles for DIFF syntax highlighting
    3. */
    4.  
    5. separator
    6. {
    7. color: black;
    8. }
    9.  
    10. before
    11. {
    12. color: blue;
    13. font-size: 8pt;
    14. }
    15.  
    16. after
    17. {
    18. color: red;
    19. font-size: 8pt;
    20. }
    21.  
    22. lines
    23. {
    24. color: black;
    25. text-decoration: underline;
    26. font-weight: bold;
    27. font-size: 10pt;
    28. }
    29.  
    30. common
    31. {
    32. color: green;
    33. font-size: 10pt;
    34. }
    35.  
    36. onlyin
    37. {
    38. color: red;
    39. background-color: white;
    40. font-weight: bold;
    41. font-size: 10pt;
    42. }
    43.  
    44. diff
    45. {
    46. color: red;
    47. background-color: yellow;
    48. font-weight: bold;
    49. font-size: 10pt;
    50. }

First / Previous / Next / Last / Page 1 of 1 (1 posteets)