xref: /sqlite-3.40.0/ext/wasm/common/testing.css (revision 49048b14)
144a87f08Sstephanbody {
244a87f08Sstephan  display: flex;
344a87f08Sstephan  flex-direction: column;
444a87f08Sstephan  flex-wrap: wrap;
544a87f08Sstephan}
63961b263Sstephantextarea {
73961b263Sstephan    font-family: monospace;
83961b263Sstephan}
93961b263Sstephanheader {
103961b263Sstephan    font-size: 130%;
113961b263Sstephan    font-weight: bold;
123961b263Sstephan}
133961b263Sstephan.hidden, .initially-hidden {
143961b263Sstephan    position: absolute !important;
153961b263Sstephan    opacity: 0 !important;
163961b263Sstephan    pointer-events: none !important;
173961b263Sstephan    display: none !important;
183961b263Sstephan}
193961b263Sstephanfieldset.options {
203961b263Sstephan    font-size: 75%;
213961b263Sstephan}
223961b263Sstephanfieldset > legend {
233961b263Sstephan    padding: 0 0.5em;
243961b263Sstephan}
253961b263Sstephanspan.labeled-input {
263961b263Sstephan    padding: 0.25em;
273961b263Sstephan    margin: 0.25em 0.5em;
283961b263Sstephan    border-radius: 0.25em;
293961b263Sstephan    white-space: nowrap;
303961b263Sstephan    background: #0002;
313961b263Sstephan}
323961b263Sstephan.center { text-align: center; }
333961b263Sstephan.error {
343961b263Sstephan    color: red;
353961b263Sstephan    background-color: yellow;
363961b263Sstephan}
37848d27adSstephan.strong { font-weight: 700 }
3844a87f08Sstephan.warning { color: firebrick; }
39d85d0839Sstephan.green { color: darkgreen; }
40*49048b14Sstephan.tests-pass { background-color: green; color: white }
41*49048b14Sstephan.tests-fail { background-color: red; color: yellow }
42848d27adSstephan.faded { opacity: 0.5; }
43d85d0839Sstephan.group-start { color: blue; }
44d85d0839Sstephan.group-end { color: blue; }
4598147dd5Sstephan.input-wrapper {
4698147dd5Sstephan  white-space: nowrap;
4798147dd5Sstephan  display: flex;
4898147dd5Sstephan  align-items: center;
4998147dd5Sstephan}
5044a87f08Sstephan#test-output {
5144a87f08Sstephan  border: 1px inset;
52d85d0839Sstephan  border-radius: 0.25em;
5344a87f08Sstephan  padding: 0.25em;
5444a87f08Sstephan  /*max-height: 30em;*/
5544a87f08Sstephan  overflow: auto;
5644a87f08Sstephan  white-space: break-spaces;
5744a87f08Sstephan  display: flex; flex-direction: column;
5844a87f08Sstephan  font-family: monospace;
5944a87f08Sstephan}
6044a87f08Sstephan#test-output.reverse {
6144a87f08Sstephan  flex-direction: column-reverse;
6244a87f08Sstephan}
6398147dd5Sstephanlabel[for] { cursor: pointer }
64