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 html
.loading
[jsdisplay
] {
10 display: none
!important
;
14 background: url
('images/stripe.png') rgb
(140, 0, 0);
19 -webkit-border-radius: 5px;
20 -webkit-box-shadow: 3px 3px 8px rgb
(140, 0, 0);
21 background-color: white
;
22 color: rgb
(75, 75, 77);
33 html
[dir
='rtl'] .float
{
46 content: -webkit-image-set
(
47 url
('../../../app/theme/%DISTRIBUTION%/product_logo_name_48.png') 1x,
48 url
('../../../app/theme/%DISTRIBUTION%/product_logo_name_96.png') 2x);
53 -webkit-margin-end: 260px;
61 -webkit-margin-end: 260px;
69 -webkit-margin-start: 10px;
70 display: inline-block
;
80 display: inline-block
;
85 display: inline-block
;
89 -webkit-margin-end: 5px;
95 -webkit-box-shadow: inset
0 1px 0 0 rgb
(129, 169, 243),
96 0 1px 2px rgba
(0, 0, 0, .2);
97 background: -webkit-linear-gradient
(rgb
(112, 154, 241),
98 rgb
(108, 148, 240) 44%, rgb
(95, 132, 238));
99 border: 1px solid rgb
(53, 116, 203);
103 display: inline-block
;
107 padding: 11px 38px 10px 38px;
109 text-decoration: none
;
110 text-shadow: 0 -1px 0 rgb
(72, 101, 228);
115 -webkit-box-shadow: inset
0 1px 0 0 rgb
(129, 169, 243),
116 0 1px 2px rgba
(0, 0, 0, .3);
117 background: -webkit-linear-gradient
(rgb
(165, 188, 245),
118 rgb
(108, 148, 240) 70%, rgb
(95, 132, 238));
119 border: 1px solid rgb
(53, 116, 203);
123 -webkit-box-shadow: inset
1px 1px 1px 1px rgba
(0, 0, 0, .1);
124 background: -webkit-linear-gradient
(rgb
(112, 154, 241),
125 rgb
(108, 148, 240) 44%, rgb
(95, 132, 238));
126 border: 1px solid rgb
(53, 116, 203);
130 color: rgb
(17, 84, 204);
135 text-decoration: none
;
140 text-decoration: underline
;
149 -webkit-margin-start: 1px;
155 -webkit-margin-start: 21px;
156 display: inline-block
;
159 /* When the window is 860px or smaller, switch to dynamically scaling the
160 * contents. The text is also allowed to flow around the icon rather than
161 * staying in a separate column. The percentage values below are derived so
162 * that at 860px everything is the same size as the static values above, and
163 * then scales down smoothly from there. */
164 @media screen and
(max-width: 860px) {
171 -webkit-margin-start: 2%;
177 -webkit-margin-end: 0;