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-align-items: center
;
12 -webkit-flex-direction: column
;
13 background-color: #f4f4f4;
14 box-sizing: border-box
;
15 display: -webkit-flex
;
16 font-family: Droid Sans
;
25 color: rgb
(51, 181, 229);
33 -webkit-flex-shrink: 1;
34 background-position: center
;
35 background-repeat: no-repeat
;
36 background-size: contain
;
43 background: -webkit-gradient
(
44 linear
, left top
, left bottom
, from
(#f5f5f5), to
(#f1f1f1));
45 border: 1px solid
#ccc;
47 box-shadow: 0 2px 10px rgba
(0, 0, 0, 0.08),
48 inset
0 0 2px rgba
(255, 255, 255, 0.6);
49 color: rgb
(73, 73, 74);
57 text-decoration: none
;
62 border: 1px solid
#a1a1a1;
63 box-shadow: inset
0 5px 15px rgba
(100, 100, 100, 0.20);
75 @media only screen and
(-webkit-min-device-pixel-ratio: 1.0) {
77 -webkit-flex-basis: 152px;
78 background-image: url
(images/holo_logo_200.png);
82 @media only screen and
(-webkit-min-device-pixel-ratio: 1.3) {
84 -webkit-flex-basis: 114px;
85 background-image: url
(images/holo_logo_200.png);
89 @media only screen and
(-webkit-min-device-pixel-ratio: 1.5) {
91 -webkit-flex-basis: 76px;
92 background-image: url
(images/holo_logo_150.png);
96 @media only screen and
(-webkit-min-device-pixel-ratio: 2.0) {
98 -webkit-flex-basis: 76px;
99 background-image: url
(images/holo_logo_200.png);
104 /* Increase spacing on larger screens. */
105 @media only screen and
(min-height: 601px) {