freshrss.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877
  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. text-shadow: 1px -1px 0 #ccc;
  31. }
  32. .header > .item.search input {
  33. width: 230px;
  34. transition: width 200ms linear;
  35. }
  36. .header .item.search input:focus {
  37. width: 330px;
  38. }
  39. .header > .item.configure {
  40. width: 100px;
  41. }
  42. .item a:hover {
  43. text-decoration: none;
  44. }
  45. #global {
  46. display: table;
  47. width: 100%;
  48. height: 100%;
  49. background: #1c1c1c;
  50. table-layout: fixed;
  51. }
  52. .aside {
  53. display: table-cell;
  54. height: 100%;
  55. width: 250px;
  56. vertical-align: top;
  57. border-right: 1px solid #2f2f2f;
  58. background: #1c1c1c;
  59. }
  60. .aside .nav-form input {
  61. width: 180px;
  62. }
  63. .aside.aside_flux {
  64. padding: 10px 0 40px;
  65. }
  66. .aside.aside_feed .nav-form input {
  67. width: 140px;
  68. }
  69. .aside.aside_feed .nav-form .dropdown .dropdown-menu {
  70. right: -20px;
  71. }
  72. .aside.aside_feed .nav-form .dropdown .dropdown-menu:after {
  73. right: 33px;
  74. }
  75. .nav-login {
  76. display: none;
  77. }
  78. .nav_menu {
  79. width: 100%;
  80. background: #1c1c1c;
  81. border-bottom: 1px solid #2f2f2f;
  82. text-align: center;
  83. padding: 5px 0;
  84. }
  85. .nav_menu .search {
  86. display:none;
  87. }
  88. .favicon {
  89. height: 16px;
  90. width: 16px;
  91. }
  92. .categories {
  93. margin: 0;
  94. padding: 0;
  95. text-align: center;
  96. list-style: none;
  97. }
  98. .category {
  99. display: block;
  100. width: 220px;
  101. margin: 10px auto;
  102. text-align: left;
  103. overflow: hidden;
  104. white-space: nowrap;
  105. text-overflow: ellipsis;
  106. }
  107. .category .btn:first-child {
  108. width: 195px;
  109. position: relative;
  110. }
  111. .category.stick .btn:first-child {
  112. width:160px;
  113. }
  114. .category .btn:first-child:not([data-unread="0"]):after {
  115. content: attr(data-unread);
  116. position: absolute;
  117. top: 3px; right: 3px;
  118. padding: 1px 5px;
  119. background: #1a1a1a;
  120. color: #888;
  121. font-size: 90%;
  122. border: 1px solid #000;
  123. border-radius: 5px;
  124. }
  125. .category + .feeds:not(.active) {
  126. display:none;
  127. }
  128. .categories .feeds {
  129. width: 100%;
  130. margin: 0;
  131. list-style: none;
  132. }
  133. .categories .feeds .item.active {
  134. background: #003388;
  135. }
  136. .categories .feeds .item.active .feed {
  137. color: #888;
  138. }
  139. .categories .feeds .item.empty .feed {
  140. color: #e67e22;
  141. }
  142. .categories .feeds .item.empty.active {
  143. background: #e67e22;
  144. }
  145. .categories .feeds .item.empty.active .feed {
  146. color: #fff;
  147. }
  148. .categories .feeds .item.error .feed {
  149. color: #BD362F;
  150. }
  151. .categories .feeds .item .feed {
  152. display: inline-block;
  153. margin: 0;
  154. width: 165px;
  155. line-height: 35px;
  156. font-size: 90%;
  157. vertical-align: middle;
  158. text-align: left;
  159. overflow: hidden;
  160. white-space: nowrap;
  161. text-overflow: ellipsis;
  162. }
  163. .feed:not([data-unread="0"]):before {
  164. content: "(" attr(data-unread) ") ";
  165. }
  166. .categories .feeds .dropdown-menu {
  167. left: 0;
  168. }
  169. .categories .feeds .dropdown-menu:after {
  170. left: 2px;
  171. }
  172. .categories .feeds .item .dropdown-toggle > .icon {
  173. visibility: hidden;
  174. cursor: pointer;
  175. }
  176. .categories .feeds .item .dropdown-target:target ~ .dropdown-toggle > .icon,
  177. .categories .feeds .item:hover .dropdown-toggle > .icon,
  178. .categories .feeds .item.active .dropdown-toggle > .icon {
  179. background-color: #1c1c1c;
  180. border-radius: 3px;
  181. visibility: visible;
  182. }
  183. .post {
  184. padding: 10px 50px;
  185. }
  186. .post form {
  187. margin: 10px 0;
  188. }
  189. .day {
  190. min-height: 50px;
  191. padding: 0 10px;
  192. font-size: 130%;
  193. font-weight: bold;
  194. line-height: 50px;
  195. background: #1c1c1c;
  196. border-top: 1px solid #888;
  197. border-bottom: 1px solid #888;
  198. }
  199. .day:first-child {
  200. border-top: none;
  201. }
  202. .day .name {
  203. position: absolute;
  204. right: 0;
  205. width: 50%;
  206. height: 1.5em;
  207. padding: 0 10px 0 0;
  208. overflow: hidden;
  209. color: #aab;
  210. font-size: 1.8em;
  211. opacity: .3;
  212. text-shadow: 0px -1px 0px #333;
  213. font-style: italic;
  214. white-space: nowrap;
  215. text-overflow: ellipsis;
  216. text-align: right;
  217. }
  218. .flux {
  219. border-left: 3px solid #aaa;
  220. background: #1c1c1c;
  221. }
  222. .flux.not_read {
  223. border-left: 3px solid #FF5300;
  224. background: #1c1c1c;
  225. }
  226. .flux.favorite {
  227. border-left: 3px solid #FFC300;
  228. background: #1c1c1c;
  229. }
  230. .flux.current {
  231. border-left: 3px solid #0062BE;
  232. background: #1a1a1a;
  233. }
  234. .flux_header {
  235. background: inherit;
  236. height: 25px;
  237. font-size: 12px;
  238. border-top: 1px solid #2f2f2f;
  239. cursor: pointer;
  240. }
  241. .flux .flux_header > .item > a,
  242. .flux .bottom > .item > a {
  243. display: inline-block;
  244. height: 40px;
  245. width: 100%;
  246. line-height: 40px;
  247. }
  248. .flux .item.manage {
  249. width: 40px;
  250. white-space: nowrap;
  251. text-align: center;
  252. }
  253. .flux .item.website {
  254. width: 200px;
  255. overflow: hidden;
  256. white-space: nowrap;
  257. text-overflow: ellipsis;
  258. line-height: 40px;
  259. }
  260. .flux .item.website .favicon {
  261. padding: 5px;
  262. }
  263. .flux .item.website a {
  264. display: block;
  265. height: 40px;
  266. }
  267. .flux .item.title {
  268. background: inherit;
  269. overflow: hidden;
  270. white-space: nowrap;
  271. text-overflow: ellipsis;
  272. }
  273. .flux:hover .item.title {
  274. border-right: 2px solid rgba(127, 127, 127, 0.1);
  275. padding-right: 1em;
  276. position: absolute;
  277. }
  278. .flux .item.title a {
  279. color: #888;
  280. outline: none;
  281. }
  282. .flux.not_read .item.title,
  283. .flux.current .item.title {
  284. font-weight: bold;
  285. }
  286. .flux .item.date {
  287. width: 200px;
  288. overflow: hidden;
  289. padding:0 5px 0 0;
  290. white-space: nowrap;
  291. text-overflow: ellipsis;
  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: #003388;
  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: #fff;
  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 #DDD;
  633. font-weight:normal;
  634. padding:.5em;
  635. }
  636. select.number option {
  637. text-align:right;
  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. .content {
  658. font-size: 120%;
  659. padding: 0;
  660. }
  661. .pagination {
  662. margin: 0 0 40px;
  663. }
  664. .pagination .pager-previous, .pagination .pager-next {
  665. width: 100px;
  666. }
  667. .toggle_aside, .btn.toggle_aside {
  668. display: inline-block;
  669. }
  670. .aside {
  671. position: fixed;
  672. top: 0; left: 0;
  673. width: 0;
  674. overflow: hidden;
  675. border-right: none;
  676. z-index: 10;
  677. transition: width 200ms linear;
  678. }
  679. .aside.aside_flux {
  680. padding: 10px 0 0;
  681. }
  682. .aside:target {
  683. width: 80%;
  684. border-right: 1px solid #aaa;
  685. overflow: auto;
  686. }
  687. .aside .toggle_aside {
  688. position: absolute;
  689. right: 0;
  690. display: inline-block;
  691. width: 26px;
  692. height: 26px;
  693. margin: 0 10px 0 0;
  694. border: 1px solid #ccc;
  695. border-radius: 20px;
  696. text-align: center;
  697. line-height: 26px;
  698. }
  699. .aside .categories {
  700. margin: 30px 0;
  701. }
  702. #nav_entries {
  703. width: 100%;
  704. }
  705. .nav_menu .btn {
  706. margin: 5px 10px;
  707. }
  708. .nav_menu .stick {
  709. margin: 0 10px;
  710. }
  711. .nav_menu .stick .btn {
  712. margin: 5px 0;
  713. }
  714. .nav_menu .search {
  715. display: inline-block;
  716. max-width: 97%;
  717. }
  718. .nav_menu .search input {
  719. max-width: 97%;
  720. width: 90px;
  721. }
  722. .nav_menu .search input:focus {
  723. width: 400px;
  724. }
  725. #panel {
  726. left: 5px; right: 5px;
  727. }
  728. .day .date {
  729. display: none;
  730. }
  731. .day .name {
  732. height: 2.6em;
  733. font-size: 1em;
  734. text-shadow: none;
  735. }
  736. .notification,
  737. .actualizeProgress {
  738. left: 10px;
  739. right: 10px;
  740. }
  741. }
  742. /*** FALLBACK ***/
  743. .btn {
  744. background: #1c1c1c;
  745. }
  746. .btn:hover {
  747. background: -moz-linear-gradient(top, #1e1e1e 0%, #1c1c1c 100%);
  748. background: -webkit-linear-gradient(top, #1e1e1e 0%, #1c1c1c 100%);
  749. background: -o-linear-gradient(top, #1e1e1e 0%, #1c1c1c 100%);
  750. background: -ms-linear-gradient(top, #1e1e1e 0%, #1c1c1c 100%);
  751. }
  752. .btn-important {
  753. background: #003388;
  754. }
  755. .btn-important:hover {
  756. background: -moz-linear-gradient(top, #0044CC 0%, #003388 100%);
  757. background: -webkit-linear-gradient(top, #0044CC 0%, #003388 100%);
  758. background: -o-linear-gradient(top, #0044CC 0%, #003388 100%);
  759. background: -ms-linear-gradient(top, #0044CC 0%, #003388 100%);
  760. }
  761. .btn-attention {
  762. background: #880011;
  763. }
  764. .btn-attention:hover {
  765. background: -moz-linear-gradient(top, #cc0044 0%, #880011 100%);
  766. background: -webkit-linear-gradient(top, #cc0044 0%, #880011 100%);
  767. background: -o-linear-gradient(top, #cc0044 0%, #880011 100%);
  768. background: -ms-linear-gradient(top, #cc0044 0%, #880011 100%);
  769. }
  770. .dropdown-menu:after {
  771. -moz-transform: rotate(45deg);
  772. -webkit-transform: rotate(45deg);
  773. -ms-transform: rotate(45deg);
  774. }
  775. .nav-head {
  776. background: #fff;
  777. background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  778. background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  779. background: -o-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  780. background: -ms-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  781. }
  782. .header > .item.search input {
  783. -moz-transition: width 200ms linear;
  784. -webkit-transition: width 200ms linear;
  785. -o-transition: width 200ms linear;
  786. -ms-transition: width 200ms linear;
  787. }
  788. @media(max-width: 840px) {
  789. .aside {
  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. }
  796. @media print {
  797. .header,
  798. .aside,
  799. .nav_menu,
  800. .day,
  801. .flux_header,
  802. .flux_content .bottom,
  803. .pagination {
  804. display: none;
  805. }
  806. html, body {
  807. background: #fff;
  808. color: #000;
  809. font-family: Serif;
  810. font-size: 12pt;
  811. }
  812. #global,
  813. .flux_content {
  814. display: block !important;
  815. }
  816. .flux_content .content {
  817. width: 100% !important;
  818. text-align: justify;
  819. }
  820. .flux_content .content a {
  821. color: #000;
  822. }
  823. .flux_content .content a:after {
  824. content: " (" attr(href) ") ";
  825. text-decoration: underline;
  826. }
  827. }