@import "ardour-toolkit-theme/theme.css"; html { height: 100%; } body { background: rgb(62,61,61); color: rgb(248,248,242); font-family: Helvetica, Arial, sans-serif !important; height: 100%; width: 100%; position: fixed; margin: 0; } div { box-sizing: border-box; } #root { display: flex; flex-direction: column; width: 100%; height: 100%; /* keep these for dialogs */ align-items: center; justify-content: center; } #fullscreen { position: fixed; z-index: 10; top: 16px; right: 12px; width: 24px; height: 24px; opacity: 0.5; outline: none; border: none; background: none; background-size: contain; background-repeat: no-repeat; background-position: center; background-image: url('expand.svg'); } #top { height: 10vh; } #mixer { display: flex; flex-direction: row; height: 100%; width: 100%; padding-bottom: 10vh; overflow-x: auto; justify-content: space-between; } .strip { display: flex; flex-direction: column; align-items: center; min-width: 200px; max-height: 768px; } .strip-meter-fader { display: flex; flex: 1; min-height: 300px; } .strip-label { padding: 1em 0; } .strip-mute { background: rgb(62,61,61); border: 1px solid rgb(36,36,36); width: 50%; } .strip-mute.toolkit-active { background: rgb(172,155,5); } .strip-mute > .toolkit-label { color: rgb(248,248,242); background-color: inherit; } .strip-mute.toolkit-active > .toolkit-label { color: rgb(36,36,36); background-color: inherit; } .strip-inserts { color: rgb(248,248,242); border: 1px solid rgb(36,36,36); width: 50%; } .strip-inserts.disabled { color: rgb(36,36,36); } .inserts-view { width: 100%; max-width: 666px; height: 100%; max-height: 500px; background: rgb(62,61,61); border: none; /* absolute positioning cannot be disabled for tk dialogs */ left: inherit !important; top: inherit !important; }