summaryrefslogtreecommitdiffstats
path: root/mobile/android/focus-android/app/src/main/res/raw/rights.html
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/focus-android/app/src/main/res/raw/rights.html')
-rw-r--r--mobile/android/focus-android/app/src/main/res/raw/rights.html60
1 files changed, 33 insertions, 27 deletions
diff --git a/mobile/android/focus-android/app/src/main/res/raw/rights.html b/mobile/android/focus-android/app/src/main/res/raw/rights.html
index c34c1c5d11..73028929ea 100644
--- a/mobile/android/focus-android/app/src/main/res/raw/rights.html
+++ b/mobile/android/focus-android/app/src/main/res/raw/rights.html
@@ -1,56 +1,62 @@
-<!doctype html>
+<!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;
+ <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;
+ body {
+ padding-left: 24px;
+ padding-right: 24px;
+ margin-left: 0px;
+ margin-right: 0px;
}
a {
- color: #0A9AF4;
+ color: #0a9af4;
}
/* Make only about page links ("learn more") white */
.about a {
- color: #FFFFFF;
+ color: #ffffff;
}
p.subtitle {
- text-align: center;
- opacity: .7;
- margin: 0;
+ 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
+ /* 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;
+ width: 180px;
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+ padding-top: 24px;
}
-</style>
+ </style>
</head>
<html>
-<body dir="%dir%">
+ <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>
+ </body>
</html>