1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573 |
- :root {
- --bytm-dialog-accent-col: #3683d4;
- --bytm-advanced-mode-color: #c5a73b;
- --bytm-experimental-col: #d07ff0;
- --bytm-warning-col: #ff5233;
- --bytm-reload-col: #42b045;
- }
- /* TODO(v1.2): leave only dialog */
- #bytm-cfg-dialog-bg,
- #bytm-cfg-menu-bg
- {
- --bytm-dialog-height-max: 800px;
- --bytm-dialog-width-max: 1150px;
- --bytm-menu-height-max: 800px;
- --bytm-menu-width-max: 1150px;
- }
- .bytm-dialog-bg.bytm-dom-yt,
- .bytm-menu-bg.bytm-dom-yt {
- z-index: 10042;
- }
- .bytm-dialog.bytm-dom-yt,
- .bytm-menu.bytm-dom-yt {
- z-index: 10069;
- }
- .bytm-dialog-body p {
- overflow-wrap: break-word;
- }
- .bytm-dialog-body details summary {
- cursor: pointer;
- font-style: italic;
- }
- #bytm-version-notif-dialog-btns {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- margin-top: 20px;
- }
- #bytm-disable-update-check-wrapper {
- display: flex;
- align-items: center;
- font-size: 1.5rem;
- margin-top: 35px;
- }
- #bytm-disable-update-check-wrapper label {
- padding-left: 12px;
- }
- #bytm-version-notif-changelog-cont {
- max-height: calc(max(var(--calc-max-height) - 280px, 0px));
- overflow-y: auto;
- margin: 10px 0px;
- }
- #bytm-version-notif-changelog-details {
- margin-top: 15px;
- }
- .bytm-disable-update-check-toggle-label-wrapper {
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- }
- .bytm-secondary-label {
- padding-left: 12px;
- font-size: 1.3rem;
- }
- .bytm-adorn-icon {
- display: inline-flex;
- align-items: center;
- cursor: help;
- }
- .bytm-ftconf-adv-copy-btn {
- margin: 0px 10px;
- }
- .bytm-ftitem-adornment svg path {
- fill: var(--bytm-dialog-accent-col, #fff) !important;
- }
- .bytm-advanced-mode-icon svg path {
- fill: var(--bytm-advanced-mode-color, #fff) !important;
- }
- .bytm-experimental-icon svg path {
- fill: var(--bytm-experimental-col, #fff) !important;
- }
- .bytm-warning-icon svg {
- width: 24px;
- height: 24px;
- }
- .bytm-warning-icon svg path {
- fill: var(--bytm-warning-col, #fff) !important;
- }
- .bytm-reload-icon svg path {
- fill: var(--bytm-reload-col, #fff) !important;
- }
- /* #SECTION welcome dialog */
- #bytm-welcome-menu-title-wrapper {
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- #bytm-welcome-menu-title-logo {
- width: 32px;
- height: 32px;
- margin-right: 20px;
- }
- #bytm-welcome-menu-content-wrapper {
- overflow-y: auto;
- }
- #bytm-welcome-menu-locale-cont {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: flex-start;
- }
- #bytm-welcome-menu-locale-img {
- width: 80px;
- height: 80px;
- margin-bottom: 10px;
- }
- #bytm-welcome-menu-text-cont {
- margin-top: 16px;
- }
- #bytm-welcome-menu-text {
- font-size: 1.6rem;
- line-height: 20px;
- }
- #bytm-welcome-menu-locale-select {
- font-size: 1.6rem;
- }
- #bytm-welcome-menu-footer-cont {
- display: flex;
- justify-content: space-between;
- border-radius: 0px 0px var(--bytm-menu-border-radius) var(--bytm-menu-border-radius);
- }
- .bytm-dialog-bg {
- --bytm-dialog-bg: #333333;
- --bytm-dialog-bg-highlight: #252525;
- --bytm-scroll-indicator-bg: rgba(10, 10, 10, 0.7);
- --bytm-dialog-separator-color: #797979;
- --bytm-dialog-border-radius: 10px;
- }
- .bytm-dialog-bg {
- display: block;
- position: fixed;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- z-index: 5;
- background-color: rgba(0, 0, 0, 0.6);
- }
- .bytm-dialog {
- --calc-max-height: calc(min(100vh - 40px, var(--bytm-dialog-height-max)));
- position: absolute;
- display: flex;
- flex-direction: column;
- width: calc(min(100% - 60px, var(--bytm-dialog-width-max)));
- border-radius: var(--bytm-dialog-border-radius);
- height: auto;
- max-height: var(--calc-max-height);
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- z-index: 6;
- color: #fff;
- background-color: var(--bytm-dialog-bg);
- }
- .bytm-dialog-body {
- font-size: 1.5rem;
- padding: 20px;
- }
- .bytm-dialog-body.small {
- padding: 15px;
- }
- #bytm-dialog-opts {
- display: flex;
- flex-direction: column;
- position: relative;
- padding: 30px 0px;
- overflow-y: auto;
- }
- .bytm-dialog-header {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 6px;
- padding: 15px 20px 15px 20px;
- background-color: var(--bytm-dialog-bg);
- border: 2px solid var(--bytm-dialog-separator-color);
- border-style: none none solid none !important;
- border-radius: var(--bytm-dialog-border-radius) var(--bytm-dialog-border-radius) 0px 0px;
- }
- .bytm-dialog-header.small {
- padding: 10px 15px;
- border-style: none none solid none !important;
- }
- .bytm-dialog-header-pad {
- content: " ";
- min-height: 32px;
- }
- .bytm-dialog-header-pad.small {
- min-height: 24px;
- }
- .bytm-dialog-titlecont {
- display: flex;
- align-items: center;
- }
- .bytm-dialog-titlecont-no-title {
- display: flex;
- justify-content: flex-end;
- align-items: center;
- }
- .bytm-dialog-title {
- position: relative;
- display: inline-block;
- font-size: 22px;
- }
- #bytm-dialog-version {
- position: absolute;
- width: 100%;
- bottom: -10px;
- left: 0;
- font-size: 10px;
- font-weight: normal;
- z-index: 7;
- }
- #bytm-dialog-version .bytm-link {
- color: #c6d2db !important;
- text-decoration: none !important;
- cursor: pointer;
- }
- #bytm-dialog-version .bytm-link:hover {
- color: #c6d2db !important;
- text-decoration: underline !important;
- }
- #bytm-dialog-linkscont {
- display: flex;
- align-items: center;
- margin-left: 32px;
- }
- .bytm-dialog-link {
- display: inline-flex;
- align-items: center;
- cursor: pointer;
- }
- .bytm-dialog-link:not(:last-of-type) {
- margin-right: 10px;
- }
- .bytm-dialog-link .bytm-dialog-img {
- position: relative;
- border-radius: 50%;
- bottom: 0px;
- transition: bottom 0.15s ease-out;
- }
- .bytm-dialog-link:hover .bytm-dialog-img {
- bottom: 5px;
- }
- .bytm-dialog-close {
- cursor: pointer;
- }
- .bytm-dialog-header-img,
- .bytm-dialog-close
- {
- width: 32px;
- height: 32px;
- }
- .bytm-dialog-header-img.small,
- .bytm-dialog-close.small
- {
- width: 24px;
- height: 24px;
- }
- .bytm-dialog-footer {
- font-size: 17px;
- text-decoration: underline;
- }
- .bytm-dialog-footer.hidden {
- display: none;
- }
- .bytm-dialog-footer-cont {
- margin-top: 6px;
- padding: 15px 20px;
- background: var(--bytm-dialog-bg);
- background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--bytm-dialog-bg) 30%, var(--bytm-dialog-bg) 100%);
- border: 2px solid var(--bytm-dialog-separator-color);
- border-style: solid none none none !important;
- border-radius: 0px 0px var(--bytm-dialog-border-radius) var(--bytm-dialog-border-radius);
- }
- #bytm-dialog-footer-buttons-cont button:not(:last-of-type) {
- margin-right: 15px;
- }
- .bytm-dialog-footer-right {
- display: flex;
- flex-direction: row-reverse;
- align-items: center;
- margin-top: 15px;
- }
- #bytm-dialog-footer-left-buttons-cont button:not(:last-of-type) {
- margin-right: 15px;
- }
- #bytm-dialog-scroll-indicator {
- --bytm-scroll-indicator-padding: 5px;
- position: sticky;
- bottom: -15px;
- left: 50%;
- margin-top: calc(-32px - var(--bytm-scroll-indicator-padding) * 2);
- padding: var(--bytm-scroll-indicator-padding);
- transform: translateX(-50%);
- width: 32px;
- height: 32px;
- z-index: 7;
- background-color: var(--bytm-scroll-indicator-bg);
- border-radius: 50%;
- cursor: pointer;
- }
- .bytm-hidden {
- visibility: hidden !important;
- }
- .bytm-ftconf-category-header {
- font-size: 20px;
- margin-top: 32px;
- margin-bottom: 8px;
- padding: 0px 20px;
- }
- .bytm-ftconf-category-header:first-of-type {
- margin-top: 0;
- }
- .bytm-dialog .bytm-ftitem {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- font-size: 1.4em;
- padding: 8px 20px;
- transition: background-color 0.15s ease-out;
- }
- .bytm-dialog .bytm-ftitem:hover {
- background-color: var(--bytm-dialog-bg-highlight);
- }
- .bytm-ftitem-leftside {
- display: flex;
- align-items: center;
- min-height: 24px;
- }
- .bytm-ftconf-ctrl {
- display: inline-flex;
- align-items: center;
- white-space: nowrap;
- margin-left: 10px;
- }
- .bytm-ftconf-label {
- user-select: none;
- }
- .bytm-slider-label {
- margin-right: 10px;
- }
- .bytm-ftconf-input.bytm-hotkey-input {
- cursor: pointer;
- min-width: 80px;
- }
- .bytm-ftconf-input[type=number] {
- width: 75px;
- }
- .bytm-ftconf-input[type=range] {
- width: 200px;
- }
- .bytm-ftconf-input[type=text] {
- width: 200px;
- }
- .bytm-ftconf-input[type=checkbox] {
- margin-left: 5px;
- }
- #bytm-export-dialog-text, #bytm-import-dialog-text {
- font-size: 1.6em;
- margin-bottom: 15px;
- }
- .bytm-dialog-footer-copied {
- font-size: 1.6em;
- margin-right: 15px;
- }
- #bytm-changelog-dialog-body {
- overflow-y: auto;
- }
- #bytm-export-dialog-textarea, #bytm-import-dialog-textarea {
- width: 100%;
- height: 150px;
- resize: none;
- }
- .bytm-markdown-container {
- display: flex;
- flex-direction: column;
- overflow-y: auto;
- font-size: 1.4rem;
- line-height: 20px;
- }
- /* Markdown stuff */
- .bytm-markdown-container kbd, .bytm-kbd {
- --bytm-easing: cubic-bezier(0.31, 0.58, 0.24, 1.15);
- display: inline-block;
- vertical-align: bottom;
- padding: 4px;
- padding-top: 2px;
- font-size: 0.95em;
- line-height: 11px;
- background-color: #222;
- border: 1px solid #777;
- border-radius: 5px;
- box-shadow: inset 0 -2px 0 #515559;
- transition: padding 0.1s var(--bytm-easing), margin-top 0.1s var(--bytm-easing), box-shadow 0.1s var(--bytm-easing);
- }
- .bytm-markdown-container kbd:active, .bytm-kbd:active {
- padding-bottom: 2px;
- margin-top: 2px;
- box-shadow: inset 0 0 0 initial;
- }
- .bytm-markdown-container kbd::selection, .bytm-kbd::selection {
- background: rgba(0, 0, 0, 0);
- }
- .bytm-markdown-container code {
- background-color: #222;
- border-radius: 3px;
- padding: 1px 5px;
- font-family: monospace;
- }
- .bytm-markdown-container h2 {
- margin-bottom: 5px;
- }
- .bytm-markdown-container h2:not(:first-of-type) {
- margin-top: 30px;
- }
- .bytm-markdown-container ul li::before {
- content: "• ";
- font-weight: bolder;
- }
- .bytm-markdown-container ul li > ul li::before {
- white-space: pre-wrap;
- content: " • ";
- font-weight: bolder;
- }
- #bytm-feat-help-dialog-desc, #bytm-feat-help-dialog-text {
- overflow-wrap: break-word;
- white-space: pre-wrap;
- font-size: 1.5em;
- }
- #bytm-feat-help-dialog-desc {
- font-size: 1.65em;
- padding-bottom: 5px;
- }
- .bytm-ftitem-help-btn {
- width: 24px !important;
- height: 24px !important;
- }
- .bytm-ftitem-help-btn svg {
- width: 18px !important;
- height: 18px !important;
- }
- .bytm-ftitem-help-btn svg > path {
- fill: #b3bec7 !important;
- }
- hr {
- display: block;
- margin: 8px 0px 12px 0px;
- border: revert;
- }
- .bytm-ftitem-adornment {
- display: inline-flex;
- justify-content: flex-start;
- align-items: center;
- margin-right: 6px;
- }
- .bytm-hotkey-wrapper {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: flex-end;
- }
- .bytm-hotkey-reset {
- font-size: 0.9em;
- margin-right: 10px;
- }
- .bytm-hotkey-info {
- font-size: 0.9em;
- white-space: nowrap;
- }
- .bytm-toggle-input-wrapper {
- --toggle-height: 20px;
- --toggle-width: 40px;
- --toggle-knob-offset: 4px;
- --toggle-color-on: var(--bytm-dialog-accent-col, #4595c7);
- --toggle-color-off: #707070;
- --toggle-knob-color: #f5f5f5;
- display: flex;
- align-items: center;
- }
- .bytm-toggle-input-wrapper .bytm-toggle-input-label {
- cursor: pointer;
- font-size: 1.5rem;
- padding: 3px 12px;
- }
- /* sauce: https://danklammer.com/articles/simple-css-toggle-switch/ */
- .bytm-toggle-input {
- display: flex;
- align-items: center;
- }
- .bytm-toggle-input input {
- appearance: none;
- display: inline-block;
- width: var(--toggle-width);
- height: var(--toggle-height);
- position: relative;
- border-radius: 50px;
- overflow: hidden;
- outline: none;
- border: none;
- margin: 0;
- padding: var(--toggle-knob-offset);
- cursor: pointer;
- background-color: var(--toggle-color-off);
- transition: justify-content 0.2s ease, background-color 0.2s ease;
- }
- .bytm-toggle-input input[data-toggled="true"] {
- background-color: var(--toggle-color-on);
- }
- .bytm-toggle-input input .bytm-toggle-input-knob {
- --toggle-knob-calc-width: calc(var(--toggle-height) - (var(--toggle-knob-offset) * 2));
- --toggle-knob-calc-height: calc(var(--toggle-height) - (var(--toggle-knob-offset) * 2));
- width: var(--toggle-knob-calc-width);
- height: var(--toggle-knob-calc-height);
- background-color: var(--toggle-knob-color);
- border-radius: 50%;
- position: absolute;
- top: 50%;
- transform: translateY(-50%);
- left: var(--toggle-knob-offset);
- transition: left 0.2s ease;
- }
- .bytm-toggle-input input[data-toggled="true"] .bytm-toggle-input-knob {
- left: calc(var(--toggle-width) - var(--toggle-knob-offset) - var(--toggle-knob-calc-width));
- }
- .bytm-menu-bg {
- --bytm-menu-bg: #333333;
- --bytm-menu-bg-highlight: #252525;
- --bytm-scroll-indicator-bg: rgba(10, 10, 10, 0.7);
- --bytm-menu-separator-color: #797979;
- --bytm-menu-border-radius: 10px;
- }
- .bytm-menu-bg {
- display: block;
- position: fixed;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- z-index: 5;
- background-color: rgba(0, 0, 0, 0.6);
- }
- .bytm-menu {
- position: fixed;
- display: flex;
- flex-direction: column;
- width: calc(min(100% - 60px, var(--bytm-menu-width-max)));
- border-radius: var(--bytm-menu-border-radius);
- height: auto;
- max-height: calc(min(100% - 40px, var(--bytm-menu-height-max)));
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- z-index: 6;
- color: #fff;
- background-color: var(--bytm-menu-bg);
- }
- .bytm-menu.top-aligned {
- top: 0;
- transform: translate(-50%, 40px);
- }
- .bytm-menu-body {
- padding: 20px;
- }
- #bytm-menu-opts {
- display: flex;
- flex-direction: column;
- position: relative;
- padding: 20px 0px;
- overflow-y: auto;
- }
- .bytm-menu-header {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 6px;
- padding: 15px 20px 15px 20px;
- background-color: var(--bytm-menu-bg);
- border: 2px solid var(--bytm-menu-separator-color);
- border-style: none none solid none !important;
- border-radius: var(--bytm-menu-border-radius) var(--bytm-menu-border-radius) 0px 0px;
- }
- .bytm-menu-header.small {
- padding: 10px 15px;
- border-style: none none solid none !important;
- }
- .bytm-menu-titlecont {
- position: relative;
- display: flex;
- align-items: center;
- }
- .bytm-menu-titlecont-no-title {
- display: flex;
- justify-content: flex-end;
- align-items: center;
- }
- .bytm-menu-title {
- position: relative;
- display: inline-block;
- font-size: 22px;
- }
- #bytm-cfg-menu-bg .bytm-menu-title {
- transform: translate(0px, -6px);
- }
- #bytm-cfg-menu {
- --bytm-menu-subtitle-color: #c6d2db;
- }
- #bytm-menu-subtitle-cont {
- width: 100%;
- display: flex;
- gap: 6px;
- flex-direction: row;
- justify-content: space-between;
- align-items: end;
- position: absolute;
- bottom: -12px;
- left: 0;
- font-size: 10px;
- font-weight: normal;
- z-index: 7;
- }
- #bytm-menu-subtitle-cont, #bytm-menu-version-anchor {
- color: var(--bytm-menu-subtitle-color) !important;
- }
- #bytm-menu-subtitle-cont, #bytm-menu-mode-display {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- #bytm-menu-version-anchor {
- overflow: hidden;
- text-wrap: nowrap;
- text-overflow: ellipsis;
- }
- #bytm-menu-linkscont {
- display: flex;
- align-items: center;
- margin-left: 32px;
- }
- .bytm-menu-link {
- position: relative;
- max-height: 32px;
- max-width: 32px;
- display: inline-flex;
- flex-direction: column;
- align-items: center;
- cursor: pointer;
- }
- .bytm-menu-link:not(:last-of-type) {
- margin-right: 10px;
- }
- .bytm-menu-link .bytm-menu-img {
- width: 32px;
- height: 32px;
- border-radius: 50%;
- padding: 0px;
- transform: translateY(0px);
- transition: transform 0.15s ease-out, padding 0.15s ease-out;
- }
- .bytm-menu-link:hover .bytm-menu-img {
- padding: 7px;
- transform: translateY(-14px);
- }
- .bytm-menu-link .extended-link {
- visibility: hidden;
- position: absolute;
- top: 14px;
- padding-top: 13px;
- padding-bottom: 2px;
- opacity: 0;
- text-decoration: none;
- color: var(--bytm-menu-subtitle-color) !important;
- white-space: pre;
- font-size: 1.1rem;
- transition: visibility 0.15s ease-out, opacity 0.15s ease-out;
- }
- .bytm-menu-link:hover .extended-link {
- visibility: visible;
- opacity: 1;
- }
- .bytm-menu-close {
- width: 32px;
- height: 32px;
- cursor: pointer;
- }
- .bytm-menu-close.small {
- width: 24px;
- height: 24px;
- }
- .bytm-menu-footer {
- font-size: 17px;
- text-decoration: underline;
- }
- .bytm-menu-footer.hidden {
- display: none;
- }
- .bytm-menu-footer-cont {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- margin-top: 6px;
- padding: 15px 20px;
- background: var(--bytm-menu-bg);
- background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--bytm-menu-bg) 30%, var(--bytm-menu-bg) 100%);
- border: 2px solid var(--bytm-menu-separator-color);
- border-style: solid none none none !important;
- border-radius: 0px 0px var(--bytm-menu-border-radius) var(--bytm-menu-border-radius);
- }
- #bytm-menu-footer-buttons-cont button:not(:last-of-type) {
- margin-right: 15px;
- }
- .bytm-menu-footer-right {
- display: flex;
- flex-direction: row-reverse;
- align-items: center;
- }
- #bytm-menu-footer-left-buttons-cont button:not(:last-of-type) {
- margin-right: 15px;
- }
- #bytm-menu-scroll-indicator {
- --bytm-scroll-indicator-padding: 5px;
- position: sticky;
- bottom: -15px;
- left: 50%;
- margin-top: calc(-32px - var(--bytm-scroll-indicator-padding) * 2);
- padding: var(--bytm-scroll-indicator-padding);
- transform: translateX(-50%);
- width: 32px;
- height: 32px;
- z-index: 7;
- background-color: var(--bytm-scroll-indicator-bg);
- border-radius: 50%;
- cursor: pointer;
- }
- .bytm-hidden {
- visibility: hidden !important;
- }
- .bytm-ftconf-category-header {
- font-size: 20px;
- margin-top: 32px;
- margin-bottom: 8px;
- padding: 0px 20px;
- }
- .bytm-ftconf-category-header:first-of-type {
- margin-top: 0;
- }
- .bytm-ftitem {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- font-size: 1.4rem;
- padding: 8px 20px;
- transition: background-color 0.15s ease-out;
- }
- .bytm-ftitem:hover {
- background-color: var(--bytm-menu-bg-highlight);
- }
- .bytm-ftitem-leftside {
- display: flex;
- align-items: center;
- min-height: 24px;
- }
- .bytm-ftconf-ctrl {
- display: inline-flex;
- align-items: center;
- white-space: nowrap;
- margin-left: 10px;
- }
- .bytm-ftconf-label {
- user-select: none;
- }
- .bytm-slider-label {
- margin-right: 10px;
- }
- .bytm-toggle-label {
- padding-left: 10px;
- padding-right: 5px;
- }
- .bytm-ftconf-input.bytm-hotkey-input {
- cursor: pointer;
- min-width: 50px;
- }
- .bytm-ftconf-input[type=number] {
- width: 75px;
- }
- .bytm-ftconf-input[type=checkbox] {
- margin-left: 5px;
- }
- #bytm-export-menu-text, #bytm-import-menu-text {
- white-space: pre-wrap;
- font-size: 1.6rem;
- margin-bottom: 15px;
- }
- .bytm-menu-footer-copied {
- font-size: 1.6rem;
- margin-right: 15px;
- }
- #bytm-changelog-menu-body {
- overflow-y: auto;
- }
- .bytm-changelog-version-details:not(:first-of-type) {
- margin-top: 15px;
- }
- .bytm-changelog-version-details summary h2 {
- display: inline-block;
- }
- .bytm-changelog-version-details summary {
- cursor: pointer;
- }
- .bytm-changelog-version-details summary::marker {
- font-size: 2rem;
- }
- #bytm-export-menu-textarea, #bytm-import-menu-textarea {
- width: 100%;
- height: 150px;
- resize: none;
- }
- .bytm-markdown-container {
- display: flex;
- flex-direction: column;
- overflow-y: auto;
- font-size: 1.5rem;
- line-height: 20px;
- }
- /* Markdown stuff */
- .bytm-markdown-container kbd {
- --bytm-easing: cubic-bezier(0.31, 0.58, 0.24, 1.15);
- display: inline-block;
- vertical-align: bottom;
- padding: 4px;
- padding-top: 2px;
- font-size: 0.95em;
- line-height: 11px;
- background-color: #222;
- border: 1px solid #777;
- border-radius: 5px;
- box-shadow: inset 0 -2px 0 #515559;
- transition: padding 0.1s var(--bytm-easing), box-shadow 0.1s var(--bytm-easing);
- }
- .bytm-markdown-container kbd:active {
- padding-bottom: 2px;
- box-shadow: inset 0 0 0 initial;
- }
- .bytm-markdown-container kbd::selection {
- background: rgba(0, 0, 0, 0);
- }
- .bytm-markdown-container code {
- background-color: #222;
- border-radius: 3px;
- padding: 1px 5px;
- }
- .bytm-markdown-container h2 {
- margin-bottom: 5px;
- }
- .bytm-markdown-container h2:not(:first-of-type) {
- margin-top: 30px;
- }
- .bytm-markdown-container ul li {
- padding-left: 0px;
- }
- .bytm-markdown-container ul li::marker {
- content: none;
- }
- .bytm-markdown-container ul li::before {
- content: "• ";
- font-weight: bolder;
- }
- .bytm-markdown-container ul li > ul li {
- padding-left: 16px;
- }
- .bytm-markdown-container ul li > ul li::marker {
- content: none;
- }
- .bytm-markdown-container ul li > ul li::before {
- white-space: pre-wrap;
- content: "• ";
- font-weight: bolder;
- }
- .bytm-markdown-container ul li > ul li > ul li {
- padding-left: 16px;
- }
- .bytm-markdown-container ul li > ul li > ul li::marker {
- content: none;
- }
- .bytm-markdown-container ul li > ul li > ul li::before {
- white-space: pre-wrap;
- content: "• ";
- font-weight: bolder;
- }
- .bytm-markdown-container .pr-link-cont {
- padding-top: 10px;
- }
- #bytm-feat-help-dialog-desc, #bytm-feat-help-dialog-text {
- overflow-wrap: break-word;
- white-space: pre-wrap;
- font-size: 1.5rem;
- line-height: 1.25em;
- }
- #bytm-feat-help-dialog-desc {
- font-size: 1.8rem;
- padding-bottom: 10px;
- }
- .bytm-ftitem-help-btn {
- width: 24px !important;
- height: 24px !important;
- }
- .bytm-ftitem-help-btn svg {
- width: 18px !important;
- height: 18px !important;
- }
- .bytm-ftitem-help-btn svg > path {
- fill: #b3bec7 !important;
- }
- hr {
- display: block;
- margin: 8px 0px 12px 0px;
- border: revert;
- }
- /* #region volume slider */
- #bytm-vol-slider-cont {
- position: relative;
- }
- #bytm-vol-slider-label {
- opacity: 0.000001;
- position: absolute;
- display: flex;
- flex-direction: row;
- align-items: center;
- gap: 5px;
- font-size: 1.4rem;
- top: 50%;
- left: 0;
- transform: translate(calc(-50% - 10px), -50%);
- text-align: right;
- transition: opacity 0.2s ease;
- }
- #bytm-vol-slider-label.has-icon {
- transform: translate(calc(-50% - 25px), -50%);
- }
- #bytm-vol-slider-label svg {
- padding: 4px;
- }
- #bytm-vol-slider-label svg path {
- fill: #909090;
- }
- #bytm-vol-slider-label.bytm-visible {
- opacity: 1;
- }
- #bytm-vol-slider-shared {
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- #bytm-vol-slider-shared svg {
- width: 20px;
- height: 20px;
- }
- /* #region misc */
- .bytm-disable-scroll {
- overflow: hidden !important;
- }
- .bytm-generic-btn {
- display: inline-flex;
- align-items: center;
- justify-content: center;
- position: relative;
- vertical-align: middle;
- cursor: pointer;
- margin-left: 8px;
- width: 36px;
- height: 36px;
- border: 1px solid transparent;
- border-radius: 100%;
- background-color: transparent;
- transition: background-color 0.2s ease;
- }
- .bytm-generic-btn:hover {
- background-color: rgba(255, 255, 255, 0.2);
- }
- .bytm-generic-btn:active {
- background-color: #5f5f5f;
- animation: flashBorder 0.4s ease 1;
- }
- @keyframes flashBorder {
- 0% {
- border: 1px solid transparent;
- }
- 20% {
- border: 1px solid #808080;
- }
- 100% {
- border: 1px solid transparent;
- }
- }
- .bytm-generic-btn-img {
- display: inline-block;
- z-index: 1;
- width: 24px;
- height: 24px;
- }
- .bytm-spinner {
- animation: rotate 1.2s linear infinite;
- }
- @keyframes rotate {
- from {
- transform: rotate(0deg);
- }
- to {
- transform: rotate(360deg);
- }
- }
- .bytm-anchor {
- all: unset;
- cursor: pointer;
- }
- /* ytmusic-logo a[bytm-animated="true"] .bytm-mod-logo-ellipse {
- transform-origin: 12px 12px;
- animation: rotate 1s ease-in-out infinite;
- } */
- ytmusic-logo a.bytm-logo-exchanged .bytm-mod-logo-path {
- transform-origin: 12px 12px;
- animation: rotate 1s ease-in-out;
- }
- ytmusic-logo a.bytm-logo-exchanged .bytm-mod-logo-img {
- width: 24px;
- height: 24px;
- z-index: 1000;
- position: absolute;
- animation: rotate-fade-in 1s ease-in-out;
- }
- @keyframes rotate-fade-in {
- 0% {
- opacity: 0;
- transform: rotate(0deg);
- }
- 30% {
- opacity: 0;
- }
- 90% {
- opacity: 1;
- }
- 100% {
- transform: rotate(360deg);
- }
- }
- .bytm-no-select {
- user-select: none;
- -ms-user-select: none;
- -moz-user-select: none;
- -webkit-user-select: none;
- }
- /* YTM does some weird styling that breaks everything, so this reverts all of BYTM's buttons to the browser default style */
- button.bytm-btn {
- padding: revert;
- border: revert;
- outline: revert;
- font: revert;
- text-transform: revert;
- color: revert;
- background: revert;
- line-height: 1.4em;
- }
- .bytm-link, .bytm-markdown-container a {
- color: #369bff !important;
- text-decoration: none !important;
- cursor: pointer;
- }
- .bytm-link:hover, .bytm-markdown-container a:hover {
- color: #369bff !important;
- text-decoration: underline !important;
- }
- button[disabled] {
- cursor: not-allowed;
- }
- button[disabled].bytm-busy {
- cursor: progress;
- }
- /* #region random fixes */
- .sponsorSkipNoticeContainer,
- .sponsorSkipObject {
- z-index: 4;
- }
- /* #region menu */
- .bytm-cfg-menu-option {
- display: block;
- padding: 8px 0;
- }
- .bytm-cfg-menu-option-item {
- display: flex;
- flex-direction: row;
- align-items: center;
- font-size: 1.4rem;
- font-weight: 400;
- line-height: 24px;
- padding: var(--yt-compact-link-paper-item-padding, 0px 36px 0 16px);
- min-height: var(--paper-item-min-height, 40px);
- white-space: nowrap;
- cursor: pointer;
- }
- .bytm-cfg-menu-option-item:hover {
- background-color: var(--yt-spec-badge-chip-background, #3e3e3e);
- }
- .bytm-cfg-menu-option-icon {
- width: 24px;
- height: 24px;
- margin-right: 16px;
- display: flex;
- align-items: center;
- flex-direction: row;
- flex: none;
- }
- .bytm-cfg-menu-option-text {
- font-size: 1.4rem;
- line-height: 2rem;
- }
- yt-multi-page-menu-section-renderer.ytd-multi-page-menu-renderer {
- border-bottom: 1px solid var(--yt-spec-10-percent-layer, #3e3e3e);
- }
- .bytm-yt-cfg-menu-option {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: center;
- padding: 0px 12px;
- min-height: var(--paper-item-min-height,48px);
- width: calc(100% - 12px);
- max-width: calc(100% - 12px);
- cursor: pointer;
- background-color: transparent;
- transition: background-color 0.2s ease;
- }
- .bytm-yt-cfg-menu-option:hover {
- background-color: var(--yt-spec-badge-chip-background, #3e3e3e) !important;
- }
- .bytm-yt-cfg-menu-option-icon {
- display: flex;
- align-items: center;
- flex-direction: row;
- width: 24px;
- height: 24px;
- margin-right: 24px;
- }
- .bytm-yt-cfg-menu-option-item {
- font-size: 14px;
- }
- /* #region watermark */
- #bytm-watermark {
- font-size: 10px;
- display: inline-block;
- position: absolute;
- left: 97px;
- top: 45px;
- z-index: 10;
- color: #f1f1f1;
- text-decoration: none;
- cursor: pointer;
- }
- #bytm-watermark:hover {
- text-decoration: underline;
- }
- /* #region above queue btns */
- #bytm-above-queue-btn-cont {
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- flex-wrap: nowrap;
- height: 100%;
- }
- #bytm-above-queue-btn-wrapper {
- white-space: nowrap;
- }
- .bytm-above-queue-btn {
- width: 32px;
- height: 32px;
- margin-left: 0;
- margin-right: 8px;
- }
- /* #region scroll to active */
- #bytm-scroll-to-active-btn-cont {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- height: 100%;
- }
- #bytm-scroll-to-active-btn-cont.hidden {
- display: none;
- }
- #bytm-scroll-to-active-btn {
- display: inline-flex;
- align-items: center;
- justify-content: center;
- border-radius: 50%;
- cursor: pointer;
- }
- #bytm-scroll-to-active-btn {
- width: revert;
- height: revert;
- }
- #bytm-scroll-to-active-btn .bytm-generic-btn-img {
- padding: 4px;
- }
- /* #region thumbnail */
- #bytm-thumbnail-overlay {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- display: none;
- background-color: #030303;
- z-index: 0;
- }
- #bytm-thumbnail-overlay-img {
- position: relative;
- width: 100%;
- height: 100%;
- }
- #bytm-thumbnail-overlay-indicator {
- position: absolute;
- bottom: 16px;
- right: 16px;
- width: calc(min(56px, 100% - 16px));
- height: calc(min(56px, 100% - 16px));
- z-index: 1;
- cursor: help;
- filter: drop-shadow(0 0 3px #000);
- }
- ytmusic-player#player #bezel {
- z-index: 1;
- }
- /* #region queue buttons */
- #side-panel ytmusic-player-queue-item .song-info.ytmusic-player-queue-item {
- position: relative;
- }
- #side-panel ytmusic-player-queue-item .bytm-queue-btn-container {
- background: rgb(0, 0, 0);
- background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #030303 15%);
- display: none;
- position: absolute;
- right: 0;
- padding-left: 25px;
- height: 100%;
- }
- #side-panel ytmusic-player-queue-item[selected] .bytm-queue-btn-container {
- background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #1D1D1D 15%);
- }
- .bytm-generic-list-queue-btn-container {
- /* otherwise the queue buttons render over the currently playing song page */
- z-index: 1;
- }
- #side-panel ytmusic-player-queue-item:hover .bytm-queue-btn-container,
- ytmusic-playlist-shelf-renderer ytmusic-responsive-list-item-renderer:hover .bytm-queue-btn-container,
- ytmusic-shelf-renderer ytmusic-responsive-list-item-renderer:hover .bytm-queue-btn-container,
- /* same thing but with :focus-within */
- #side-panel ytmusic-player-queue-item:focus-within .bytm-queue-btn-container,
- ytmusic-playlist-shelf-renderer ytmusic-responsive-list-item-renderer:focus-within .bytm-queue-btn-container,
- ytmusic-shelf-renderer ytmusic-responsive-list-item-renderer:focus-within .bytm-queue-btn-container
- {
- display: inline-flex;
- align-items: center;
- }
- ytmusic-responsive-list-item-renderer .title-column {
- align-items: center;
- }
- #side-panel ytmusic-player-queue-item[play-button-state="loading"] .bytm-queue-btn-container,
- #side-panel ytmusic-player-queue-item[play-button-state="playing"] .bytm-queue-btn-container,
- #side-panel ytmusic-player-queue-item[play-button-state="paused"] .bytm-queue-btn-container
- {
- /* using a var() with predefined value from YTM is not viable since the nesting changes the actual value of the variable */
- background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #030303 15%);
- }
- #side-panel ytmusic-player-queue-item[selected][play-button-state="loading"] .bytm-queue-btn-container,
- #side-panel ytmusic-player-queue-item[selected][play-button-state="playing"] .bytm-queue-btn-container,
- #side-panel ytmusic-player-queue-item[selected][play-button-state="paused"] .bytm-queue-btn-container
- {
- /* using a var() with predefined value from YTM is not viable since the nesting changes the actual value of the variable */
- background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #1D1D1D 15%);
- }
- ytmusic-app ytmusic-popup-container tp-yt-iron-dropdown[data-bytm-hidden=true] {
- display: none !important;
- }
- ytmusic-responsive-list-item-renderer.bytm-has-queue-btns .bytm-generic-list-queue-btn-container {
- visibility: hidden;
- }
- ytmusic-responsive-list-item-renderer.bytm-has-queue-btns .bytm-generic-list-queue-btn-container a.bytm-generic-btn {
- visibility: hidden !important;
- }
- ytmusic-responsive-list-item-renderer.bytm-has-queue-btns:hover .bytm-generic-list-queue-btn-container,
- ytmusic-responsive-list-item-renderer.bytm-has-queue-btns:focus-within .bytm-generic-list-queue-btn-container
- {
- visibility: visible;
- }
- ytmusic-responsive-list-item-renderer.bytm-has-queue-btns:hover .bytm-generic-list-queue-btn-container a.bytm-generic-btn,
- ytmusic-responsive-list-item-renderer.bytm-has-queue-btns:focus-within .bytm-generic-list-queue-btn-container a.bytm-generic-btn
- {
- visibility: visible !important;
- }
|