title: $:/plugins/tiddlywiki/consent-banner/styles tags: $:/tags/Stylesheet .tc-consent-backdrop { z-index: 1999; position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: <>; } .tc-consent-banner-left { z-index: 2000; position: fixed; left: 0; top: 0; bottom: 0; max-width: 500px; overflow-y: auto; } .tc-consent-banner { padding: 1em; background: <>; color: <>; box-shadow: 0 0 20px rgba(0,0,0,.2); } .tc-consent-banner a.tc-tiddlylink-external { text-decoration: underline; color: <>; background-color: inherit; } .tc-consent-banner a.tc-tiddlylink-external:visited { color: <>; background-color: inherit; } .tc-consent-banner hr { clear: both; padding: 0; width: 100%; overflow: hidden; text-align: left; border: 0 none; margin: 24px 0; height: 1px; max-height: 1px; background: <>; } .tc-consent-buttons { } .tc-consent-banner .tc-consent-button { margin-right: 1em; } .tc-consent-button { border: 1px solid <>; margin-top: 1em; padding: 0.75em 1.5em; color: <>; background: <>; font-weight: bold; } .tc-consent-button:hover { color: <>; border-color: <>; background: <>; opacity: .6; } .tc-consent-button-default { color: <>; background: <>; } .tc-blocked-embedded-content { display: inline-block; overflow: hidden; color: <>; background: <>; border: 1px solid <>; <> } .tc-blocked-embedded-content-inner { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; } .tc-blocked-embedded-content-inner-inner { display: inline-block; text-align: center; } .tc-blocked-embedded-content-inner-inner hr { background: <>; height: 1px; width: 80%; border: none; }