summaryrefslogtreecommitdiff
path: root/core/src/main/assets/shownotes-style.css
blob: 01d13bc16b690cdfe1c4e084fef65dc2744f53f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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;
}