blob: 3006d29df674645c584ee32dcd0793e30311923a [file] [log] [blame]
dpranke27c171c2015-10-07 00:44:361/**
vapierb2053f542017-03-09 19:46:102 * Copyright 2015 Google Inc. All Rights Reserved.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
dpranke27c171c2015-10-07 00:44:3615 */
16
dpranke27c171c2015-10-07 00:44:3617/* Markdown rendered in /+doc/ or tree view page . */
18
vapierb2053f542017-03-09 19:46:1019.Site-Content--markdown {
20 padding-top: 0;
dpranke27c171c2015-10-07 00:44:3621}
vapierb2053f542017-03-09 19:46:1022.Header-nav ul {
23 max-width: 980px;
24 margin: 0 auto;
25}
26.Header-nav li {
27 display: inline-block;
28 margin-right: 15px;
29}
dpranke27c171c2015-10-07 00:44:3630.doc h1, .doc h2, .doc h3, .doc h4, .doc h5, .doc h6 {
vapierb2053f542017-03-09 19:46:1031 font-weight: normal;
32 margin: 1.236em 0 .618em;
33}
34.doc.RepoIndexDoc h1 {
35 margin-top: .25em;
dpranke27c171c2015-10-07 00:44:3636}
37.doc h1 {
vapierb2053f542017-03-09 19:46:1038 font-size: 2em;
dpranke27c171c2015-10-07 00:44:3639}
40.doc h2 {
vapierb2053f542017-03-09 19:46:1041 font-size: 1.5em;
dpranke27c171c2015-10-07 00:44:3642}
43.doc h3 {
vapierb2053f542017-03-09 19:46:1044 font-size: 1.3em;
dpranke27c171c2015-10-07 00:44:3645}
vapierb2053f542017-03-09 19:46:1046.doc h4,
47.doc h5,
dpranke27c171c2015-10-07 00:44:3648.doc h6 {
vapierb2053f542017-03-09 19:46:1049 font-size: 14px;
50 font-style: italic;
dpranke27c171c2015-10-07 00:44:3651}
vapierb2053f542017-03-09 19:46:1052.doc hr {
53 border: none;
54 border-top: 1px solid #aaa;
55 display: block;
56 margin-top: 25px;
57}
58.doc a {
59 text-decoration: none;
60}
61.doc a:link {
62 color: #245dc1;
63}
64.doc a:visited {
65 color: #7759ae;
66}
67.doc a:hover {
68 text-decoration: underline;
69}
70.doc a.h {
71 display: inline-block;
72 font-weight: normal;
73 width: 1.5em;
74 margin-left: -1.5em;
75 margin-top: -1em;
76 margin-bottom: -1em;
77}
78.doc a.h:link,
79.doc a.h:visited {
80 color: #444;
81}
82.doc a.h:focus {
83 outline: none;
84}
85.doc a.h:hover {
86 text-decoration: none;
87}
88.doc a.h span {
89 display: inline-block;
90 width: 1.5em;
91}
92.doc h1:hover a.h span:before,
93.doc h2:hover a.h span:before,
94.doc h3:hover a.h span:before,
95.doc h4:hover a.h span:before,
96.doc h5:hover a.h span:before,
97.doc h6:hover a.h span:before {
98 content: '#';
99 font-weight: normal;
100 color: #AAA;
101}
102.doc h1:hover a:hover.h span:before,
103.doc h2:hover a:hover.h span:before,
104.doc h3:hover a:hover.h span:before,
105.doc h4:hover a:hover.h span:before,
106.doc h5:hover a:hover.h span:before,
107.doc h6:hover a:hover.h span:before {
108 text-decoration: underline;
109}
110.doc h1:hover a:visited.h span:before,
111.doc h2:hover a:visited.h span:before,
112.doc h3:hover a:visited.h span:before,
113.doc h4:hover a:visited.h span:before,
114.doc h5:hover a:visited.h span:before,
115.doc h6:hover a:visited.h span:before {
116 color: #AAA;
117}
dpranke27c171c2015-10-07 00:44:36118.doc ul, .doc ol {
119 margin: 10px 10px 10px 30px;
120 padding: 0;
121}
vapierb2053f542017-03-09 19:46:10122.doc ul {
123 list-style-type: disc;
124}
125.doc ol {
126 list-style-type: decimal;
127}
dpranke27c171c2015-10-07 00:44:36128.doc img {
129 border: 0;
130 max-width: 100%;
131}
132.doc iframe {
133 min-width: 100px;
134 min-height: 30px;
135}
136iframe.noborder {
137 border: 0;
138}
dpranke27c171c2015-10-07 00:44:36139.doc em {
140 font-weight: normal;
141 font-style: italic;
142}
143.doc strong {
144 font-weight: bold;
145 color: inherit;
146}
vapierb2053f542017-03-09 19:46:10147.doc p {
148 margin: 10px 0;
149}
150.doc blockquote {
151 background-color: #fffde7;
152 border-left: 2px solid #fab700;
153 padding: 2px 10px 2px 10px;
154}
dpranke27c171c2015-10-07 00:44:36155.doc pre {
vapierb2053f542017-03-09 19:46:10156 padding: 12px;
157 font-size: 10pt;
158 background-color: #fafafa;
159 border: 1px solid #ccc;
160 overflow-x: auto;
dpranke27c171c2015-10-07 00:44:36161}
vapierb2053f542017-03-09 19:46:10162.doc code {
163 padding: 2px 4px;
164 background-color: #F5F5F5;
165 border: transparent;
166 border-radius: 4px;
dpranke27c171c2015-10-07 00:44:36167}
vapierb2053f542017-03-09 19:46:10168.doc .code {
169 font-family: 'Source Code Pro', monospace;
170}
dpranke27c171c2015-10-07 00:44:36171.doc dl dt {
172 margin-top: 1em;
173}
dpranke27c171c2015-10-07 00:44:36174.doc table {
175 border-collapse: collapse;
176 border-spacing: 0;
177}
178.doc th {
179 text-align: center;
180}
vapierb2053f542017-03-09 19:46:10181.doc th,
182.doc td {
dpranke27c171c2015-10-07 00:44:36183 border: 1px solid #eee;
184 padding: 4px 12px;
185 vertical-align: top;
186}
187.doc th {
188 background-color: #f5f5f5;
189}
dpranke27c171c2015-10-07 00:44:36190.toc {
191 margin-top: 30px;
192}
193.toc-aux {
dpranke27c171c2015-10-07 00:44:36194 background: #f9f9f9;
195 border: 1px solid #f2f2f2;
dpranke27c171c2015-10-07 00:44:36196}
197.toc h2 {
198 margin: 0 0 5px 0;
199}
200.toc ul {
vapierb2053f542017-03-09 19:46:10201 margin: 10px 10px 10px 30px;
dpranke27c171c2015-10-07 00:44:36202}
203.toc ul li {
204 margin-left: 0px;
205 list-style: disc;
206}
vapierb2053f542017-03-09 19:46:10207.toc ul ul {
208 margin-top: 0;
209 margin-bottom: 0;
210}
dpranke27c171c2015-10-07 00:44:36211.toc ul ul li {
212 list-style: circle;
213}
vapierb2053f542017-03-09 19:46:10214.note,
215.promo,
216.aside {
dpranke27c171c2015-10-07 00:44:36217 border: 1px solid;
218 border-radius: 4px;
219 margin: 10px 0;
220 padding: 10px;
221}
222.note {
223 background: #fffbe4;
224 border-color: #f8f6e6;
225}
226.promo {
227 background: #f6f9ff;
228 border-color: #eff2f9;
229}
230.aside {
231 background: #f9f9f9;
232 border-color: #f2f2f2;
233}
234.note :first-child,
235.promo :first-child,
236.aside :first-child {
237 margin-top: 0;
238}
239.note p:last-child,
240.promo p:last-child,
241.aside p:last-child {
242 margin-bottom: 0;
243}
dpranke27c171c2015-10-07 00:44:36244.cols {
245 margin: 0 -1.533%;
246 width: 103.067%;
247}
248.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
249.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
vapierb2053f542017-03-09 19:46:10250 display: inline-block;
dpranke27c171c2015-10-07 00:44:36251 margin: 0 1.488% 20px;
vapierb2053f542017-03-09 19:46:10252 vertical-align: top;
253}
254.cols h1, .cols h2, .cols h3, .cols h4, .cols h5, .cols h6 {
255 margin: .67em 0;
dpranke27c171c2015-10-07 00:44:36256}
257.col-1 { width: 5.357%; }
258.col-2 { width: 13.690%; }
259.col-3 { width: 22.024%; }
260.col-4 { width: 30.357%; }
261.col-5 { width: 38.690%; }
262.col-6 { width: 47.024%; }
263.col-7 { width: 55.357%; }
264.col-8 { width: 63.690%; }
265.col-9 { width: 72.024%; }
266.col-10 { width: 80.357%; }
267.col-11 { width: 88.690%; }
268.col-12 { width: 97.024%; }
vapierb2053f542017-03-09 19:46:10269.cols hr { width: 80%; }