1,300
edits
(Created page with "// <pre> →=========================== Transcripts ===========================: :root { --transcript-border-color: #b4a36a; --transcript-border-hover-color: #88701d; --filter-transcript-icon: none; } // Template:Hastranscript transclude .transcript { background: var(--body-light); border-radius: ~"0 0 120px 120px / 0 0 8px 8px"; box-shadow: 0 5px 7px -7px rgba(0, 0, 0, 0.4); width: 50%; overflow: hidden; margin-bottom: 1em; padding: .5em...") |
No edit summary |
||
Line 74: | Line 74: | ||
&::before { | &::before { | ||
content: ''; | content: ''; | ||
background: url('/images/Black-chevron.svg'); | background: url('wiki/images/Black-chevron.svg'); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
filter: var(--filter-transcript-icon); | filter: var(--filter-transcript-icon); |