[clang][Driver] Support simplified triple versions for config files (#111387)
[llvm-project.git] / openmp / docs / _themes / llvm-openmp-theme / static / agogo.css_t
blobff43186da03059669e1a9c009cbf279a094c1f89
1 /*
2  * agogo.css_t
3  * ~~~~~~~~~~~
4  *
5  * Sphinx stylesheet -- agogo theme.
6  *
7  * :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
8  * :license: BSD, see LICENSE for details.
9  *
10  */
12 * {
13   margin: 0px;
14   padding: 0px;
17 body {
18   font-family: {{ theme_bodyfont }};
19   line-height: 1.4em;
20   color: black;
21   background-color: {{ theme_bgcolor }};
25 /* Page layout */
27 div.header, div.content, div.footer {
28   width: {{ theme_pagewidth }};
29   margin-left: auto;
30   margin-right: auto;
33 div.header-wrapper {
34   background: {{ theme_headerbg }};
35   border-bottom: 3px solid #2e3436;
39 /* Default body styles */
40 a {
41   color: {{ theme_linkcolor }};
44 div.bodywrapper a, div.footer a {
45   text-decoration: underline;
48 .clearer {
49   clear: both;
52 .left {
53   float: left;
56 .right {
57   float: right;
60 .line-block {
61     display: block;
62     margin-top: 1em;
63     margin-bottom: 1em;
66 .line-block .line-block {
67     margin-top: 0;
68     margin-bottom: 0;
69     margin-left: 1.5em;
72 h1, h2, h3, h4 {
73   font-family: {{ theme_headerfont }};
74   font-weight: normal;
75   color: {{ theme_headercolor2 }};
76   margin-bottom: .8em;
79 h1 {
80   color: {{ theme_headercolor1 }};
83 h2 {
84   padding-bottom: .5em;
85   border-bottom: 1px solid {{ theme_headercolor2 }};
88 a.headerlink {
89   visibility: hidden;
90   color: #dddddd;
91   padding-left: .3em;
94 h1:hover > a.headerlink,
95 h2:hover > a.headerlink,
96 h3:hover > a.headerlink,
97 h4:hover > a.headerlink,
98 h5:hover > a.headerlink,
99 h6:hover > a.headerlink,
100 dt:hover > a.headerlink,
101 caption:hover > a.headerlink,
102 p.caption:hover > a.headerlink,
103 div.code-block-caption:hover > a.headerlink {
104   visibility: visible;
107 img {
108   border: 0;
111 div.admonition {
112   margin-top: 10px;
113   margin-bottom: 10px;
114   padding: 2px 7px 1px 7px;
115   border-left: 0.2em solid black;
118 p.admonition-title {
119   margin: 0px 10px 5px 0px;
120   font-weight: bold;
123 dt:target, .highlighted {
124   background-color: #fbe54e;
127 /* Header */
129 div.header {
130   padding-top: 10px;
131   padding-bottom: 10px;
134 div.header .headertitle {
135   font-family: {{ theme_headerfont }};
136   font-weight: normal;
137   font-size: 180%;
138   letter-spacing: .08em;
139   margin-bottom: .8em;
142 div.header .headertitle a {
143   color: white;
146 div.header div.rel {
147   margin-top: 1em;
150 div.header div.rel a {
151   color: {{ theme_headerlinkcolor }};
152   letter-spacing: .1em;
153   text-transform: uppercase;
156 p.logo {
157     float: right;
160 img.logo {
161     border: 0;
165 /* Content */
166 div.content-wrapper {
167   background-color: white;
168   padding-top: 20px;
169   padding-bottom: 20px;
172 div.document {
173   width: {{ theme_documentwidth }};
174   float: left;
177 div.body {
178   {%- if theme_rightsidebar|tobool %}
179   padding-right: 2em;
180   {%- else %}
181   padding-left: 2em;
182   {% endif %}
183   text-align: {{ theme_textalign }};
186 div.document h1 {
187   line-height: 120%;
190 div.document ul {
191   margin: 1.5em;
192   list-style-type: square;
195 div.document dd {
196   margin-left: 1.2em;
197   margin-top: .4em;
198   margin-bottom: 1em;
201 div.document .section {
202   margin-top: 1.7em;
204 div.document .section:first-child {
205   margin-top: 0px;
208 div.document div.highlight {
209   padding: 3px;
210   border-top: 2px solid #dddddd;
211   border-bottom: 2px solid #dddddd;
212   margin-top: .8em;
213   margin-bottom: .8em;
216 div.document div.literal-block-wrapper {
217   margin-top: .8em;
218   margin-bottom: .8em;
221 div.document div.literal-block-wrapper div.highlight {
222   margin: 0;
225 div.document div.code-block-caption span.caption-number {
226     padding: 0.1em 0.3em;
227     font-style: italic;
230 div.document div.code-block-caption span.caption-text {
233 div.document h2 {
234   margin-top: .7em;
237 div.document p {
238   margin-bottom: .5em;
241 div.document li.toctree-l1 {
242   margin-bottom: 1em;
245 div.document .descname {
246   font-weight: bold;
249 div.document .sig-paren {
250     font-size: larger;
253 div.document .docutils.literal {
254   background-color: #eeeeec;
255   padding: 1px;
258 div.document .docutils.xref.literal {
259   background-color: transparent;
260   padding: 0px;
263 div.document blockquote {
264   margin: 1em;
267 div.document ol {
268   margin: 1.5em;
272 /* Sidebar */
274 div.sidebar {
275   width: {{ theme_sidebarwidth|todim }};
276   {%- if theme_rightsidebar|tobool %}
277   float: right;
278   {%- else %}
279   float: left;
280   {%- endif %}
281   font-size: .9em;
284 div.sidebar a, div.header a {
285   text-decoration: none;
288 div.sidebar a:hover, div.header a:hover {
289   text-decoration: underline;
292 div.sidebar h3 {
293   color: #2e3436;
294   text-transform: uppercase;
295   font-size: 130%;
296   letter-spacing: .1em;
299 div.sidebar ul {
300   list-style-type: none;
303 div.sidebar li.toctree-l1 a {
304   display: block;
305   padding: 1px;
306   border: 1px solid #dddddd;
307   background-color: #eeeeec;
308   margin-bottom: .4em;
309   padding-left: 3px;
310   color: #2e3436;
313 div.sidebar li.toctree-l2 a {
314   background-color: transparent;
315   border: none;
316   margin-left: 1em;
317   border-bottom: 1px solid #dddddd;
320 div.sidebar li.toctree-l3 a {
321   background-color: transparent;
322   border: none;
323   margin-left: 2em;
324   border-bottom: 1px solid #dddddd;
327 div.sidebar li.toctree-l2:last-child a {
328   border-bottom: none;
331 div.sidebar li.toctree-l1.current a {
332   border-right: 5px solid {{ theme_headerlinkcolor }};
335 div.sidebar li.toctree-l1.current li.toctree-l2 a {
336   border-right: none;
339 div.sidebar input[type="text"] {
340   width: 170px;
343 div.sidebar input[type="submit"] {
344   width: 30px;
348 /* Footer */
350 div.footer-wrapper {
351   background: {{ theme_footerbg }};
352   border-top: 4px solid #babdb6;
353   padding-top: 10px;
354   padding-bottom: 10px;
355   min-height: 80px;
358 div.footer, div.footer a {
359   color: #888a85;
362 div.footer .right {
363   text-align: right;
366 div.footer .left {
367   text-transform: uppercase;
371 /* Styles copied from basic theme */
373 img.align-left, .figure.align-left, object.align-left {
374     clear: left;
375     float: left;
376     margin-right: 1em;
379 img.align-right, .figure.align-right, object.align-right {
380     clear: right;
381     float: right;
382     margin-left: 1em;
385 img.align-center, .figure.align-center, object.align-center {
386   display: block;
387   margin-left: auto;
388   margin-right: auto;
391 .align-left {
392     text-align: left;
395 .align-center {
396     text-align: center;
399 .align-right {
400     text-align: right;
403 table caption span.caption-number {
404     font-style: italic;
407 table caption span.caption-text {
410 div.figure p.caption span.caption-number {
411     font-style: italic;
414 div.figure p.caption span.caption-text {
417 /* -- search page ----------------------------------------------------------- */
419 ul.search {
420     margin: 10px 0 0 20px;
421     padding: 0;
424 ul.search li {
425     padding: 5px 0 5px 20px;
426     background-image: url(file.png);
427     background-repeat: no-repeat;
428     background-position: 0 7px;
431 ul.search li a {
432     font-weight: bold;
435 ul.search li div.context {
436     color: #888;
437     margin: 2px 0 0 30px;
438     text-align: left;
441 ul.keywordmatches li.goodmatch a {
442     font-weight: bold;
445 /* -- index page ------------------------------------------------------------ */
447 table.contentstable {
448     width: 90%;
451 table.contentstable p.biglink {
452     line-height: 150%;
455 a.biglink {
456     font-size: 1.3em;
459 span.linkdescr {
460     font-style: italic;
461     padding-top: 5px;
462     font-size: 90%;
465 /* -- general index --------------------------------------------------------- */
467 table.indextable td {
468     text-align: left;
469     vertical-align: top;
472 table.indextable ul {
473     margin-top: 0;
474     margin-bottom: 0;
475     list-style-type: none;
478 table.indextable > tbody > tr > td > ul {
479     padding-left: 0em;
482 table.indextable tr.pcap {
483     height: 10px;
486 table.indextable tr.cap {
487     margin-top: 10px;
488     background-color: #f2f2f2;
491 img.toggler {
492     margin-right: 3px;
493     margin-top: 3px;
494     cursor: pointer;
497 /* -- domain module index --------------------------------------------------- */
499 table.modindextable td {
500     padding: 2px;
501     border-collapse: collapse;
504 /* -- viewcode extension ---------------------------------------------------- */
506 .viewcode-link {
507     float: right;
510 .viewcode-back {
511     float: right;
512     font-family:: {{ theme_bodyfont }};
515 div.viewcode-block:target {
516     margin: -1px -3px;
517     padding: 0 3px;
518     background-color: #f4debf;
519     border-top: 1px solid #ac9;
520     border-bottom: 1px solid #ac9;
523 div.code-block-caption {
524     background-color: #ddd;
525     color: #333;
526     padding: 2px 5px;
527     font-size: small;
530 /* -- math display ---------------------------------------------------------- */
532 div.body div.math p {
533     text-align: center;
536 span.eqno {
537     float: right;