• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/* Copyright 2014 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
4
5body {
6  background-color: #ccc;
7  margin: 0;
8}
9
10viewer-toolbar {
11  visibility: hidden;
12  z-index: 3;
13}
14
15viewer-page-indicator {
16  visibility: hidden;
17  z-index: 3;
18}
19
20viewer-progress-bar {
21  z-index: 3;
22}
23
24viewer-error-screen {
25  visibility: hidden;
26  z-index: 2;
27}
28
29viewer-password-screen {
30  visibility: hidden;
31  z-index: 2;
32}
33
34#plugin {
35  height: 100%;
36  position: fixed;
37  width: 100%;
38  z-index: 1;
39}
40
41#sizer {
42  position: absolute;
43  z-index: 0;
44}
45