theme.css 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128
  1. @charset "UTF-8";
  2. #top-github-link, #body #breadcrumbs {
  3. position: relative;
  4. top: 50%;
  5. -webkit-transform: translateY(-50%);
  6. -moz-transform: translateY(-50%);
  7. -o-transform: translateY(-50%);
  8. -ms-transform: translateY(-50%);
  9. transform: translateY(-50%);
  10. }
  11. .button, .button-secondary {
  12. display: inline-block;
  13. padding: 7px 12px;
  14. }
  15. .button:active, .button-secondary:active {
  16. margin: 2px 0 -2px 0;
  17. }
  18. @font-face {
  19. font-family: 'Novacento Sans Wide';
  20. src: url("../fonts/Novecentosanswide-UltraLight-webfont.eot");
  21. src: url("../fonts/Novecentosanswide-UltraLight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Novecentosanswide-UltraLight-webfont.woff2") format("woff2"), url("../fonts/Novecentosanswide-UltraLight-webfont.woff") format("woff"), url("../fonts/Novecentosanswide-UltraLight-webfont.ttf") format("truetype"), url("../fonts/Novecentosanswide-UltraLight-webfont.svg#novecento_sans_wideultralight") format("svg");
  22. font-style: normal;
  23. font-weight: 200;
  24. }
  25. @font-face {
  26. font-family: 'Work Sans';
  27. font-style: normal;
  28. font-weight: 300;
  29. src: url("../fonts/Work_Sans_300.eot?#iefix") format("embedded-opentype"), url("../fonts/Work_Sans_300.woff") format("woff"), url("../fonts/Work_Sans_300.woff2") format("woff2"), url("../fonts/Work_Sans_300.svg#WorkSans") format("svg"), url("../fonts/Work_Sans_300.ttf") format("truetype");
  30. }
  31. @font-face {
  32. font-family: 'Work Sans';
  33. font-style: normal;
  34. font-weight: 500;
  35. src: url("../fonts/Work_Sans_500.eot?#iefix") format("embedded-opentype"), url("../fonts/Work_Sans_500.woff") format("woff"), url("../fonts/Work_Sans_500.woff2") format("woff2"), url("../fonts/Work_Sans_500.svg#WorkSans") format("svg"), url("../fonts/Work_Sans_500.ttf") format("truetype");
  36. }
  37. body {
  38. background: #fff;
  39. color: #777;
  40. }
  41. body #chapter h1 {
  42. font-size: 3.5rem;
  43. }
  44. @media only all and (min-width: 48em) and (max-width: 59.938em) {
  45. body #chapter h1 {
  46. font-size: 3rem;
  47. }
  48. }
  49. @media only all and (max-width: 47.938em) {
  50. body #chapter h1 {
  51. font-size: 2rem;
  52. }
  53. }
  54. a {
  55. color: #00bdf3;
  56. }
  57. a:hover {
  58. color: #0082a7;
  59. }
  60. pre {
  61. position: relative;
  62. color: #ffffff;
  63. }
  64. .bg {
  65. background: #fff;
  66. border: 1px solid #eaeaea;
  67. }
  68. b, strong, label, th {
  69. font-weight: 600;
  70. }
  71. .default-animation, #header #logo-svg, #header #logo-svg path, #sidebar, #sidebar ul, #body, #body .padding, #body .nav {
  72. -webkit-transition: all 0.5s ease;
  73. -moz-transition: all 0.5s ease;
  74. transition: all 0.5s ease;
  75. }
  76. #grav-logo {
  77. max-width: 60%;
  78. }
  79. #grav-logo path {
  80. fill: #fff !important;
  81. }
  82. #sidebar {
  83. font-weight: 300 !important;
  84. }
  85. fieldset {
  86. border: 1px solid #ddd;
  87. }
  88. textarea, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select[multiple=multiple] {
  89. background-color: white;
  90. border: 1px solid #ddd;
  91. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  92. }
  93. textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, select[multiple=multiple]:hover {
  94. border-color: #c4c4c4;
  95. }
  96. textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple=multiple]:focus {
  97. border-color: #00bdf3;
  98. box-shadow: inset 0 1px 3px rgba(0,0,0,.06),0 0 5px rgba(0,169,218,.7)
  99. }
  100. #header-wrapper {
  101. background: #8451a1;
  102. color: #fff;
  103. text-align: center;
  104. border-bottom: 4px solid #9c6fb6;
  105. padding: 1rem;
  106. }
  107. #header a {
  108. display: inline-block;
  109. }
  110. #header #logo-svg {
  111. width: 8rem;
  112. height: 2rem;
  113. }
  114. #header #logo-svg path {
  115. fill: #fff;
  116. }
  117. .searchbox {
  118. margin-top: 1rem;
  119. position: relative;
  120. border: 1px solid #915eae;
  121. background: #764890;
  122. border-radius: 4px;
  123. }
  124. .searchbox label {
  125. color: rgba(255, 255, 255, 0.8);
  126. position: absolute;
  127. left: 10px;
  128. top: 3px;
  129. }
  130. .searchbox span {
  131. color: rgba(255, 255, 255, 0.6);
  132. position: absolute;
  133. right: 10px;
  134. top: 3px;
  135. cursor: pointer;
  136. }
  137. .searchbox span:hover {
  138. color: rgba(255, 255, 255, 0.9);
  139. }
  140. .searchbox input {
  141. display: inline-block;
  142. color: #fff;
  143. width: 100%;
  144. height: 30px;
  145. background: transparent;
  146. border: 0;
  147. padding: 0 25px 0 30px;
  148. margin: 0;
  149. font-weight: 300;
  150. }
  151. .searchbox input::-webkit-input-placeholder {
  152. color: rgba(255, 255, 255, 0.6);
  153. }
  154. .searchbox input::-moz-placeholder {
  155. color: rgba(255, 255, 255, 0.6);
  156. }
  157. .searchbox input:-moz-placeholder {
  158. color: rgba(255, 255, 255, 0.6);
  159. }
  160. .searchbox input:-ms-input-placeholder {
  161. color: rgba(255, 255, 255, 0.6);
  162. }
  163. #sidebar-toggle-span {
  164. display: none;
  165. }
  166. @media only all and (max-width: 47.938em) {
  167. #sidebar-toggle-span {
  168. display: inline;
  169. }
  170. }
  171. #sidebar {
  172. background-color: #322A38;
  173. position: fixed;
  174. top: 0;
  175. width: 300px;
  176. bottom: 0;
  177. left: 0;
  178. font-weight: 400;
  179. font-size: 15px;
  180. }
  181. #sidebar a {
  182. color: #ccc;
  183. }
  184. #sidebar a:hover {
  185. color: #e6e6e6;
  186. }
  187. #sidebar a.subtitle {
  188. color: rgba(204, 204, 204, 0.6);
  189. }
  190. #sidebar hr {
  191. border-bottom: 1px solid #2a232f;
  192. }
  193. #sidebar a.padding {
  194. padding: 0 1rem;
  195. }
  196. #sidebar h5 {
  197. margin: 2rem 0 0;
  198. position: relative;
  199. line-height: 2;
  200. }
  201. #sidebar h5 a {
  202. display: block;
  203. margin-left: 0;
  204. margin-right: 0;
  205. padding-left: 1rem;
  206. padding-right: 1rem;
  207. }
  208. #sidebar h5 i {
  209. color: rgba(204, 204, 204, 0.6);
  210. position: absolute;
  211. right: 0.6rem;
  212. top: 0.7rem;
  213. font-size: 80%;
  214. }
  215. #sidebar h5.parent a {
  216. background: #201b24;
  217. color: #d9d9d9 !important;
  218. }
  219. #sidebar h5.active a {
  220. background: #fff;
  221. color: #777 !important;
  222. }
  223. #sidebar h5.active i {
  224. color: #777 !important;
  225. }
  226. #sidebar h5 + ul.topics {
  227. display: none;
  228. margin-top: 0;
  229. }
  230. #sidebar h5.parent + ul.topics, #sidebar h5.active + ul.topics {
  231. display: block;
  232. }
  233. #sidebar ul {
  234. list-style: none;
  235. padding: 0;
  236. margin: 0;
  237. }
  238. #sidebar ul.searched a {
  239. color: #999999;
  240. }
  241. #sidebar ul.searched .search-match a {
  242. color: #e6e6e6;
  243. }
  244. #sidebar ul.searched .search-match a:hover {
  245. color: white;
  246. }
  247. #sidebar ul.topics {
  248. margin: 0 1rem;
  249. }
  250. #sidebar ul.topics.searched ul {
  251. display: block;
  252. }
  253. #sidebar ul.topics ul {
  254. display: none;
  255. padding-bottom: 1rem;
  256. }
  257. #sidebar ul.topics ul ul {
  258. padding-bottom: 0;
  259. }
  260. #sidebar ul.topics li.parent ul, #sidebar ul.topics > li.active ul {
  261. display: block;
  262. }
  263. #sidebar ul.topics > li > a {
  264. line-height: 2rem;
  265. font-size: 1.1rem;
  266. }
  267. #sidebar ul.topics > li > a b {
  268. opacity: 0.5;
  269. font-weight: normal;
  270. }
  271. #sidebar ul.topics > li > a .fa {
  272. margin-top: 9px;
  273. }
  274. #sidebar ul.topics > li.parent, #sidebar ul.topics > li.active {
  275. background: #251f29;
  276. margin-left: -1rem;
  277. margin-right: -1rem;
  278. padding-left: 1rem;
  279. padding-right: 1rem;
  280. }
  281. #sidebar ul li.active > a {
  282. background: #fff;
  283. color: #777 !important;
  284. margin-left: -1rem;
  285. margin-right: -1rem;
  286. padding-left: 1rem;
  287. padding-right: 1rem;
  288. }
  289. #sidebar ul li {
  290. padding: 0;
  291. }
  292. #sidebar ul li.visited + span {
  293. margin-right: 16px;
  294. }
  295. #sidebar ul li a {
  296. display: block;
  297. padding: 2px 0;
  298. }
  299. #sidebar ul li a span {
  300. text-overflow: ellipsis;
  301. overflow: hidden;
  302. white-space: nowrap;
  303. display: block;
  304. }
  305. #sidebar ul li > a {
  306. padding: 4px 0;
  307. }
  308. #sidebar ul li.visited > a .read-icon {
  309. color: #9c6fb6;
  310. display: inline;
  311. }
  312. #sidebar ul li li {
  313. padding-left: 1rem;
  314. text-indent: 0.2rem;
  315. }
  316. #main {
  317. background: #f7f7f7;
  318. margin: 0 0 1.563rem 0;
  319. }
  320. #body {
  321. position: relative;
  322. margin-left: 300px;
  323. min-height: 100%;
  324. }
  325. #body img, #body .video-container {
  326. margin: 3rem auto;
  327. display: block;
  328. text-align: center;
  329. }
  330. #body img.border, #body .video-container.border {
  331. border: 2px solid #e6e6e6 !important;
  332. padding: 2px;
  333. }
  334. #body img.shadow, #body .video-container.shadow {
  335. box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  336. }
  337. #body img.inline {
  338. display: inline !important;
  339. margin: 0 !important;
  340. vertical-align: bottom;
  341. }
  342. #body .bordered {
  343. border: 1px solid #ccc;
  344. }
  345. #body .padding {
  346. padding: 3rem 6rem;
  347. }
  348. @media only all and (max-width: 59.938em) {
  349. #body .padding {
  350. position: static;
  351. padding: 15px 3rem;
  352. }
  353. }
  354. @media only all and (max-width: 47.938em) {
  355. #body .padding {
  356. padding: 5px 1rem;
  357. }
  358. }
  359. #body h1 + hr {
  360. margin-top: -1.7rem;
  361. margin-bottom: 3rem;
  362. }
  363. @media only all and (max-width: 59.938em) {
  364. #body #navigation {
  365. position: static;
  366. margin-right: 0 !important;
  367. width: 100%;
  368. display: table;
  369. }
  370. }
  371. #body .nav {
  372. position: fixed;
  373. top: 0;
  374. bottom: 0;
  375. width: 4rem;
  376. font-size: 50px;
  377. height: 100%;
  378. cursor: pointer;
  379. display: table;
  380. text-align: center;
  381. }
  382. #body .nav > i {
  383. display: table-cell;
  384. vertical-align: middle;
  385. text-align: center;
  386. }
  387. @media only all and (max-width: 59.938em) {
  388. #body .nav {
  389. display: table-cell;
  390. position: static;
  391. top: auto;
  392. width: 50%;
  393. text-align: center;
  394. height: 100px;
  395. line-height: 100px;
  396. padding-top: 0;
  397. }
  398. #body .nav > i {
  399. display: inline-block;
  400. }
  401. }
  402. #body .nav:hover {
  403. background: #F6F6F6;
  404. }
  405. #body .nav.nav-pref {
  406. left: 0;
  407. }
  408. #body .nav.nav-next {
  409. right: 0;
  410. }
  411. #body-inner {
  412. margin-bottom: 5rem;
  413. }
  414. #chapter {
  415. display: flex;
  416. align-items: center;
  417. justify-content: center;
  418. height: 100%;
  419. padding: 2rem 0;
  420. }
  421. #chapter #body-inner {
  422. padding-bottom: 3rem;
  423. max-width: 80%;
  424. }
  425. #chapter h3 {
  426. font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  427. font-weight: 300;
  428. text-align: center;
  429. }
  430. #chapter h1 {
  431. font-size: 5rem;
  432. border-bottom: 4px solid #F0F2F4;
  433. }
  434. #chapter p {
  435. text-align: center;
  436. font-size: 1.2rem;
  437. }
  438. #footer {
  439. padding: 3rem 1rem;
  440. color: #b3b3b3;
  441. font-size: 13px;
  442. }
  443. #footer p {
  444. margin: 0;
  445. }
  446. body {
  447. font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  448. font-weight: 300;
  449. line-height: 1.6;
  450. font-size: 18px !important;
  451. }
  452. h2, h3, h4, h5, h6 {
  453. font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  454. text-rendering: optimizeLegibility;
  455. color: #5e5e5e;
  456. font-weight: 400;
  457. letter-spacing: -1px;
  458. }
  459. h1 {
  460. font-family: "Novacento Sans Wide", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  461. text-align: center;
  462. text-transform: uppercase;
  463. color: #222;
  464. font-weight: 200;
  465. }
  466. blockquote {
  467. border-left: 10px solid #F0F2F4;
  468. }
  469. blockquote p {
  470. font-size: 1.1rem;
  471. color: #999;
  472. }
  473. blockquote cite {
  474. display: block;
  475. text-align: right;
  476. color: #666;
  477. font-size: 1.2rem;
  478. }
  479. div.notices {
  480. margin: 2rem 0;
  481. position: relative;
  482. }
  483. div.notices p {
  484. padding: 15px;
  485. display: block;
  486. font-size: 1rem;
  487. margin-top: 0rem;
  488. margin-bottom: 0rem;
  489. color: #666;
  490. }
  491. div.notices p:first-child:before {
  492. position: absolute;
  493. top: 2px;
  494. color: #fff;
  495. font-family: "Font Awesome 5 Free";
  496. font-weight: 900;
  497. content: "\f06a";
  498. left: 10px;
  499. }
  500. div.notices p:first-child:after {
  501. position: absolute;
  502. top: 2px;
  503. color: #fff;
  504. left: 2rem;
  505. }
  506. div.notices.info p {
  507. border-top: 30px solid #F0B37E;
  508. background: #FFF2DB;
  509. }
  510. div.notices.info p:first-child:after {
  511. content: 'Info';
  512. }
  513. div.notices.warning p {
  514. border-top: 30px solid rgba(217, 83, 79, 0.8);
  515. background: #FAE2E2;
  516. }
  517. div.notices.warning p:first-child:after {
  518. content: 'Warning';
  519. }
  520. div.notices.note p {
  521. border-top: 30px solid #6AB0DE;
  522. background: #E7F2FA;
  523. }
  524. div.notices.note p:first-child:after {
  525. content: 'Note';
  526. }
  527. div.notices.tip p {
  528. border-top: 30px solid rgba(92, 184, 92, 0.8);
  529. background: #E6F9E6;
  530. }
  531. div.notices.tip p:first-child:after {
  532. content: 'Tip';
  533. }
  534. /* attachments shortcode */
  535. section.attachments {
  536. margin: 2rem 0;
  537. position: relative;
  538. }
  539. section.attachments label {
  540. font-weight: 400;
  541. padding-left: 0.5em;
  542. padding-top: 0.2em;
  543. padding-bottom: 0.2em;
  544. margin: 0;
  545. }
  546. section.attachments .attachments-files {
  547. padding: 15px;
  548. display: block;
  549. font-size: 1rem;
  550. margin-top: 0rem;
  551. margin-bottom: 0rem;
  552. color: #666;
  553. }
  554. section.attachments.orange label {
  555. color: #fff;
  556. background: #F0B37E;
  557. }
  558. section.attachments.orange .attachments-files {
  559. background: #FFF2DB;
  560. }
  561. section.attachments.green label {
  562. color: #fff;
  563. background: rgba(92, 184, 92, 0.8);
  564. }
  565. section.attachments.green .attachments-files {
  566. background: #E6F9E6;
  567. }
  568. section.attachments.blue label {
  569. color: #fff;
  570. background: #6AB0DE;
  571. }
  572. section.attachments.blue .attachments-files {
  573. background: #E7F2FA;
  574. }
  575. section.attachments.grey label {
  576. color: #fff;
  577. background: #505d65;
  578. }
  579. section.attachments.grey .attachments-files {
  580. background: #f4f4f4;
  581. }
  582. /* Children shortcode */
  583. /* Children shortcode */
  584. .children p {
  585. font-size: small;
  586. margin-top: 0px;
  587. padding-top: 0px;
  588. margin-bottom: 0px;
  589. padding-bottom: 0px;
  590. }
  591. .children-li p {
  592. font-size: small;
  593. font-style: italic;
  594. }
  595. .children-h2 p, .children-h3 p {
  596. font-size: small;
  597. margin-top: 0px;
  598. padding-top: 0px;
  599. margin-bottom: 0px;
  600. padding-bottom: 0px;
  601. }
  602. .children h3,.children h2 {
  603. margin-bottom: 0px;
  604. margin-top: 5px;
  605. }
  606. code, kbd, pre, samp {
  607. font-family: "Consolas", menlo, monospace;
  608. font-size: 92%;
  609. }
  610. code {
  611. border-radius: 2px;
  612. white-space: nowrap;
  613. color: #5e5e5e;
  614. background: #FFF7DD;
  615. border: 1px solid #fbf0cb;
  616. padding: 0px 2px;
  617. }
  618. code + .copy-to-clipboard {
  619. margin-left: -1px;
  620. border-left: 0 !important;
  621. font-size: inherit !important;
  622. vertical-align: middle;
  623. height: 21px;
  624. top: 0;
  625. }
  626. pre {
  627. padding: 1rem;
  628. margin: 2rem 0;
  629. background: #1d1f21;
  630. border: 0;
  631. border-radius: 2px;
  632. line-height: 1.15;
  633. }
  634. pre code {
  635. color: whitesmoke;
  636. background: inherit;
  637. white-space: inherit;
  638. border: 0;
  639. padding: 0;
  640. margin: 0;
  641. font-size: 15px;
  642. }
  643. hr {
  644. border-bottom: 4px solid #F0F2F4;
  645. }
  646. .page-title {
  647. margin-top: -25px;
  648. padding: 25px;
  649. float: left;
  650. clear: both;
  651. background: #9c6fb6;
  652. color: #fff;
  653. }
  654. #body a.anchor-link {
  655. color: #ccc;
  656. }
  657. #body a.anchor-link:hover {
  658. color: #9c6fb6;
  659. }
  660. #body-inner .tabs-wrapper.ui-theme-badges {
  661. background: #1d1f21;
  662. }
  663. #body-inner .tabs-wrapper.ui-theme-badges .tabs-nav li {
  664. font-size: 0.9rem;
  665. text-transform: uppercase;
  666. }
  667. #body-inner .tabs-wrapper.ui-theme-badges .tabs-nav li a {
  668. background: #35393c;
  669. }
  670. #body-inner .tabs-wrapper.ui-theme-badges .tabs-nav li.current a {
  671. background: #4d5257;
  672. }
  673. #body-inner pre {
  674. white-space: pre-wrap;
  675. }
  676. .tabs-wrapper pre {
  677. margin: 1rem 0;
  678. border: 0;
  679. padding: 0;
  680. background: inherit;
  681. }
  682. table {
  683. border: 1px solid #eaeaea;
  684. table-layout: auto;
  685. }
  686. th {
  687. background: #f7f7f7;
  688. padding: 0.5rem;
  689. }
  690. td {
  691. padding: 0.5rem;
  692. border: 1px solid #eaeaea;
  693. }
  694. .button {
  695. background: #9c6fb6;
  696. color: #fff;
  697. box-shadow: 0 3px 0 #00a5d4;
  698. }
  699. .button:hover {
  700. background: #00a5d4;
  701. box-shadow: 0 3px 0 #008db6;
  702. color: #fff;
  703. }
  704. .button:active {
  705. box-shadow: 0 1px 0 #008db6;
  706. }
  707. .button-secondary {
  708. background: #F8B450;
  709. color: #fff;
  710. box-shadow: 0 3px 0 #f7a733;
  711. }
  712. .button-secondary:hover {
  713. background: #f7a733;
  714. box-shadow: 0 3px 0 #f69b15;
  715. color: #fff;
  716. }
  717. .button-secondary:active {
  718. box-shadow: 0 1px 0 #f69b15;
  719. }
  720. .bullets {
  721. margin: 1.7rem 0;
  722. margin-left: -0.85rem;
  723. margin-right: -0.85rem;
  724. overflow: auto;
  725. }
  726. .bullet {
  727. float: left;
  728. padding: 0 0.85rem;
  729. }
  730. .two-column-bullet {
  731. width: 50%;
  732. }
  733. @media only all and (max-width: 47.938em) {
  734. .two-column-bullet {
  735. width: 100%;
  736. }
  737. }
  738. .three-column-bullet {
  739. width: 33.33333%;
  740. }
  741. @media only all and (max-width: 47.938em) {
  742. .three-column-bullet {
  743. width: 100%;
  744. }
  745. }
  746. .four-column-bullet {
  747. width: 25%;
  748. }
  749. @media only all and (max-width: 47.938em) {
  750. .four-column-bullet {
  751. width: 100%;
  752. }
  753. }
  754. .bullet-icon {
  755. float: left;
  756. background: #9c6fb6;
  757. padding: 0.875rem;
  758. width: 3.5rem;
  759. height: 3.5rem;
  760. border-radius: 50%;
  761. color: #fff;
  762. font-size: 1.75rem;
  763. text-align: center;
  764. }
  765. .bullet-icon-1 {
  766. background: #9c6fb6;
  767. }
  768. .bullet-icon-2 {
  769. background: #00f3d8;
  770. }
  771. .bullet-icon-3 {
  772. background: #e6f300;
  773. }
  774. .bullet-content {
  775. margin-left: 4.55rem;
  776. }
  777. .tooltipped {
  778. position: relative;
  779. }
  780. .tooltipped:after {
  781. position: absolute;
  782. z-index: 1000000;
  783. display: none;
  784. padding: 5px 8px;
  785. font: normal normal 11px/1.5 "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  786. color: #fff;
  787. text-align: center;
  788. text-decoration: none;
  789. text-shadow: none;
  790. text-transform: none;
  791. letter-spacing: normal;
  792. word-wrap: break-word;
  793. white-space: pre;
  794. pointer-events: none;
  795. content: attr(aria-label);
  796. background: rgba(0, 0, 0, 0.8);
  797. border-radius: 3px;
  798. -webkit-font-smoothing: subpixel-antialiased;
  799. }
  800. .tooltipped:before {
  801. position: absolute;
  802. z-index: 1000001;
  803. display: none;
  804. width: 0;
  805. height: 0;
  806. color: rgba(0, 0, 0, 0.8);
  807. pointer-events: none;
  808. content: "";
  809. border: 5px solid transparent;
  810. }
  811. .tooltipped:hover:before, .tooltipped:hover:after, .tooltipped:active:before, .tooltipped:active:after, .tooltipped:focus:before, .tooltipped:focus:after {
  812. display: inline-block;
  813. text-decoration: none;
  814. }
  815. .tooltipped-s:after, .tooltipped-se:after, .tooltipped-sw:after {
  816. top: 100%;
  817. right: 50%;
  818. margin-top: 5px;
  819. }
  820. .tooltipped-s:before, .tooltipped-se:before, .tooltipped-sw:before {
  821. top: auto;
  822. right: 50%;
  823. bottom: -5px;
  824. margin-right: -5px;
  825. border-bottom-color: rgba(0, 0, 0, 0.8);
  826. }
  827. .tooltipped-se:after {
  828. right: auto;
  829. left: 50%;
  830. margin-left: -15px;
  831. }
  832. .tooltipped-sw:after {
  833. margin-right: -15px;
  834. }
  835. .tooltipped-n:after, .tooltipped-ne:after, .tooltipped-nw:after {
  836. right: 50%;
  837. bottom: 100%;
  838. margin-bottom: 5px;
  839. }
  840. .tooltipped-n:before, .tooltipped-ne:before, .tooltipped-nw:before {
  841. top: -5px;
  842. right: 50%;
  843. bottom: auto;
  844. margin-right: -5px;
  845. border-top-color: rgba(0, 0, 0, 0.8);
  846. }
  847. .tooltipped-ne:after {
  848. right: auto;
  849. left: 50%;
  850. margin-left: -15px;
  851. }
  852. .tooltipped-nw:after {
  853. margin-right: -15px;
  854. }
  855. .tooltipped-s:after, .tooltipped-n:after {
  856. transform: translateX(50%);
  857. }
  858. .tooltipped-w:after {
  859. right: 100%;
  860. bottom: 50%;
  861. margin-right: 5px;
  862. transform: translateY(50%);
  863. }
  864. .tooltipped-w:before {
  865. top: 50%;
  866. bottom: 50%;
  867. left: -5px;
  868. margin-top: -5px;
  869. border-left-color: rgba(0, 0, 0, 0.8);
  870. }
  871. .tooltipped-e:after {
  872. bottom: 50%;
  873. left: 100%;
  874. margin-left: 5px;
  875. transform: translateY(50%);
  876. }
  877. .tooltipped-e:before {
  878. top: 50%;
  879. right: -5px;
  880. bottom: 50%;
  881. margin-top: -5px;
  882. border-right-color: rgba(0, 0, 0, 0.8);
  883. }
  884. .highlightable {
  885. padding: 1rem 0 1rem;
  886. overflow: auto;
  887. position: relative;
  888. }
  889. .hljs::selection, .hljs span::selection {
  890. background: #b7b7b7;
  891. }
  892. .lightbox-active #body {
  893. overflow: visible;
  894. }
  895. .lightbox-active #body .padding {
  896. overflow: visible;
  897. }
  898. #github-contrib i {
  899. vertical-align: middle;
  900. }
  901. .featherlight img {
  902. margin: 0 !important;
  903. }
  904. .lifecycle #body-inner ul {
  905. list-style: none;
  906. margin: 0;
  907. padding: 2rem 0 0;
  908. position: relative;
  909. }
  910. .lifecycle #body-inner ol {
  911. margin: 1rem 0 1rem 0;
  912. padding: 2rem;
  913. position: relative;
  914. }
  915. .lifecycle #body-inner ol li {
  916. margin-left: 1rem;
  917. }
  918. .lifecycle #body-inner ol strong, .lifecycle #body-inner ol label, .lifecycle #body-inner ol th {
  919. text-decoration: underline;
  920. }
  921. .lifecycle #body-inner ol ol {
  922. margin-left: -1rem;
  923. }
  924. .lifecycle #body-inner h3[class*='level'] {
  925. font-size: 20px;
  926. position: absolute;
  927. margin: 0;
  928. padding: 4px 10px;
  929. right: 0;
  930. z-index: 1000;
  931. color: #fff;
  932. background: #1ABC9C;
  933. }
  934. .lifecycle #body-inner ol h3 {
  935. margin-top: 1rem !important;
  936. right: 2rem !important;
  937. }
  938. .lifecycle #body-inner .level-1 + ol {
  939. background: #f6fefc;
  940. border: 4px solid #1ABC9C;
  941. color: #16A085;
  942. }
  943. .lifecycle #body-inner .level-1 + ol h3 {
  944. background: #2ECC71;
  945. }
  946. .lifecycle #body-inner .level-2 + ol {
  947. background: #f7fdf9;
  948. border: 4px solid #2ECC71;
  949. color: #27AE60;
  950. }
  951. .lifecycle #body-inner .level-2 + ol h3 {
  952. background: #3498DB;
  953. }
  954. .lifecycle #body-inner .level-3 + ol {
  955. background: #f3f9fd;
  956. border: 4px solid #3498DB;
  957. color: #2980B9;
  958. }
  959. .lifecycle #body-inner .level-3 + ol h3 {
  960. background: #34495E;
  961. }
  962. .lifecycle #body-inner .level-4 + ol {
  963. background: #e4eaf0;
  964. border: 4px solid #34495E;
  965. color: #2C3E50;
  966. }
  967. .lifecycle #body-inner .level-4 + ol h3 {
  968. background: #34495E;
  969. }
  970. #top-bar {
  971. background: #F6F6F6;
  972. border-radius: 2px;
  973. padding: 0 1rem;
  974. height: 0;
  975. min-height: 3rem;
  976. }
  977. #top-github-link {
  978. position: relative;
  979. z-index: 1;
  980. float: right;
  981. display: block;
  982. }
  983. #body #breadcrumbs {
  984. height: auto;
  985. margin-bottom: 0;
  986. padding-left: 0;
  987. line-height: 1.4;
  988. overflow: hidden;
  989. white-space: nowrap;
  990. text-overflow: ellipsis;
  991. width: 70%;
  992. display: inline-block;
  993. float: left;
  994. }
  995. #body #breadcrumbs span {
  996. padding: 0 0.1rem;
  997. }
  998. @media only all and (max-width: 59.938em) {
  999. #sidebar {
  1000. width: 230px;
  1001. }
  1002. #body {
  1003. margin-left: 230px;
  1004. }
  1005. }
  1006. @media only all and (max-width: 47.938em) {
  1007. #sidebar {
  1008. width: 230px;
  1009. left: -230px;
  1010. }
  1011. #body {
  1012. margin-left: 0;
  1013. width: 100%;
  1014. }
  1015. .sidebar-hidden {
  1016. overflow: hidden;
  1017. }
  1018. .sidebar-hidden #sidebar {
  1019. left: 0;
  1020. }
  1021. .sidebar-hidden #body {
  1022. margin-left: 230px;
  1023. overflow: hidden;
  1024. }
  1025. .sidebar-hidden #overlay {
  1026. position: absolute;
  1027. left: 0;
  1028. right: 0;
  1029. top: 0;
  1030. bottom: 0;
  1031. z-index: 10;
  1032. background: rgba(255, 255, 255, 0.5);
  1033. cursor: pointer;
  1034. }
  1035. }
  1036. .copy-to-clipboard {
  1037. background-image: url(../images/clippy.svg);
  1038. background-position: 50% 50%;
  1039. background-size: 16px 16px;
  1040. background-repeat: no-repeat;
  1041. width: 27px;
  1042. height: 1.45rem;
  1043. top: -1px;
  1044. display: inline-block;
  1045. vertical-align: middle;
  1046. position: relative;
  1047. color: #5e5e5e;
  1048. background-color: #FFF7DD;
  1049. margin-left: -.2rem;
  1050. cursor: pointer;
  1051. border-radius: 0 2px 2px 0;
  1052. margin-bottom: 1px;
  1053. }
  1054. .copy-to-clipboard:hover {
  1055. background-color: #E8E2CD;
  1056. }
  1057. pre .copy-to-clipboard {
  1058. position: absolute;
  1059. right: 4px;
  1060. top: 4px;
  1061. background-color: #4d5257;
  1062. color: #ccc;
  1063. border-radius: 2px;
  1064. }
  1065. pre .copy-to-clipboard:hover {
  1066. background-color: #656c72;
  1067. color: #fff;
  1068. }
  1069. .parent-element {
  1070. -webkit-transform-style: preserve-3d;
  1071. -moz-transform-style: preserve-3d;
  1072. transform-style: preserve-3d;
  1073. }
  1074. #sidebar ul.topics > li > a .read-icon {
  1075. margin-top: 9px;
  1076. }
  1077. #sidebar ul {
  1078. list-style: none;
  1079. padding: 0;
  1080. margin: 0;
  1081. }
  1082. #sidebar #shortcuts li {
  1083. padding: 2px 0;
  1084. list-style: none;
  1085. }
  1086. #sidebar ul li .read-icon {
  1087. display: none;
  1088. float: right;
  1089. font-size: 13px;
  1090. min-width: 16px;
  1091. margin: 4px 0 0 0;
  1092. text-align: right;
  1093. }
  1094. #sidebar ul li.visited > a .read-icon {
  1095. color: #00bdf3;
  1096. display: inline;
  1097. }
  1098. #sidebar #shortcuts h3 {
  1099. font-family: "Novacento Sans Wide", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  1100. color: white ;
  1101. margin-top:1rem;
  1102. padding-left: 1rem;
  1103. }
  1104. #searchResults {
  1105. text-align: left;
  1106. }