summaryrefslogtreecommitdiff
path: root/core/src/main/assets/shownotes-style.css
blob: c21a77eae9631fc3f49eb19d0e9f82c9edbbf60f (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
31
32
33
34
35
36
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: %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;
    font-size: 80%%;
}