freshrss.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828
  1. /* STRUCTURE */
  2. .header {
  3. display: table;
  4. width: 100%;
  5. background: #f4f4f4;
  6. table-layout: fixed;
  7. }
  8. .header > .item {
  9. display: table-cell;
  10. padding: 10px 0;
  11. border-bottom: 1px solid #aaa;
  12. vertical-align: middle;
  13. text-align: center;
  14. }
  15. .header > .item.title {
  16. width: 250px;
  17. white-space: nowrap;
  18. }
  19. .logo {
  20. display: inline-block;
  21. font-size: 48px;
  22. height: 32px;
  23. width: 32px;
  24. padding: 10px;
  25. }
  26. .header > .item.title h1 {
  27. display: inline-block;
  28. margin: 0;
  29. text-shadow: 1px -1px 0 #ccc;
  30. }
  31. .header > .item.search input {
  32. width: 230px;
  33. transition: width 200ms linear;
  34. }
  35. .header .item.search input:focus {
  36. width: 330px;
  37. }
  38. .header > .item.configure {
  39. width: 100px;
  40. }
  41. .item a:hover {
  42. text-decoration: none;
  43. }
  44. #global {
  45. display: table;
  46. width: 100%;
  47. height: 100%;
  48. background: #fafafa;
  49. table-layout: fixed;
  50. }
  51. .aside {
  52. display: table-cell;
  53. height: 100%;
  54. width: 250px;
  55. vertical-align: top;
  56. border-right: 1px solid #aaa;
  57. background: #fff;
  58. }
  59. .aside .nav-form input {
  60. width: 180px;
  61. }
  62. .aside.aside_flux {
  63. padding: 10px 0 40px;
  64. }
  65. .aside.aside_feed .nav-form input {
  66. width: 140px;
  67. }
  68. .aside.aside_feed .nav-form .dropdown .dropdown-menu {
  69. right: -20px;
  70. }
  71. .aside.aside_feed .nav-form .dropdown .dropdown-menu:after {
  72. right: 33px;
  73. }
  74. .nav-login {
  75. display: none;
  76. }
  77. .nav_menu {
  78. width: 100%;
  79. background: #fafafa;
  80. border-bottom: 1px solid #aaa;
  81. text-align: center;
  82. padding: 5px 0;
  83. }
  84. .favicon {
  85. height: 16px;
  86. width: 16px;
  87. }
  88. .categories {
  89. margin: 0;
  90. padding: 0;
  91. text-align: center;
  92. list-style: none;
  93. }
  94. .category {
  95. display: block;
  96. width: 220px;
  97. margin: 10px auto;
  98. text-align: left;
  99. overflow: hidden;
  100. white-space: nowrap;
  101. text-overflow: ellipsis;
  102. }
  103. .category .btn:first-child {
  104. width: 195px;
  105. position: relative;
  106. }
  107. .category.stick .btn:first-child {
  108. width:160px;
  109. }
  110. .category .btn:first-child:not([data-unread="0"]):after {
  111. content: attr(data-unread);
  112. position: absolute;
  113. top: 3px; right: 3px;
  114. padding: 1px 5px;
  115. background: #ccc;
  116. color: #fff;
  117. font-size: 90%;
  118. border: 1px solid #bbb;
  119. border-radius: 5px;
  120. box-shadow: 1px 3px 3px #aaa inset;
  121. text-shadow: 0 0 1px #aaa;
  122. }
  123. .category + .feeds:not(.active) {
  124. display:none;
  125. }
  126. .categories .feeds {
  127. width: 100%;
  128. margin: 0;
  129. list-style: none;
  130. }
  131. .categories .feeds .item.active {
  132. background: #0062BE;
  133. }
  134. .categories .feeds .item.active .feed {
  135. color: #fff;
  136. }
  137. .categories .feeds .item.empty .feed {
  138. color: #e67e22;
  139. }
  140. .categories .feeds .item.empty.active {
  141. background: #e67e22;
  142. }
  143. .categories .feeds .item.empty.active .feed {
  144. color: #fff;
  145. }
  146. .categories .feeds .item.error .feed {
  147. color: #BD362F;
  148. }
  149. .categories .feeds .item .feed {
  150. display: inline-block;
  151. margin: 0;
  152. width: 165px;
  153. line-height: 35px;
  154. font-size: 90%;
  155. vertical-align: middle;
  156. text-align: left;
  157. overflow: hidden;
  158. white-space: nowrap;
  159. text-overflow: ellipsis;
  160. }
  161. .feed:not([data-unread="0"]) {
  162. font-weight:bold;
  163. }
  164. .feed:not([data-unread="0"]):before {
  165. content: "(" attr(data-unread) ") ";
  166. }
  167. .categories .feeds .dropdown-menu {
  168. left: 0;
  169. }
  170. .categories .feeds .dropdown-menu:after {
  171. left: 2px;
  172. }
  173. .categories .feeds .item .dropdown-toggle > .icon {
  174. visibility: hidden;
  175. cursor: pointer;
  176. }
  177. .categories .feeds .item .dropdown-target:target ~ .dropdown-toggle > .icon,
  178. .categories .feeds .item:hover .dropdown-toggle > .icon,
  179. .categories .feeds .item.active .dropdown-toggle > .icon {
  180. background-color: #fff;
  181. border-radius: 3px;
  182. visibility: visible;
  183. }
  184. .post {
  185. padding: 10px 50px;
  186. }
  187. .post form {
  188. margin: 10px 0;
  189. }
  190. .day {
  191. min-height: 50px;
  192. padding: 0 10px;
  193. font-size: 130%;
  194. font-weight: bold;
  195. line-height: 50px;
  196. background: #fff;
  197. border-top: 1px solid #aaa;
  198. border-bottom: 1px solid #aaa;
  199. }
  200. .day:first-child {
  201. border-top: none;
  202. }
  203. .day .name {
  204. position: absolute;
  205. right: 0;
  206. width: 50%;
  207. height: 1.5em;
  208. padding: 0 10px 0 0;
  209. overflow: hidden;
  210. color: #aab;
  211. font-size: 1.8em;
  212. opacity: .3;
  213. text-shadow: 0px -1px 0px #333;
  214. font-style: italic;
  215. white-space: nowrap;
  216. text-overflow: ellipsis;
  217. text-align: right;
  218. }
  219. .flux {
  220. border-left: 3px solid #aaa;
  221. background: #fafafa;
  222. }
  223. .flux:hover {
  224. background: #fff;
  225. }
  226. .flux.current {
  227. border-left: 3px solid #0062BE;
  228. background: #fff;
  229. }
  230. .flux.not_read {
  231. border-left: 3px solid #FF5300;
  232. background: #FFF3ED;
  233. }
  234. .flux.favorite {
  235. border-left: 3px solid #FFC300;
  236. background: #FFF6DA;
  237. }
  238. .flux_header {
  239. height: 25px;
  240. font-size: 12px;
  241. border-top: 1px solid #ddd;
  242. cursor: pointer;
  243. }
  244. .flux .flux_header > .item > a,
  245. .flux .bottom > .item > a {
  246. display: inline-block;
  247. height: 40px;
  248. width: 100%;
  249. line-height: 40px;
  250. }
  251. .flux .item.manage {
  252. width: 40px;
  253. white-space: nowrap;
  254. text-align: center;
  255. }
  256. .flux .item.website {
  257. width: 200px;
  258. overflow: hidden;
  259. white-space: nowrap;
  260. text-overflow: ellipsis;
  261. line-height: 40px;
  262. }
  263. .flux .item.website .favicon {
  264. padding: 5px;
  265. }
  266. .flux .item.website a {
  267. display: block;
  268. height: 40px;
  269. }
  270. .flux .item.title {
  271. overflow: hidden;
  272. white-space: nowrap;
  273. text-overflow: ellipsis;
  274. }
  275. .flux .item.title a {
  276. color: #000;
  277. outline: none;
  278. }
  279. .flux.not_read .item.title,
  280. .flux.current .item.title {
  281. font-weight: bold;
  282. }
  283. .flux .item.date {
  284. width: 200px;
  285. overflow: hidden;
  286. padding:0 5px 0 0;
  287. white-space: nowrap;
  288. text-overflow: ellipsis;
  289. text-align: right;
  290. font-size: 10px;
  291. color: #666;
  292. }
  293. .link {
  294. width: 40px;
  295. text-align: center;
  296. }
  297. #stream.reader .flux {
  298. padding: 0 0 30px;
  299. border: none;
  300. background: #f0f0f0;
  301. color: #333;
  302. }
  303. #stream.reader .flux .author {
  304. margin: 0 0 10px;
  305. font-size: 90%;
  306. color: #666;
  307. }
  308. #stream.global {
  309. text-align: center;
  310. }
  311. #stream.global .box-category {
  312. display: inline-block;
  313. width: 280px;
  314. margin: 20px 10px;
  315. vertical-align: top;
  316. background: #fff;
  317. border: 1px solid #aaa;
  318. border-radius: 5px;
  319. text-align: left;
  320. box-shadow: 0 0 5px #bbb;
  321. }
  322. #stream.global .category {
  323. width: 100%;
  324. margin: 0;
  325. }
  326. #stream.global .btn {
  327. display: block;
  328. width: auto;
  329. height: 35px;
  330. margin: 0;
  331. padding: 0 10px;
  332. background: #eee;
  333. border: none;
  334. border-bottom: 1px solid #aaa;
  335. border-radius: 5px 5px 0 0;
  336. line-height: 35px;
  337. font-size: 120%;
  338. }
  339. #stream.global .btn:not([data-unread="0"]) {
  340. font-weight:bold;
  341. }
  342. #stream.global .btn:first-child:not([data-unread="0"]):after {
  343. top: 0; right: 5px;
  344. border: 0;
  345. background: none;
  346. color: #666;
  347. font-weight: bold;
  348. box-shadow: none;
  349. }
  350. #stream.global .box-category .feeds {
  351. display: block;
  352. max-height: 250px;
  353. margin: 0;
  354. list-style: none;
  355. overflow: auto;
  356. }
  357. #stream.global .box-category .feeds .item {
  358. padding: 2px 10px;
  359. font-size: 90%;
  360. }
  361. #stream.global .box-category .feed {
  362. width: 220px;
  363. }
  364. .content {
  365. min-height: 300px;
  366. max-width: 550px;
  367. margin: 0 auto;
  368. padding: 20px 10px;
  369. line-height: 170%;
  370. word-wrap: break-word;
  371. }
  372. .content .title {
  373. margin: 0 0 5px;
  374. }
  375. .content h1, .content h2, .content h3 {
  376. margin: 20px 0 5px;
  377. }
  378. .content p {
  379. margin: 0 0 20px;
  380. }
  381. img.big {
  382. display: block;
  383. margin: 10px auto;
  384. }
  385. figure img.big {
  386. margin: 0;
  387. }
  388. .content hr {
  389. margin: 30px 0;
  390. height: 1px;
  391. background: #ddd;
  392. border: 0;
  393. }
  394. .content pre {
  395. margin: 10px auto;
  396. padding: 10px;
  397. overflow: auto;
  398. background: #000;
  399. color: #fff;
  400. font-size: 110%;
  401. }
  402. .content q, .content blockquote {
  403. display: block;
  404. margin: 5px 0;
  405. padding: 5px 20px;
  406. font-style: italic;
  407. border-left: 4px solid #ccc;
  408. color: #666;
  409. }
  410. .content blockquote p {
  411. margin: 0;
  412. }
  413. #panel {
  414. display: none;
  415. position: fixed;
  416. top: 10px; bottom: 10px;
  417. left: 100px; right: 100px;
  418. overflow: auto;
  419. background: #fff;
  420. border: 1px solid #95a5a6;
  421. border-radius: 5px;
  422. }
  423. #panel .close {
  424. position: fixed;
  425. top: 10px; right: 0;
  426. display: inline-block;
  427. width: 26px;
  428. height: 26px;
  429. margin: 0 10px 0 0;
  430. border: 1px solid #ccc;
  431. border-radius: 20px;
  432. text-align: center;
  433. line-height: 26px;
  434. background: #fff;
  435. }
  436. #overlay {
  437. display: none;
  438. position: fixed;
  439. top: 0; bottom: 0;
  440. left: 0; right: 0;
  441. background: rgba(0, 0, 0, 0.9);
  442. }
  443. .flux_content .bottom {
  444. font-size: 90%;
  445. text-align: center;
  446. }
  447. .hide_posts > :not(.active) > .flux_content {
  448. display:none;
  449. }
  450. /*** PAGINATION ***/
  451. .pagination {
  452. display: table;
  453. width: 100%;
  454. margin: 0;
  455. background: #fafafa;
  456. text-align: center;
  457. color: #333;
  458. font-size: 80%;
  459. line-height: 200%;
  460. table-layout: fixed;
  461. }
  462. .pagination .item {
  463. display: table-cell;
  464. line-height: 40px;
  465. }
  466. .pagination .item.pager-current {
  467. font-weight: bold;
  468. font-size: 140%;
  469. }
  470. .pagination .pager-first,
  471. .pagination .pager-previous,
  472. .pagination .pager-next,
  473. .pagination .pager-last {
  474. width: 100px;
  475. }
  476. .pagination .item a {
  477. display: block;
  478. color: #333;
  479. font-style: italic;
  480. }
  481. .pagination:first-child .item {
  482. border-bottom: 1px solid #aaa;
  483. }
  484. .pagination:last-child .item {
  485. border-top: 1px solid #aaa;
  486. }
  487. #nav_entries {
  488. display: table;
  489. width: 250px;
  490. height: 40px;
  491. position: fixed;
  492. bottom: 0;
  493. left: 0;
  494. margin: 0;
  495. background: #fff;
  496. border-top: 1px solid #ddd;
  497. text-align: center;
  498. line-height: 40px;
  499. table-layout: fixed;
  500. }
  501. #nav_entries .item {
  502. display: table-cell;
  503. width: 30%;
  504. }
  505. #nav_entries a {
  506. display: block;
  507. }
  508. #nav_entries .i_up {
  509. margin: 5px 0 0;
  510. vertical-align: top;
  511. }
  512. .loading {
  513. background: url("loader.gif") center center no-repeat;
  514. font-size: 0;
  515. }
  516. #bigMarkAsRead {
  517. display: block;
  518. font-style: normal;
  519. padding: 32px 0 64px 0;
  520. text-align: center;
  521. text-decoration: none;
  522. text-shadow: 0 -1px 0 #aaa;
  523. }
  524. #bigMarkAsRead:hover {
  525. background: #333;
  526. color: #fff;
  527. }
  528. .bigTick {
  529. font-size: 72pt;
  530. line-height: 1.6em;
  531. }
  532. /*** NOTIFICATION ***/
  533. .notification {
  534. position: fixed;
  535. top: 10px;
  536. left: 25%; right: 25%;
  537. min-height: 30px;
  538. padding: 10px;
  539. line-height: 30px;
  540. text-align: center;
  541. border-radius: 5px;
  542. box-shadow: 0 0 5px #666;
  543. background: #ddd;
  544. color: #666;
  545. font-weight: bold;
  546. z-index: 10;
  547. }
  548. .notification.good {
  549. background: #f4f899;
  550. }
  551. .notification.bad {
  552. background: #f4a899;
  553. }
  554. .notification a.close {
  555. display: inline-block;
  556. width: 16px;
  557. height: 16px;
  558. float: right;
  559. margin: -20px -20px 0 0;
  560. padding: 5px;
  561. background: #fff;
  562. border-radius: 50px;
  563. border: 1px solid #aaa;
  564. line-height: 16px;
  565. }
  566. .toggle_aside, .btn.toggle_aside {
  567. display: none;
  568. }
  569. .actualizeProgress {
  570. position: fixed;
  571. top: 10px;
  572. left: 25%; right: 25%;
  573. padding: 5px;
  574. background: #fff;
  575. text-align: center;
  576. border: 1px solid #ddd;
  577. border-radius: 5px;
  578. }
  579. .actualizeProgress progress {
  580. max-width: 100%;
  581. vertical-align: middle;
  582. }
  583. .actualizeProgress .progress {
  584. color: #999;
  585. font-size: 90%;
  586. vertical-align: middle;
  587. }
  588. .logs {
  589. border: 1px solid #aaa;
  590. }
  591. .log {
  592. padding: 5px 2%;
  593. overflow: auto;
  594. background: #fafafa;
  595. border-bottom: 1px solid #999;
  596. color: #333;
  597. font-size: 90%;
  598. }
  599. .log .date {
  600. display: block;
  601. }
  602. .log.error {
  603. background: #fdd;
  604. color: #844;
  605. }
  606. .log.warning {
  607. background: #ffe;
  608. color: #c95;
  609. }
  610. .log.notice {
  611. background: #f4f4f4;
  612. color: #aaa;
  613. }
  614. .log.debug {
  615. background: #111;
  616. color: #eee;
  617. }
  618. .form-group table {
  619. border-collapse:collapse;
  620. margin:10px 0 0 220px;
  621. text-align:center;
  622. }
  623. .form-group tr, .form-group th, .form-group td {
  624. border:1px solid #DDD;
  625. font-weight:normal;
  626. padding:.5em;
  627. }
  628. @media(max-width: 840px) {
  629. .header,
  630. .aside .btn-important,
  631. .aside .feeds .dropdown,
  632. .flux_header .item.website span,
  633. .item.date {
  634. display: none;
  635. }
  636. .flux_header .item.website {
  637. width: 40px;
  638. text-align: center;
  639. }
  640. .flux_header .item.website .favicon {
  641. padding: 12px;
  642. }
  643. .nav-login {
  644. display: block;
  645. }
  646. .content {
  647. font-size: 120%;
  648. }
  649. .pagination {
  650. margin: 0 0 40px;
  651. }
  652. .pagination .pager-previous, .pagination .pager-next {
  653. width: 100px;
  654. }
  655. .toggle_aside, .btn.toggle_aside {
  656. display: inline-block;
  657. }
  658. .aside {
  659. position: fixed;
  660. top: 0; left: 0;
  661. width: 0;
  662. overflow: hidden;
  663. border-right: none;
  664. z-index: 10;
  665. transition: width 200ms linear;
  666. }
  667. .aside.aside_flux {
  668. padding: 10px 0 0;
  669. }
  670. .aside:target {
  671. width: 80%;
  672. border-right: 1px solid #aaa;
  673. overflow: auto;
  674. }
  675. .aside .toggle_aside {
  676. position: absolute;
  677. right: 0;
  678. display: inline-block;
  679. width: 26px;
  680. height: 26px;
  681. margin: 0 10px 0 0;
  682. border: 1px solid #ccc;
  683. border-radius: 20px;
  684. text-align: center;
  685. line-height: 26px;
  686. }
  687. .aside .categories {
  688. margin: 30px 0;
  689. }
  690. #nav_entries {
  691. width: 100%;
  692. }
  693. .nav_menu .btn {
  694. margin: 5px 10px;
  695. }
  696. .nav_menu .stick {
  697. margin: 0 10px;
  698. }
  699. .nav_menu .stick .btn {
  700. margin: 5px 0;
  701. }
  702. #panel {
  703. left: 5px; right: 5px;
  704. }
  705. .day .date {
  706. display: none;
  707. }
  708. .day .name {
  709. height: 2.6em;
  710. font-size: 1em;
  711. text-shadow: none;
  712. }
  713. .notification,
  714. .actualizeProgress {
  715. left: 10px;
  716. right: 10px;
  717. }
  718. }
  719. /*** FALLBACK ***/
  720. .btn {
  721. background: #fff;
  722. background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
  723. background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
  724. background: -o-linear-gradient(top, #fff 0%, #eee 100%);
  725. background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
  726. }
  727. .btn:hover {
  728. background: #f0f0f0;
  729. background: -moz-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
  730. background: -webkit-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
  731. background: -o-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
  732. background: -ms-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
  733. }
  734. .btn-important {
  735. background: #0084CC;
  736. background: -moz-linear-gradient(top, #0084CC 0%, #0045CC 100%);
  737. background: -webkit-linear-gradient(top, #0084CC 0%, #0045CC 100%);
  738. background: -o-linear-gradient(top, #0084CC 0%, #0045CC 100%);
  739. background: -ms-linear-gradient(top, #0084CC 0%, #0045CC 100%);
  740. }
  741. .btn-important:hover {
  742. background: -moz-linear-gradient(top, #0066CC 0%, #0045CC 100%);
  743. background: -webkit-linear-gradient(top, #0066CC 0%, #0045CC 100%);
  744. background: -o-linear-gradient(top, #0066CC 0%, #0045CC 100%);
  745. background: -ms-linear-gradient(top, #0066CC 0%, #0045CC 100%);
  746. }
  747. .btn-attention {
  748. background: #E95B57;
  749. background: -moz-linear-gradient(top, #E95B57 0%, #BD362F 100%);
  750. background: -webkit-linear-gradient(top, #E95B57 0%, #BD362F 100%);
  751. background: -o-linear-gradient(top, #E95B57 0%, #BD362F 100%);
  752. background: -ms-linear-gradient(top, #E95B57 0%, #BD362F 100%);
  753. }
  754. .btn-attention:hover {
  755. background: -moz-linear-gradient(top, #D14641 0%, #BD362F 100%);
  756. background: -webkit-linear-gradient(top, #D14641 0%, #BD362F 100%);
  757. background: -o-linear-gradient(top, #D14641 0%, #BD362F 100%);
  758. background: -ms-linear-gradient(top, #D14641 0%, #BD362F 100%);
  759. }
  760. .dropdown-menu:after {
  761. -moz-transform: rotate(45deg);
  762. -webkit-transform: rotate(45deg);
  763. -ms-transform: rotate(45deg);
  764. }
  765. .nav-head {
  766. background: #fff;
  767. background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  768. background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  769. background: -o-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  770. background: -ms-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  771. }
  772. .header > .item.search input {
  773. -moz-transition: width 200ms linear;
  774. -webkit-transition: width 200ms linear;
  775. -o-transition: width 200ms linear;
  776. -ms-transition: width 200ms linear;
  777. }
  778. @media(max-width: 840px) {
  779. .aside {
  780. -moz-transition: width 200ms linear;
  781. -webkit-transition: width 200ms linear;
  782. -o-transition: width 200ms linear;
  783. -ms-transition: width 200ms linear;
  784. }
  785. }