Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / common / extensions / docs / static / sass / _api.scss
blob236ac503a562bc1924e786af3c08258a01f5a4f9
1 // Uses vertical_rythm library from
2 // http://compass-style.org/reference/compass/typography/vertical_rhythm/
3 // as explained in _typography.scss
4 @import "compass/typography/vertical_rhythm";
6 .api {
7   color: #333;
8   font-size: 14px;
10   .api-summary {
11     td, th {
12       padding: 5px 10px;
13     }
14   }
16   .api-reference {
17     .description {
18       margin-left: 20px;
19     }
20     table {
21       .innerTable {
22         margin: 10px 0;
23         td, th {
24           padding: 5px 10px;
25           border: 1px solid #eee;
26         }
27         th {
28           background: none;
29         }
30       }
31       p {
32         margin-top: 0.75em;
33         margin-bottom: 0.75em;
34       }
35       p:first-child {
36         margin-top: 0;
37       }
38     }
39     td, th {
40       vertical-align: top;
41       border: 1px solid #eee;
42     }
43     th {
44       background: #fafafa;
45     }
46     h2 {
47       background-color: darken($gray-light, 5%);
48       padding: $default-padding;
49       margin-left: $default-padding * -1;
50       margin-right: $default-padding * -1;
51     }
52     h3 {
53       margin-top: rhythm(2);
54     }
55   }
57   .availability {
58     color: #A03;
59   }
61   table#intro {
62     .title {
63       white-space: nowrap;
64     }
65   }