summaryrefslogtreecommitdiff
path: root/static/grapheneos.css
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-04-25 17:58:53 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-04-25 22:34:35 -0400
commit1f78b34072693e94eb4e5ae0db1e8d7bc60807b2 (patch)
tree0c4968e703d8da4ae6e8f3a4fbe4f5c4aed22252 /static/grapheneos.css
initial commit based on seamlessupdate.app
Diffstat (limited to 'static/grapheneos.css')
-rw-r--r--static/grapheneos.css69
1 files changed, 69 insertions, 0 deletions
diff --git a/static/grapheneos.css b/static/grapheneos.css
new file mode 100644
index 00000000..e9f86049
--- /dev/null
+++ b/static/grapheneos.css
@@ -0,0 +1,69 @@
+/* use the standard Material Light theme to match the Updater app */
+/* https://android.googlesource.com/platform/frameworks/base/+/android-8.1.0_r15/core/res/res/values/colors_material.xml */
+
+body {
+ font-family: Roboto, sans-serif;
+ background-color: #fafafa; /* grey50 */
+ color: rgba(0, 0, 0, 0.87); /* 87% black */
+ margin: 0;
+ padding: 0;
+}
+
+pre {
+ overflow-x: auto;
+}
+
+code, pre {
+ font-family: "Roboto Mono", monospace;
+}
+
+a {
+ text-decoration: none;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+#content {
+ margin: auto;
+ padding: 1em;
+ max-width: 800px;
+ overflow-wrap: break-word;
+}
+
+/* latin */
+@font-face {
+ font-family: 'Roboto';
+ font-style: normal;
+ font-weight: 400;
+ src: local('Roboto'), local('Roboto-Regular'), url(/roboto_latin.woff2) format('woff2');
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
+}
+
+/* latin */
+@font-face {
+ font-family: 'Roboto';
+ font-style: normal;
+ font-weight: 700;
+ src: local('Roboto Bold'), local('Roboto-Bold'), url(/roboto_bold_latin.woff2) format('woff2');
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
+}
+
+/* latin */
+@font-face {
+ font-family: 'Roboto Mono';
+ font-style: normal;
+ font-weight: 400;
+ src: local('Roboto Mono'), local('RobotoMono-Regular'), url(/robotomono_latin.woff2) format('woff2');
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
+}
+
+/* latin */
+@font-face {
+ font-family: 'Roboto Mono';
+ font-style: normal;
+ font-weight: 700;
+ src: local('Roboto Mono Bold'), local('RobotoMono-Bold'), url(/robotomono_bold_latin.woff2) format('woff2');
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
+}