1 /* Copyright 2013 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 color: rgb
(74, 142, 230);
21 -webkit-column-break-inside: avoid
;
22 display: inline-block
;
32 .aboutDetails tr:nth-child(odd) {
33 background: rgb
(239, 243, 255);
37 background: rgb
(255, 204, 204);
41 background: rgb
(255, 255, 204);
45 background: rgb
(204, 255, 204);
48 @-webkit-keyframes highlight1
{
50 background: rgb
(255, 255, 0);
57 @-webkit-keyframes highlight2
{
59 background: rgb
(155, 158, 166);
62 background: rgb
(239, 243, 255);
66 .aboutDetails [highlighted] {
67 -webkit-animation-duration: 3s;
68 -webkit-animation-name: highlight1
;
69 -webkit-animation-timing-function: linear
;
72 .aboutDetails [highlighted]:nth-child(odd) {
73 -webkit-animation-duration: 3s;
74 -webkit-animation-name: highlight2
;
75 -webkit-animation-timing-function: linear
;
78 .aboutDetails .uninitialized {