mixins.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. .mixin {
  2. border: 1px solid black;
  3. }
  4. .mixout {
  5. border-color: orange;
  6. }
  7. .borders {
  8. border-style: dashed;
  9. }
  10. .mixin > * {
  11. border: do not match me;
  12. }
  13. #namespace .borders {
  14. border-style: dotted;
  15. }
  16. #namespace .biohazard {
  17. content: "death";
  18. }
  19. #namespace .biohazard .man {
  20. color: transparent;
  21. }
  22. #theme > .mixin {
  23. background-color: grey;
  24. }
  25. #container {
  26. color: black;
  27. border: 1px solid black;
  28. border-color: orange;
  29. background-color: grey;
  30. }
  31. #header .milk {
  32. color: white;
  33. border: 1px solid black;
  34. background-color: grey;
  35. }
  36. #header #cookie {
  37. border-style: dashed;
  38. }
  39. #header #cookie .chips {
  40. border-style: dotted;
  41. }
  42. #header #cookie .chips .calories {
  43. color: black;
  44. border: 1px solid black;
  45. border-color: orange;
  46. background-color: grey;
  47. }
  48. .secure-zone {
  49. color: transparent;
  50. }
  51. .direct {
  52. border-style: dotted;
  53. }
  54. .bo,
  55. .bar {
  56. width: 100%;
  57. }
  58. .bo {
  59. border: 1px;
  60. }
  61. .ar.bo.ca {
  62. color: black;
  63. }
  64. .jo.ki {
  65. background: none;
  66. }
  67. .amp.support {
  68. color: orange;
  69. }
  70. .amp.support .higher {
  71. top: 0px;
  72. }
  73. .amp.support.deeper {
  74. height: auto;
  75. }
  76. .extended {
  77. width: 100%;
  78. border: 1px;
  79. background: none;
  80. color: orange;
  81. top: 0px;
  82. height: auto;
  83. }
  84. .extended .higher {
  85. top: 0px;
  86. }
  87. .extended.deeper {
  88. height: auto;
  89. }
  90. .do .re .mi .fa .sol .la .si {
  91. color: cyan;
  92. }
  93. .mutli-selector-parents {
  94. color: cyan;
  95. }
  96. .foo .bar {
  97. width: 100%;
  98. }
  99. .underParents {
  100. color: red;
  101. }
  102. .parent .underParents {
  103. color: red;
  104. }
  105. * + h1 {
  106. margin-top: 25px;
  107. }
  108. legend + h1 {
  109. margin-top: 0;
  110. }
  111. h1 + * {
  112. margin-top: 10px;
  113. }
  114. * + h2 {
  115. margin-top: 20px;
  116. }
  117. legend + h2 {
  118. margin-top: 0;
  119. }
  120. h2 + * {
  121. margin-top: 8px;
  122. }
  123. * + h3 {
  124. margin-top: 15px;
  125. }
  126. legend + h3 {
  127. margin-top: 0;
  128. }
  129. h3 + * {
  130. margin-top: 5px;
  131. }
  132. .error {
  133. background-image: "/a.png";
  134. background-position: center center;
  135. }
  136. .test-rec .recursion {
  137. color: black;
  138. }
  139. .button {
  140. padding-left: 44px;
  141. }
  142. .button.large {
  143. padding-left: 40em;
  144. }