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

1143 lines
24 KiB

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