freshrss.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881
  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: 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. .nav_menu .search {
  707. display: inline-block;
  708. max-width: 97%;
  709. }
  710. .nav_menu .search input {
  711. max-width: 97%;
  712. width: 90px;
  713. }
  714. .nav_menu .search input:focus {
  715. width: 400px;
  716. }
  717. #panel {
  718. left: 5px; right: 5px;
  719. }
  720. .day .date {
  721. display: none;
  722. }
  723. .day .name {
  724. height: 2.6em;
  725. font-size: 1em;
  726. text-shadow: none;
  727. }
  728. .notification,
  729. .actualizeProgress {
  730. left: 10px;
  731. right: 10px;
  732. }
  733. }
  734. /*** FALLBACK ***/
  735. .btn {
  736. background: #fff;
  737. background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
  738. background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
  739. background: -o-linear-gradient(top, #fff 0%, #eee 100%);
  740. background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
  741. }
  742. .btn:hover {
  743. background: #f0f0f0;
  744. background: -moz-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
  745. background: -webkit-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
  746. background: -o-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
  747. background: -ms-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
  748. }
  749. .btn-important {
  750. background: #0084CC;
  751. background: -moz-linear-gradient(top, #0084CC 0%, #0045CC 100%);
  752. background: -webkit-linear-gradient(top, #0084CC 0%, #0045CC 100%);
  753. background: -o-linear-gradient(top, #0084CC 0%, #0045CC 100%);
  754. background: -ms-linear-gradient(top, #0084CC 0%, #0045CC 100%);
  755. }
  756. .btn-important:hover {
  757. background: -moz-linear-gradient(top, #0066CC 0%, #0045CC 100%);
  758. background: -webkit-linear-gradient(top, #0066CC 0%, #0045CC 100%);
  759. background: -o-linear-gradient(top, #0066CC 0%, #0045CC 100%);
  760. background: -ms-linear-gradient(top, #0066CC 0%, #0045CC 100%);
  761. }
  762. .btn-attention {
  763. background: #E95B57;
  764. background: -moz-linear-gradient(top, #E95B57 0%, #BD362F 100%);
  765. background: -webkit-linear-gradient(top, #E95B57 0%, #BD362F 100%);
  766. background: -o-linear-gradient(top, #E95B57 0%, #BD362F 100%);
  767. background: -ms-linear-gradient(top, #E95B57 0%, #BD362F 100%);
  768. }
  769. .btn-attention:hover {
  770. background: -moz-linear-gradient(top, #D14641 0%, #BD362F 100%);
  771. background: -webkit-linear-gradient(top, #D14641 0%, #BD362F 100%);
  772. background: -o-linear-gradient(top, #D14641 0%, #BD362F 100%);
  773. background: -ms-linear-gradient(top, #D14641 0%, #BD362F 100%);
  774. }
  775. .dropdown-menu:after {
  776. -moz-transform: rotate(45deg);
  777. -webkit-transform: rotate(45deg);
  778. -ms-transform: rotate(45deg);
  779. }
  780. .nav-head {
  781. background: #fff;
  782. background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  783. background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  784. background: -o-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  785. background: -ms-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  786. }
  787. .header > .item.search input {
  788. -moz-transition: width 200ms linear;
  789. -webkit-transition: width 200ms linear;
  790. -o-transition: width 200ms linear;
  791. -ms-transition: width 200ms linear;
  792. }
  793. @media(max-width: 840px) {
  794. .aside {
  795. -moz-transition: width 200ms linear;
  796. -webkit-transition: width 200ms linear;
  797. -o-transition: width 200ms linear;
  798. -ms-transition: width 200ms linear;
  799. }
  800. }
  801. @media print {
  802. .header,
  803. .aside,
  804. .nav_menu,
  805. .day,
  806. .flux_header,
  807. .flux_content .bottom,
  808. .pagination {
  809. display: none;
  810. }
  811. html, body {
  812. background: #fff;
  813. color: #000;
  814. font-family: Serif;
  815. font-size: 12pt;
  816. }
  817. #global,
  818. .flux_content {
  819. display: block !important;
  820. }
  821. .flux_content .content {
  822. width: 100% !important;
  823. text-align: justify;
  824. }
  825. .flux_content .content a {
  826. color: #000;
  827. }
  828. .flux_content .content a:after {
  829. content: " (" attr(href) ") ";
  830. text-decoration: underline;
  831. }
  832. }