css-3.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. .comma-delimited {
  2. text-shadow: -1px -1px 1px red, 6px 5px 5px yellow;
  3. -moz-box-shadow: 0pt 0pt 2px rgba(255, 255, 255, 0.4) inset, 0pt 4px 6px rgba(255, 255, 255, 0.4) inset;
  4. -webkit-transform: rotate(0deg);
  5. }
  6. @font-face {
  7. font-family: Headline;
  8. unicode-range: U+??????, U+0???, U+0-7F, U+A5;
  9. }
  10. .other {
  11. -moz-transform: translate(0, 11em) rotate(-90deg);
  12. transform: rotateX(45deg);
  13. }
  14. .item[data-cra_zy-attr1b-ut3=bold] {
  15. font-weight: bold;
  16. }
  17. p:not([class*="lead"]) {
  18. color: black;
  19. }
  20. input[type="text"].class#id[attr=32]:not(1) {
  21. color: white;
  22. }
  23. div#id.class[a=1][b=2].class:not(1) {
  24. color: white;
  25. }
  26. ul.comma > li:not(:only-child)::after {
  27. color: white;
  28. }
  29. ol.comma > li:nth-last-child(2)::after {
  30. color: white;
  31. }
  32. li:nth-child(4n+1),
  33. li:nth-child(-5n),
  34. li:nth-child(-n+2) {
  35. color: white;
  36. }
  37. a[href^="http://"] {
  38. color: black;
  39. }
  40. a[href$="http://"] {
  41. color: black;
  42. }
  43. form[data-disabled] {
  44. color: black;
  45. }
  46. p::before {
  47. color: black;
  48. }
  49. #issue322 {
  50. -webkit-animation: anim2 7s infinite ease-in-out;
  51. }
  52. @-webkit-keyframes frames {
  53. 0% {
  54. border: 1px;
  55. }
  56. 5.5% {
  57. border: 2px;
  58. }
  59. 100% {
  60. border: 3px;
  61. }
  62. }
  63. @keyframes fontbulger1 {
  64. to {
  65. font-size: 15px;
  66. }
  67. from,
  68. to {
  69. font-size: 12px;
  70. }
  71. 0%,
  72. 100% {
  73. font-size: 12px;
  74. }
  75. }
  76. @supports ( box-shadow: 2px 2px 2px black ) or
  77. ( -moz-box-shadow: 2px 2px 2px black ) {
  78. .outline {
  79. box-shadow: 2px 2px 2px black;
  80. -moz-box-shadow: 2px 2px 2px black;
  81. }
  82. }
  83. @-x-document url-prefix(""github.com"") {
  84. h1 {
  85. color: red;
  86. }
  87. }
  88. @viewport {
  89. font-size: 10px;
  90. }
  91. @namespace foo url(http://www.example.com);
  92. foo|h1 {
  93. color: blue;
  94. }
  95. foo|* {
  96. color: yellow;
  97. }
  98. |h1 {
  99. color: red;
  100. }
  101. *|h1 {
  102. color: green;
  103. }
  104. h1 {
  105. color: green;
  106. }
  107. .upper-test {
  108. UpperCaseProperties: allowed;
  109. }
  110. @host {
  111. div {
  112. display: block;
  113. }
  114. }
  115. ::distributed(input::placeholder) {
  116. color: #b3b3b3;
  117. }
  118. .shadow ^ .dom,
  119. body ^^ .shadow {
  120. display: done;
  121. }
  122. :host(.sel .a),
  123. :host-context(.sel .b),
  124. .sel /deep/ .b,
  125. ::content .sel {
  126. type: shadow-dom;
  127. }
  128. /deep/ b {
  129. c: 'd';
  130. }
  131. /deep/ b[e] {
  132. f: 'g';
  133. }
  134. #issue2066 {
  135. background: url('/images/icon-team.svg') 0 0 / contain;
  136. }
  137. @counter-style triangle {
  138. system: cyclic;
  139. symbols: ‣;
  140. suffix: " ";
  141. }
  142. @-ms-viewport {
  143. }
  144. @unknown foo 42 (bar) {
  145. x {
  146. y: z;
  147. }
  148. }
  149. @unknown foo 43;