freshrss.css 16 KB

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