summaryrefslogtreecommitdiff
path: root/core/src/main/assets
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-02-05 16:51:59 +0100
committerByteHamster <info@bytehamster.com>2020-02-05 16:51:59 +0100
commitd74b8d06b21448a1ac2441bbdd95ff8179b754e8 (patch)
treef5c9f571935c05a417ed312b3db256b51926af5a /core/src/main/assets
parentc3e1f8afbbb798c2bc1fde2d835d19cce5ebfc31 (diff)
parentf790b78b1a6c2aaf0fb789be9542d09ed2da47d2 (diff)
downloadAntennaPod-d74b8d06b21448a1ac2441bbdd95ff8179b754e8.zip
Merge branch 'develop' into extract-queue-item-view
Diffstat (limited to 'core/src/main/assets')
-rw-r--r--core/src/main/assets/shownotes-style.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/core/src/main/assets/shownotes-style.css b/core/src/main/assets/shownotes-style.css
new file mode 100644
index 000000000..d0c8564aa
--- /dev/null
+++ b/core/src/main/assets/shownotes-style.css
@@ -0,0 +1,37 @@
+@font-face {
+ font-family: 'Roboto-Light';
+ src: url('file:///android_asset/Roboto-Light.ttf');
+}
+* {
+ color: %s;
+ font-family: roboto-Light;
+ font-size: 13pt;
+ overflow-wrap: break-word;
+}
+a {
+ font-style: normal;
+ text-decoration: none;
+ font-weight: normal;
+ color: #00A8DF;
+}
+a.timecode {
+ color: #669900;
+}
+img, iframe {
+ display: block;
+ margin: 10 auto;
+ max-width: 100%%;
+ height: auto;
+}
+body {
+ margin: %dpx %dpx %dpx %dpx;
+}
+p#apNoShownotes {
+ position: fixed;
+ top: 50%%;
+ left: 50%%;
+ transform: translate(-50%%, -50%%);
+ text-align: center;
+ -webkit-text-size-adjust: none;
+ font-size: 80%%;
+}