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. */
5 background-color: rgb
(230, 230, 230);
6 font-family: Helvetica
, Arial
, sans-serif
;
8 margin: 50px 40px 20px 40px;
19 background-color: rgb
(251, 251, 251);
20 border: 1px solid rgb
(170, 170, 170);
21 border-bottom: 1px solid rgb
(136, 136, 136);
23 box-shadow: 0 2px 2px rgb
(170, 170, 170);
28 color: rgb
(102, 102, 102);
35 color: rgb
(17, 85, 204);
36 text-decoration: none
;
40 /* Can't access chrome:// urls from an untrusted renderer process, so embed
41 * the resource manually. */
42 -webkit-user-select: none
;
43 content: -webkit-image-set
(
44 url
('../../app/theme/default_100_percent/common/error_managed_mode_blocked_page.png') 1x,
45 url
('../../app/theme/default_200_percent/common/error_managed_mode_blocked_page.png') 2x);
55 -webkit-user-select: none
;
56 border: 3px solid rgb
(251, 251, 251);
68 -webkit-user-select: none
;
69 background-image: linear-gradient
(rgb
(246, 246, 246) 5%,
70 rgb
(239, 239, 239) 50%,
72 border: 1px solid rgb
(209, 209, 211);
73 border-bottom: 1px solid rgb
(193, 193, 195);
75 box-shadow: inset
0 1px 0 rgb
(255, 255, 255);
76 color: rgb
(102, 102, 102);
80 text-shadow: 0 1px 0 rgba
(255, 255, 255, 0.8);
84 background-image: linear-gradient
(rgb
(84, 153, 244) 5%,
85 rgb
(82, 148, 242) 50%,
87 border: 1px solid rgb
(81, 135, 223);
88 border-bottom: 1px solid rgb
(56, 112, 207);
89 box-shadow: inset
0 1px 0 rgb
(95, 168, 247);
90 color: rgb
(255, 255, 255);
91 text-shadow: 0 1px 0 rgba
(0, 0, 0, 0.2);
94 @media (min-width: 376px) {
100 @media (max-width: 375px) {