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. */
6 -webkit-column-width: 350px;
10 -webkit-column-break-inside: avoid
;
15 color: rgb
(74, 142, 230);
24 #about-info .section
{
25 display: inline-block
;
34 .about-details tr:nth-child(odd) {
35 background: rgb
(239, 243, 255);
39 background: rgb
(255, 204, 204);
43 background: rgb
(255, 255, 204);
47 background: rgb
(224, 224, 224);
51 background: rgb
(204, 255, 204);
54 @-webkit-keyframes highlight1
{
56 background: rgb
(255, 255, 0);
63 @-webkit-keyframes highlight2
{
65 background: rgb
(155, 158, 166);
68 background: rgb
(239, 243, 255);
72 .about-details [highlighted] {
73 -webkit-animation-duration: 3s;
74 -webkit-animation-name: highlight1
;
75 -webkit-animation-timing-function: linear
;
78 .about-details [highlighted]:nth-child(odd) {
79 -webkit-animation-duration: 3s;
80 -webkit-animation-name: highlight2
;
81 -webkit-animation-timing-function: linear
;
84 .about-details .uninitialized {
103 #traffic-event-container {
110 .traffic-event-entry {
115 .traffic-event-entry:hover {
116 background-color: #eee;
119 .traffic-event-entry .time {
123 .traffic-event-entry .type {
129 .traffic-event-entry .details {
134 .traffic-event-entry .proto {
138 .traffic-event-entry-expanded .proto {
139 background-color: #fff;
140 border: 1px solid
#222;