summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/pdf/index-material.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/pdf/index-material.css')
-rw-r--r--chromium/chrome/browser/resources/pdf/index-material.css62
1 files changed, 62 insertions, 0 deletions
diff --git a/chromium/chrome/browser/resources/pdf/index-material.css b/chromium/chrome/browser/resources/pdf/index-material.css
new file mode 100644
index 00000000000..5d7784eec29
--- /dev/null
+++ b/chromium/chrome/browser/resources/pdf/index-material.css
@@ -0,0 +1,62 @@
+/* Copyright 2015 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file. */
+
+@font-face {
+ font-family: 'Roboto';
+ font-style: normal;
+ font-weight: 400;
+ src: local('Roboto Regular'), local('Roboto-Regular'), url(chrome://resources/roboto/roboto.woff2) format('woff2');
+ unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
+}
+
+body {
+ background-color: #424242;
+ font-family: Roboto, 'Helvetica Neue', Helvetica, Arial;
+ margin: 0;
+}
+
+viewer-pdf-toolbar {
+ position: fixed;
+ width: 100%;
+ /* TODO(alexandrec): the viewer-pane's paper-dialog is set to z-index: 12
+ * internally by the polymer element. Figure out why that is happening. */
+ z-index: 1000;
+}
+
+#plugin {
+ height: 100%;
+ position: fixed;
+ width: 100%;
+ z-index: 1;
+}
+
+#sizer {
+ position: absolute;
+ z-index: 0;
+}
+
+bookmarks-pane {
+ z-index: 2;
+}
+
+viewer-toolbar {
+ visibility: hidden;
+ white-space: nowrap;
+ z-index: 3;
+}
+
+viewer-page-indicator {
+ visibility: hidden;
+ z-index: 3;
+}
+
+viewer-error-screen {
+ visibility: hidden;
+ z-index: 2;
+}
+
+viewer-password-screen {
+ visibility: hidden;
+ z-index: 2;
+}