1/* Copyright 2016 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
5a,
6a:link,
7a:visited {
8  color: rgb(51, 103, 214);
9  text-decoration: none;
10}
11
12/* Disable links in offline ToS, because they cannot be loaded anyway. */
13.offline-terms a,
14.offline-terms a:link,
15.offline-terms a:visited {
16  color: rgba(0, 0, 0, 0.87);
17  pointer-events: none;
18  text-decoration: none;
19}
20
21body {
22  margin: 0;
23  padding: 8px 4px 8px 8px;
24}
25
26body.large-view {
27  padding: 8px 16px 8px 20px;
28}
29
30::-webkit-scrollbar {
31  background: transparent;
32  width: 4px;
33}
34
35::-webkit-scrollbar-thumb {
36  background: rgba(0, 0, 0, 0.3);
37  height: 16px;
38}
39
40::-webkit-scrollbar-thumb:hover {
41  background: rgba(0, 0, 0, 0.2);
42}
43
44.large-view .play-contained {
45  color: rgba(0, 0, 0, 0.87);
46  font-size: 13px;
47  line-height: 20px;
48}
49
50.large-view .play-contained h1 {
51  color: rgba(0, 0, 0, 0.87);
52  font-size: 14px;
53  line-height: 20px;
54}
55
56.large-view .play-contained h2,
57.large-view .play-contained strong {
58  color: rgba(0, 0, 0, 0.87);
59  font-size: 13px;
60  line-height: 20px;
61}
62
63.large-view .play-contained select {
64  color: rgba(0, 0, 0, 0.87);
65  font-size: 13px;
66  line-height: 20px;
67}
68
69.play-contained {
70  color: rgba(0, 0, 0, 0.54);
71  font-family: 'Roboto';
72  font-size: 10px;
73  font-style: normal;
74  font-weight: 400;
75  line-height: 16px;
76  margin: 0;
77  padding: 0;
78  width: 100%;
79}
80
81.play-contained h1 {
82  color: rgba(0, 0, 0, 0.54);
83  font-family: 'Roboto';
84  font-size: 11px;
85  font-style: normal;
86  font-weight: 600;
87  line-height: 16px;
88}
89
90.play-contained h2,
91.play-contained strong {
92  color: rgba(0, 0, 0, 0.54);
93  font-family: 'Roboto';
94  font-size: 10px;
95  font-style: normal;
96  font-weight: 600;
97  line-height: 16px;
98}
99
100.play-contained select {
101  background-color: transparent;
102  border: 1px solid #e6e6e6;
103  border-radius: 0;
104  color: rgba(0, 0, 0, 0.54);
105  font-family: 'Roboto';
106  font-size: 10px;
107  font-style: normal;
108  font-weight: 400;
109  line-height: 16px;
110  margin: 0;
111  padding: 0;
112}
113
114.play-footer ul,
115.play-header {
116  display: none;
117}
118
119.play-footer {
120  border: 0;
121  margin: 0;
122  padding: 0;
123}
124
125