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);
67 #block-reason-message {
77 -webkit-user-select: none
;
78 background-image: linear-gradient
(rgb
(246, 246, 246) 5%,
79 rgb
(239, 239, 239) 50%,
81 border: 1px solid rgb
(209, 209, 211);
82 border-bottom: 1px solid rgb
(193, 193, 195);
84 box-shadow: inset
0 1px 0 rgb
(255, 255, 255);
85 color: rgb
(102, 102, 102);
89 text-shadow: 0 1px 0 rgba
(255, 255, 255, 0.8);
92 @media (min-width: 376px) {
98 @media (max-width: 375px) {
108 #request-access-button {