comments.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. /******************\
  2. * *
  3. * Comment Header *
  4. * *
  5. \******************/
  6. /*
  7. Comment
  8. */
  9. /*
  10. * Comment Test
  11. *
  12. * - cloudhead (http://cloudhead.net)
  13. *
  14. */
  15. /* Colors
  16. * ------
  17. * #EDF8FC (background blue)
  18. * #166C89 (darkest blue)
  19. *
  20. * Text:
  21. * #333 (standard text) // A comment within a comment!
  22. * #1F9EC9 (standard link)
  23. *
  24. */
  25. /* @group Variables
  26. ------------------- */
  27. #comments,
  28. .comments {
  29. /**/
  30. color: red;
  31. /* A C-style comment */
  32. /* A C-style comment */
  33. background-color: orange;
  34. font-size: 12px;
  35. /* lost comment */
  36. content: "content";
  37. border: 1px solid black;
  38. padding: 0;
  39. margin: 2em;
  40. }
  41. /* commented out
  42. #more-comments {
  43. color: grey;
  44. }
  45. */
  46. .selector,
  47. .lots,
  48. .comments {
  49. color: grey, /* blue */ orange;
  50. -webkit-border-radius: 2px /* webkit only */;
  51. -moz-border-radius: 8px /* moz only with operation */;
  52. }
  53. .test {
  54. color: 1px;
  55. }
  56. .sr-only-focusable {
  57. clip: auto;
  58. }
  59. @-webkit-keyframes hover {
  60. /* and Chrome */
  61. 0% {
  62. color: red;
  63. }
  64. }
  65. #last {
  66. color: blue;
  67. }
  68. /* */
  69. /* { */
  70. /* */
  71. /* */
  72. /* */
  73. #div {
  74. color: #A33;
  75. }
  76. /* } */
  77. /*by block */
  78. #output-block {
  79. comment: /* // Not commented out // */;
  80. }
  81. /*comment on last line*/