freshrss.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870
  1. @charset "UTF-8";
  2. /* STRUCTURE */
  3. .header {
  4. display: table;
  5. width: 100%;
  6. background: #f4f4f4;
  7. table-layout: fixed;
  8. }
  9. .header > .item {
  10. display: table-cell;
  11. padding: 10px 0;
  12. border-bottom: 1px solid #aaa;
  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: #fafafa;
  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 #aaa;
  58. background: #fff;
  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: #fafafa;
  81. border-bottom: 1px solid #aaa;
  82. text-align: center;
  83. padding: 5px 0;
  84. }
  85. .favicon {
  86. height: 16px;
  87. width: 16px;
  88. }
  89. .categories {
  90. margin: 0;
  91. padding: 0;
  92. text-align: center;
  93. list-style: none;
  94. }
  95. .category {
  96. display: block;
  97. width: 220px;
  98. margin: 10px auto;
  99. text-align: left;
  100. overflow: hidden;
  101. white-space: nowrap;
  102. text-overflow: ellipsis;
  103. }
  104. .category .btn:first-child {
  105. width: 195px;
  106. position: relative;
  107. }
  108. .category.stick .btn:first-child {
  109. width:160px;
  110. }
  111. .category .btn:first-child:not([data-unread="0"]):after {
  112. content: attr(data-unread);
  113. position: absolute;
  114. top: 3px; right: 3px;
  115. padding: 1px 5px;
  116. background: #ccc;
  117. color: #fff;
  118. font-size: 90%;
  119. border: 1px solid #bbb;
  120. border-radius: 5px;
  121. box-shadow: 1px 3px 3px #aaa inset;
  122. text-shadow: 0 0 1px #aaa;
  123. }
  124. .category + .feeds:not(.active) {
  125. display:none;
  126. }
  127. .categories .feeds {
  128. width: 100%;
  129. margin: 0;
  130. list-style: none;
  131. }
  132. .categories .feeds .item.active {
  133. background: #0062BE;
  134. }
  135. .categories .feeds .item.active .feed {
  136. color: #fff;
  137. }
  138. .categories .feeds .item.empty .feed {
  139. color: #e67e22;
  140. }
  141. .categories .feeds .item.empty.active {
  142. background: #e67e22;
  143. }
  144. .categories .feeds .item.empty.active .feed {
  145. color: #fff;
  146. }
  147. .categories .feeds .item.error .feed {
  148. color: #BD362F;
  149. }
  150. .categories .feeds .item .feed {
  151. display: inline-block;
  152. margin: 0;
  153. width: 165px;
  154. line-height: 35px;
  155. font-size: 90%;
  156. vertical-align: middle;
  157. text-align: left;
  158. overflow: hidden;
  159. white-space: nowrap;
  160. text-overflow: ellipsis;
  161. }
  162. .feed:not([data-unread="0"]) {
  163. font-weight:bold;
  164. }
  165. .feed:not([data-unread="0"]):before {
  166. content: "(" attr(data-unread) ") ";
  167. }
  168. .categories .feeds .dropdown-menu {
  169. left: 0;
  170. }
  171. .categories .feeds .dropdown-menu:after {
  172. left: 2px;
  173. }
  174. .categories .feeds .item .dropdown-toggle > .icon {
  175. visibility: hidden;
  176. cursor: pointer;
  177. }
  178. .categories .feeds .item .dropdown-target:target ~ .dropdown-toggle > .icon,
  179. .categories .feeds .item:hover .dropdown-toggle > .icon,
  180. .categories .feeds .item.active .dropdown-toggle > .icon {
  181. background-color: #fff;
  182. border-radius: 3px;
  183. visibility: visible;
  184. }
  185. .post {
  186. padding: 10px 50px;
  187. }
  188. .post form {
  189. margin: 10px 0;
  190. }
  191. .day {
  192. min-height: 50px;
  193. padding: 0 10px;
  194. font-size: 130%;
  195. font-weight: bold;
  196. line-height: 50px;
  197. background: #fff;
  198. border-top: 1px solid #aaa;
  199. border-bottom: 1px solid #aaa;
  200. }
  201. .day:first-child {
  202. border-top: none;
  203. }
  204. .day .name {
  205. position: absolute;
  206. right: 0;
  207. width: 50%;
  208. height: 1.5em;
  209. padding: 0 10px 0 0;
  210. overflow: hidden;
  211. color: #aab;
  212. font-size: 1.8em;
  213. opacity: .3;
  214. text-shadow: 0px -1px 0px #333;
  215. font-style: italic;
  216. white-space: nowrap;
  217. text-overflow: ellipsis;
  218. text-align: right;
  219. }
  220. .flux {
  221. border-left: 3px solid #aaa;
  222. background: #fafafa;
  223. }
  224. .flux:hover {
  225. background: #fff;
  226. }
  227. .flux.current {
  228. border-left: 3px solid #0062BE;
  229. background: #fff;
  230. }
  231. .flux.not_read {
  232. border-left: 3px solid #FF5300;
  233. background: #FFF3ED;
  234. }
  235. .flux.favorite {
  236. border-left: 3px solid #FFC300;
  237. background: #FFF6DA;
  238. }
  239. .flux_header {
  240. height: 25px;
  241. font-size: 12px;
  242. border-top: 1px solid #ddd;
  243. cursor: pointer;
  244. }
  245. .flux .flux_header > .item > a,
  246. .flux .bottom > .item > a {
  247. display: inline-block;
  248. height: 40px;
  249. width: 100%;
  250. line-height: 40px;
  251. }
  252. .flux .item.manage {
  253. width: 40px;
  254. white-space: nowrap;
  255. text-align: center;
  256. }
  257. .flux .item.website {
  258. width: 200px;
  259. overflow: hidden;
  260. white-space: nowrap;
  261. text-overflow: ellipsis;
  262. line-height: 40px;
  263. }
  264. .flux .item.website .favicon {
  265. padding: 5px;
  266. }
  267. .flux .item.website a {
  268. display: block;
  269. height: 40px;
  270. }
  271. .flux .item.title {
  272. overflow: hidden;
  273. white-space: nowrap;
  274. text-overflow: ellipsis;
  275. }
  276. .flux .item.title a {
  277. color: #000;
  278. outline: none;
  279. }
  280. .flux.current .item.title a {
  281. text-decoration: underline;
  282. }
  283. .flux.not_read .item.title,
  284. .flux.current .item.title {
  285. font-weight: bold;
  286. }
  287. .flux .item.date {
  288. width: 200px;
  289. overflow: hidden;
  290. padding:0 5px 0 0;
  291. white-space: nowrap;
  292. text-overflow: ellipsis;
  293. text-align: right;
  294. font-size: 10px;
  295. color: #666;
  296. }
  297. .link {
  298. width: 40px;
  299. text-align: center;
  300. }
  301. #stream.reader .flux {
  302. padding: 0 0 30px;
  303. border: none;
  304. background: #f0f0f0;
  305. color: #333;
  306. }
  307. #stream.reader .flux .author {
  308. margin: 0 0 10px;
  309. font-size: 90%;
  310. color: #666;
  311. }
  312. #stream.global {
  313. text-align: center;
  314. }
  315. #stream.global .box-category {
  316. display: inline-block;
  317. width: 280px;
  318. margin: 20px 10px;
  319. vertical-align: top;
  320. background: #fff;
  321. border: 1px solid #aaa;
  322. border-radius: 5px;
  323. text-align: left;
  324. box-shadow: 0 0 5px #bbb;
  325. }
  326. #stream.global .category {
  327. width: 100%;
  328. margin: 0;
  329. }
  330. #stream.global .btn {
  331. display: block;
  332. width: auto;
  333. height: 35px;
  334. margin: 0;
  335. padding: 0 10px;
  336. background: #eee;
  337. border: none;
  338. border-bottom: 1px solid #aaa;
  339. border-radius: 5px 5px 0 0;
  340. line-height: 35px;
  341. font-size: 120%;
  342. }
  343. #stream.global .btn:not([data-unread="0"]) {
  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: #666;
  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: 300px;
  370. max-width: 550px;
  371. margin: 0 auto;
  372. padding: 20px 10px;
  373. line-height: 170%;
  374. word-wrap: break-word;
  375. }
  376. .content .title {
  377. margin: 0 0 5px;
  378. }
  379. .content h1, .content h2, .content h3 {
  380. margin: 20px 0 5px;
  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: #fafafa;
  460. text-align: center;
  461. color: #333;
  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: #fff;
  500. border-top: 1px solid #ddd;
  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. text-shadow: 0 -1px 0 #aaa;
  527. }
  528. #bigMarkAsRead:hover {
  529. background: #333;
  530. color: #fff;
  531. }
  532. .bigTick {
  533. font-size: 72pt;
  534. line-height: 1.6em;
  535. }
  536. /*** NOTIFICATION ***/
  537. .notification {
  538. position: fixed;
  539. top: 10px;
  540. left: 25%; right: 25%;
  541. min-height: 30px;
  542. padding: 10px;
  543. line-height: 30px;
  544. text-align: center;
  545. border-radius: 5px;
  546. box-shadow: 0 0 5px #666;
  547. background: #ddd;
  548. color: #666;
  549. font-weight: bold;
  550. z-index: 10;
  551. }
  552. .notification.good {
  553. background: #f4f899;
  554. }
  555. .notification.bad {
  556. background: #f4a899;
  557. }
  558. .notification a.close {
  559. display: inline-block;
  560. width: 16px;
  561. height: 16px;
  562. float: right;
  563. margin: -20px -20px 0 0;
  564. padding: 5px;
  565. background: #fff;
  566. border-radius: 50px;
  567. border: 1px solid #aaa;
  568. line-height: 16px;
  569. }
  570. .toggle_aside, .btn.toggle_aside {
  571. display: none;
  572. }
  573. .actualizeProgress {
  574. position: fixed;
  575. top: 10px;
  576. left: 25%; right: 25%;
  577. padding: 5px;
  578. background: #fff;
  579. text-align: center;
  580. border: 1px solid #ddd;
  581. border-radius: 5px;
  582. }
  583. .actualizeProgress progress {
  584. max-width: 100%;
  585. vertical-align: middle;
  586. }
  587. .actualizeProgress .progress {
  588. color: #999;
  589. font-size: 90%;
  590. vertical-align: middle;
  591. }
  592. .logs {
  593. border: 1px solid #aaa;
  594. }
  595. .log {
  596. padding: 5px 2%;
  597. overflow: auto;
  598. background: #fafafa;
  599. border-bottom: 1px solid #999;
  600. color: #333;
  601. font-size: 90%;
  602. }
  603. .log .date {
  604. display: block;
  605. }
  606. .log.error {
  607. background: #fdd;
  608. color: #844;
  609. }
  610. .log.warning {
  611. background: #ffe;
  612. color: #c95;
  613. }
  614. .log.notice {
  615. background: #f4f4f4;
  616. color: #aaa;
  617. }
  618. .log.debug {
  619. background: #111;
  620. color: #eee;
  621. }
  622. .form-group table {
  623. border-collapse:collapse;
  624. margin:10px 0 0 220px;
  625. text-align:center;
  626. }
  627. .form-group tr, .form-group th, .form-group td {
  628. border:1px solid #DDD;
  629. font-weight:normal;
  630. padding:.5em;
  631. }
  632. @media(max-width: 840px) {
  633. .header,
  634. .aside .btn-important,
  635. .aside .feeds .dropdown,
  636. .flux_header .item.website span,
  637. .item.date {
  638. display: none;
  639. }
  640. .flux_header .item.website {
  641. width: 40px;
  642. text-align: center;
  643. }
  644. .flux_header .item.website .favicon {
  645. padding: 12px;
  646. }
  647. .nav-login {
  648. display: block;
  649. }
  650. .content {
  651. font-size: 120%;
  652. }
  653. .pagination {
  654. margin: 0 0 40px;
  655. }
  656. .pagination .pager-previous, .pagination .pager-next {
  657. width: 100px;
  658. }
  659. .toggle_aside, .btn.toggle_aside {
  660. display: inline-block;
  661. }
  662. .aside {
  663. position: fixed;
  664. top: 0; left: 0;
  665. width: 0;
  666. overflow: hidden;
  667. border-right: none;
  668. z-index: 10;
  669. transition: width 200ms linear;
  670. }
  671. .aside.aside_flux {
  672. padding: 10px 0 0;
  673. }
  674. .aside:target {
  675. width: 80%;
  676. border-right: 1px solid #aaa;
  677. overflow: auto;
  678. }
  679. .aside .toggle_aside {
  680. position: absolute;
  681. right: 0;
  682. display: inline-block;
  683. width: 26px;
  684. height: 26px;
  685. margin: 0 10px 0 0;
  686. border: 1px solid #ccc;
  687. border-radius: 20px;
  688. text-align: center;
  689. line-height: 26px;
  690. }
  691. .aside .categories {
  692. margin: 30px 0;
  693. }
  694. #nav_entries {
  695. width: 100%;
  696. }
  697. .nav_menu .btn {
  698. margin: 5px 10px;
  699. }
  700. .nav_menu .stick {
  701. margin: 0 10px;
  702. }
  703. .nav_menu .stick .btn {
  704. margin: 5px 0;
  705. }
  706. #panel {
  707. left: 5px; right: 5px;
  708. }
  709. .day .date {
  710. display: none;
  711. }
  712. .day .name {
  713. height: 2.6em;
  714. font-size: 1em;
  715. text-shadow: none;
  716. }
  717. .notification,
  718. .actualizeProgress {
  719. left: 10px;
  720. right: 10px;
  721. }
  722. }
  723. /*** FALLBACK ***/
  724. .btn {
  725. background: #fff;
  726. background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
  727. background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
  728. background: -o-linear-gradient(top, #fff 0%, #eee 100%);
  729. background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
  730. }
  731. .btn:hover {
  732. background: #f0f0f0;
  733. background: -moz-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
  734. background: -webkit-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
  735. background: -o-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
  736. background: -ms-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
  737. }
  738. .btn-important {
  739. background: #0084CC;
  740. background: -moz-linear-gradient(top, #0084CC 0%, #0045CC 100%);
  741. background: -webkit-linear-gradient(top, #0084CC 0%, #0045CC 100%);
  742. background: -o-linear-gradient(top, #0084CC 0%, #0045CC 100%);
  743. background: -ms-linear-gradient(top, #0084CC 0%, #0045CC 100%);
  744. }
  745. .btn-important:hover {
  746. background: -moz-linear-gradient(top, #0066CC 0%, #0045CC 100%);
  747. background: -webkit-linear-gradient(top, #0066CC 0%, #0045CC 100%);
  748. background: -o-linear-gradient(top, #0066CC 0%, #0045CC 100%);
  749. background: -ms-linear-gradient(top, #0066CC 0%, #0045CC 100%);
  750. }
  751. .btn-attention {
  752. background: #E95B57;
  753. background: -moz-linear-gradient(top, #E95B57 0%, #BD362F 100%);
  754. background: -webkit-linear-gradient(top, #E95B57 0%, #BD362F 100%);
  755. background: -o-linear-gradient(top, #E95B57 0%, #BD362F 100%);
  756. background: -ms-linear-gradient(top, #E95B57 0%, #BD362F 100%);
  757. }
  758. .btn-attention:hover {
  759. background: -moz-linear-gradient(top, #D14641 0%, #BD362F 100%);
  760. background: -webkit-linear-gradient(top, #D14641 0%, #BD362F 100%);
  761. background: -o-linear-gradient(top, #D14641 0%, #BD362F 100%);
  762. background: -ms-linear-gradient(top, #D14641 0%, #BD362F 100%);
  763. }
  764. .dropdown-menu:after {
  765. -moz-transform: rotate(45deg);
  766. -webkit-transform: rotate(45deg);
  767. -ms-transform: rotate(45deg);
  768. }
  769. .nav-head {
  770. background: #fff;
  771. background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  772. background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  773. background: -o-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  774. background: -ms-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  775. }
  776. .header > .item.search input {
  777. -moz-transition: width 200ms linear;
  778. -webkit-transition: width 200ms linear;
  779. -o-transition: width 200ms linear;
  780. -ms-transition: width 200ms linear;
  781. }
  782. @media(max-width: 840px) {
  783. .aside {
  784. -moz-transition: width 200ms linear;
  785. -webkit-transition: width 200ms linear;
  786. -o-transition: width 200ms linear;
  787. -ms-transition: width 200ms linear;
  788. }
  789. }
  790. @media print {
  791. .header,
  792. .aside,
  793. .nav_menu,
  794. .day,
  795. .flux_header,
  796. .flux_content .bottom,
  797. .pagination {
  798. display: none;
  799. }
  800. html, body {
  801. background: #fff;
  802. color: #000;
  803. font-family: Serif;
  804. font-size: 12pt;
  805. }
  806. #global,
  807. .flux_content {
  808. display: block !important;
  809. }
  810. .flux_content .content {
  811. width: 100% !important;
  812. text-align: justify;
  813. }
  814. .flux_content .content a {
  815. color: #000;
  816. }
  817. .flux_content .content a:after {
  818. content: " (" attr(href) ") ";
  819. text-decoration: underline;
  820. }
  821. }