Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / browser / resources / sync_internals / about.css
blobb530cc6ac40d2b726aa18f334bee0703395962a5
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.
4 */
6 #aboutInfo {
7 -webkit-columns: 3;
10 #aboutInfo h2 {
11 color: rgb(74, 142, 230);
12 font-size: 100%;
13 margin-bottom: 0;
16 #aboutInfo .err {
17 color: red;
20 #aboutInfo .section {
21 -webkit-column-break-inside: avoid;
22 display: inline-block;
23 margin-left: auto;
24 margin-right: auto;
25 width: 100%;
28 .aboutDetails {
29 width: 100%;
32 .aboutDetails tr:nth-child(odd) {
33 background: rgb(239, 243, 255);
36 #typeInfo .error {
37 background: rgb(255, 204, 204);
40 #typeInfo .warning {
41 background: rgb(255, 255, 204);
44 #typeInfo .ok {
45 background: rgb(204, 255, 204);
48 @-webkit-keyframes highlight1 {
49 0% {
50 background: rgb(255, 255, 0);
52 100% {
53 background: #fff;
57 @-webkit-keyframes highlight2 {
58 0% {
59 background: rgb(155, 158, 166);
61 100% {
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 {
79 color: #7f7f7f;
82 #status {
83 margin-left: auto;
84 margin-right: auto;
85 text-align: center;
86 width: 300px;