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

10 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354
  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. dfn {
  202. font-style: italic;
  203. }
  204. dl {
  205. margin-bottom: 24px;
  206. }
  207. dl dt {
  208. font-weight: bold;
  209. }
  210. dl p, dl table, dl ul, dl ol {
  211. margin-bottom: 12px !important;
  212. }
  213. dl dd {
  214. margin: 0 0 12px 35px;
  215. line-height: 24px;
  216. }
  217. dl:not(.docutils) {
  218. margin-bottom: 24px;
  219. }
  220. figure {
  221. margin: 0;
  222. }
  223. fieldset {
  224. border: 0;
  225. margin: 0;
  226. padding: 0;
  227. }
  228. footer p {
  229. margin-bottom: 12px;
  230. }
  231. form {
  232. margin: 0;
  233. }
  234. h1, h2, h3, h4, h5, h6 {
  235. margin-top: 0;
  236. font-weight: lighter;
  237. }
  238. h1 {
  239. font-size: 220%;
  240. margin-bottom:25px;
  241. }
  242. h2 {
  243. font-size: 190%;
  244. margin-bottom:18px;
  245. }
  246. h3 {
  247. font-size: 155%;
  248. margin-bottom:15px;
  249. }
  250. h4 {
  251. font-size: 130%;
  252. margin-bottom: 13px;
  253. }
  254. h4.searchresulttitle {
  255. margin-bottom: -5px;
  256. }
  257. h5 {
  258. font-size: 115%;
  259. margin-bottom: 10px;
  260. }
  261. h6 {
  262. font-size: 105%;
  263. margin-bottom: 7px;
  264. }
  265. h1:hover a.headerlink {
  266. visibility: visible;
  267. }
  268. h2:hover a.headerlink {
  269. visibility: visible;
  270. }
  271. h3:hover a.headerlink {
  272. visibility: visible;
  273. }
  274. h4:hover a.headerlink {
  275. visibility: visible;
  276. }
  277. h5:hover a.headerlink {
  278. visibility: visible;
  279. }
  280. h6:hover a.headerlink {
  281. visibility: visible;
  282. }
  283. hr {
  284. display: block;
  285. height: 1px;
  286. border: 0;
  287. border-top: 1px solid;
  288. margin: 24px 0;
  289. padding: 0;
  290. }
  291. html {
  292. font-size: 100%;
  293. -webkit-text-size-adjust: 100%;
  294. -ms-text-size-adjust: 100%;
  295. height: 100%;
  296. overflow-x: hidden;
  297. }
  298. img {
  299. border: 0;
  300. -ms-interpolation-mode: bicubic;
  301. vertical-align: middle;
  302. }
  303. input {
  304. line-height: normal;
  305. font-size: 100%;
  306. margin: 0;
  307. vertical-align: baseline;
  308. *vertical-align: middle;
  309. }
  310. input[type="text"] {
  311. -webkit-appearance: none;
  312. padding: 6px;
  313. display: inline-block;
  314. border: 1px solid;
  315. font-size: 80%;
  316. box-shadow: inset 0 1px 3px #ddd;
  317. border-radius: 0;
  318. -webkit-transition: border 0.3s linear;
  319. -moz-transition: border 0.3s linear;
  320. transition: border 0.3s linear;
  321. }
  322. /* For chrome, to avoid ugly bar around search box*/
  323. input:focus {
  324. outline: none;
  325. }
  326. ins {
  327. text-decoration: none;
  328. }
  329. label {
  330. cursor: pointer;
  331. display: block;
  332. margin: 0 0 0.3125em 0;
  333. font-size: 90%;
  334. }
  335. legend {
  336. margin-top: 0;
  337. font-weight: 700;
  338. border: 0;
  339. *margin-left: -7px;
  340. padding: 0;
  341. white-space: normal;
  342. display: block;
  343. width: 100%;
  344. margin-bottom: 24px;
  345. font-size: 150%;
  346. }
  347. li {
  348. line-height: 24px;
  349. }
  350. li pre {
  351. line-height: normal;
  352. }
  353. mark {
  354. font-style: italic;
  355. font-weight: bold;
  356. }
  357. nav.stickynav {
  358. position: fixed;
  359. top: 0;
  360. }
  361. p {
  362. line-height: 24px;
  363. margin: 0;
  364. margin-bottom: 24px;
  365. }
  366. p code {
  367. word-wrap: break-word;
  368. }
  369. pre {
  370. margin-bottom: 24px;
  371. }
  372. pre > code {
  373. font-size: 13px;
  374. box-shadow: 0px 0px 8px rgba(10,10,10,0.1);
  375. }
  376. pre.nocode {
  377. box-shadow: 0px 0px 8px rgba(10,10,10,0.1);
  378. margin-bottom: 20px;
  379. padding: 4px 4px;
  380. }
  381. q {
  382. quotes: none;
  383. }
  384. q:before, q:after {
  385. content: "";
  386. content: none;
  387. }
  388. small {
  389. font-size: 80%;
  390. }
  391. sub, sup {
  392. font-size: 75%;
  393. line-height: 0;
  394. position: relative;
  395. vertical-align: baseline;
  396. }
  397. sup {
  398. top: -0.5em;
  399. }
  400. sub {
  401. bottom: -0.25em;
  402. }
  403. svg:not(:root) {
  404. overflow: hidden;
  405. }
  406. table {
  407. border-collapse: collapse;
  408. border-spacing: 0;
  409. }
  410. textarea {
  411. overflow: auto;
  412. vertical-align: top;
  413. resize: vertical;
  414. }
  415. td {
  416. vertical-align: top;
  417. }
  418. /* #endregion*/
  419. /* #region general classes */
  420. .hidden {
  421. display: none !important;
  422. visibility: hidden;
  423. }
  424. div.figure {
  425. align-items: center;
  426. text-align: center;
  427. }
  428. img.shadowed, div.figure img {
  429. margin: 0 auto;
  430. box-shadow: 0px 0px 10px rgba(10,10,10,0.3);
  431. }
  432. div.figure p {
  433. font-size: smaller;
  434. }
  435. .float-left {
  436. float: left;
  437. }
  438. .float-right {
  439. float: right;
  440. }
  441. .footnotes {
  442. font-size:smaller;
  443. }
  444. .full-width {
  445. width: 100%;
  446. }
  447. .no-highlight {
  448. display: block;
  449. padding: 0.5em;
  450. }
  451. .relative {
  452. position: relative;
  453. }
  454. .text-left {
  455. text-align: left;
  456. }
  457. .text-center {
  458. text-align: center;
  459. }
  460. .text-right {
  461. text-align: right;
  462. }
  463. .text-large {
  464. font-size: 120%;
  465. }
  466. .text-normal {
  467. font-size: 100%;
  468. }
  469. .text-small {
  470. font-size: 80%;
  471. }
  472. .text-strike {
  473. text-decoration: line-through;
  474. }
  475. .toc-footer {
  476. align-items: center;
  477. text-align: center;
  478. }
  479. .toc-footer hr {
  480. width: 100%;
  481. display: block;
  482. height: 1px;
  483. border: 0;
  484. border-top: 1px solid;
  485. margin-left: auto;
  486. margin-right: auto;
  487. padding-bottom: 0;
  488. margin-bottom: 5px;
  489. }
  490. /* #endregion */
  491. /* #region Alert boxes*/
  492. .alert {
  493. padding: 12px;
  494. line-height: 24px;
  495. margin-bottom: 24px;
  496. box-shadow: 0px 0px 8px rgba(10,10,10,0.1);
  497. }
  498. .alert-title {
  499. font-weight: bold;
  500. display: block;
  501. margin: -12px;
  502. padding: 6px 12px;
  503. margin-bottom: 12px;
  504. }
  505. .alert p:last-child {
  506. margin-bottom: 0;
  507. }
  508. /* #endregion*/
  509. /* #region Tables*/
  510. .table {
  511. border-collapse: collapse;
  512. border-spacing: 0;
  513. empty-cells: show;
  514. margin-bottom: 24px;
  515. }
  516. .table caption {
  517. font-size: 85%;
  518. font-style: italic;
  519. padding: 1em 0;
  520. text-align: center;
  521. }
  522. .table td, .table th {
  523. font-size: 90%;
  524. margin: 0;
  525. overflow: visible;
  526. padding: 8px 16px;
  527. }
  528. .table td:first-child, .table th:first-child {
  529. border-left-width: 0;
  530. }
  531. .table thead {
  532. text-align: left;
  533. vertical-align: bottom;
  534. white-space: nowrap;
  535. }
  536. .table thead th {
  537. font-weight: bold;
  538. border-bottom: solid 2px;
  539. }
  540. .table td {
  541. background-color: transparent;
  542. }
  543. .table td p {
  544. line-height: 18px;
  545. }
  546. .table td p:last-child {
  547. margin-bottom: 0;
  548. }
  549. .table .table-cell-min {
  550. width: 1%;
  551. padding-right: 0;
  552. }
  553. .table-secondary {
  554. font-size: 90%;
  555. }
  556. .table-tertiary {
  557. font-size: 80%;
  558. }
  559. .table-bordered-all {
  560. border: 1px solid;
  561. box-shadow: 0px 0px 8px rgba(10,10,10,0.1);
  562. }
  563. .table-bordered-all td {
  564. border-bottom: 1px solid;
  565. border-left: 1px solid;
  566. }
  567. .table-bordered-all tbody > tr:last-child td {
  568. border-bottom-width: 0;
  569. }
  570. .table-bordered {
  571. border: 1px solid;
  572. }
  573. .table-bordered-rows td {
  574. border-bottom: 1px solid;
  575. }
  576. .table-bordered-rows tbody > tr:last-child td {
  577. border-bottom-width: 0;
  578. }
  579. .table-horizontal tbody > tr:last-child td {
  580. border-bottom-width: 0;
  581. }
  582. .table-horizontal td, .table-horizontal th {
  583. border-width: 0 0 1px 0;
  584. border-bottom: 1px solid;
  585. }
  586. .table-horizontal tbody > tr:last-child td {
  587. border-bottom-width: 0;
  588. }
  589. .table-responsive {
  590. margin-bottom: 24px;
  591. max-width: 100%;
  592. overflow: auto;
  593. }
  594. .table-responsive table {
  595. margin-bottom: 0 !important;
  596. }
  597. .table-responsive table td, .table-responsive table th {
  598. white-space: nowrap;
  599. }
  600. /* #endregion*/
  601. /* #region Tabs*/
  602. /* Tab CSS by Joseph Fusco. http://codepen.io/fusco/pen/Wvzjrm, slightly adjusted to fit our style/theme. */
  603. .tab-wrap {
  604. -webkit-transition: 0.2s box-shadow ease;
  605. transition: 0.2s box-shadow ease;
  606. max-width: 100%;
  607. display: -webkit-box;
  608. display: -webkit-flex;
  609. display: -ms-flexbox;
  610. display: flex;
  611. -webkit-flex-wrap: wrap;
  612. -ms-flex-wrap: wrap;
  613. flex-wrap: wrap;
  614. position: relative;
  615. list-style: none;
  616. margin: 30px 0;
  617. box-shadow: 0px 0px 8px rgba(10,10,10,0.1);
  618. }
  619. .tab-wrap:hover {
  620. box-shadow: 0 2px 5px rgba(0, 0, 0, 0.23), 0 2px 5px rgba(0, 0, 0, 0.19);
  621. }
  622. .tab {
  623. display: none;
  624. }
  625. .tab:checked:nth-of-type(1) ~ .tab-content:nth-of-type(1) {
  626. opacity: 1;
  627. -webkit-transition: 0.1s opacity ease-in, 0.1s -webkit-transform ease;
  628. transition: 0.1s opacity ease-in, 0.1s transform ease;
  629. position: relative;
  630. top: 0;
  631. z-index: 100;
  632. -webkit-transform: translateY(0px);
  633. -ms-transform: translateY(0px);
  634. transform: translateY(0px);
  635. }
  636. .tab:checked:nth-of-type(2) ~ .tab-content:nth-of-type(2) {
  637. opacity: 1;
  638. -webkit-transition: 0.1s opacity ease-in, 0.1s -webkit-transform ease;
  639. transition: 0.1s opacity ease-in, 0.1s transform ease;
  640. position: relative;
  641. top: 0;
  642. z-index: 100;
  643. -webkit-transform: translateY(0px);
  644. -ms-transform: translateY(0px);
  645. transform: translateY(0px);
  646. }
  647. .tab:checked:nth-of-type(3) ~ .tab-content:nth-of-type(3) {
  648. opacity: 1;
  649. -webkit-transition: 0.1s opacity ease-in, 0.1s -webkit-transform ease;
  650. transition: 0.1s opacity ease-in, 0.1s transform ease;
  651. position: relative;
  652. top: 0;
  653. z-index: 100;
  654. -webkit-transform: translateY(0px);
  655. -ms-transform: translateY(0px);
  656. transform: translateY(0px);
  657. }
  658. .tab:checked:nth-of-type(4) ~ .tab-content:nth-of-type(4) {
  659. opacity: 1;
  660. -webkit-transition: 0.1s opacity ease-in, 0.1s -webkit-transform ease;
  661. transition: 0.1s opacity ease-in, 0.1s transform ease;
  662. position: relative;
  663. top: 0;
  664. z-index: 100;
  665. -webkit-transform: translateY(0px);
  666. -ms-transform: translateY(0px);
  667. transform: translateY(0px);
  668. }
  669. .tab:checked:nth-of-type(5) ~ .tab-content:nth-of-type(5) {
  670. opacity: 1;
  671. -webkit-transition: 0.1s opacity ease-in, 0.1s -webkit-transform ease;
  672. transition: 0.1s opacity ease-in, 0.1s transform ease;
  673. position: relative;
  674. top: 0;
  675. z-index: 100;
  676. -webkit-transform: translateY(0px);
  677. -ms-transform: translateY(0px);
  678. transform: translateY(0px);
  679. }
  680. .tab:checked:nth-of-type(6) ~ .tab-content:nth-of-type(6) {
  681. opacity: 1;
  682. -webkit-transition: 0.1s opacity ease-in, 0.1s -webkit-transform ease;
  683. transition: 0.1s opacity ease-in, 0.1s transform ease;
  684. position: relative;
  685. top: 0;
  686. z-index: 100;
  687. -webkit-transform: translateY(0px);
  688. -ms-transform: translateY(0px);
  689. transform: translateY(0px);
  690. }
  691. .tab:checked:nth-of-type(7) ~ .tab-content:nth-of-type(7) {
  692. opacity: 1;
  693. -webkit-transition: 0.1s opacity ease-in, 0.1s -webkit-transform ease;
  694. transition: 0.1s opacity ease-in, 0.1s transform ease;
  695. position: relative;
  696. top: 0;
  697. z-index: 100;
  698. -webkit-transform: translateY(0px);
  699. -ms-transform: translateY(0px);
  700. transform: translateY(0px);
  701. }
  702. .tab:checked:nth-of-type(8) ~ .tab-content:nth-of-type(8) {
  703. opacity: 1;
  704. -webkit-transition: 0.1s opacity ease-in, 0.1s -webkit-transform ease;
  705. transition: 0.1s opacity ease-in, 0.1s transform ease;
  706. position: relative;
  707. top: 0;
  708. z-index: 100;
  709. -webkit-transform: translateY(0px);
  710. -ms-transform: translateY(0px);
  711. transform: translateY(0px);
  712. }
  713. /*
  714. 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
  715. as this is a js less tab system.
  716. */
  717. .tab:first-of-type:not(:last-of-type) + label {
  718. border-top-right-radius: 0;
  719. border-bottom-right-radius: 0;
  720. }
  721. .tab:not(:first-of-type):not(:last-of-type) + label {
  722. border-radius: 0;
  723. }
  724. .tab:last-of-type:not(:first-of-type) + label {
  725. border-top-left-radius: 0;
  726. border-bottom-left-radius: 0;
  727. }
  728. .tab:checked + label {
  729. box-shadow: 0 -1px 0 #fff inset;
  730. cursor: default;
  731. }
  732. .tab:checked + label:hover {
  733. box-shadow: 0 -1px 0 #fff inset;
  734. }
  735. .tab + label {
  736. box-shadow: 0 -1px 0 #eee inset;
  737. cursor: pointer;
  738. display: block;
  739. text-decoration: none;
  740. -webkit-box-flex: 3;
  741. -webkit-flex-grow: 3;
  742. -ms-flex-positive: 3;
  743. flex-grow: 3;
  744. text-align: center;
  745. -webkit-user-select: none;
  746. -moz-user-select: none;
  747. -ms-user-select: none;
  748. user-select: none;
  749. text-align: center;
  750. -webkit-transition: 0.3s background-color ease, 0.3s box-shadow ease;
  751. transition: 0.3s background-color ease, 0.3s box-shadow ease;
  752. height: 40px;
  753. box-sizing: border-box;
  754. padding: 10px;
  755. }
  756. .tab + label:hover {
  757. box-shadow: 0 1px 0 #f4f4f4 inset;
  758. }
  759. .tab-content {
  760. padding: 10px 15px;
  761. background-color: transparent;
  762. position: absolute;
  763. width: 100%;
  764. z-index: -1;
  765. opacity: 0;
  766. left: 0;
  767. -webkit-transform: translateY(-3px);
  768. -ms-transform: translateY(-3px);
  769. transform: translateY(-3px);
  770. }
  771. .tab-content > p:last-child {
  772. margin-bottom:0;
  773. }
  774. .tab-content > pre {
  775. margin-top: -12px;
  776. margin-left: -15px;
  777. margin-right: -15px;
  778. margin-bottom: -8px;
  779. }
  780. .tab-content > pre > code {
  781. box-shadow: initial;
  782. border: 0;
  783. }
  784. /* #endregion*/
  785. /* #region Breadcrumbs*/
  786. .breadcrumbs ul {
  787. margin: 0;
  788. padding-left: 0;
  789. list-style: none;
  790. list-style-image: none;
  791. }
  792. .breadcrumbs li {
  793. display: inline-block;
  794. }
  795. .breadcrumbs li.breadcrumbs-aside {
  796. float: right;
  797. }
  798. .breadcrumbs li a {
  799. display: inline-block;
  800. }
  801. .breadcrumbs li a:first-child {
  802. padding-left: 0;
  803. }
  804. .breadcrumbs-extra {
  805. margin-bottom: 0;
  806. font-size: 80%;
  807. display: inline-block;
  808. }
  809. /* #endregion*/
  810. /* #region Navigation */
  811. .affix {
  812. position: fixed;
  813. top: 1.618em;
  814. }
  815. .grid-for-nav {
  816. position: absolute;
  817. width: 100%;
  818. height: 100%;
  819. }
  820. .menu a:hover {
  821. text-decoration: none;
  822. }
  823. .menu-vertical header {
  824. height: 32px;
  825. display: inline-block;
  826. line-height: 32px;
  827. padding: 0 1.618em;
  828. display: block;
  829. font-weight: bold;
  830. text-transform: uppercase;
  831. font-size: 80%;
  832. white-space: nowrap;
  833. }
  834. .menu-vertical ul {
  835. margin: 0;
  836. padding: 0;
  837. list-style: none;
  838. list-style-image: none;
  839. }
  840. .menu-vertical ul.tocroot {
  841. padding-left: 15px;
  842. }
  843. .menu-vertical ul.currentrelative {
  844. margin-left: -15px;
  845. margin-bottom: -4px;
  846. padding-bottom: 4px;
  847. padding-left: 15px;
  848. }
  849. .menu-vertical ul.currentrelativeroot {
  850. margin-left: -15px;
  851. margin-bottom: -4px;
  852. padding-bottom: 4px;
  853. padding-left: 15px;
  854. }
  855. .menu-vertical ul.tocroot > li.current {
  856. margin-left: -4px;
  857. padding-left: 4px;
  858. padding-bottom: 3px;
  859. margin-bottom: 10px;
  860. }
  861. .menu-vertical ul.current {
  862. padding-left: 10px;
  863. margin-left: -10px;
  864. padding-bottom: 3px;
  865. }
  866. .menu-vertical li {
  867. list-style: none;
  868. line-height: 16px;
  869. }
  870. .menu-vertical li.tocentry {
  871. padding-left: 15px;
  872. padding-top: 7px;
  873. }
  874. .menu-vertical li.tocrootentry {
  875. padding-left: 15px;
  876. }
  877. .menu-vertical li.current {
  878. margin-top: 7px;
  879. margin-bottom: 3px;
  880. margin-left: 0;
  881. padding-top: 0px;
  882. }
  883. .menu-vertical li.current > a {
  884. font-weight: bold;
  885. border: none;
  886. }
  887. .menu-vertical a {
  888. position: relative;
  889. border: none;
  890. }
  891. .menu-vertical a:hover {
  892. cursor: pointer;
  893. }
  894. .menu-vertical a:hover, .menu-vertical li.current a:hover, .menu-vertical li.on a:hover, .menu-vertical li.current > a:hover {
  895. text-decoration: underline;
  896. }
  897. .menu-vertical a:active {
  898. cursor: pointer;
  899. }
  900. .menu-vertical span.navigationgroup {
  901. font-weight: bold;
  902. margin-bottom: 3px;
  903. }
  904. .nav-side {
  905. position: absolute;
  906. top: 0;
  907. left: 0;
  908. width: 320px;
  909. overflow: hidden;
  910. min-height: 100%;
  911. z-index: 200;
  912. height: 100%;
  913. overflow-y: auto;
  914. font-size: 14px;
  915. }
  916. .nav-top {
  917. display: none;
  918. padding: 0.4045em 0.809em;
  919. position: relative;
  920. line-height: 50px;
  921. text-align: center;
  922. font-size: 100%;
  923. *zoom: 1;
  924. }
  925. .nav-top:before, .nav-top:after {
  926. display: table;
  927. content: "";
  928. }
  929. .nav-top:after {
  930. clear: both;
  931. }
  932. .nav-top a {
  933. font-weight: bold;
  934. }
  935. .nav-top img {
  936. margin-right: 12px;
  937. height: 45px;
  938. width: 45px;
  939. padding: 5px;
  940. border-radius: 100%;
  941. }
  942. .nav-top i {
  943. font-size: 30px;
  944. float: left;
  945. cursor: pointer;
  946. }
  947. .nav-content-wrap {
  948. margin-left: 320px;
  949. min-height: 100%;
  950. }
  951. .nav-content {
  952. padding: 1.618em 3.236em;
  953. height: 100%;
  954. max-width: 800px;
  955. margin: auto;
  956. }
  957. .side-nav-search {
  958. z-index: 200;
  959. text-align: center;
  960. padding: 0.809em;
  961. display: block;
  962. margin-bottom: 0.809em;
  963. }
  964. .side-nav-search input[type=text] {
  965. width: 100%;
  966. border-radius: 50px;
  967. padding: 6px 12px;
  968. }
  969. .side-nav-search img {
  970. display: block;
  971. margin: auto auto 0.809em auto;
  972. height: 45px;
  973. width: 45px;
  974. padding: 5px;
  975. border-radius: 100%;
  976. }
  977. .side-nav-search > a, .side-nav-search .dropdown > a {
  978. font-size: 100%;
  979. font-weight: bold;
  980. display: inline-block;
  981. padding: 4px 6px;
  982. margin-bottom: 0.809em;
  983. }
  984. /* #endregion*/
  985. /* #region media queries*/
  986. @media print {
  987. html, body, section {
  988. background: none !important;
  989. }
  990. * {
  991. box-shadow: none !important;
  992. text-shadow: none !important;
  993. filter: none !important;
  994. -ms-filter: none !important;
  995. }
  996. a, a:visited {
  997. text-decoration: underline;
  998. }
  999. footer, .nav-side {
  1000. display: none;
  1001. }
  1002. .nav-content-wrap {
  1003. margin-left: 0;
  1004. }
  1005. img {
  1006. max-width: 100% !important;
  1007. }
  1008. h2, h3 {
  1009. page-break-after: avoid;
  1010. }
  1011. pre, blockquote {
  1012. page-break-inside: avoid;
  1013. }
  1014. thead {
  1015. display: table-header-group;
  1016. }
  1017. tr, img {
  1018. page-break-inside: avoid;
  1019. }
  1020. p, h2, h3 {
  1021. orphans: 3;
  1022. widows: 3;
  1023. }
  1024. .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
  1025. content: "";
  1026. }
  1027. @page {
  1028. margin: 0.5cm;
  1029. }
  1030. .breadcrumbs li.breadcrumbs-aside {
  1031. display: none;
  1032. }
  1033. }
  1034. @media only screen and (max-width: 480px) {
  1035. .form input[type="text"] {
  1036. margin-bottom: 0.3em;
  1037. display: block;
  1038. }
  1039. .form label {
  1040. margin-bottom: 0.3em;
  1041. display: block;
  1042. }
  1043. }
  1044. @media screen and (max-width: 480px) {
  1045. .mobile-hide {
  1046. display: none;
  1047. }
  1048. .breadcrumbs-extra {
  1049. display: none;
  1050. }
  1051. .breadcrumbs li.breadcrumbs-aside {
  1052. display: none;
  1053. }
  1054. }
  1055. @media screen and (max-width: 768px) {
  1056. .nav-top {
  1057. display: block;
  1058. }
  1059. .nav-side {
  1060. left: -320px;
  1061. }
  1062. .nav-side.shift {
  1063. width: 85%;
  1064. left: 0;
  1065. }
  1066. .nav-content-wrap {
  1067. margin-left: 0;
  1068. }
  1069. .nav-content-wrap .nav-content {
  1070. padding: 1.618em;
  1071. }
  1072. .nav-content-wrap.shift {
  1073. position: fixed;
  1074. min-width: 100%;
  1075. left: 85%;
  1076. top: 0;
  1077. height: 100%;
  1078. overflow: hidden;
  1079. }
  1080. .tablet-hide {
  1081. display: none;
  1082. }
  1083. }
  1084. @media screen and (min-width: 1400px) {
  1085. .nav-content {
  1086. margin: 0;
  1087. max-width: 1000px;
  1088. }
  1089. }
  1090. /* #endregion */
  1091. /* #region Search results */
  1092. #search-results .search li {
  1093. margin-bottom: 24px;
  1094. border-bottom: solid 1px;
  1095. padding-bottom: 24px;
  1096. }
  1097. #search-results .search li:first-child {
  1098. border-top: solid 1px;
  1099. padding-top: 24px;
  1100. }
  1101. #search-results .search li a {
  1102. font-size: 120%;
  1103. margin-bottom: 12px;
  1104. display: inline-block;
  1105. }
  1106. #search-results .context {
  1107. color: gray;
  1108. font-size: 90%;
  1109. }
  1110. #search-results article h3 {
  1111. margin-top: 23px;
  1112. border-top: 1px solid;
  1113. padding-top: 24px;
  1114. }
  1115. #search-results article:first-child h3 {
  1116. border-top: none;
  1117. }
  1118. #search-query {
  1119. width: 100%;
  1120. border-radius: 50px;
  1121. padding: 6px 12px;
  1122. }
  1123. /* #endregion */