freshrss.css 16 KB

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