You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

theme.css 26 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374
  1. /*
  2. This file is based on the ReadTheDocs theme from mkdocs, however it's been cleaned up and only the css elements needed in the
  3. templates are included.
  4. Colors are defined in theme_colors.css. They can be adjusted there
  5. */
  6. * {
  7. -webkit-box-sizing: border-box;
  8. -moz-box-sizing: border-box;
  9. box-sizing: border-box;
  10. }
  11. /* #region local font face definitions */
  12. /* source-sans-pro-300 - latin-ext_latin */
  13. @font-face {
  14. font-family: 'Source Sans Pro';
  15. font-style: normal;
  16. font-weight: 300;
  17. src: url('../fonts/source-sans-pro-v9-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
  18. src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('../fonts/source-sans-pro-v9-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  19. url('../fonts/source-sans-pro-v9-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
  20. url('../fonts/source-sans-pro-v9-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
  21. url('../fonts/source-sans-pro-v9-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
  22. url('../fonts/source-sans-pro-v9-latin-ext_latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  23. }
  24. /* source-sans-pro-300italic - latin-ext_latin */
  25. @font-face {
  26. font-family: 'Source Sans Pro';
  27. font-style: italic;
  28. font-weight: 300;
  29. src: url('../fonts/source-sans-pro-v9-latin-ext_latin-300italic.eot'); /* IE9 Compat Modes */
  30. src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightIt'), url('../fonts/source-sans-pro-v9-latin-ext_latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  31. url('../fonts/source-sans-pro-v9-latin-ext_latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
  32. url('../fonts/source-sans-pro-v9-latin-ext_latin-300italic.woff') format('woff'), /* Modern Browsers */
  33. url('../fonts/source-sans-pro-v9-latin-ext_latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
  34. url('../fonts/source-sans-pro-v9-latin-ext_latin-300italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  35. }
  36. /* source-sans-pro-regular - latin-ext_latin */
  37. @font-face {
  38. font-family: 'Source Sans Pro';
  39. font-style: normal;
  40. font-weight: 400;
  41. src: url('../fonts/source-sans-pro-v9-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  42. src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url('../fonts/source-sans-pro-v9-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  43. url('../fonts/source-sans-pro-v9-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  44. url('../fonts/source-sans-pro-v9-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
  45. url('../fonts/source-sans-pro-v9-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  46. url('../fonts/source-sans-pro-v9-latin-ext_latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  47. }
  48. /* source-sans-pro-italic - latin-ext_latin */
  49. @font-face {
  50. font-family: 'Source Sans Pro';
  51. font-style: italic;
  52. font-weight: 400;
  53. src: url('../fonts/source-sans-pro-v9-latin-ext_latin-italic.eot'); /* IE9 Compat Modes */
  54. src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url('../fonts/source-sans-pro-v9-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  55. url('../fonts/source-sans-pro-v9-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
  56. url('../fonts/source-sans-pro-v9-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
  57. url('../fonts/source-sans-pro-v9-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
  58. url('../fonts/source-sans-pro-v9-latin-ext_latin-italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  59. }
  60. /* source-sans-pro-600 - latin-ext_latin */
  61. @font-face {
  62. font-family: 'Source Sans Pro';
  63. font-style: normal;
  64. font-weight: 600;
  65. src: url('../fonts/source-sans-pro-v9-latin-ext_latin-600.eot'); /* IE9 Compat Modes */
  66. src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url('../fonts/source-sans-pro-v9-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  67. url('../fonts/source-sans-pro-v9-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */
  68. url('../fonts/source-sans-pro-v9-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */
  69. url('../fonts/source-sans-pro-v9-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
  70. url('../fonts/source-sans-pro-v9-latin-ext_latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  71. }
  72. /* source-sans-pro-700 - latin-ext_latin */
  73. @font-face {
  74. font-family: 'Source Sans Pro';
  75. font-style: normal;
  76. font-weight: 700;
  77. src: url('../fonts/source-sans-pro-v9-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  78. src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('../fonts/source-sans-pro-v9-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  79. url('../fonts/source-sans-pro-v9-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
  80. url('../fonts/source-sans-pro-v9-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
  81. url('../fonts/source-sans-pro-v9-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
  82. url('../fonts/source-sans-pro-v9-latin-ext_latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  83. }
  84. /* source-sans-pro-900 - latin-ext_latin */
  85. @font-face {
  86. font-family: 'Source Sans Pro';
  87. font-style: normal;
  88. font-weight: 900;
  89. src: url('../fonts/source-sans-pro-v9-latin-ext_latin-900.eot'); /* IE9 Compat Modes */
  90. src: local('Source Sans Pro Black'), local('SourceSansPro-Black'), url('../fonts/source-sans-pro-v9-latin-ext_latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  91. url('../fonts/source-sans-pro-v9-latin-ext_latin-900.woff2') format('woff2'), /* Super Modern Browsers */
  92. url('../fonts/source-sans-pro-v9-latin-ext_latin-900.woff') format('woff'), /* Modern Browsers */
  93. url('../fonts/source-sans-pro-v9-latin-ext_latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
  94. url('../fonts/source-sans-pro-v9-latin-ext_latin-900.svg#SourceSansPro') format('svg'); /* Legacy iOS */
  95. }
  96. /* #endregion */
  97. /* #region general tag css definitions */
  98. article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  99. display: block;
  100. }
  101. audio, canvas, video {
  102. display: inline-block;
  103. *display: inline;
  104. *zoom: 1;
  105. }
  106. audio:not([controls]) {
  107. display: none;
  108. }
  109. [hidden] {
  110. display: none;
  111. }
  112. a {
  113. text-decoration: none;
  114. }
  115. a .icon {
  116. display: inline-block;
  117. text-decoration: inherit;
  118. }
  119. a:hover, a:active {
  120. outline: 0;
  121. }
  122. a.headerlink {
  123. display: inline;
  124. text-decoration: none;
  125. visibility: hidden;
  126. font-size: smaller;
  127. margin-left: 3px;
  128. }
  129. abbr[title] {
  130. border-bottom: 1px dotted;
  131. }
  132. big, small {
  133. font-size: 100%;
  134. }
  135. blockquote {
  136. background: #f9f9f9;
  137. border-left: 10px solid #ccc;
  138. margin: 1.5em 10px;
  139. padding: 0.5em 10px;
  140. quotes: "\201C""\201D""\2018""\2019";
  141. }
  142. blockquote:before {
  143. color: #ccc;
  144. content: open-quote;
  145. font-size: 4em;
  146. line-height: 0.1em;
  147. margin-right: 10px;
  148. vertical-align: -0.4em;
  149. }
  150. blockquote p {
  151. display: inline;
  152. }
  153. body {
  154. font-weight: normal;
  155. min-height: 100%;
  156. overflow-x: hidden;
  157. margin: 0;
  158. -webkit-font-smoothing: antialiased;
  159. text-rendering: optimizeLegibility;
  160. -moz-osx-font-smoothing: grayscale;
  161. min-height: 100%;
  162. font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  163. font-size: 16px;
  164. }
  165. button, input {
  166. font-size: 100%;
  167. margin: 0;
  168. vertical-align: baseline;
  169. *vertical-align: middle;
  170. }
  171. button[disabled], input[disabled] {
  172. cursor: default;
  173. }
  174. button::-moz-focus-inner, input::-moz-focus-inner {
  175. border: 0;
  176. padding: 0;
  177. }
  178. button {
  179. font-size: 100%;
  180. margin: 0;
  181. vertical-align: baseline;
  182. *vertical-align: middle;
  183. cursor: pointer;
  184. line-height: normal;
  185. -webkit-appearance: button;
  186. *overflow: visible;
  187. }
  188. code, pre.nocode {
  189. white-space: pre;
  190. max-width: 100%;
  191. border: solid 1px;
  192. font-size: 90%;
  193. padding: 0 2px;
  194. margin: 0 3px;
  195. font-family: Consolas, "Andale Mono WT","Andale Mono","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
  196. overflow-x: auto;
  197. }
  198. code.code-large {
  199. font-size: 90%;
  200. }
  201. div.alert > pre > code {
  202. line-height: initial;
  203. }
  204. dfn {
  205. font-style: italic;
  206. }
  207. dl {
  208. margin-bottom: 24px;
  209. }
  210. dl dt {
  211. font-weight: bold;
  212. }
  213. dl p, dl table, dl ul, dl ol {
  214. margin-bottom: 12px !important;
  215. }
  216. dl dd {
  217. margin: 0 0 12px 35px;
  218. line-height: 24px;
  219. }
  220. dl:not(.docutils) {
  221. margin-bottom: 24px;
  222. }
  223. figure {
  224. margin: 0;
  225. }
  226. fieldset {
  227. border: 0;
  228. margin: 0;
  229. padding: 0;
  230. }
  231. footer p {
  232. margin-bottom: 12px;
  233. }
  234. form {
  235. margin: 0;
  236. }
  237. h1, h2, h3, h4, h5, h6 {
  238. margin-top: 0;
  239. font-weight: lighter;
  240. }
  241. h1 {
  242. font-size: 220%;
  243. margin-bottom:25px;
  244. }
  245. h2 {
  246. font-size: 190%;
  247. margin-bottom:18px;
  248. }
  249. h3 {
  250. font-size: 155%;
  251. margin-bottom:15px;
  252. }
  253. h4 {
  254. font-size: 130%;
  255. margin-bottom: 13px;
  256. }
  257. h4.searchresulttitle {
  258. margin-bottom: -5px;
  259. }
  260. h5 {
  261. font-size: 115%;
  262. margin-bottom: 10px;
  263. }
  264. h6 {
  265. font-size: 105%;
  266. margin-bottom: 7px;
  267. }
  268. h1:hover a.headerlink {
  269. visibility: visible;
  270. }
  271. h2:hover a.headerlink {
  272. visibility: visible;
  273. }
  274. h3:hover a.headerlink {
  275. visibility: visible;
  276. }
  277. h4:hover a.headerlink {
  278. visibility: visible;
  279. }
  280. h5:hover a.headerlink {
  281. visibility: visible;
  282. }
  283. h6:hover a.headerlink {
  284. visibility: visible;
  285. }
  286. hr {
  287. display: block;
  288. height: 1px;
  289. border: 0;
  290. border-top: 1px solid;
  291. margin: 24px 0;
  292. padding: 0;
  293. }
  294. html {
  295. font-size: 100%;
  296. -webkit-text-size-adjust: 100%;
  297. -ms-text-size-adjust: 100%;
  298. height: 100%;
  299. overflow-x: hidden;
  300. }
  301. img {
  302. border: 0;
  303. -ms-interpolation-mode: bicubic;
  304. vertical-align: middle;
  305. }
  306. input {
  307. line-height: normal;
  308. font-size: 100%;
  309. margin: 0;
  310. vertical-align: baseline;
  311. *vertical-align: middle;
  312. }
  313. input[type="text"] {
  314. -webkit-appearance: none;
  315. padding: 6px;
  316. display: inline-block;
  317. border: 1px solid;
  318. font-size: 80%;
  319. box-shadow: inset 0 1px 3px #ddd;
  320. border-radius: 0;
  321. -webkit-transition: border 0.3s linear;
  322. -moz-transition: border 0.3s linear;
  323. transition: border 0.3s linear;
  324. }
  325. /* For chrome, to avoid ugly bar around search box*/
  326. input:focus {
  327. outline: none;
  328. }
  329. ins {
  330. text-decoration: none;
  331. }
  332. label {
  333. cursor: pointer;
  334. display: block;
  335. margin: 0 0 0.3125em 0;
  336. font-size: 90%;
  337. }
  338. legend {
  339. margin-top: 0;
  340. font-weight: 700;
  341. border: 0;
  342. *margin-left: -7px;
  343. padding: 0;
  344. white-space: normal;
  345. display: block;
  346. width: 100%;
  347. margin-bottom: 24px;
  348. font-size: 150%;
  349. }
  350. li {
  351. line-height: 24px;
  352. }
  353. li pre {
  354. line-height: normal;
  355. }
  356. mark {
  357. font-style: italic;
  358. font-weight: bold;
  359. }
  360. nav.stickynav {
  361. position: fixed;
  362. top: 0;
  363. }
  364. p {
  365. line-height: 24px;
  366. margin: 0;
  367. margin-bottom: 24px;
  368. }
  369. p code {
  370. word-wrap: break-word;
  371. }
  372. pre {
  373. margin-bottom: 24px;
  374. }
  375. pre > code {
  376. font-size: 13px;
  377. box-shadow: 0px 0px 8px rgba(10,10,10,0.1);
  378. }
  379. pre.nocode {
  380. box-shadow: 0px 0px 8px rgba(10,10,10,0.1);
  381. margin-bottom: 20px;
  382. padding: 4px 4px;
  383. }
  384. q {
  385. quotes: none;
  386. }
  387. q:before, q:after {
  388. content: "";
  389. content: none;
  390. }
  391. small {
  392. font-size: 80%;
  393. }
  394. sub, sup {
  395. font-size: 75%;
  396. line-height: 0;
  397. position: relative;
  398. vertical-align: baseline;
  399. }
  400. sup {
  401. top: -0.5em;
  402. }
  403. sub {
  404. bottom: -0.25em;
  405. }
  406. svg:not(:root) {
  407. overflow: hidden;
  408. }
  409. table {
  410. border-collapse: collapse;
  411. border-spacing: 0;
  412. }
  413. textarea {
  414. overflow: auto;
  415. vertical-align: top;
  416. resize: vertical;
  417. }
  418. td {
  419. vertical-align: top;
  420. }
  421. /* #endregion*/
  422. /* #region general classes */
  423. .hidden {
  424. display: none !important;
  425. visibility: hidden;
  426. }
  427. div.figure {
  428. align-items: center;
  429. text-align: center;
  430. }
  431. img.shadowed, div.figure img {
  432. margin: 0 auto;
  433. box-shadow: 0px 0px 10px rgba(10,10,10,0.3);
  434. }
  435. div.figure p {
  436. font-size: smaller;
  437. }
  438. .float-left {
  439. float: left;
  440. }
  441. .float-right {
  442. float: right;
  443. }
  444. .footnotes {
  445. font-size:smaller;
  446. }
  447. .full-width {
  448. width: 100%;
  449. }
  450. .no-highlight {
  451. display: block;
  452. padding: 0.5em;
  453. }
  454. .relative {
  455. position: relative;
  456. }
  457. .text-left {
  458. text-align: left;
  459. }
  460. .text-center {
  461. text-align: center;
  462. }
  463. .text-right {
  464. text-align: right;
  465. }
  466. .text-large {
  467. font-size: 120%;
  468. }
  469. .text-normal {
  470. font-size: 100%;
  471. }
  472. .text-small {
  473. font-size: 80%;
  474. }
  475. .text-strike {
  476. text-decoration: line-through;
  477. }
  478. .toc-footer {
  479. align-items: center;
  480. text-align: center;
  481. }
  482. .toc-footer hr {
  483. width: 100%;
  484. display: block;
  485. height: 1px;
  486. border: 0;
  487. border-top: 1px solid;
  488. margin-left: auto;
  489. margin-right: auto;
  490. padding-bottom: 0;
  491. margin-bottom: 5px;
  492. }
  493. /* #endregion */
  494. /* #region Alert boxes*/
  495. .alert {
  496. padding: 12px;
  497. line-height: 24px;
  498. margin-bottom: 24px;
  499. box-shadow: 0px 0px 8px rgba(10,10,10,0.1);
  500. }
  501. .alert-title {
  502. font-weight: bold;
  503. display: block;
  504. margin: -12px;
  505. padding: 6px 12px;
  506. margin-bottom: 12px;
  507. }
  508. .alert p:last-child {
  509. margin-bottom: 0;
  510. }
  511. /* #endregion*/
  512. /* #region Tables*/
  513. .table {
  514. border-collapse: collapse;
  515. border-spacing: 0;
  516. empty-cells: show;
  517. margin-bottom: 24px;
  518. }
  519. .table caption {
  520. font-size: 85%;
  521. font-style: italic;
  522. padding: 1em 0;
  523. text-align: center;
  524. }
  525. .table td, .table th {
  526. font-size: 90%;
  527. margin: 0;
  528. overflow: visible;
  529. padding: 8px 16px;
  530. }
  531. .table td:first-child, .table th:first-child {
  532. border-left-width: 0;
  533. }
  534. .table thead {
  535. text-align: left;
  536. vertical-align: bottom;
  537. white-space: nowrap;
  538. }
  539. .table thead th {
  540. font-weight: bold;
  541. border-bottom: solid 2px;
  542. }
  543. .table td {
  544. background-color: transparent;
  545. }
  546. .table td p {
  547. line-height: 18px;
  548. }
  549. .table td p:last-child {
  550. margin-bottom: 0;
  551. }
  552. .table .table-cell-min {
  553. width: 1%;
  554. padding-right: 0;
  555. }
  556. .table-secondary {
  557. font-size: 90%;
  558. }
  559. .table-tertiary {
  560. font-size: 80%;
  561. }
  562. .table-bordered-all {
  563. border: 1px solid;
  564. box-shadow: 0px 0px 8px rgba(10,10,10,0.1);
  565. }
  566. .table-bordered-all td {
  567. border-bottom: 1px solid;
  568. border-left: 1px solid;
  569. }
  570. .table-bordered-all tbody > tr:last-child td {
  571. border-bottom-width: 0;
  572. }
  573. .table-bordered {
  574. border: 1px solid;
  575. }
  576. .table-bordered-rows td {
  577. border-bottom: 1px solid;
  578. }
  579. .table-bordered-rows tbody > tr:last-child td {
  580. border-bottom-width: 0;
  581. }
  582. .table-horizontal tbody > tr:last-child td {
  583. border-bottom-width: 0;
  584. }
  585. .table-horizontal td, .table-horizontal th {
  586. border-width: 0 0 1px 0;
  587. border-bottom: 1px solid;
  588. }
  589. .table-horizontal tbody > tr:last-child td {
  590. border-bottom-width: 0;
  591. }
  592. .table-responsive {
  593. margin-bottom: 24px;
  594. max-width: 100%;
  595. overflow: auto;
  596. }
  597. .table-responsive table {
  598. margin-bottom: 0 !important;
  599. }
  600. .table-responsive table td, .table-responsive table th {
  601. white-space: nowrap;
  602. }
  603. /* #endregion*/
  604. /* #region Tabs*/
  605. /* Tab CSS by Joseph Fusco. http://codepen.io/fusco/pen/Wvzjrm, slightly adjusted to fit our style/theme. */
  606. .tab-wrap {
  607. -webkit-transition: 0.2s box-shadow ease;
  608. transition: 0.2s box-shadow ease;
  609. max-width: 100%;
  610. display: -webkit-box;
  611. display: -webkit-flex;
  612. display: -ms-flexbox;
  613. display: flex;
  614. -webkit-flex-wrap: wrap;
  615. -ms-flex-wrap: wrap;
  616. flex-wrap: wrap;
  617. position: relative;
  618. list-style: none;
  619. margin: 30px 0;
  620. box-shadow: 0px 0px 8px rgba(10,10,10,0.1);
  621. }
  622. .tab-wrap:hover {
  623. box-shadow: 0 2px 5px rgba(0, 0, 0, 0.23), 0 2px 5px rgba(0, 0, 0, 0.19);
  624. }
  625. .tab {
  626. display: none;
  627. }
  628. .tab:checked:nth-of-type(1) ~ .tab-content:nth-of-type(1) {
  629. opacity: 1;
  630. -webkit-transition: 0.1s opacity ease-in, 0.1s -webkit-transform ease;
  631. transition: 0.1s opacity ease-in, 0.1s transform ease;
  632. position: relative;
  633. top: 0;
  634. z-index: 100;
  635. -webkit-transform: translateY(0px);
  636. -ms-transform: translateY(0px);
  637. transform: translateY(0px);
  638. }
  639. .tab:checked:nth-of-type(2) ~ .tab-content:nth-of-type(2) {
  640. opacity: 1;
  641. -webkit-transition: 0.1s opacity ease-in, 0.1s -webkit-transform ease;
  642. transition: 0.1s opacity ease-in, 0.1s transform ease;
  643. position: relative;
  644. top: 0;
  645. z-index: 100;
  646. -webkit-transform: translateY(0px);
  647. -ms-transform: translateY(0px);
  648. transform: translateY(0px);
  649. }
  650. .tab:checked:nth-of-type(3) ~ .tab-content:nth-of-type(3) {
  651. opacity: 1;
  652. -webkit-transition: 0.1s opacity ease-in, 0.1s -webkit-transform ease;
  653. transition: 0.1s opacity ease-in, 0.1s transform ease;
  654. position: relative;
  655. top: 0;
  656. z-index: 100;
  657. -webkit-transform: translateY(0px);
  658. -ms-transform: translateY(0px);
  659. transform: translateY(0px);
  660. }
  661. .tab:checked:nth-of-type(4) ~ .tab-content:nth-of-type(4) {
  662. opacity: 1;
  663. -webkit-transition: 0.1s opacity ease-in, 0.1s -webkit-transform ease;
  664. transition: 0.1s opacity ease-in, 0.1s transform ease;
  665. position: relative;
  666. top: 0;
  667. z-index: 100;
  668. -webkit-transform: translateY(0px);
  669. -ms-transform: translateY(0px);
  670. transform: translateY(0px);
  671. }
  672. .tab:checked:nth-of-type(5) ~ .tab-content:nth-of-type(5) {
  673. opacity: 1;
  674. -webkit-transition: 0.1s opacity ease-in, 0.1s -webkit-transform ease;
  675. transition: 0.1s opacity ease-in, 0.1s transform ease;
  676. position: relative;
  677. top: 0;
  678. z-index: 100;
  679. -webkit-transform: translateY(0px);
  680. -ms-transform: translateY(0px);
  681. transform: translateY(0px);
  682. }
  683. .tab:checked:nth-of-type(6) ~ .tab-content:nth-of-type(6) {
  684. opacity: 1;
  685. -webkit-transition: 0.1s opacity ease-in, 0.1s -webkit-transform ease;
  686. transition: 0.1s opacity ease-in, 0.1s transform ease;
  687. position: relative;
  688. top: 0;
  689. z-index: 100;
  690. -webkit-transform: translateY(0px);
  691. -ms-transform: translateY(0px);
  692. transform: translateY(0px);
  693. }
  694. .tab:checked:nth-of-type(7) ~ .tab-content:nth-of-type(7) {
  695. opacity: 1;
  696. -webkit-transition: 0.1s opacity ease-in, 0.1s -webkit-transform ease;
  697. transition: 0.1s opacity ease-in, 0.1s transform ease;
  698. position: relative;
  699. top: 0;
  700. z-index: 100;
  701. -webkit-transform: translateY(0px);
  702. -ms-transform: translateY(0px);
  703. transform: translateY(0px);
  704. }
  705. .tab:checked:nth-of-type(8) ~ .tab-content:nth-of-type(8) {
  706. opacity: 1;
  707. -webkit-transition: 0.1s opacity ease-in, 0.1s -webkit-transform ease;
  708. transition: 0.1s opacity ease-in, 0.1s transform ease;
  709. position: relative;
  710. top: 0;
  711. z-index: 100;
  712. -webkit-transform: translateY(0px);
  713. -ms-transform: translateY(0px);
  714. transform: translateY(0px);
  715. }
  716. /*
  717. If you need more tabs (oh dear why would you!?) copy/paste the checked section above and increase the number, each tab has its own section
  718. as this is a js less tab system.
  719. */
  720. .tab:first-of-type:not(:last-of-type) + label {
  721. border-top-right-radius: 0;
  722. border-bottom-right-radius: 0;
  723. }
  724. .tab:not(:first-of-type):not(:last-of-type) + label {
  725. border-radius: 0;
  726. }
  727. .tab:last-of-type:not(:first-of-type) + label {
  728. border-top-left-radius: 0;
  729. border-bottom-left-radius: 0;
  730. }
  731. .tab:checked + label {
  732. box-shadow: 0 -1px 0 #fff inset;
  733. cursor: default;
  734. }
  735. .tab:checked + label:hover {
  736. box-shadow: 0 -1px 0 #fff inset;
  737. }
  738. .tab + label {
  739. box-shadow: 0 -1px 0 #eee inset;
  740. cursor: pointer;
  741. display: block;
  742. text-decoration: none;
  743. -webkit-box-flex: 3;
  744. -webkit-flex-grow: 3;
  745. -ms-flex-positive: 3;
  746. flex-grow: 3;
  747. text-align: center;
  748. -webkit-user-select: none;
  749. -moz-user-select: none;
  750. -ms-user-select: none;
  751. user-select: none;
  752. text-align: center;
  753. -webkit-transition: 0.3s background-color ease, 0.3s box-shadow ease;
  754. transition: 0.3s background-color ease, 0.3s box-shadow ease;
  755. height: 40px;
  756. box-sizing: border-box;
  757. padding: 10px;
  758. }
  759. .tab + label:hover {
  760. box-shadow: 0 1px 0 #f4f4f4 inset;
  761. }
  762. .tab-content {
  763. padding: 10px 15px;
  764. background-color: transparent;
  765. position: absolute;
  766. width: 100%;
  767. z-index: -1;
  768. opacity: 0;
  769. left: 0;
  770. -webkit-transform: translateY(-3px);
  771. -ms-transform: translateY(-3px);
  772. transform: translateY(-3px);
  773. }
  774. .tab-content > p:last-child {
  775. margin-bottom:0;
  776. }
  777. .tab-content > pre {
  778. margin-top: -12px;
  779. margin-left: -15px;
  780. margin-right: -15px;
  781. margin-bottom: -8px;
  782. }
  783. .tab-content > pre > code {
  784. box-shadow: initial;
  785. border: 0;
  786. }
  787. /* #endregion*/
  788. /* #region Breadcrumbs*/
  789. .breadcrumbs ul {
  790. margin: 0;
  791. padding-left: 0;
  792. list-style: none;
  793. list-style-image: none;
  794. }
  795. .breadcrumbs li {
  796. display: inline-block;
  797. }
  798. .breadcrumbs li.breadcrumbs-aside {
  799. float: right;
  800. }
  801. .breadcrumbs li a {
  802. display: inline-block;
  803. }
  804. .breadcrumbs li a:first-child {
  805. padding-left: 0;
  806. }
  807. .breadcrumbs-extra {
  808. margin-bottom: 0;
  809. font-size: 80%;
  810. display: inline-block;
  811. }
  812. /* #endregion*/
  813. /* #region Navigation */
  814. .affix {
  815. position: fixed;
  816. top: 1.618em;
  817. }
  818. .grid-for-nav {
  819. position: absolute;
  820. width: 100%;
  821. height: 100%;
  822. }
  823. .menu a:hover {
  824. text-decoration: none;
  825. }
  826. .menu-vertical header {
  827. height: 32px;
  828. display: inline-block;
  829. line-height: 32px;
  830. padding: 0 1.618em;
  831. display: block;
  832. font-weight: bold;
  833. text-transform: uppercase;
  834. font-size: 80%;
  835. white-space: nowrap;
  836. }
  837. .menu-vertical ul {
  838. margin: 0;
  839. padding: 0;
  840. list-style: none;
  841. list-style-image: none;
  842. }
  843. .menu-vertical ul.tocroot {
  844. padding-left: 15px;
  845. }
  846. .menu-vertical ul.currentrelative {
  847. margin-left: -15px;
  848. margin-bottom: -4px;
  849. padding-bottom: 4px;
  850. padding-left: 15px;
  851. }
  852. .menu-vertical ul.currentrelativeroot {
  853. margin-left: -15px;
  854. margin-bottom: -4px;
  855. padding-bottom: 4px;
  856. padding-left: 15px;
  857. }
  858. .menu-vertical ul.tocroot > li.current {
  859. margin-left: -4px;
  860. padding-left: 4px;
  861. padding-bottom: 3px;
  862. margin-bottom: 10px;
  863. }
  864. .menu-vertical ul.current {
  865. padding-left: 10px;
  866. margin-left: -10px;
  867. padding-bottom: 3px;
  868. }
  869. .menu-vertical li {
  870. list-style: none;
  871. line-height: 16px;
  872. }
  873. .menu-vertical li.tocentry {
  874. padding-left: 20px;
  875. padding-top: 7px;
  876. }
  877. .menu-vertical li.tocentry.current > ul.currentrelative {
  878. padding-left: 7px;
  879. padding-bottom: 5px;
  880. margin-top: 0;
  881. }
  882. .menu-vertical li.tocentry > ul.currentrelative {
  883. padding-left: 7px;
  884. padding-bottom: 5px;
  885. margin-top: -3px;
  886. }
  887. .menu-vertical li.tocentry > ul.currentrelative > li.tocentry {
  888. padding-top: 3px !important;
  889. }
  890. .menu-vertical li.tocrootentry {
  891. padding-left: 15px;
  892. }
  893. .menu-vertical li.current {
  894. margin-top: 7px;
  895. margin-bottom: 3px;
  896. margin-left: 0;
  897. padding-top: 0px;
  898. }
  899. .menu-vertical li.current > a {
  900. font-weight: bold;
  901. border: none;
  902. }
  903. .menu-vertical a {
  904. position: relative;
  905. border: none;
  906. }
  907. .menu-vertical a:hover {
  908. cursor: pointer;
  909. }
  910. .menu-vertical a:hover, .menu-vertical li.current a:hover, .menu-vertical li.on a:hover, .menu-vertical li.current > a:hover {
  911. text-decoration: underline;
  912. }
  913. .menu-vertical a:active {
  914. cursor: pointer;
  915. }
  916. .menu-vertical span.navigationgroup {
  917. font-weight: bold;
  918. margin-bottom: 3px;
  919. }
  920. .nav-side {
  921. position: absolute;
  922. top: 0;
  923. left: 0;
  924. width: 320px;
  925. overflow: hidden;
  926. min-height: 100%;
  927. z-index: 200;
  928. height: 100%;
  929. overflow-y: auto;
  930. font-size: 14px;
  931. }
  932. .nav-top {
  933. display: none;
  934. padding: 0.4045em 0.809em;
  935. position: relative;
  936. line-height: 50px;
  937. text-align: center;
  938. font-size: 100%;
  939. *zoom: 1;
  940. }
  941. .nav-top:before, .nav-top:after {
  942. display: table;
  943. content: "";
  944. }
  945. .nav-top:after {
  946. clear: both;
  947. }
  948. .nav-top a {
  949. font-weight: bold;
  950. }
  951. .nav-top img {
  952. margin-right: 12px;
  953. height: 45px;
  954. width: 45px;
  955. padding: 5px;
  956. border-radius: 100%;
  957. }
  958. .nav-top i {
  959. font-size: 30px;
  960. float: left;
  961. cursor: pointer;
  962. }
  963. .nav-content-wrap {
  964. margin-left: 320px;
  965. min-height: 100%;
  966. }
  967. .nav-content {
  968. padding: 1.618em 3.236em;
  969. height: 100%;
  970. max-width: 800px;
  971. margin: auto;
  972. }
  973. .side-nav-search {
  974. z-index: 200;
  975. text-align: center;
  976. padding: 0.809em;
  977. display: block;
  978. margin-bottom: 0.809em;
  979. }
  980. .side-nav-search input[type=text] {
  981. width: 100%;
  982. border-radius: 50px;
  983. padding: 6px 12px;
  984. }
  985. .side-nav-search img {
  986. display: block;
  987. margin: auto auto 0.809em auto;
  988. height: 45px;
  989. width: 45px;
  990. padding: 5px;
  991. border-radius: 100%;
  992. }
  993. .side-nav-search > a, .side-nav-search .dropdown > a {
  994. font-size: 100%;
  995. font-weight: bold;
  996. display: inline-block;
  997. padding: 4px 6px;
  998. margin-bottom: 0.809em;
  999. }
  1000. /* #endregion*/
  1001. /* #region media queries*/
  1002. @media print {
  1003. html, body, section {
  1004. background: none !important;
  1005. }
  1006. * {
  1007. box-shadow: none !important;
  1008. text-shadow: none !important;
  1009. filter: none !important;
  1010. -ms-filter: none !important;
  1011. }
  1012. a, a:visited {
  1013. text-decoration: underline;
  1014. }
  1015. footer, .nav-side {
  1016. display: none;
  1017. }
  1018. .nav-content-wrap {
  1019. margin-left: 0;
  1020. }
  1021. img {
  1022. max-width: 100% !important;
  1023. }
  1024. h2, h3 {
  1025. page-break-after: avoid;
  1026. }
  1027. pre, blockquote {
  1028. page-break-inside: avoid;
  1029. }
  1030. thead {
  1031. display: table-header-group;
  1032. }
  1033. tr, img {
  1034. page-break-inside: avoid;
  1035. }
  1036. p, h2, h3 {
  1037. orphans: 3;
  1038. widows: 3;
  1039. }
  1040. .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
  1041. content: "";
  1042. }
  1043. @page {
  1044. margin: 0.5cm;
  1045. }
  1046. .breadcrumbs li.breadcrumbs-aside {
  1047. display: none;
  1048. }
  1049. }
  1050. @media only screen and (max-width: 480px) {
  1051. .form input[type="text"] {
  1052. margin-bottom: 0.3em;
  1053. display: block;
  1054. }
  1055. .form label {
  1056. margin-bottom: 0.3em;
  1057. display: block;
  1058. }
  1059. }
  1060. @media screen and (max-width: 480px) {
  1061. .mobile-hide {
  1062. display: none;
  1063. }
  1064. .breadcrumbs-extra {
  1065. display: none;
  1066. }
  1067. .breadcrumbs li.breadcrumbs-aside {
  1068. display: none;
  1069. }
  1070. }
  1071. @media screen and (max-width: 768px) {
  1072. .nav-top {
  1073. display: block;
  1074. }
  1075. .nav-side {
  1076. left: -320px;
  1077. }
  1078. .nav-side.shift {
  1079. width: 85%;
  1080. left: 0;
  1081. }
  1082. .nav-content-wrap {
  1083. margin-left: 0;
  1084. }
  1085. .nav-content-wrap .nav-content {
  1086. padding: 1.618em;
  1087. }
  1088. .nav-content-wrap.shift {
  1089. position: fixed;
  1090. min-width: 100%;
  1091. left: 85%;
  1092. top: 0;
  1093. height: 100%;
  1094. overflow: hidden;
  1095. }
  1096. .tablet-hide {
  1097. display: none;
  1098. }
  1099. }
  1100. @media screen and (min-width: 1400px) {
  1101. .nav-content {
  1102. margin: 0;
  1103. max-width: 1000px;
  1104. }
  1105. }
  1106. /* #endregion */
  1107. /* #region Search results */
  1108. #search-results .search li {
  1109. margin-bottom: 24px;
  1110. border-bottom: solid 1px;
  1111. padding-bottom: 24px;
  1112. }
  1113. #search-results .search li:first-child {
  1114. border-top: solid 1px;
  1115. padding-top: 24px;
  1116. }
  1117. #search-results .search li a {
  1118. font-size: 120%;
  1119. margin-bottom: 12px;
  1120. display: inline-block;
  1121. }
  1122. #search-results .context {
  1123. color: gray;
  1124. font-size: 90%;
  1125. }
  1126. #search-results article h3 {
  1127. margin-top: 23px;
  1128. border-top: 1px solid;
  1129. padding-top: 24px;
  1130. }
  1131. #search-results article:first-child h3 {
  1132. border-top: none;
  1133. }
  1134. #search-query {
  1135. width: 100%;
  1136. border-radius: 50px;
  1137. padding: 6px 12px;
  1138. }
  1139. /* #endregion */