123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- .mixin {
- border: 1px solid black;
- }
- .mixout {
- border-color: orange;
- }
- .borders {
- border-style: dashed;
- }
- .mixin > * {
- border: do not match me;
- }
- #namespace .borders {
- border-style: dotted;
- }
- #namespace .biohazard {
- content: "death";
- }
- #namespace .biohazard .man {
- color: transparent;
- }
- #theme > .mixin {
- background-color: grey;
- }
- #container {
- color: black;
- border: 1px solid black;
- border-color: orange;
- background-color: grey;
- }
- #header .milk {
- color: white;
- border: 1px solid black;
- background-color: grey;
- }
- #header #cookie {
- border-style: dashed;
- }
- #header #cookie .chips {
- border-style: dotted;
- }
- #header #cookie .chips .calories {
- color: black;
- border: 1px solid black;
- border-color: orange;
- background-color: grey;
- }
- .secure-zone {
- color: transparent;
- }
- .direct {
- border-style: dotted;
- }
- .bo,
- .bar {
- width: 100%;
- }
- .bo {
- border: 1px;
- }
- .ar.bo.ca {
- color: black;
- }
- .jo.ki {
- background: none;
- }
- .amp.support {
- color: orange;
- }
- .amp.support .higher {
- top: 0px;
- }
- .amp.support.deeper {
- height: auto;
- }
- .extended {
- width: 100%;
- border: 1px;
- background: none;
- color: orange;
- top: 0px;
- height: auto;
- }
- .extended .higher {
- top: 0px;
- }
- .extended.deeper {
- height: auto;
- }
- .do .re .mi .fa .sol .la .si {
- color: cyan;
- }
- .mutli-selector-parents {
- color: cyan;
- }
- .foo .bar {
- width: 100%;
- }
- .underParents {
- color: red;
- }
- .parent .underParents {
- color: red;
- }
- * + h1 {
- margin-top: 25px;
- }
- legend + h1 {
- margin-top: 0;
- }
- h1 + * {
- margin-top: 10px;
- }
- * + h2 {
- margin-top: 20px;
- }
- legend + h2 {
- margin-top: 0;
- }
- h2 + * {
- margin-top: 8px;
- }
- * + h3 {
- margin-top: 15px;
- }
- legend + h3 {
- margin-top: 0;
- }
- h3 + * {
- margin-top: 5px;
- }
- .error {
- background-image: "/a.png";
- background-position: center center;
- }
- .test-rec .recursion {
- color: black;
- }
- .button {
- padding-left: 44px;
- }
- .button.large {
- padding-left: 40em;
- }
|