freshrss.css 16 KB

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