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: linear-gradient
(to bottom
, #f5f5f5, #f1f1f1);
44 border: 1px solid
#ccc;
46 box-shadow: 0 2px 10px rgba
(0, 0, 0, 0.08),
47 inset
0 0 2px rgba
(255, 255, 255, 0.6);
48 color: rgb
(73, 73, 74);
56 text-decoration: none
;
61 border: 1px solid
#a1a1a1;
62 box-shadow: inset
0 5px 15px rgba
(100, 100, 100, 0.20);
76 background-image: url
(images/holo_logo_200.png);
80 @media only screen and
(-webkit-min-device-pixel-ratio: 1.0) {
82 -webkit-flex-basis: 152px;
86 @media only screen and
(-webkit-min-device-pixel-ratio: 1.3) {
88 -webkit-flex-basis: 114px;
92 @media only screen and
(-webkit-min-device-pixel-ratio: 1.5) {
94 -webkit-flex-basis: 76px;
95 background-image: url
(images/holo_logo_150.png);
99 @media only screen and
(-webkit-min-device-pixel-ratio: 2.0) {
101 -webkit-flex-basis: 76px;
106 /* Increase spacing on larger screens. */
107 @media only screen and
(min-height: 601px) {