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);
7 margin: 50px 40px 20px 40px;
18 background-color: rgb
(251, 251, 251);
19 border: 1px solid rgb
(170, 170, 170);
20 border-bottom: 1px solid rgb
(136, 136, 136);
22 box-shadow: 0 2px 2px rgb
(170, 170, 170);
27 color: rgb
(102, 102, 102);
34 color: rgb
(17, 85, 204);
35 text-decoration: none
;
39 /* Can't access chrome:// urls from an untrusted renderer process, so embed
40 * the resource manually. */
41 -webkit-user-select: none
;
42 content: -webkit-image-set
(
43 url
(../../app/theme/default_100_percent/common/error_managed_mode_blocked_page.png) 1x,
44 url
(../../app/theme/default_200_percent/common/error_managed_mode_blocked_page.png) 2x);
54 -webkit-user-select: none
;
55 border: 3px solid rgb
(251, 251, 251);
66 #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 {