From 92ab575b150ab49ca85e0ac994558142e49c9e68 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Fri, 5 Apr 2024 19:20:27 +0200 Subject: Delete core module (#7060) --- app/src/main/assets/shownotes-style.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 app/src/main/assets/shownotes-style.css (limited to 'app/src/main/assets') diff --git a/app/src/main/assets/shownotes-style.css b/app/src/main/assets/shownotes-style.css new file mode 100644 index 000000000..01d13bc16 --- /dev/null +++ b/app/src/main/assets/shownotes-style.css @@ -0,0 +1,30 @@ +* { + color: %s; + overflow-wrap: break-word; +} +a { + font-style: normal; + text-decoration: none; + font-weight: normal; + color: %s; +} +a.timecode { + color: #669900; +} +img, iframe { + display: block; + margin: 10 auto; + max-width: 100%%; + height: auto; +} +body { + padding: %dpx %dpx %dpx %dpx; +} +p#apNoShownotes { + position: fixed; + top: 50%%; + left: 50%%; + transform: translate(-50%%, -50%%); + text-align: center; + -webkit-text-size-adjust: none; +} -- cgit v1.2.3