forked from ClojureCivitas/clojurecivitas.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbeta_binomial_first_pass_sampler.css
More file actions
1 lines (1 loc) · 2.97 KB
/
Copy pathbeta_binomial_first_pass_sampler.css
File metadata and controls
1 lines (1 loc) · 2.97 KB
1
.ve-posterior-sampler{border:1px solid var(--bs-border-color,#ced4da);border-radius:.65rem;padding:clamp(.8rem,3vw,1.3rem);min-width:0;background:var(--bs-body-bg,#fff);color:var(--bs-body-color,#212529)}.ve-sampling-intro{max-width:50rem}.ve-sampling-controls{display:flex;align-items:end;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin:1rem 0}.ve-rate-fieldset{border:0;padding:0;margin:0;min-width:0}.ve-rate-fieldset legend{font-size:.85rem;font-weight:700;margin-bottom:.4rem}.ve-button-row{display:flex;gap:.5rem;flex-wrap:wrap}.ve-sampling-button{border:1px solid var(--bs-border-color,#6c757d);border-radius:.35rem;padding:.55rem .85rem;font-weight:600;cursor:pointer;background:var(--bs-body-bg,#fff);color:var(--bs-body-color,#212529)}.ve-sampling-button[aria-pressed=true],.ve-sampling-button.ve-primary{border-color:#1464b5;background:#1464b5;color:#fff}.quarto-dark .ve-sampling-button[aria-pressed=true],.quarto-dark .ve-sampling-button.ve-primary{border-color:#73b7ff;background:#73b7ff;color:#10212b}.ve-sampling-button:focus-visible{outline:3px solid color-mix(in srgb,var(--ve-accent) 45%,transparent);outline-offset:2px}.ve-sampling-progress{width:100%;height:.55rem;accent-color:var(--ve-accent)}.ve-sampling-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;margin-top:1rem}.ve-sample-panel{min-width:0;border:1px solid var(--bs-border-color,#dee2e6);border-radius:.5rem;padding:clamp(.65rem,2vw,1rem);margin:0;background:var(--bs-body-bg,#fff);color:var(--bs-body-color,#212529)}.ve-sample-panel h4{font-size:1rem;margin:0 0 .25rem}.ve-sample-panel svg{display:block;width:100%;height:auto}.ve-sample-stat{font-variant-numeric:tabular-nums;margin:.2rem 0 .65rem}.ve-sample-note{font-size:.85rem;color:var(--ve-muted);margin:.5rem 0 0}.ve-empty-sample{display:grid;place-items:center;min-height:13rem;border:1px dashed var(--bs-border-color,#adb5bd);border-radius:.35rem;color:var(--ve-muted);text-align:center;padding:1rem}.ve-sampling-status{font-variant-numeric:tabular-nums;margin:.4rem 0}.ve-dot{fill:var(--ve-accent);fill-opacity:.72}.ve-dot-latest{fill:var(--ve-warm);stroke:var(--bs-body-bg,#fff);stroke-width:1.5}.ve-sample-axis{stroke:currentColor;stroke-opacity:.45}.ve-sample-guide{stroke:currentColor;stroke-opacity:.1}.ve-latest-line{stroke:var(--ve-accent);stroke-width:5;stroke-linecap:round}.ve-latest-dot{fill:var(--ve-warm);stroke:var(--bs-body-bg,#fff);stroke-width:2}.ve-draw-breakdown{width:100%;border-collapse:collapse;font-size:.82rem;font-variant-numeric:tabular-nums;margin-top:.75rem}.ve-draw-breakdown th,.ve-draw-breakdown td{padding:.35rem .45rem;border-bottom:1px solid var(--bs-border-color,#dee2e6);text-align:right;white-space:nowrap}.ve-draw-breakdown th:first-child{text-align:left}.ve-draw-breakdown-wrap{max-width:100%;overflow-x:auto}@media(max-width:575px){.ve-sampling-controls{align-items:stretch}.ve-sampling-controls>.ve-button-row{width:100%}.ve-sampling-controls>.ve-button-row .ve-sampling-button{flex:1}.ve-sampling-button{padding:.55rem .7rem}}