Home | History | Annotate | Download | only in pdf
      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 
      5 body {
      6   background-color: #ccc;
      7   margin: 0;
      8 }
      9 
     10 viewer-toolbar {
     11   visibility: hidden;
     12   z-index: 3;
     13 }
     14 
     15 viewer-page-indicator {
     16   visibility: hidden;
     17   z-index: 3;
     18 }
     19 
     20 viewer-progress-bar {
     21   z-index: 3;
     22 }
     23 
     24 viewer-error-screen {
     25   visibility: hidden;
     26   z-index: 2;
     27 }
     28 
     29 viewer-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