selectors.css 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. .powerPathNavigator .helm button.pressedButton, /* comment 1 */
  2. .powerPathNavigator .helm button:active:not(.disabledButton),
  3. .powerPathNavigator table.powerPathInfo th:active,
  4. .powerPathNavigator table.powerPathInfo th:active + th:last-child {
  5. }
  6. /* comment 2 */
  7. .powerPathNavigator .helm button.pressedButton,
  8. .powerPathNavigator .helm button:active:not(.disabledButton) {
  9. }
  10. .foo,
  11. /* comment 3 */
  12. .bar {
  13. display: block;
  14. }
  15. /* comment 4 */
  16. /* comment 5 */ .field /* comment 6 */
  17. /* comment 7 */
  18. /* comment 8 */ { /* comment 9 */
  19. /* comment 10 */
  20. background: green;
  21. /* comment 11 */
  22. /* comment 12 */ } /* comment 13 */
  23. /* comment 14 */
  24. /* comment 15 */ .element /* comment 16 */ , /* comment 17 */ .element /* comment 18 */ {}
  25. /* comment 19 */
  26. .element
  27. /* comment 20 */
  28. ,
  29. /* comment 21 */
  30. .element
  31. /* comment 22 */
  32. {}
  33. /* comment 23 */ .element /* comment 24 */ .element /* comment 25 */ {}
  34. /* comment 26 */
  35. .element
  36. /* comment 27 */
  37. .element
  38. /* comment 28 */
  39. {}
  40. /* comment 29 */ .element /* comment 30 */ > /* comment 31 */ .element /* comment 32 */ {}
  41. /* comment 33 */
  42. .element
  43. /* comment 34 */
  44. >
  45. /* comment 35 */
  46. .element
  47. /* comment 36 */
  48. {}
  49. /* comment 37 */ .element /* comment 38 */ + /* comment 39 */ .element /* comment 40 */ {}
  50. /* comment 41 */
  51. .element
  52. /* comment 42 */
  53. +
  54. /* comment 43 */
  55. .element
  56. /* comment 44 */
  57. {}
  58. /* comment 45 */ .element /* comment 46 */ ~ /* comment 47 */ .element /* comment 48 */ {}
  59. /* comment 49 */
  60. .element
  61. /* comment 50 */
  62. ~
  63. /* comment 51 */
  64. .element
  65. /* comment 52 */
  66. {}
  67. /* comment 53 */ .element /* comment 54 */ >>> /* comment 55 */ .element /* comment 56 */ {}
  68. /* comment 57 */
  69. .element
  70. /* comment 58 */
  71. >>>
  72. /* comment 59 */
  73. .element
  74. /* comment 60 */
  75. {}
  76. a[/* comment 61 */target/* comment 62 */] {}
  77. a[/* comment 63 */target/* comment 64 */=/* comment 65 */"_blank"/* comment 66 */] {}
  78. a[/* comment 67 */target/* comment 68 */~=/* comment 69 */"_blank"/* comment 70 */] {}
  79. a[/* comment 71 */target/* comment 72 */|=/* comment 73 */"_blank"/* comment 74 */] {}
  80. a[/* comment 75 */target/* comment 76 */^=/* comment 77 */"_blank"/* comment 78 */] {}
  81. a[/* comment 79 */target/* comment 80 */$=/* comment 81 */"_blank"/* comment 82 */] {}
  82. a[/* comment 83 */target/* comment 84 */*=/* comment 85 */"_blank"/* comment 86 */] {}
  83. [/* comment 87 */foo/* comment 88 */|/* comment 89 */att/* comment 90 */=/* comment 91 */val/* comment 92 */] {}
  84. [/* comment 93 */*/* comment 94 */|/* comment 95 */att/* comment 96 */] {}
  85. [/* comment 97 */|/* comment 98 */att/* comment 99 */] {}
  86. a/* comment 100 */:/* comment 101 */active {}
  87. a/* comment 102 */::/* comment 103 */after {}
  88. p:lang(/* comment 104 */it/* comment 105 */) {}
  89. span:nth-child(/* comment 106 */2n/* comment 107 */+/* comment 108 */1/* comment 109 */) {}
  90. /* comment 110 */::-webkit-progress-bar {}
  91. /* comment 111 */:matches(/* comment 112 */section/* comment 113 */,/* comment 114 */ article/* comment 115 */) /* comment 116 */ h1 {}
  92. /* comment 117 */*/* comment 118 */ {}
  93. /* comment 119 */#container/* comment 120 */{}
  94. /* comment 121 */.error/* comment 122 */{}
  95. /* comment 123 */a/* comment 124 */{}
  96. input:not(/* comment 125 */[/* comment 126 */disabled/* comment 127 */]/* comment 128 */) {}
  97. /* comment 129 */h1/* comment 130 */, /* comment 131 */h2/* comment 132 */,/* comment 133 */ h3/* comment 134 */ {}
  98. /* comment 135 */.phone/* comment 136 */ { /* comment 137 */
  99. /* comment 138 */&_title/* comment 139 */ { /* comment 140 */
  100. width: 500px;
  101. /* comment 141 */body.is_dark/* comment 142 */ & /* comment 143 */{ /* comment 144 */
  102. color: white;
  103. /* comment 145 */ } /* comment 146 */
  104. /* comment 147 */ } /* comment 148 */
  105. /* comment 149 */ img/* comment 150 */ { /* comment 151 */
  106. display: block;
  107. /* comment 152 */ } /* comment 153 */
  108. /* comment 154 */
  109. } /* comment 155 */
  110. @media (max-width: 500px) {
  111. /* comment 156 */ a /* comment 157 */ { /* comment 158 */
  112. /* comment 159 */b/* comment 160 */ {/* comment 161 */} /* comment 162 */
  113. /* comment 163 */ } /* comment 164 */
  114. /* comment 165 */ } /* comment 166 */
  115. /* comment 167 */ article /* comment 168 */ :--heading /* comment 169 */ + /* comment 170 */ p /* comment 171 */ {}
  116. /* comment 172 */ .foo /* comment 173 */ :global /* comment 174 */.bar /* comment 175 */{}
  117. /* comment 176 */ .foo /* comment 177 */ :global(/* comment 178 */.bar/* comment 179 */) /* comment 180 */ .baz /* comment 181 */ {}
  118. /* comment 182 */ .foo /* comment 183 */ :local /* comment 184 */ .bar /* comment 185 */ {}
  119. /* comment 186 */ .foo /* comment 187 */ :local(/* comment 188 */.foo/* comment 189 */) /* comment 190 */ .bar /* comment 191 */ {}
  120. /* custom properties set & @apply rule */
  121. :root {
  122. /* comments 192 */ --centered /* comments 193 */ : /* comments 194 */ {
  123. display: flex;
  124. align-items: center;
  125. justify-content: center;
  126. };
  127. }