styles.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997
  1. /* Palette generated by Material Palette - materialpalette.com/blue/cyan */
  2. .dark-primary-color { background: #1976D2; }
  3. .default-primary-color { background: #2196F3; }
  4. .light-primary-color { background: #BBDEFB; }
  5. .text-primary-color { color: #FFFFFF; }
  6. .accent-color { background: #00BCD4; }
  7. .primary-text-color { color: #212121; }
  8. .secondary-text-color { color: #727272; }
  9. .divider-color { border-color: #B6B6B6; }
  10. /* for layout */
  11. html,
  12. body {
  13. margin: 0;
  14. padding: 0;
  15. height: 100%;
  16. width: 100%;
  17. overflow: hidden;
  18. box-sizing: border-box;
  19. }
  20. *, *:before, *:after {
  21. box-sizing: inherit;
  22. }
  23. body {
  24. display: flex;
  25. flex-direction: column;
  26. -webkit-overflow-scrolling: touch;
  27. }
  28. header {
  29. flex: 0 0 50px;
  30. display: flex;
  31. flex-direction: row;
  32. align-items: center;
  33. padding-left: 30px;
  34. }
  35. header ol {
  36. list-style: none;
  37. margin: 0;
  38. padding: 0;
  39. }
  40. header ol li {
  41. display: inline;
  42. }
  43. header form {
  44. display: flex;
  45. flex: 1;
  46. justify-content: flex-end;
  47. padding-right: 30px;
  48. }
  49. header#header-search-sidebar {
  50. height: 50px;
  51. margin-bottom: 25px;
  52. }
  53. footer {
  54. flex: 0 0 16px;
  55. text-align: center;
  56. padding: 16px 20px;
  57. }
  58. main {
  59. flex: 1;
  60. display: flex;
  61. flex-direction: row;
  62. padding: 20px;
  63. min-height: 0;
  64. }
  65. .sidebar-offcanvas-left {
  66. flex: 0 1 230px;
  67. overflow-y: scroll;
  68. padding: 20px 0 15px 30px;
  69. margin: 5px 20px 0 0;
  70. visibility: hidden; /* shown by Javascript after scroll position restore */
  71. }
  72. ::-webkit-scrollbar-button{ display: none; height: 13px; border-radius: 0px; background-color: #AAA; }
  73. ::-webkit-scrollbar-button:hover{ background-color: #AAA; }
  74. ::-webkit-scrollbar-thumb{ background-color: #CCC; }
  75. ::-webkit-scrollbar-thumb:hover{ background-color: #CCC; }
  76. ::-webkit-scrollbar{ width: 4px; }
  77. .main-content::-webkit-scrollbar{ width: 8px; }
  78. .main-content {
  79. flex: 1;
  80. overflow-y: scroll;
  81. padding: 10px 20px 0 20px;
  82. visibility: hidden; /* shown by Javascript after scroll position restore */
  83. }
  84. .sidebar-offcanvas-right {
  85. flex: 0 1 12em;
  86. overflow-y: scroll;
  87. padding: 20px 15px 15px 15px;
  88. margin-top: 5px;
  89. margin-right: 20px;
  90. visibility: hidden; /* shown by Javascript after scroll position restore */
  91. }
  92. /* end for layout */
  93. body {
  94. -webkit-text-size-adjust: 100%;
  95. overflow-x: hidden;
  96. font-family: Roboto, sans-serif;
  97. font-size: 16px;
  98. line-height: 1.42857143;
  99. color: #111111;
  100. background-color: #fff;
  101. }
  102. /* some of this is to reset bootstrap */
  103. nav.navbar {
  104. background-color: inherit;
  105. min-height: 50px;
  106. border: 0;
  107. }
  108. @media (max-width: 768px) {
  109. .hidden-xs {
  110. display: none !important;
  111. }
  112. }
  113. @media (min-width: 769px) {
  114. .hidden-l {
  115. display: none !important;
  116. }
  117. }
  118. nav.navbar .row {
  119. padding-top: 8px;
  120. }
  121. nav .container {
  122. white-space: nowrap;
  123. }
  124. header {
  125. background-color: #eeeeee;
  126. box-shadow: 0 3px 5px rgba(0,0,0,0.1);
  127. }
  128. header.header-fixed nav.navbar-fixed-top {
  129. box-shadow: 0 3px 5px rgba(0,0,0,0.1);
  130. }
  131. header.container-fluid {
  132. padding: 0;
  133. }
  134. header .masthead {
  135. padding-top: 64px;
  136. }
  137. header .contents {
  138. padding: 0;
  139. }
  140. @media screen and (max-width:768px) {
  141. header .contents {
  142. padding-left: 15px;
  143. padding-right: 15px;
  144. }
  145. }
  146. a {
  147. text-decoration: none;
  148. }
  149. .body {
  150. margin-top: 90px;
  151. }
  152. section {
  153. margin-bottom: 36px;
  154. }
  155. dl {
  156. margin: 0;
  157. }
  158. h1,
  159. h2,
  160. h3,
  161. h4,
  162. h5,
  163. h6 {
  164. font-family: Roboto, sans-serif;
  165. font-weight: 400;
  166. margin-top: 1.5em;
  167. color: #111111;
  168. }
  169. h1.title {
  170. overflow: hidden;
  171. text-overflow: ellipsis;
  172. }
  173. h1 {
  174. font-size: 37px;
  175. margin-top: 0;
  176. margin-bottom: 0.67em;
  177. }
  178. h2 {
  179. font-size: 28px;
  180. }
  181. h5 {
  182. font-size: 16px;
  183. }
  184. .subtitle {
  185. font-size: 17px;
  186. min-height: 1.4em;
  187. }
  188. .title-description .subtitle {
  189. white-space: nowrap;
  190. overflow-x: hidden;
  191. text-overflow: ellipsis;
  192. }
  193. p {
  194. margin-bottom: 1em;
  195. margin-top: 0;
  196. }
  197. a {
  198. color: #0175C2;
  199. }
  200. a:hover {
  201. color: #13B9FD;
  202. }
  203. pre.prettyprint {
  204. font-family: 'Roboto Mono', Menlo, monospace;
  205. color: black;
  206. border-radius: 0;
  207. font-size: 15px;
  208. word-wrap: normal;
  209. line-height: 1.4;
  210. border: 0;
  211. margin: 16px 0 16px 0;
  212. padding: 8px;
  213. }
  214. pre code {
  215. white-space: pre;
  216. word-wrap: initial;
  217. font-size: 100%
  218. }
  219. .fixed {
  220. white-space: pre;
  221. }
  222. pre {
  223. border: 1px solid #ddd;
  224. background-color: #eee;
  225. font-size: 14px;
  226. }
  227. code {
  228. font-family: 'Roboto Mono', Menlo, monospace;
  229. /* overriding bootstrap */
  230. color: inherit;
  231. padding: 0.2em 0.4em;
  232. font-size: 85%;
  233. background-color: rgba(27,31,35,0.05);
  234. border-radius: 3px;
  235. }
  236. @media(max-width: 768px) {
  237. nav .container {
  238. width: 100%
  239. }
  240. h1 {
  241. font-size: 24px;
  242. }
  243. pre {
  244. margin: 16px 0;
  245. }
  246. }
  247. @media (min-width: 768px) {
  248. ul.subnav li {
  249. font-size: 17px;
  250. }
  251. }
  252. header h1 {
  253. font-weight: 400;
  254. margin-bottom: 16px;
  255. }
  256. header a,
  257. header p,
  258. header li {
  259. color: #111111;
  260. }
  261. header a:hover {
  262. color: #0175C2;
  263. }
  264. header h1 .kind {
  265. color: #555;
  266. }
  267. dt {
  268. font-weight: normal;
  269. }
  270. dd {
  271. color: #212121;
  272. margin-bottom: 1em;
  273. margin-left: 0;
  274. }
  275. dd.callable, dd.constant, dd.property {
  276. margin-bottom: 24px;
  277. }
  278. dd p {
  279. overflow-x: hidden;
  280. text-overflow: ellipsis;
  281. margin-bottom: 0;
  282. }
  283. /* Enum values do not have their own pages; their full docs are presented on the
  284. * enum class's page. */
  285. dt.constant + dd p {
  286. margin-bottom: 1em;
  287. }
  288. /* indents wrapped lines */
  289. section.summary dt {
  290. margin-left: 24px;
  291. text-indent: -24px;
  292. }
  293. .dl-horizontal dd {
  294. margin-left: initial;
  295. }
  296. dl.dl-horizontal dt {
  297. font-style: normal;
  298. text-align: left;
  299. color: #727272;
  300. margin-right: 20px;
  301. width: initial;
  302. }
  303. dt .name {
  304. font-weight: 500;
  305. }
  306. dl dt.callable .name {
  307. float: none;
  308. width: auto;
  309. }
  310. .parameter {
  311. white-space: nowrap;
  312. }
  313. .type-parameter {
  314. white-space: nowrap;
  315. }
  316. .multi-line-signature .type-parameter .parameter {
  317. margin-left: 0px;
  318. display: unset;
  319. }
  320. .parameter-list {
  321. display: table-cell;
  322. margin-left: 10px;
  323. list-style-type: none;
  324. }
  325. .signature {
  326. color: #727272;
  327. }
  328. .signature a {
  329. /* 50% mix of default-primary-color and primary-text-color. */
  330. color: #4674a2;
  331. }
  332. .optional {
  333. font-style: italic;
  334. }
  335. .undocumented {
  336. font-style: italic;
  337. }
  338. .is-const {
  339. font-style: italic;
  340. }
  341. .deprecated {
  342. text-decoration: line-through;
  343. }
  344. .category.linked {
  345. font-weight: bold;
  346. opacity: 1;
  347. }
  348. /* Colors for category based on categoryOrder in dartdoc_options.config. */
  349. .category.cp-0 {
  350. background-color: #54b7c4
  351. }
  352. .category.cp-1 {
  353. background-color: #54c47f
  354. }
  355. .category.cp-2 {
  356. background-color: #c4c254
  357. }
  358. .category.cp-3 {
  359. background-color: #c49f54
  360. }
  361. .category.cp-4 {
  362. background-color: #c45465
  363. }
  364. .category.cp-5 {
  365. background-color: #c454c4
  366. }
  367. .category a {
  368. color: white;
  369. }
  370. .category {
  371. padding: 2px 4px;
  372. font-size: 12px;
  373. border-radius: 4px;
  374. background-color: #999;
  375. text-transform: uppercase;
  376. color: white;
  377. opacity: .5;
  378. }
  379. h1 .category {
  380. vertical-align: middle;
  381. }
  382. .feature {
  383. display: inline-block;
  384. background: white;
  385. border: 1px solid #0175c2;
  386. border-radius: 20px;
  387. color: #0175c2;
  388. font-size: 12px;
  389. padding: 1px 6px;
  390. margin: 0 8px 0 0;
  391. }
  392. a.feature:hover {
  393. border-color: #13B9FD;
  394. }
  395. h1 .feature {
  396. vertical-align: middle;
  397. }
  398. .source-link {
  399. padding: 18px 4px;
  400. vertical-align: middle;
  401. }
  402. .source-link .material-icons {
  403. font-size: 18px;
  404. }
  405. @media (max-width: 768px) {
  406. .source-link {
  407. padding: 7px 2px;
  408. font-size: 10px;
  409. }
  410. }
  411. #external-links {
  412. float: right;
  413. }
  414. .btn-group {
  415. position: relative;
  416. display: inline-flex;
  417. vertical-align: middle;
  418. }
  419. p.firstline {
  420. font-weight: bold;
  421. }
  422. footer {
  423. color: #fff;
  424. background-color: #111111;
  425. width: 100%;
  426. }
  427. footer p {
  428. margin: 0;
  429. }
  430. footer .no-break {
  431. white-space: nowrap;
  432. }
  433. footer .container,
  434. footer .container-fluid {
  435. padding-left: 0;
  436. padding-right: 0;
  437. }
  438. footer a, footer a:hover {
  439. color: #fff;
  440. }
  441. .markdown.desc {
  442. max-width: 700px;
  443. }
  444. .markdown h1 {
  445. font-size: 24px;
  446. margin-bottom: 8px;
  447. }
  448. .markdown h2 {
  449. font-size: 20px;
  450. margin-top: 24px;
  451. margin-bottom: 8px;
  452. }
  453. .markdown h3 {
  454. font-size: 18px;
  455. margin-bottom: 8px;
  456. }
  457. .markdown h4 {
  458. font-size: 16px;
  459. margin-bottom: 0;
  460. }
  461. .markdown li p {
  462. margin: 0;
  463. }
  464. .gt-separated {
  465. list-style: none;
  466. padding: 0;
  467. margin: 0;
  468. }
  469. .gt-separated li {
  470. display: inline-block;
  471. }
  472. .gt-separated li:before {
  473. background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path fill='%23DDDDDD' d='M6.7,4L5.7,4.9L8.8,8l-3.1,3.1L6.7,12l4-4L6.7,4z'/></svg>");
  474. background-position: center;
  475. content: "\00a0";
  476. margin: 0 6px 0 4px;
  477. padding: 0 3px 0 0;
  478. }
  479. .gt-separated.dark li:before {
  480. background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path fill='%23727272' d='M6.7,4L5.7,4.9L8.8,8l-3.1,3.1L6.7,12l4-4L6.7,4z'/></svg>");
  481. }
  482. .gt-separated li:first-child:before {
  483. background-image: none;
  484. content: "";
  485. margin: 0;
  486. padding: 0;
  487. }
  488. /* The slug line under a declaration for things like "const", "read-only", etc. */
  489. .features {
  490. font-style: italic;
  491. color: #727272;
  492. }
  493. .multi-line-signature {
  494. font-size: 17px;
  495. color: #727272;
  496. }
  497. .multi-line-signature .parameter {
  498. margin-left: 24px;
  499. display: block;
  500. }
  501. .breadcrumbs {
  502. padding: 0;
  503. margin: 8px 0 8px 0;
  504. white-space: nowrap;
  505. line-height: 1;
  506. }
  507. @media screen and (min-width: 768px) {
  508. nav ol.breadcrumbs {
  509. float: left;
  510. }
  511. }
  512. @media screen and (max-width: 768px) {
  513. .breadcrumbs {
  514. margin: 0 0 24px 0;
  515. overflow-x: hidden;
  516. }
  517. }
  518. .self-crumb {
  519. color: #555;
  520. }
  521. .self-name {
  522. color: #555;
  523. display: none;
  524. }
  525. .annotation-list {
  526. list-style: none;
  527. padding: 0;
  528. display: inline;
  529. }
  530. .comma-separated {
  531. list-style: none;
  532. padding: 0;
  533. display: inline;
  534. }
  535. .comma-separated li {
  536. display: inline;
  537. }
  538. .comma-separated li:after {
  539. content: ", ";
  540. }
  541. .comma-separated li:last-child:after {
  542. content: "";
  543. }
  544. .end-with-period li:last-child:after {
  545. content: ".";
  546. }
  547. .container > section:first-child {
  548. border: 0;
  549. }
  550. .constructor-modifier {
  551. font-style: italic;
  552. }
  553. section.multi-line-signature div.parameters {
  554. margin-left: 24px;
  555. }
  556. /* subnav styles */
  557. ul.subnav {
  558. overflow: auto;
  559. white-space: nowrap;
  560. padding-left: 0;
  561. min-height: 25px;
  562. }
  563. ul.subnav::-webkit-scrollbar {
  564. display: none;
  565. }
  566. ul.subnav li {
  567. display: inline-block;
  568. text-transform: uppercase;
  569. }
  570. ul.subnav li a {
  571. color: #111;
  572. }
  573. ul.subnav li {
  574. margin-right: 24px;
  575. }
  576. ul.subnav li:last-of-type {
  577. margin-right: 0;
  578. }
  579. @media(max-width: 768px) {
  580. ul.subnav li {
  581. margin-right: 16px;
  582. }
  583. }
  584. /* sidebar styles */
  585. .sidebar ol {
  586. list-style: none;
  587. line-height: 22px;
  588. margin-top: 0;
  589. margin-bottom: 0;
  590. padding: 0 0 15px 0;
  591. }
  592. .sidebar h5 a,
  593. .sidebar h5 a:hover {
  594. color: #727272;
  595. }
  596. .sidebar h5,
  597. .sidebar ol li {
  598. text-overflow: ellipsis;
  599. overflow: hidden;
  600. padding: 3px 0 3px 3px;
  601. }
  602. .sidebar h5 {
  603. color: #727272;
  604. font-size: 18px;
  605. margin: 0 0 22px 0;
  606. padding-top: 0;
  607. }
  608. .sidebar ol li.section-title {
  609. font-size: 18px;
  610. font-weight: normal;
  611. text-transform: uppercase;
  612. padding-top: 25px;
  613. }
  614. .sidebar ol li.section-subtitle a {
  615. color: inherit;
  616. }
  617. .sidebar ol li.section-subtitle {
  618. font-weight: 400;
  619. text-transform: uppercase;
  620. }
  621. .sidebar ol li.section-subitem {
  622. margin-left: 12px;
  623. }
  624. .sidebar ol li:first-child {
  625. padding-top: 3px;
  626. margin-top: 0;
  627. }
  628. button {
  629. padding: 0;
  630. }
  631. #sidenav-left-toggle {
  632. display: none;
  633. vertical-align: text-bottom;
  634. padding: 0;
  635. }
  636. /* left-nav disappears, and can transition in from the left */
  637. @media screen and (max-width:768px) {
  638. #sidenav-left-toggle {
  639. display: inline;
  640. background: no-repeat url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path fill='%23111' d='M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'/></svg>");
  641. background-position: center;
  642. width: 24px;
  643. height: 24px;
  644. border: none;
  645. margin-right: 24px;
  646. }
  647. #overlay-under-drawer.active {
  648. opacity: 0.4;
  649. height: 100%;
  650. z-index: 1999;
  651. position: fixed;
  652. top: 0;
  653. left: 0;
  654. right: 0;
  655. bottom: 0;
  656. background-color: black;
  657. display: block;
  658. }
  659. .sidebar-offcanvas-left {
  660. left: -100%;
  661. position: fixed;
  662. -webkit-transition:all .25s ease-out;
  663. -o-transition:all .25s ease-out;
  664. transition:all .25s ease-out;
  665. z-index: 2000;
  666. top: 0;
  667. width: 280px; /* works all the way down to an iphone 4 */
  668. height: 90%;
  669. background-color: white;
  670. overflow-y: scroll; /* TODO: how to hide scroll bars? */
  671. padding: 10px;
  672. margin: 10px 10px;
  673. box-shadow: 5px 5px 5px 5px #444444;
  674. visibility: hidden; /* shown by Javascript after scroll position restore */
  675. }
  676. ol#sidebar-nav {
  677. font-size: 18px;
  678. white-space: pre-line;
  679. }
  680. .sidebar-offcanvas-left.active {
  681. left: 0; /* this animates our drawer into the page */
  682. }
  683. .self-name {
  684. display: inline-block;
  685. }
  686. }
  687. .sidebar-offcanvas-left h5 {
  688. margin-bottom: 10px;
  689. }
  690. .sidebar-offcanvas-left h5:last-of-type {
  691. border: 0;
  692. margin-bottom: 25px;
  693. }
  694. /* the right nav disappears out of view when the window shrinks */
  695. @media screen and (max-width: 992px) {
  696. .sidebar-offcanvas-right {
  697. display: none;
  698. }
  699. }
  700. #overlay-under-drawer {
  701. display: none;
  702. }
  703. /* find-as-you-type search box */
  704. /* override bootstrap defaults */
  705. .form-control {
  706. border-radius: 0;
  707. border: 0;
  708. }
  709. @media screen and (max-width: 768px) {
  710. form.search {
  711. display: none;
  712. }
  713. }
  714. .typeahead,
  715. .tt-query,
  716. .tt-hint {
  717. width: 200px;
  718. height: 20px;
  719. padding: 2px 7px 1px 7px;
  720. line-height: 20px;
  721. outline: none;
  722. }
  723. .typeahead {
  724. background-color: #fff;
  725. border-radius: 2px;
  726. }
  727. .tt-query {
  728. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  729. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  730. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  731. }
  732. .tt-hint {
  733. color: #999
  734. }
  735. .navbar-right .tt-menu {
  736. right:0;
  737. left: inherit !important;
  738. width: 422px;
  739. max-height: 250px;
  740. overflow-y: scroll;
  741. }
  742. .tt-menu {
  743. font-size: 14px;
  744. margin: 0;
  745. padding: 8px 0;
  746. background-color: #fff;
  747. border: 1px solid #ccc;
  748. border: 1px solid rgba(0, 0, 0, 0.2);
  749. -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  750. -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  751. box-shadow: 0 5px 10px rgba(0,0,0,.2);
  752. }
  753. .tt-suggestion {
  754. padding: 3px 20px;
  755. color: #212121;
  756. }
  757. .tt-suggestion:hover {
  758. cursor: pointer;
  759. color: #fff;
  760. background-color: #0097cf;
  761. }
  762. .tt-suggestion:hover .search-from-lib {
  763. color: #ddd;
  764. }
  765. .tt-suggestion.tt-cursor {
  766. color: #fff;
  767. background-color: #0097cf;
  768. }
  769. .tt-suggestion.tt-cursor .search-from-lib {
  770. color: #ddd;
  771. }
  772. .tt-suggestion p {
  773. margin: 0;
  774. }
  775. .search-from-lib {
  776. font-style: italic;
  777. color: gray;
  778. }
  779. #search-box {
  780. background-color: #ffffff;
  781. }
  782. .search-body {
  783. border: 1px solid #7f7f7f;
  784. max-width: 400px;
  785. box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
  786. }
  787. section#setter {
  788. border-top: 1px solid #ddd;
  789. padding-top: 36px;
  790. }
  791. li.inherited a {
  792. opacity: 0.65;
  793. font-style: italic;
  794. }
  795. #instance-methods dt.inherited .name,
  796. #instance-properties dt.inherited .name,
  797. #operators dt.inherited .name {
  798. font-weight: 300;
  799. font-style: italic;
  800. }
  801. #instance-methods dt.inherited .signature,
  802. #instance-properties dt.inherited .signature,
  803. #operators dt.inherited .signature {
  804. font-weight: 300;
  805. }
  806. @media print {
  807. .subnav, .sidebar {
  808. display:none;
  809. }
  810. a[href]:after {
  811. content:"" !important;
  812. }
  813. }