1/*! normalize.css v2.1.2 | MIT License | git.io/normalize */ 2/* ========================================================================== HTML5 display definitions ========================================================================== */ 3/** Correct `block` display not defined in IE 8/9. */ 4article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } 5 6/** Correct `inline-block` display not defined in IE 8/9. */ 7audio, canvas, video { display: inline-block; } 8 9/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */ 10audio:not([controls]) { display: none; height: 0; } 11 12/** Address `[hidden]` styling not present in IE 8/9. Hide the `template` element in IE, Safari, and Firefox < 22. */ 13[hidden], template { display: none; } 14 15script { display: none !important; } 16 17/* ========================================================================== Base ========================================================================== */ 18/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */ 19html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } 20 21/** Remove default margin. */ 22body { margin: 0; } 23 24/* ========================================================================== Links ========================================================================== */ 25/** Remove the gray background color from active links in IE 10. */ 26a { background: transparent; } 27 28/** Address `outline` inconsistency between Chrome and other browsers. */ 29a:focus { outline: thin dotted; } 30 31/** Improve readability when focused and also mouse hovered in all browsers. */ 32a:active, a:hover { outline: 0; } 33 34/* ========================================================================== Typography ========================================================================== */ 35/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari 5, and Chrome. */ 36h1 { font-size: 2em; margin: 0.67em 0; } 37 38/** Address styling not present in IE 8/9, Safari 5, and Chrome. */ 39abbr[title] { border-bottom: 1px dotted; } 40 41/** Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */ 42b, strong { font-weight: bold; } 43 44/** Address styling not present in Safari 5 and Chrome. */ 45dfn { font-style: italic; } 46 47/** Address differences between Firefox and other browsers. */ 48hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } 49 50/** Address styling not present in IE 8/9. */ 51mark { background: #ff0; color: #000; } 52 53/** Correct font family set oddly in Safari 5 and Chrome. */ 54code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; } 55 56/** Improve readability of pre-formatted text in all browsers. */ 57pre { white-space: pre-wrap; } 58 59/** Set consistent quote types. */ 60q { quotes: "\201C" "\201D" "\2018" "\2019"; } 61 62/** Address inconsistent and variable font size in all browsers. */ 63small { font-size: 80%; } 64 65/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */ 66sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } 67 68sup { top: -0.5em; } 69 70sub { bottom: -0.25em; } 71 72/* ========================================================================== Embedded content ========================================================================== */ 73/** Remove border when inside `a` element in IE 8/9. */ 74img { border: 0; } 75 76/** Correct overflow displayed oddly in IE 9. */ 77svg:not(:root) { overflow: hidden; } 78 79/* ========================================================================== Figures ========================================================================== */ 80/** Address margin not present in IE 8/9 and Safari 5. */ 81figure { margin: 0; } 82 83/* ========================================================================== Forms ========================================================================== */ 84/** Define consistent border, margin, and padding. */ 85fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } 86 87/** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. */ 88legend { border: 0; /* 1 */ padding: 0; /* 2 */ } 89 90/** 1. Correct font family not being inherited in all browsers. 2. Correct font size not being inherited in all browsers. 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */ 91button, input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ } 92 93/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */ 94button, input { line-height: normal; } 95 96/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. Correct `select` style inheritance in Firefox 4+ and Opera. */ 97button, select { text-transform: none; } 98 99/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */ 100button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ } 101 102/** Re-set default cursor for disabled elements. */ 103button[disabled], html input[disabled] { cursor: default; } 104 105/** 1. Address box sizing set to `content-box` in IE 8/9. 2. Remove excess padding in IE 8/9. */ 106input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } 107 108/** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */ 109input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; } 110 111/** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */ 112input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } 113 114/** Remove inner padding and border in Firefox 4+. */ 115button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } 116 117/** 1. Remove default vertical scrollbar in IE 8/9. 2. Improve readability and alignment in all browsers. */ 118textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ } 119 120/* ========================================================================== Tables ========================================================================== */ 121/** Remove most spacing between table cells. */ 122table { border-collapse: collapse; border-spacing: 0; } 123 124meta.foundation-mq-small { font-family: "only screen and (min-width: 768px)"; width: 768px; } 125 126meta.foundation-mq-medium { font-family: "only screen and (min-width:1280px)"; width: 1280px; } 127 128meta.foundation-mq-large { font-family: "only screen and (min-width:1440px)"; width: 1440px; } 129 130*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } 131 132html, body { font-size: 100%; } 133 134body { background: #fff; color: #222; padding: 0; margin: 0; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; line-height: 1; position: relative; cursor: auto; } 135 136a:hover { cursor: pointer; } 137 138img, object, embed { max-width: 100%; height: auto; } 139 140object, embed { height: 100%; } 141 142img { -ms-interpolation-mode: bicubic; } 143 144#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object { max-width: none !important; } 145 146.left { float: left !important; } 147 148.right { float: right !important; } 149 150.text-left { text-align: left !important; } 151 152.text-right { text-align: right !important; } 153 154.text-center { text-align: center !important; } 155 156.text-justify { text-align: justify !important; } 157 158.hide { display: none; } 159 160.antialiased { -webkit-font-smoothing: antialiased; } 161 162img { display: inline-block; vertical-align: middle; } 163 164textarea { height: auto; min-height: 50px; } 165 166select { width: 100%; } 167 168object, svg { display: inline-block; vertical-align: middle; } 169 170.center { margin-left: auto; margin-right: auto; } 171 172.spread { width: 100%; } 173 174p.lead, .paragraph.lead > p, #preamble > .sectionbody > .paragraph:first-of-type p { font-size: 1.21875em; line-height: 1.6; } 175 176.subheader, .admonitionblock td.content > .title, .audioblock > .title, .exampleblock > .title, .imageblock > .title, .listingblock > .title, .literalblock > .title, .stemblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, table.tableblock > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title { line-height: 1.4; color: black; font-weight: 300; margin-top: 0.2em; margin-bottom: 0.5em; } 177 178/* Typography resets */ 179div, dl, dt, dd, ul, ol, li, h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; direction: ltr; } 180 181/* Default Link Styles */ 182a { color: #0068b0; text-decoration: none; line-height: inherit; } 183a:hover, a:focus { color: #333; } 184a img { border: none; } 185 186/* Default paragraph styles */ 187p { font-family: Noto, sans-serif; font-weight: normal; font-size: 1em; line-height: 1.6; margin-bottom: 0.75em; text-rendering: optimizeLegibility; } 188p aside { font-size: 0.875em; line-height: 1.35; font-style: italic; } 189 190/* Default header styles */ 191h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { font-family: Noto, sans-serif; font-weight: normal; font-style: normal; color: black; text-rendering: optimizeLegibility; margin-top: 0.5em; margin-bottom: 0.5em; line-height: 1.2125em; } 192h1 small, h2 small, h3 small, #toctitle small, .sidebarblock > .content > .title small, h4 small, h5 small, h6 small { font-size: 60%; color: #4d4d4d; line-height: 0; } 193 194h1 { font-size: 2.125em; } 195 196h2 { font-size: 1.6875em; } 197 198h3, #toctitle, .sidebarblock > .content > .title { font-size: 1.375em; } 199 200h4 { font-size: 1.125em; } 201 202h5 { font-size: 1.125em; } 203 204h6 { font-size: 1em; } 205 206hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 1.25em 0 1.1875em; height: 0; } 207 208/* Helpful Typography Defaults */ 209em, i { font-style: italic; line-height: inherit; } 210 211strong, b { font-weight: bold; line-height: inherit; } 212 213small { font-size: 60%; line-height: inherit; } 214 215code { font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: normal; color: #264357; } 216 217/* Lists */ 218ul, ol, dl { font-size: 1em; line-height: 1.6; margin-bottom: 0.75em; list-style-position: outside; font-family: Noto, sans-serif; } 219 220ul, ol { margin-left: 1.5em; } 221ul.no-bullet, ol.no-bullet { margin-left: 1.5em; } 222 223/* Unordered Lists */ 224ul li ul, ul li ol { margin-left: 1.25em; margin-bottom: 0; font-size: 1em; /* Override nested font-size change */ } 225ul.square li ul, ul.circle li ul, ul.disc li ul { list-style: inherit; } 226ul.square { list-style-type: square; } 227ul.circle { list-style-type: circle; } 228ul.disc { list-style-type: disc; } 229ul.no-bullet { list-style: none; } 230 231/* Ordered Lists */ 232ol li ul, ol li ol { margin-left: 1.25em; margin-bottom: 0; } 233 234/* Definition Lists */ 235dl dt { margin-bottom: 0.3em; font-weight: bold; } 236dl dd { margin-bottom: 0.75em; } 237 238/* Abbreviations */ 239abbr, acronym { text-transform: uppercase; font-size: 90%; color: black; border-bottom: 1px dotted #ddd; cursor: help; } 240 241abbr { text-transform: none; } 242 243/* Blockquotes */ 244blockquote { margin: 0 0 0.75em; padding: 0.5625em 1.25em 0 1.1875em; border-left: 1px solid #ddd; } 245blockquote cite { display: block; font-size: 0.8125em; color: #365E7A; } 246blockquote cite:before { content: "\2014 \0020"; } 247blockquote cite a, blockquote cite a:visited { color: #365E7A; } 248 249blockquote, blockquote p { line-height: 1.6; color: #333; } 250 251/* Microformats */ 252.vcard { display: inline-block; margin: 0 0 1.25em 0; border: 1px solid #ddd; padding: 0.625em 0.75em; } 253.vcard li { margin: 0; display: block; } 254.vcard .fn { font-weight: bold; font-size: 0.9375em; } 255 256.vevent .summary { font-weight: bold; } 257.vevent abbr { cursor: auto; text-decoration: none; font-weight: bold; border: none; padding: 0 0.0625em; } 258 259@media only screen and (min-width: 768px) { h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { line-height: 1.4; } 260 h1 { font-size: 2.75em; } 261 h2 { font-size: 2.3125em; } 262 h3, #toctitle, .sidebarblock > .content > .title { font-size: 1.6875em; } 263 h4 { font-size: 1.4375em; } } 264/* Tables */ 265table { background: #fff; margin-bottom: 1.25em; border: solid 1px #d8d8ce; } 266table thead, table tfoot { background: #eee; font-weight: bold; } 267table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td { padding: 0.5em 0.625em 0.625em; font-size: inherit; color: #222; text-align: left; } 268table tr th, table tr td { padding: 0.5625em 0.625em; font-size: inherit; color: #6d6e71; } 269table tr.even, table tr.alt, table tr:nth-of-type(even) { background: #f8f8f8; } 270table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { display: table-cell; line-height: 1.4; } 271 272body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; tab-size: 4; } 273 274h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { line-height: 1.4; } 275 276a:hover, a:focus { text-decoration: underline; } 277 278.clearfix:before, .clearfix:after, .float-group:before, .float-group:after { content: " "; display: table; } 279.clearfix:after, .float-group:after { clear: both; } 280 281*:not(pre) > code { font-size: inherit; font-style: normal !important; letter-spacing: 0; padding: 0; background-color: transparent; -webkit-border-radius: 0; border-radius: 0; line-height: inherit; word-wrap: break-word; } 282*:not(pre) > code.nobreak { word-wrap: normal; } 283*:not(pre) > code.nowrap { white-space: nowrap; } 284 285pre, pre > code { line-height: 1.6; color: #264357; font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: normal; } 286 287em em { font-style: normal; } 288 289strong strong { font-weight: normal; } 290 291.keyseq { color: #333333; } 292 293kbd { font-family: Consolas, "Liberation Mono", Courier, monospace; display: inline-block; color: black; font-size: 0.65em; line-height: 1.45; background-color: #f7f7f7; border: 1px solid #ccc; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.1em white inset; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.1em white inset; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.1em white inset; margin: 0 0.15em; padding: 0.2em 0.5em; vertical-align: middle; position: relative; top: -0.1em; white-space: nowrap; } 294 295.keyseq kbd:first-child { margin-left: 0; } 296 297.keyseq kbd:last-child { margin-right: 0; } 298 299.menuseq, .menuref { color: #000; } 300 301.menuseq b:not(.caret), .menuref { font-weight: inherit; } 302 303.menuseq { word-spacing: -0.02em; } 304.menuseq b.caret { font-size: 1.25em; line-height: 0.8; } 305.menuseq i.caret { font-weight: bold; text-align: center; width: 0.45em; } 306 307b.button:before, b.button:after { position: relative; top: -1px; font-weight: normal; } 308 309b.button:before { content: "["; padding: 0 3px 0 2px; } 310 311b.button:after { content: "]"; padding: 0 2px 0 3px; } 312 313#header, #content, #footnotes, #footer { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 62.5em; *zoom: 1; position: relative; padding-left: 1.5em; padding-right: 1.5em; } 314#header:before, #header:after, #content:before, #content:after, #footnotes:before, #footnotes:after, #footer:before, #footer:after { content: " "; display: table; } 315#header:after, #content:after, #footnotes:after, #footer:after { clear: both; } 316 317#content { margin-top: 1.25em; } 318 319#content:before { content: none; } 320 321#header > h1:first-child { color: black; margin-top: 2.25rem; margin-bottom: 0; } 322#header > h1:first-child + #toc { margin-top: 8px; border-top: 1px solid #ddd; } 323#header > h1:only-child, body.toc2 #header > h1:nth-last-child(2) { border-bottom: 1px solid #ddd; padding-bottom: 8px; } 324#header .details { border-bottom: 1px solid #ddd; line-height: 1.45; padding-top: 0.25em; padding-bottom: 0.25em; padding-left: 0.25em; color: #365E7A; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-flow: row wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; } 325#header .details span:first-child { margin-left: -0.125em; } 326#header .details span.email a { color: #333; } 327#header .details br { display: none; } 328#header .details br + span:before { content: "\00a0\2013\00a0"; } 329#header .details br + span.author:before { content: "\00a0\22c5\00a0"; color: #333; } 330#header .details br + span#revremark:before { content: "\00a0|\00a0"; } 331#header #revnumber { text-transform: capitalize; } 332#header #revnumber:after { content: "\00a0"; } 333 334#content > h1:first-child:not([class]) { color: black; border-bottom: 1px solid #ddd; padding-bottom: 8px; margin-top: 0; padding-top: 1rem; margin-bottom: 1.25rem; } 335 336#toc { border-bottom: 0 solid #ddd; padding-bottom: 0.5em; } 337#toc > ul { margin-left: 0.125em; } 338#toc ul.sectlevel0 > li > a { font-style: italic; } 339#toc ul.sectlevel0 ul.sectlevel1 { margin: 0.5em 0; } 340#toc ul { font-family: Noto, sans-serif; list-style-type: none; } 341#toc li { line-height: 1.3334; margin-top: 0.3334em; } 342#toc a { text-decoration: none; } 343#toc a:active { text-decoration: underline; } 344 345#toctitle { color: black; font-size: 1.2em; } 346 347@media only screen and (min-width: 768px) { #toctitle { font-size: 1.375em; } 348 body.toc2 { padding-left: 15em; padding-right: 0; } 349 #toc.toc2 { margin-top: 0 !important; background-color: #fff; position: fixed; width: 15em; left: 0; top: 0; border-right: 1px solid #ddd; border-top-width: 0 !important; border-bottom-width: 0 !important; z-index: 1000; padding: 1.25em 1em; height: 100%; overflow: auto; } 350 #toc.toc2 #toctitle { margin-top: 0; margin-bottom: 0.8rem; font-size: 1.2em; } 351 #toc.toc2 > ul { font-size: 0.9em; margin-bottom: 0; } 352 #toc.toc2 ul ul { margin-left: 0; padding-left: 1em; } 353 #toc.toc2 ul.sectlevel0 ul.sectlevel1 { padding-left: 0; margin-top: 0.5em; margin-bottom: 0.5em; } 354 body.toc2.toc-right { padding-left: 0; padding-right: 15em; } 355 body.toc2.toc-right #toc.toc2 { border-right-width: 0; border-left: 1px solid #ddd; left: auto; right: 0; } } 356@media only screen and (min-width: 1280px) { body.toc2 { padding-left: 20em; padding-right: 0; } 357 #toc.toc2 { width: 20em; } 358 #toc.toc2 #toctitle { font-size: 1.375em; } 359 #toc.toc2 > ul { font-size: 0.95em; } 360 #toc.toc2 ul ul { padding-left: 1.25em; } 361 body.toc2.toc-right { padding-left: 0; padding-right: 20em; } } 362#content #toc { border-style: solid; border-width: 1px; border-color: #e6e6e6; margin-bottom: 1.25em; padding: 1.25em; background: #fff; -webkit-border-radius: 0; border-radius: 0; } 363#content #toc > :first-child { margin-top: 0; } 364#content #toc > :last-child { margin-bottom: 0; } 365 366#footer { max-width: 100%; background-color: none; padding: 1.25em; } 367 368#footer-text { color: black; line-height: 1.44; } 369 370#content { margin-bottom: 0.625em; } 371 372.sect1 { padding-bottom: 0.625em; } 373 374@media only screen and (min-width: 768px) { #content { margin-bottom: 1.25em; } 375 .sect1 { padding-bottom: 1.25em; } } 376.sect1:last-child { padding-bottom: 0; } 377 378.sect1 + .sect1 { border-top: 0 solid #ddd; } 379 380#content h1 > a.anchor, h2 > a.anchor, h3 > a.anchor, #toctitle > a.anchor, .sidebarblock > .content > .title > a.anchor, h4 > a.anchor, h5 > a.anchor, h6 > a.anchor { position: absolute; z-index: 1001; width: 1.5ex; margin-left: -1.5ex; display: block; text-decoration: none !important; visibility: hidden; text-align: center; font-weight: normal; } 381#content h1 > a.anchor:before, h2 > a.anchor:before, h3 > a.anchor:before, #toctitle > a.anchor:before, .sidebarblock > .content > .title > a.anchor:before, h4 > a.anchor:before, h5 > a.anchor:before, h6 > a.anchor:before { content: "\00A7"; font-size: 0.85em; display: block; padding-top: 0.1em; } 382#content h1:hover > a.anchor, #content h1 > a.anchor:hover, h2:hover > a.anchor, h2 > a.anchor:hover, h3:hover > a.anchor, #toctitle:hover > a.anchor, .sidebarblock > .content > .title:hover > a.anchor, h3 > a.anchor:hover, #toctitle > a.anchor:hover, .sidebarblock > .content > .title > a.anchor:hover, h4:hover > a.anchor, h4 > a.anchor:hover, h5:hover > a.anchor, h5 > a.anchor:hover, h6:hover > a.anchor, h6 > a.anchor:hover { visibility: visible; } 383#content h1 > a.link, h2 > a.link, h3 > a.link, #toctitle > a.link, .sidebarblock > .content > .title > a.link, h4 > a.link, h5 > a.link, h6 > a.link { color: black; text-decoration: none; } 384#content h1 > a.link:hover, h2 > a.link:hover, h3 > a.link:hover, #toctitle > a.link:hover, .sidebarblock > .content > .title > a.link:hover, h4 > a.link:hover, h5 > a.link:hover, h6 > a.link:hover { color: black; } 385 386.audioblock, .imageblock, .literalblock, .listingblock, .stemblock, .videoblock { margin-bottom: 1.25em; } 387 388.admonitionblock td.content > .title, .audioblock > .title, .exampleblock > .title, .imageblock > .title, .listingblock > .title, .literalblock > .title, .stemblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, table.tableblock > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title { text-rendering: optimizeLegibility; text-align: left; } 389 390table.tableblock > caption.title { white-space: nowrap; overflow: visible; max-width: 0; } 391 392.paragraph.lead > p, #preamble > .sectionbody > .paragraph:first-of-type p { color: black; } 393 394table.tableblock #preamble > .sectionbody > .paragraph:first-of-type p { font-size: inherit; } 395 396.admonitionblock > table { border-collapse: separate; border: 0; background: none; width: 100%; } 397.admonitionblock > table td.icon { text-align: center; width: 80px; } 398.admonitionblock > table td.icon img { max-width: initial; } 399.admonitionblock > table td.icon .title { font-weight: bold; font-family: Noto, sans-serif; text-transform: uppercase; } 400.admonitionblock > table td.content { padding-left: 1.125em; padding-right: 1.25em; border-left: 1px solid #ddd; color: #365E7A; } 401.admonitionblock > table td.content > :last-child > :last-child { margin-bottom: 0; } 402 403.exampleblock > .content { border-style: solid; border-width: 1px; border-color: #e6e6e6; margin-bottom: 1.25em; padding: 1.25em; background: #fff; -webkit-border-radius: 0; border-radius: 0; } 404.exampleblock > .content > :first-child { margin-top: 0; } 405.exampleblock > .content > :last-child { margin-bottom: 0; } 406 407.sidebarblock { border-style: solid; border-width: 1px; border-color: #e6e6e6; margin-bottom: 1.25em; padding: 1.25em; background: #fff; -webkit-border-radius: 0; border-radius: 0; } 408.sidebarblock > :first-child { margin-top: 0; } 409.sidebarblock > :last-child { margin-bottom: 0; } 410.sidebarblock > .content > .title { color: black; margin-top: 0; } 411 412.exampleblock > .content > :last-child > :last-child, .exampleblock > .content .olist > ol > li:last-child > :last-child, .exampleblock > .content .ulist > ul > li:last-child > :last-child, .exampleblock > .content .qlist > ol > li:last-child > :last-child, .sidebarblock > .content > :last-child > :last-child, .sidebarblock > .content .olist > ol > li:last-child > :last-child, .sidebarblock > .content .ulist > ul > li:last-child > :last-child, .sidebarblock > .content .qlist > ol > li:last-child > :last-child { margin-bottom: 0; } 413 414.literalblock pre, .listingblock pre:not(.highlight), .listingblock pre[class="highlight"], .listingblock pre[class^="highlight "], .listingblock pre.CodeRay, .listingblock pre.prettyprint { background: #eee; } 415.sidebarblock .literalblock pre, .sidebarblock .listingblock pre:not(.highlight), .sidebarblock .listingblock pre[class="highlight"], .sidebarblock .listingblock pre[class^="highlight "], .sidebarblock .listingblock pre.CodeRay, .sidebarblock .listingblock pre.prettyprint { background: #f2f1f1; } 416 417.literalblock pre, .literalblock pre[class], .listingblock pre, .listingblock pre[class] { border: 1px hidden #666; -webkit-border-radius: 0; border-radius: 0; word-wrap: break-word; padding: 1.25em 1.5625em 1.125em 1.5625em; font-size: 0.8125em; } 418.literalblock pre.nowrap, .literalblock pre[class].nowrap, .listingblock pre.nowrap, .listingblock pre[class].nowrap { overflow-x: auto; white-space: pre; word-wrap: normal; } 419@media only screen and (min-width: 768px) { .literalblock pre, .literalblock pre[class], .listingblock pre, .listingblock pre[class] { font-size: 0.90625em; } } 420@media only screen and (min-width: 1280px) { .literalblock pre, .literalblock pre[class], .listingblock pre, .listingblock pre[class] { font-size: 1em; } } 421 422.literalblock.output pre { color: #eee; background-color: #264357; } 423 424.listingblock pre.highlightjs { padding: 0; } 425.listingblock pre.highlightjs > code { padding: 1.25em 1.5625em 1.125em 1.5625em; -webkit-border-radius: 0; border-radius: 0; } 426 427.listingblock > .content { position: relative; } 428 429.listingblock code[data-lang]:before { display: none; content: attr(data-lang); position: absolute; font-size: 0.75em; top: 0.425rem; right: 0.5rem; line-height: 1; text-transform: uppercase; color: #999; } 430 431.listingblock:hover code[data-lang]:before { display: block; } 432 433.listingblock.terminal pre .command:before { content: attr(data-prompt); padding-right: 0.5em; color: #999; } 434 435.listingblock.terminal pre .command:not([data-prompt]):before { content: "$"; } 436 437table.pyhltable { border-collapse: separate; border: 0; margin-bottom: 0; background: none; } 438 439table.pyhltable td { vertical-align: top; padding-top: 0; padding-bottom: 0; line-height: 1.6; } 440 441table.pyhltable td.code { padding-left: .75em; padding-right: 0; } 442 443pre.pygments .lineno, table.pyhltable td:not(.code) { color: #999; padding-left: 0; padding-right: .5em; border-right: 1px solid #ddd; } 444 445pre.pygments .lineno { display: inline-block; margin-right: .25em; } 446 447table.pyhltable .linenodiv { background: none !important; padding-right: 0 !important; } 448 449.quoteblock { margin: 0 1em 0.75em 1.5em; display: table; } 450.quoteblock > .title { margin-left: -1.5em; margin-bottom: 0.75em; } 451.quoteblock blockquote, .quoteblock blockquote p { color: #333; font-size: 1.15rem; line-height: 1.75; word-spacing: 0.1em; letter-spacing: 0; font-style: italic; text-align: justify; } 452.quoteblock blockquote { margin: 0; padding: 0; border: 0; } 453.quoteblock blockquote:before { content: "\201c"; float: left; font-size: 2.75em; font-weight: bold; line-height: 0.6em; margin-left: -0.6em; color: black; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } 454.quoteblock blockquote > .paragraph:last-child p { margin-bottom: 0; } 455.quoteblock .attribution { margin-top: 0.5em; margin-right: 0.5ex; text-align: right; } 456.quoteblock .quoteblock { margin-left: 0; margin-right: 0; padding: 0.5em 0; border-left: 3px solid #365E7A; } 457.quoteblock .quoteblock blockquote { padding: 0 0 0 0.75em; } 458.quoteblock .quoteblock blockquote:before { display: none; } 459 460.verseblock { margin: 0 1em 0.75em 1em; } 461.verseblock pre { font-family: "Open Sans", "DejaVu Sans", sans; font-size: 1.15rem; color: #333; font-weight: 300; text-rendering: optimizeLegibility; } 462.verseblock pre strong { font-weight: 400; } 463.verseblock .attribution { margin-top: 1.25rem; margin-left: 0.5ex; } 464 465.quoteblock .attribution, .verseblock .attribution { font-size: 0.8125em; line-height: 1.45; font-style: italic; } 466.quoteblock .attribution br, .verseblock .attribution br { display: none; } 467.quoteblock .attribution cite, .verseblock .attribution cite { display: block; letter-spacing: -0.025em; color: #365E7A; } 468 469.quoteblock.abstract { margin: 0 0 0.75em 0; display: block; } 470.quoteblock.abstract blockquote, .quoteblock.abstract blockquote p { text-align: left; word-spacing: 0; } 471.quoteblock.abstract blockquote:before, .quoteblock.abstract blockquote p:first-of-type:before { display: none; } 472 473table.tableblock { max-width: 100%; border-collapse: separate; } 474table.tableblock td > .paragraph:last-child p > p:last-child, table.tableblock th > p:last-child, table.tableblock td > p:last-child { margin-bottom: 0; } 475 476table.tableblock, th.tableblock, td.tableblock { border: 0 solid #d8d8ce; } 477 478table.grid-all > thead > tr > .tableblock, table.grid-all > tbody > tr > .tableblock { border-width: 0 1px 1px 0; } 479 480table.grid-all > tfoot > tr > .tableblock { border-width: 1px 1px 0 0; } 481 482table.grid-cols > * > tr > .tableblock { border-width: 0 1px 0 0; } 483 484table.grid-rows > thead > tr > .tableblock, table.grid-rows > tbody > tr > .tableblock { border-width: 0 0 1px 0; } 485 486table.grid-rows > tfoot > tr > .tableblock { border-width: 1px 0 0 0; } 487 488table.grid-all > * > tr > .tableblock:last-child, table.grid-cols > * > tr > .tableblock:last-child { border-right-width: 0; } 489 490table.grid-all > tbody > tr:last-child > .tableblock, table.grid-all > thead:last-child > tr > .tableblock, table.grid-rows > tbody > tr:last-child > .tableblock, table.grid-rows > thead:last-child > tr > .tableblock { border-bottom-width: 0; } 491 492table.frame-all { border-width: 1px; } 493 494table.frame-sides { border-width: 0 1px; } 495 496table.frame-topbot { border-width: 1px 0; } 497 498th.halign-left, td.halign-left { text-align: left; } 499 500th.halign-right, td.halign-right { text-align: right; } 501 502th.halign-center, td.halign-center { text-align: center; } 503 504th.valign-top, td.valign-top { vertical-align: top; } 505 506th.valign-bottom, td.valign-bottom { vertical-align: bottom; } 507 508th.valign-middle, td.valign-middle { vertical-align: middle; } 509 510table thead th, table tfoot th { font-weight: bold; } 511 512tbody tr th { display: table-cell; line-height: 1.4; background: #eee; } 513 514tbody tr th, tbody tr th p, tfoot tr th, tfoot tr th p { color: #222; font-weight: bold; } 515 516p.tableblock > code:only-child { background: none; padding: 0; } 517 518p.tableblock { font-size: 1em; } 519 520td > div.verse { white-space: pre; } 521 522ol { margin-left: 1.75em; } 523 524ul li ol { margin-left: 1.5em; } 525 526dl dd { margin-left: 1.125em; } 527 528dl dd:last-child, dl dd:last-child > :last-child { margin-bottom: 0; } 529 530ol > li p, ul > li p, ul dd, ol dd, .olist .olist, .ulist .ulist, .ulist .olist, .olist .ulist { margin-bottom: 0.375em; } 531 532ul.checklist, ul.none, ol.none, ul.no-bullet, ol.no-bullet, ol.unnumbered, ul.unstyled, ol.unstyled { list-style-type: none; } 533 534ul.no-bullet, ol.no-bullet, ol.unnumbered { margin-left: 0.625em; } 535 536ul.unstyled, ol.unstyled { margin-left: 0; } 537 538ul.checklist { margin-left: 0.625em; } 539 540ul.checklist li > p:first-child > .fa-square-o:first-child, ul.checklist li > p:first-child > .fa-check-square-o:first-child { width: 1.25em; font-size: 0.8em; position: relative; bottom: 0.125em; } 541 542ul.checklist li > p:first-child > input[type="checkbox"]:first-child { margin-right: 0.25em; } 543 544ul.inline { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-flow: row wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; list-style: none; margin: 0 0 0.375em -0.75em; } 545 546ul.inline > li { margin-left: 0.75em; } 547 548.unstyled dl dt { font-weight: normal; font-style: normal; } 549 550ol.arabic { list-style-type: decimal; } 551 552ol.decimal { list-style-type: decimal-leading-zero; } 553 554ol.loweralpha { list-style-type: lower-alpha; } 555 556ol.upperalpha { list-style-type: upper-alpha; } 557 558ol.lowerroman { list-style-type: lower-roman; } 559 560ol.upperroman { list-style-type: upper-roman; } 561 562ol.lowergreek { list-style-type: lower-greek; } 563 564.hdlist > table, .colist > table { border: 0; background: none; } 565.hdlist > table > tbody > tr, .colist > table > tbody > tr { background: none; } 566 567td.hdlist1, td.hdlist2 { vertical-align: top; padding: 0 0.625em; } 568 569td.hdlist1 { font-weight: bold; padding-bottom: 0.75em; } 570 571.literalblock + .colist, .listingblock + .colist { margin-top: -0.5em; } 572 573.colist > table tr > td:first-of-type { padding: 0.4em 0.75em 0 0.75em; line-height: 1; vertical-align: top; } 574.colist > table tr > td:first-of-type img { max-width: initial; } 575.colist > table tr > td:last-of-type { padding: 0.25em 0; } 576 577.thumb, .th { line-height: 0; display: inline-block; border: solid 4px #fff; -webkit-box-shadow: 0 0 0 1px #ddd; box-shadow: 0 0 0 1px #ddd; } 578 579.imageblock.left, .imageblock[style*="float: left"] { margin: 0.25em 0.625em 1.25em 0; } 580.imageblock.right, .imageblock[style*="float: right"] { margin: 0.25em 0 1.25em 0.625em; } 581.imageblock > .title { margin-bottom: 0; } 582.imageblock.thumb, .imageblock.th { border-width: 6px; } 583.imageblock.thumb > .title, .imageblock.th > .title { padding: 0 0.125em; } 584 585.image.left, .image.right { margin-top: 0.25em; margin-bottom: 0.25em; display: inline-block; line-height: 0; } 586.image.left { margin-right: 0.625em; } 587.image.right { margin-left: 0.625em; } 588 589a.image { text-decoration: none; display: inline-block; } 590a.image object { pointer-events: none; } 591 592sup.footnote, sup.footnoteref { font-size: 0.875em; position: static; vertical-align: super; } 593sup.footnote a, sup.footnoteref a { text-decoration: none; } 594sup.footnote a:active, sup.footnoteref a:active { text-decoration: underline; } 595 596#footnotes { padding-top: 0.75em; padding-bottom: 0.75em; margin-bottom: 0.625em; } 597#footnotes hr { width: 20%; min-width: 6.25em; margin: -0.25em 0 0.75em 0; border-width: 1px 0 0 0; } 598#footnotes .footnote { padding: 0 0.375em 0 0.225em; line-height: 1.3334; font-size: 0.875em; margin-left: 1.2em; margin-bottom: 0.2em; } 599#footnotes .footnote a:first-of-type { font-weight: bold; text-decoration: none; margin-left: -1.05em; } 600#footnotes .footnote:last-of-type { margin-bottom: 0; } 601#content #footnotes { margin-top: -0.625em; margin-bottom: 0; padding: 0.75em 0; } 602 603.gist .file-data > table { border: 0; background: #fff; width: 100%; margin-bottom: 0; } 604.gist .file-data > table td.line-data { width: 99%; } 605 606div.unbreakable { page-break-inside: avoid; } 607 608.big { font-size: larger; } 609 610.small { font-size: smaller; } 611 612.underline { text-decoration: underline; } 613 614.overline { text-decoration: overline; } 615 616.line-through { text-decoration: line-through; } 617 618.aqua { color: #00bfbf; } 619 620.aqua-background { background-color: #00fafa; } 621 622.black { color: black; } 623 624.black-background { background-color: black; } 625 626.blue { color: #0000bf; } 627 628.blue-background { background-color: #0000fa; } 629 630.fuchsia { color: #bf00bf; } 631 632.fuchsia-background { background-color: #fa00fa; } 633 634.gray { color: #606060; } 635 636.gray-background { background-color: #7d7d7d; } 637 638.green { color: #006000; } 639 640.green-background { background-color: #007d00; } 641 642.lime { color: #00bf00; } 643 644.lime-background { background-color: #00fa00; } 645 646.maroon { color: #600000; } 647 648.maroon-background { background-color: #7d0000; } 649 650.navy { color: #000060; } 651 652.navy-background { background-color: #00007d; } 653 654.olive { color: #606000; } 655 656.olive-background { background-color: #7d7d00; } 657 658.purple { color: #600060; } 659 660.purple-background { background-color: #7d007d; } 661 662.red { color: #bf0000; } 663 664.red-background { background-color: #fa0000; } 665 666.silver { color: #909090; } 667 668.silver-background { background-color: #bcbcbc; } 669 670.teal { color: #006060; } 671 672.teal-background { background-color: #007d7d; } 673 674.white { color: #bfbfbf; } 675 676.white-background { background-color: #fafafa; } 677 678.yellow { color: #bfbf00; } 679 680.yellow-background { background-color: #fafa00; } 681 682span.icon > .fa { cursor: default; } 683a span.icon > .fa { cursor: inherit; } 684 685.admonitionblock td.icon [class^="fa icon-"] { font-size: 2.5em; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); cursor: default; } 686.admonitionblock td.icon .icon-note:before { content: "\f05a"; color: #29475c; } 687.admonitionblock td.icon .icon-tip:before { content: "\f0eb"; text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8); color: #111; } 688.admonitionblock td.icon .icon-warning:before { content: "\f071"; color: #bf6900; } 689.admonitionblock td.icon .icon-caution:before { content: "\f06d"; color: #bf3400; } 690.admonitionblock td.icon .icon-important:before { content: "\f06a"; color: #bf0000; } 691 692.conum[data-value] { display: inline-block; color: #fff !important; background-color: black; -webkit-border-radius: 100px; border-radius: 100px; text-align: center; font-size: 0.75em; width: 1.67em; height: 1.67em; line-height: 1.67em; font-family: "Open Sans", "DejaVu Sans", sans-serif; font-style: normal; font-weight: bold; } 693.conum[data-value] * { color: #fff !important; } 694.conum[data-value] + b { display: none; } 695.conum[data-value]:after { content: attr(data-value); } 696pre .conum[data-value] { position: relative; top: -0.125em; } 697 698b.conum * { color: inherit !important; } 699 700.conum:not([data-value]):empty { display: none; } 701 702h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { border-bottom: 1px solid #ddd; } 703 704.sect1 { padding-bottom: 0; } 705 706#toctitle { color: #00406F; font-weight: normal; margin-top: 1.5em; } 707 708.sidebarblock { border-color: #aaa; } 709 710code { -webkit-border-radius: 4px; border-radius: 4px; } 711 712p.tableblock.header { color: #6d6e71; } 713 714.literalblock pre, .listingblock pre { background: #eee; } 715 716/* From https://github.com/KhronosGroup/Vulkan-Docs/pull/901 */ 717a code { color: inherit; } 718 719/* From https://github.com/KhronosGroup/Vulkan-Docs/pull/1157 */ 720/* Make VUID anchor handles*/ 721li > p > a[id^="VUID-"] { visibility: hidden; position: absolute; z-index: 1001; width: 2.2ex; margin-left: -2.2ex; display: block; text-decoration: none !important; text-align: center; font-weight: normal; } 722 723li > p > a[id^="VUID-"]:before { content: "\00A7"; font-size: 1em; display: block; padding-top: 0em; background: #fff; } 724 725li > p:hover > a[id^="VUID-"], li > p > a[id^="VUID-"]:hover { visibility: visible; } 726 727li > p > a[id^="VUID-"].link { color: black; text-decoration: none; } 728 729/* TODO: not quite sure what these two do */ 730li > p > a[id^="VUID-"].link:hover { color: black; } 731 732.vuid { color: #4d4d4d; font-family: monospace; } 733