freshrss.css 16 KB

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