theme.css 24 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130
  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: 1px 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: 25px;
  377. height: 100%;
  378. cursor: pointer;
  379. display: table;
  380. text-align: center;
  381. opacity: 0.4;
  382. }
  383. #body .nav > i {
  384. display: table-cell;
  385. vertical-align: middle;
  386. text-align: center;
  387. }
  388. @media only all and (max-width: 59.938em) {
  389. #body .nav {
  390. display: table-cell;
  391. position: static;
  392. top: auto;
  393. width: 50%;
  394. text-align: center;
  395. height: 100px;
  396. line-height: 100px;
  397. padding-top: 0;
  398. }
  399. #body .nav > i {
  400. display: inline-block;
  401. }
  402. }
  403. #body .nav:hover {
  404. background: #F6F6F6;
  405. opacity: 1;
  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: #1d1f21;
  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: #4d5257;
  1064. color: #ccc;
  1065. border-radius: 2px;
  1066. }
  1067. pre .copy-to-clipboard:hover {
  1068. background-color: #656c72;
  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. #searchResults {
  1107. text-align: left;
  1108. }