|
| 1 | +/* transparency */ |
| 2 | +html, |
| 3 | +body, |
| 4 | +nav, |
| 5 | +#nav, |
| 6 | +.nav, |
| 7 | +navbar, |
| 8 | +.navbar, |
| 9 | +#navbar, |
| 10 | +header, |
| 11 | +#header, |
| 12 | +.header, header::before, |
| 13 | +app, |
| 14 | +#app, footer, |
| 15 | +.sidebar-wrap, |
| 16 | +section, .main, |
| 17 | +#__next, .sidebar-wrapper, .sidebar-footer-wrapper, .sidebar-footer-container::before, |
| 18 | +#root, .min-h-screen.bg-white, |
| 19 | +.app, .AppContainer, |
| 20 | +.app-root, #wrapper, |
| 21 | +body[data-theme="dark"], body[data-theme="light"], |
| 22 | +#pass-sidebar, .side-bar, |
| 23 | +#main, .sidebar, .global-content__content, |
| 24 | +main, .header-top, |
| 25 | +#content, #cu-identity, |
| 26 | +section, .l-root, |
| 27 | +#__next, .landing-hero, |
| 28 | +#navigation-wrapper, |
| 29 | +#global-navbar, .layout__content-wrapper, |
| 30 | +.head.notfixed, .main-container, |
| 31 | +#app > div, .btm-nav > a, .oc-content--main, |
| 32 | +body.dark_mode, body.light_mode, |
| 33 | +text-div > textarea{ |
| 34 | + background-color: transparent !important; |
| 35 | + background: none !important; |
| 36 | + border: none !important; |
| 37 | + box-shadow: none !important; |
| 38 | + transition: background-color 0.5s ease-in-out, background 0.5s ease-in-out, border 0.5s ease-in-out, box-shadow 0.5s ease-in-out !important; |
| 39 | +} |
| 40 | +.theme-light .navbar #tabs a { |
| 41 | + border-left: none !important; |
| 42 | + border-right: none !important; |
| 43 | +} |
| 44 | +light .lilo-search .lilo-text-result p.description { |
| 45 | + color: inherit !important; |
| 46 | +} |
| 47 | + |
| 48 | +/* darkreader */ |
| 49 | +:root{ |
| 50 | + --darkreader-background-ffffff: transparent !important; |
| 51 | +} |
| 52 | + |
| 53 | +/* no footer */ |
| 54 | +footer, mfe-footer-pharos-footer, .footer, #footer{ |
| 55 | + display: none !important; |
| 56 | +} |
0 commit comments