freshrss.css 16 KB

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