[Sync] Componentize UIModelWorker.
[chromium-blink-merge.git] / components / onc / docs / onc_spec.css
blobd4f32b3644e63116988dd121c6cf15485739eff2
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. */
5 .value {
6 font-family: monospace;
7 font-style: italic;
10 .type {
11 color: blue;
12 font-family: monospace;
15 .field {
16 font-weight: bold;
17 font-family: monospace;
20 .field_meta {
21 text-align: left;
22 background: rgb(240,240,240);
23 display: block;
26 .field_list {
27 margin-left: 1em;
30 .rule {
31 display: block;
32 border-style:solid;
33 border-width:2px;
36 .rule_id {
37 background: rgb(220,220,220);
38 border-style:none solid solid none;
39 border-width:2px;
42 .rule_id:before {
43 content: "Rule ";
46 .snippet {
47 font-family: monospace;
50 body {
51 text-align: justify;
52 width:600px;
55 h1{font-size: 38px}
56 section h1{font-size: 32px}
57 section section h1{font-size: 28px}
58 section section section h1{font-size: 24px}
59 section section section section h1{font-size: 20px}
60 section section section section section h1{font-size: 18px}
61 section section section section section section h1{font-size: 16px}
62 section section section section section section section h1{font-size: 14px}