1 /* Copyright (c) 2012 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);
31 margin: 10px 0 30px 0;
34 #request-sent-message {
39 color: rgb
(17, 85, 204);
40 text-decoration: none
;
44 /* Can't access chrome:// urls from an untrusted renderer process, so embed
45 * the resource manually. */
46 -webkit-user-select: none
;
47 content: -webkit-image-set
(
48 url
('../../app/theme/default_100_percent/common/error_managed_mode_blocked_page.png') 1x,
49 url
('../../app/theme/default_200_percent/common/error_managed_mode_blocked_page.png') 2x);
55 margin: 20px 20px 20px 25px;
59 -webkit-user-select: none
;
60 background-image: linear-gradient
(rgb
(246, 246, 246) 5%,
61 rgb
(239, 239, 239) 50%,
63 border: 1px solid rgb
(209, 209, 211);
64 border-bottom: 1px solid rgb
(193, 193, 195);
66 box-shadow: inset
0 1px 0 rgb
(255, 255, 255);
67 color: rgb
(102, 102, 102);
71 text-shadow: 0 1px 0 rgba
(255, 255, 255, 0.8);
75 background-image: linear-gradient
(rgb
(84, 153, 244) 5%,
76 rgb
(82, 148, 242) 50%,
78 border: 1px solid rgb
(81, 135, 223);
79 border-bottom: 1px solid rgb
(56, 112, 207);
80 box-shadow: inset
0 1px 0 rgb
(95, 168, 247);
81 color: rgb
(255, 255, 255);
82 text-shadow: 0 1px 0 rgba
(0, 0, 0, 0.2);