summaryrefslogtreecommitdiffstats
path: root/mobile/android/focus-android/app/src/main/res/raw/rights.html
blob: 73028929eaccf527842641fb8f4a4b17aa4c1a4a (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this file,
   - You can obtain one at http://mozilla.org/MPL/2.0/.  -->
<head>
  <meta
    name="viewport"
    charset="utf-8"
    content="width=device-width, initial-scale=1"
  />
  <style>
    body,
    html {
      background: #221f1f;
      color: #ffffff;
      font-family: sans-serif;
      line-height: 24px;
      font-size: 14px;
    }

    body {
      padding-left: 24px;
      padding-right: 24px;
      margin-left: 0px;
      margin-right: 0px;
    }

    a {
      color: #0a9af4;
    }

    /* Make only about page links ("learn more") white */
    .about a {
      color: #ffffff;
    }

    p.subtitle {
      text-align: center;
      opacity: 0.7;
      margin: 0;
    }

    img#wordmark {
      /* We need to set the dp size here, because by default webview assumes the image is not
    density specific (but since it's an android resource, we get a density specific version). */
      width: 180px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      padding-top: 24px;
    }
  </style>
</head>
<html>
  <body dir="%dir%">
    <p id="first">%your-rights-content1%</p>
    <p>%your-rights-content2%</p>
    <p>%your-rights-content3%</p>
    <p>%your-rights-content4%</p>
    <p>%your-rights-content5%</p>
  </body>
</html>