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. */
11 -webkit-user-select: none
;
13 font-family: Droid Sans
;
21 background: url
(images/welcome_thumb.png);
24 .center-empty-container {
25 -webkit-box-align: center
;
26 -webkit-box-orient: horizontal
;
27 -webkit-box-pack: center
;
35 .center-empty-content {
40 .promo-action-target {
41 -webkit-tap-highlight-color: transparent
;
45 font-family: Arial
, sans-serif
;
52 background: -webkit-gradient
(
53 linear
, left top
, left bottom
, from
(#f5f5f5), to
(#f1f1f1));
54 border: 1px solid
#ccc;
56 box-shadow: 0 2px 10px rgba
(0, 0, 0, 0.08),
57 inset
0 0 2px rgba
(255, 255, 255, 0.6);
65 .promo-button-active {
66 -webkit-tap-highlight-color: transparent
;
67 background: rgba
(51, 181, 229, 0.4);
71 background-image: -webkit-image-set
(
72 url
('images/syncfographic_mdpi.png') 1x,
73 url
('images/syncfographic_hdpi.png') 1.5x,
74 url
('images/syncfographic_xhdpi.png') 2x);
75 background-repeat: no-repeat
;
79 body
[device
='tablet'] .promo-sync-graphic
{
80 background-image: -webkit-image-set
(
81 url
('images/syncfographic_sw600dp_mdpi.png') 1x,
82 url
('images/syncfographic_sw600dp_hdpi.png') 1.5x,
83 url
('images/syncfographic_sw600dp_xhdpi.png') 2x);
84 background-repeat: no-repeat
;