a556030931
In essence, tests are not an importable submodule anymore but an independent piece of code that won't be installed in a user's site-packages directory.
114 lines
1.5 KiB
CSS
114 lines
1.5 KiB
CSS
.mixin {
|
|
direction: rtl;
|
|
}
|
|
#mixin {
|
|
unicode-bidi: embed;
|
|
}
|
|
.bible-quote {
|
|
direction: rtl;
|
|
unicode-bidi: embed;
|
|
}
|
|
.nested_mixin_1 {
|
|
letter-spacing: -1px;
|
|
}
|
|
.nested_mixin_1 #mixin {
|
|
white-space: pre;
|
|
}
|
|
.nested {
|
|
letter-spacing: -1px;
|
|
}
|
|
.nested #mixin {
|
|
white-space: pre;
|
|
}
|
|
#nested_mixin_1 {
|
|
color: red;
|
|
}
|
|
#nested_mixin_1 .mixin {
|
|
color: yellow;
|
|
}
|
|
pre {
|
|
color: red;
|
|
}
|
|
pre .mixin {
|
|
color: yellow;
|
|
}
|
|
div.nest a:hover .deep p,
|
|
div.nest a:focus .deep p {
|
|
widows: 3;
|
|
}
|
|
.nest_deep a:hover .deep p,
|
|
.nest_deep a:focus .deep p {
|
|
widows: 3;
|
|
}
|
|
.mixout {
|
|
border-color: orange;
|
|
}
|
|
.borders {
|
|
border-style: dashed;
|
|
}
|
|
#namespace .borders {
|
|
border-style: dotted;
|
|
}
|
|
#namespace .biohazard {
|
|
content: "death";
|
|
}
|
|
#namespace .biohazard .man {
|
|
color: transparent;
|
|
}
|
|
#theme > .mixin {
|
|
background-color: grey;
|
|
}
|
|
#container {
|
|
color: black;
|
|
border-color: orange;
|
|
background-color: grey;
|
|
}
|
|
#header .milk {
|
|
color: white;
|
|
background-color: grey;
|
|
}
|
|
#header #cookie {
|
|
border-style: dashed;
|
|
}
|
|
#header #cookie .chips {
|
|
border-style: dotted;
|
|
}
|
|
#header #cookie .chips .calories {
|
|
color: black;
|
|
border-color: orange;
|
|
background-color: grey;
|
|
}
|
|
.secure-zone {
|
|
color: transparent;
|
|
}
|
|
.outer .inner {
|
|
padding: 3px;
|
|
}
|
|
.tx {
|
|
padding: 3px;
|
|
padding: 3px;
|
|
}
|
|
.clear {
|
|
padding: -100px;
|
|
}
|
|
.clear:before {
|
|
display: table;
|
|
content: "";
|
|
}
|
|
.fallback {
|
|
margin: 2px;
|
|
padding: -100px;
|
|
}
|
|
.fallback:before {
|
|
display: table;
|
|
content: "";
|
|
}
|
|
.row {
|
|
margin: 2px;
|
|
padding: -100px;
|
|
}
|
|
.row:before {
|
|
display: table;
|
|
content: "";
|
|
}
|