freshrss.css 15 KB

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