Home | History | Annotate | Download | only in docs
      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 
      5 .value {
      6   font-family: monospace;
      7   font-style: italic;
      8 }
      9 
     10 .type {
     11   color: blue;
     12   font-family: monospace;
     13 }
     14 
     15 .field {
     16   font-weight: bold;
     17   font-family: monospace;
     18 }
     19 
     20 .field_meta {
     21   text-align: left;
     22   background: rgb(240,240,240);
     23   display: block;
     24 }
     25 
     26 .field_list {
     27   margin-left: 1em;
     28 }
     29 
     30 .rule {
     31   display: block;
     32   border-style:solid;
     33   border-width:2px;
     34 }
     35 
     36 .rule_id {
     37   background: rgb(220,220,220);
     38   border-style:none solid solid none;
     39   border-width:2px;
     40 }
     41 
     42 .rule_id:before {
     43   content: "Rule ";
     44 }
     45 
     46 .snippet {
     47   font-family: monospace;
     48 }
     49 
     50 body {
     51   text-align: justify;
     52   width:600px;
     53 }
     54 
     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}
     63