summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/pdf/html_office/elements/viewer-page-indicator/viewer-page-indicator.css
blob: ec90ec99f53a3cbef53165c328e745c4c5795f1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/* Copyright 2013 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. */

:host {
  -webkit-transition: opacity 400ms ease-in-out;
  pointer-events: none;
  position: fixed;
  right: 0;
}

#text {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: white;
  float: left;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  width: 62px;
}

#triangle-right {
  border-bottom: 6px solid transparent;
  border-left: 8px solid rgba(0, 0, 0, 0.5);
  border-top: 6px solid transparent;
  display: inline;
  float: left;
  height: 0;
  margin-top: 18px;
  width: 0;
}