.dotfiles/.config/chromium/Default/Extensions/khncfooichmfjbepaaaebmommgaepoid/1.6.8_0/css/popup.css
2024-09-21 15:05:15 -03:00

1 line
4.6 KiB
CSS

:root{--body:#f8f8f8;--primary-blue:#3686e4;--secondary-blue:#2862a6}html[dark_mode=true]{--body:#1c1c1c;--body-color:#f8f8f8}body{font-size:1.125rem;font-family:Lato,Arial,Helvetica Neue,Helvetica,sans-serif;margin:0;color:var(--body-color);background:var(--body)}#container{width:22.7rem;margin:auto}#options::-webkit-scrollbar{width:.4rem}#options::-webkit-scrollbar-track{background:none}#options::-webkit-scrollbar-thumb{background:var(--scrollbar)}#options::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-hover)}:root{--icon-background:#c4c4c4;--icon-color:#fff;--icon-background-hover:#b4b4b4;--site-bar:#dfdfdf;--h-line:#dbdbdb;--check-off-border:#c4c4c4;--check-off-circle:#c4c4c4;--check-on-background:var(--primary-blue);--check-on-circle:#fff;--tree-switch:#bdbdbd;--sub-list-accent:#dbdbdb;--scrollbar:#c4c4c4;--scrollbar-hover:#b4b4b4;--footer-links:#555;--footer-links-hover:#343434;--big-off:#bbb;--big-off-hover:#bab5b5}html[dark_mode=true]{--icon-background:#5c5c5c;--icon-background-hover:#4f4f4f;--site-bar:#333;--h-line:#555;--check-off-border:#888;--check-on-background:var(--secondary-blue);--tree-switch:#888;--sub-list-accent:#555;--scrollbar:#444;--scrollbar-hover:#333;--footer-links:#ccc;--footer-links-hover:#ddd;--big-off:#888}#content{padding:.5rem 1.2rem 0}#footer,#header,#header>div,#header label{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}#header{-webkit-justify-content:space-between;justify-content:space-between}#footer{font-size:1rem;padding:.2rem;-webkit-justify-content:space-around;justify-content:space-around}#footer>a{text-decoration:none;color:var(--footer-links)}#footer>a:hover{color:var(--footer-links-hover)}#logo{font-size:1.3rem}#logo>img{margin-right:.5rem}#icons svg,#logo>img{height:1.4rem;width:1.4rem}#icons svg{fill:var(--icon-background)}#icons svg:hover{cursor:pointer;fill:var(--icon-background-hover)}#icons>*{margin-left:.2rem}hr{border-width:0;background-color:var(--h-line);margin-bottom:0;margin-top:.625rem;height:.125rem}#footer-hr{height:.05rem;margin-top:0}.check~label{display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center}.check~label:after,.check~label:before,.tree-switch~label{cursor:pointer}.check~label:before{content:"";-webkit-box-shadow:inset 0 0 0 .1rem var(--check-off-border);box-shadow:inset 0 0 0 .1rem var(--check-off-border)}#options .check~label:before{width:1.9rem;height:1rem;margin-right:.8rem;-webkit-border-radius:.6rem;border-radius:.6rem}#options .suboption .check~label:before,#options li>ul .check~label:before{width:1.66rem;height:.875rem;margin-right:.7rem;-webkit-border-radius:.55rem;border-radius:.55rem}.check~label:after{content:"";position:absolute;background-color:var(--check-off-circle);margin-left:.15rem;-webkit-border-radius:50%;border-radius:50%;-webkit-transition:transform .15s ease-in-out;transition:transform .15s ease-in-out}#options .check~label:after{width:.75rem;height:.75rem}#options .suboption .check~label:after,#options li>ul .check~label:after{width:.63rem;height:.63rem}#container .check:checked~label:before{-webkit-box-shadow:none;box-shadow:none;background-color:var(--check-on-background)}#container .check:checked~label:after{background-color:var(--check-on-circle)}#options .check:checked~label:after{-webkit-transform:translateX(.81rem);transform:translateX(.81rem)}#options .suboption .check:checked~label:after,#options li>ul .check:checked~label:after{-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}#options .check:indeterminate~label:after{-webkit-transform:translateX(.4rem);transform:translateX(.4rem)}input[type=checkbox]{display:none}ul{list-style:none;position:relative}#options>ul{padding-left:.5rem;margin-top:.625rem;margin-bottom:.25rem}#options label{margin-bottom:.44rem}.suboption,li>ul{padding-left:1.06rem}.tree-switch~label{width:.875rem;height:.125rem;margin-left:18.5rem}.tree-switch~label,.tree-switch~label:before{position:absolute;background-color:var(--tree-switch)}.tree-switch~label:before{content:"";width:.125rem;height:.875rem;top:-.375rem;left:.375rem}.tree-switch:not(:checked)~label:before{display:none}.check-tree,.check-tree>span{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}#options{overflow-y:scroll;height:23rem;padding:0 1.2rem}html[yt_on=false] #options,html[yt_on=true] #off{display:none}#off{fill:var(--big-off);height:23rem;display:flex;flex-direction:column;justify-content:center;align-items:center}#off svg:hover{cursor:pointer;fill:var(--big-off-hover)}li>ul:before{content:"";width:.2rem;height:calc(100% - .2rem);background-color:var(--sub-list-accent);position:absolute;left:.2rem;top:-.125rem}.hidden{display:none}