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.
7 -webkit-column-width: 350px;
11 -webkit-column-break-inside: avoid
;
16 color: rgb
(74, 142, 230);
25 #about-info .section
{
26 display: inline-block
;
35 .about-details tr:nth-child(odd) {
36 background: rgb
(239, 243, 255);
40 background: rgb
(255, 204, 204);
44 background: rgb
(255, 255, 204);
48 background: rgb
(224, 224, 224);
52 background: rgb
(204, 255, 204);
55 @-webkit-keyframes highlight1
{
57 background: rgb
(255, 255, 0);
64 @-webkit-keyframes highlight2
{
66 background: rgb
(155, 158, 166);
69 background: rgb
(239, 243, 255);
73 .about-details [highlighted] {
74 -webkit-animation-duration: 3s;
75 -webkit-animation-name: highlight1
;
76 -webkit-animation-timing-function: linear
;
79 .about-details [highlighted]:nth-child(odd) {
80 -webkit-animation-duration: 3s;
81 -webkit-animation-name: highlight2
;
82 -webkit-animation-timing-function: linear
;
85 .about-details .uninitialized {
104 #traffic-event-container {
111 .traffic-event-entry {
116 .traffic-event-entry:hover {
117 background-color: #eee;
120 .traffic-event-entry .time {
122 font-family: sans-serif
;
125 .traffic-event-entry .type {
126 font-family: sans-serif
;
132 .traffic-event-entry .details {
137 .traffic-event-entry .proto {
141 .traffic-event-entry-expanded .proto {
142 background-color: #fff;
143 border: 1px solid
#222;