summaryrefslogtreecommitdiff
path: root/core/src/main/assets/shownotes-style.css
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/assets/shownotes-style.css')
-rw-r--r--core/src/main/assets/shownotes-style.css30
1 files changed, 0 insertions, 30 deletions
diff --git a/core/src/main/assets/shownotes-style.css b/core/src/main/assets/shownotes-style.css
deleted file mode 100644
index 01d13bc16..000000000
--- a/core/src/main/assets/shownotes-style.css
+++ /dev/null
@@ -1,30 +0,0 @@
-* {
- 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;
-}