freshrss.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837
  1. /* STRUCTURE */
  2. .header {
  3. display: table;
  4. width: 100%;
  5. background: #f4f4f4;
  6. table-layout: fixed;
  7. }
  8. .header > .item {
  9. display: table-cell;
  10. padding: 10px 0;
  11. border-bottom: 1px solid #aaa;
  12. vertical-align: middle;
  13. text-align: center;
  14. }
  15. .header > .item.title {
  16. width: 250px;
  17. }
  18. .header > .item.title .logo {
  19. display: inline-block;
  20. padding: 10px;
  21. }
  22. .header > .item.title h1 {
  23. display: inline-block;
  24. margin: 0;
  25. text-shadow: 1px -1px 0 #ccc;
  26. vertical-align: middle;
  27. }
  28. .header > .item.title a:hover {
  29. text-decoration: none;
  30. }
  31. .header > .item.search input {
  32. width: 200px;
  33. transition: width 200ms linear;
  34. }
  35. .header .item.search input:focus {
  36. width: 300px;
  37. }
  38. .header > .item.configure {
  39. width: 100px;
  40. }
  41. #global {
  42. display: table;
  43. width: 100%;
  44. height: 100%;
  45. background: #fafafa;
  46. table-layout: fixed;
  47. }
  48. .aside {
  49. display: table-cell;
  50. height: 100%;
  51. width: 250px;
  52. vertical-align: top;
  53. border-right: 1px solid #aaa;
  54. background: #fff;
  55. }
  56. .aside .nav-form input {
  57. width: 180px;
  58. }
  59. .aside.aside_flux {
  60. padding: 10px 0 40px;
  61. }
  62. .aside.aside_feed .nav-form input {
  63. width: 140px;
  64. }
  65. .aside.aside_feed .nav-form .dropdown .dropdown-menu {
  66. right: -20px;
  67. }
  68. .aside.aside_feed .nav-form .dropdown .dropdown-menu:after {
  69. right: 33px;
  70. }
  71. .nav-login {
  72. display: none;
  73. }
  74. .nav_menu {
  75. width: 100%;
  76. background: #fafafa;
  77. border-bottom: 1px solid #aaa;
  78. text-align: center;
  79. padding: 5px 0;
  80. }
  81. .favicon {
  82. height: 16px;
  83. width: 16px;
  84. }
  85. .categories {
  86. margin: 0;
  87. padding: 0;
  88. text-align: center;
  89. list-style: none;
  90. }
  91. .category {
  92. display: block;
  93. padding: 5px 0;
  94. width: 220px;
  95. margin: 5px auto;
  96. text-align: left;
  97. overflow: hidden;
  98. white-space: nowrap;
  99. text-overflow: ellipsis;
  100. }
  101. .category .btn:first-child {
  102. width: 195px;
  103. position: relative;
  104. }
  105. .category.stick .btn:first-child {
  106. width:160px;
  107. }
  108. .category .btn:first-child:not([data-unread="0"]):after {
  109. content: attr(data-unread);
  110. position: absolute;
  111. top: 3px; right: 3px;
  112. padding: 1px 5px;
  113. background: #ccc;
  114. color: #fff;
  115. font-size: 90%;
  116. border: 1px solid #bbb;
  117. border-radius: 5px;
  118. box-shadow: 1px 3px 3px #aaa inset;
  119. text-shadow: 0 0 1px #aaa;
  120. }
  121. .category + .feeds:not(.active) {
  122. display:none;
  123. }
  124. .categories .feeds {
  125. width: 100%;
  126. margin: 0;
  127. list-style: none;
  128. }
  129. .categories .feeds .item.active {
  130. background: #0062BE;
  131. }
  132. .categories .feeds .item.active .feed {
  133. color: #fff;
  134. }
  135. .categories .feeds .item.empty .feed {
  136. color: #e67e22;
  137. }
  138. .categories .feeds .item.empty.active {
  139. background: #e67e22;
  140. }
  141. .categories .feeds .item.empty.active .feed {
  142. color: #fff;
  143. }
  144. .categories .feeds .item.error .feed {
  145. color: #BD362F;
  146. }
  147. .categories .feeds .item .feed {
  148. display: inline-block;
  149. margin: 0;
  150. width: 165px;
  151. line-height: 35px;
  152. font-size: 90%;
  153. vertical-align: middle;
  154. text-align: left;
  155. overflow: hidden;
  156. white-space: nowrap;
  157. text-overflow: ellipsis;
  158. }
  159. .feed:not([data-unread="0"]) {
  160. font-weight:bold;
  161. }
  162. .feed:not([data-unread="0"]):before {
  163. content: "(" attr(data-unread) ") ";
  164. }
  165. .categories .feeds .dropdown-menu {
  166. left: 0;
  167. }
  168. .categories .feeds .dropdown-menu:after {
  169. left: 2px;
  170. }
  171. .categories .feeds .item .dropdown-toggle i {
  172. background-image: none;
  173. }
  174. .categories .feeds .item .dropdown-target:target ~ .dropdown-toggle i,
  175. .categories .feeds .item:hover .dropdown-toggle i,
  176. .categories .feeds .item.active .dropdown-toggle i {
  177. background-image: url("icons/configure.png");
  178. background-image: url("icons/configure.svg");
  179. background-color: #fff;
  180. border-radius: 3px;
  181. }
  182. .post {
  183. padding: 10px 50px;
  184. }
  185. .post form {
  186. margin: 10px 0;
  187. }
  188. .day {
  189. min-height: 50px;
  190. padding: 0 10px;
  191. font-size: 130%;
  192. font-weight: bold;
  193. line-height: 50px;
  194. background: #fff;
  195. border-top: 1px solid #aaa;
  196. border-bottom: 1px solid #aaa;
  197. }
  198. .day:first-child {
  199. border-top: none;
  200. }
  201. .day .name {
  202. position: absolute;
  203. right: 0;
  204. width: 50%;
  205. height: 1.5em;
  206. padding: 0 10px 0 0;
  207. overflow: hidden;
  208. color: #aab;
  209. font-size: 1.8em;
  210. opacity: .3;
  211. text-shadow: 0px -1px 0px #333;
  212. font-style: italic;
  213. white-space: nowrap;
  214. text-overflow: ellipsis;
  215. text-align: right;
  216. }
  217. .flux {
  218. border-left: 3px solid #aaa;
  219. background: #fafafa;
  220. }
  221. .flux:hover {
  222. background: #fff;
  223. }
  224. .flux.active {
  225. border-left: 3px solid #0062BE;
  226. background: #fff;
  227. }
  228. .flux.not_read {
  229. border-left: 3px solid #FF5300;
  230. background: #FFF3ED;
  231. }
  232. .flux.favorite {
  233. border-left: 3px solid #FFC300;
  234. background: #FFF6DA;
  235. }
  236. .flux_header {
  237. height: 25px;
  238. font-size: 12px;
  239. line-height: 25px;
  240. border-top: 1px solid #ddd;
  241. }
  242. .item.manage {
  243. width: 40px;
  244. white-space: nowrap;
  245. font-size: 0px;
  246. text-align: center;
  247. }
  248. .read {
  249. display: inline-block;
  250. width: 40px;
  251. height: 40px;
  252. background: url("icons/read.png") center center no-repeat;
  253. background: url("icons/read.svg") center center no-repeat;
  254. vertical-align: middle;
  255. }
  256. .read:hover {
  257. text-decoration: none;
  258. }
  259. .flux.not_read .read {
  260. background: url("icons/unread.png") center center no-repeat;
  261. background: url("icons/unread.svg") center center no-repeat;
  262. }
  263. .bookmark {
  264. display: inline-block;
  265. width: 40px;
  266. height: 40px;
  267. background: url("icons/non-starred.png") center center no-repeat;
  268. background: url("icons/non-starred.svg") center center no-repeat;
  269. vertical-align: middle;
  270. }
  271. .bookmark:hover {
  272. text-decoration: none;
  273. }
  274. .flux.favorite .bookmark {
  275. background: url("icons/starred.png") center center no-repeat;
  276. background: url("icons/starred.svg") center center no-repeat;
  277. }
  278. .flux_header .item.website {
  279. width: 200px;
  280. overflow: hidden;
  281. white-space: nowrap;
  282. text-overflow: ellipsis;
  283. line-height: 40px;
  284. }
  285. .flux_header .item.website .favicon {
  286. padding: 5px;
  287. }
  288. .flux_header .item.website a {
  289. display: block;
  290. height: 40px;
  291. }
  292. .flux_header .item.title {
  293. overflow: hidden;
  294. white-space: nowrap;
  295. text-overflow: ellipsis;
  296. cursor: pointer;
  297. }
  298. .flux_header .item.title a {
  299. color: #000;
  300. outline: none;
  301. }
  302. .flux_header .item.title a:hover {
  303. text-decoration: none
  304. }
  305. .flux.not_read .flux_header .item.title {
  306. font-weight: bold;
  307. }
  308. .item.date {
  309. width: 200px;
  310. overflow: hidden;
  311. padding:0 5px 0 0;
  312. white-space: nowrap;
  313. text-overflow: ellipsis;
  314. text-align: right;
  315. font-size: 10px;
  316. color: #666;
  317. cursor: pointer;
  318. }
  319. .item.link {
  320. width: 40px;
  321. text-align: center;
  322. }
  323. .item.link a {
  324. display: inline-block;
  325. width: 40px;
  326. height: 40px;
  327. background: url("icons/link.png") center center no-repeat;
  328. background: url("icons/link.svg") center center no-repeat;
  329. vertical-align: middle;
  330. }
  331. .item.link a:hover {
  332. text-decoration: none;
  333. }
  334. #stream.reader .flux {
  335. padding: 0 0 30px;
  336. border: none;
  337. background: #f0f0f0;
  338. color: #333;
  339. }
  340. #stream.reader .flux .author {
  341. margin: 0 0 10px;
  342. font-size: 90%;
  343. color: #666;
  344. }
  345. #stream.global {
  346. text-align: center;
  347. }
  348. #stream.global .category {
  349. display: inline-block;
  350. width: 280px;
  351. margin: 20px 10px;
  352. vertical-align: top;
  353. background: #fff;
  354. border: 1px solid #aaa;
  355. border-radius: 5px;
  356. text-align: left;
  357. box-shadow: 0 0 5px #bbb;
  358. }
  359. #stream.global .cat_header {
  360. height: 35px;
  361. padding: 0 10px;
  362. background: #eee;
  363. border-bottom: 1px solid #aaa;
  364. border-radius: 5px 5px 0 0;
  365. line-height: 35px;
  366. font-size: 120%;
  367. }
  368. #stream.global .cat_header a {
  369. color: #333;
  370. text-shadow: 0 -1px 0px #aaa;
  371. }
  372. #stream.global .category .feeds {
  373. max-height: 250px;
  374. margin: 0;
  375. list-style: none;
  376. overflow: auto;
  377. }
  378. #stream.global .category .feeds .item {
  379. padding: 2px 10px;
  380. font-size: 90%;
  381. }
  382. .content {
  383. min-height: 300px;
  384. max-width: 550px;
  385. margin: 0 auto;
  386. padding: 20px 10px;
  387. line-height: 170%;
  388. word-wrap: break-word;
  389. }
  390. .content .title {
  391. margin: 0 0 5px;
  392. }
  393. .content h1, .content h2, .content h3 {
  394. margin: 20px 0 5px;
  395. }
  396. .content p {
  397. margin: 0 0 20px;
  398. }
  399. img.big {
  400. display: block;
  401. margin: 10px auto;
  402. }
  403. figure img.big {
  404. margin: 0;
  405. }
  406. .content hr {
  407. margin: 30px 0;
  408. height: 1px;
  409. background: #ddd;
  410. border: 0;
  411. }
  412. .content pre {
  413. margin: 10px auto;
  414. padding: 10px;
  415. overflow: auto;
  416. background: #000;
  417. color: #fff;
  418. font-size: 110%;
  419. }
  420. .content q, .content blockquote {
  421. display: block;
  422. margin: 5px 0;
  423. padding: 5px 20px;
  424. font-style: italic;
  425. border-left: 4px solid #ccc;
  426. color: #666;
  427. }
  428. .content blockquote p {
  429. margin: 0;
  430. }
  431. #panel {
  432. display: none;
  433. position: fixed;
  434. top: 10px; bottom: 10px;
  435. left: 100px; right: 100px;
  436. overflow: auto;
  437. background: #fff;
  438. border: 1px solid #95a5a6;
  439. border-radius: 5px;
  440. }
  441. #panel .close {
  442. position: fixed;
  443. top: 10px; right: 0;
  444. display: inline-block;
  445. width: 26px;
  446. height: 26px;
  447. margin: 0 10px 0 0;
  448. border: 1px solid #ccc;
  449. border-radius: 20px;
  450. text-align: center;
  451. line-height: 26px;
  452. background: #fff;
  453. }
  454. #overlay {
  455. display: none;
  456. position: fixed;
  457. top: 0; bottom: 0;
  458. left: 0; right: 0;
  459. background: rgba(0, 0, 0, 0.9);
  460. }
  461. .flux_content .bottom {
  462. font-size: 90%;
  463. text-align: center;
  464. }
  465. .hide_posts > :not(.active) > .flux_content {
  466. display:none;
  467. }
  468. /*** PAGINATION ***/
  469. .pagination {
  470. display: table;
  471. width: 100%;
  472. margin: 0;
  473. background: #fafafa;
  474. text-align: center;
  475. color: #333;
  476. font-size: 80%;
  477. line-height: 200%;
  478. table-layout: fixed;
  479. }
  480. .pagination .item {
  481. display: table-cell;
  482. line-height: 40px;
  483. }
  484. .pagination .item.pager-current {
  485. font-weight: bold;
  486. font-size: 140%;
  487. }
  488. .pagination .pager-first,
  489. .pagination .pager-previous,
  490. .pagination .pager-next,
  491. .pagination .pager-last {
  492. width: 100px;
  493. }
  494. .pagination .item a {
  495. display: block;
  496. color: #333;
  497. font-style: italic;
  498. }
  499. .pagination:first-child .item {
  500. border-bottom: 1px solid #aaa;
  501. }
  502. .pagination:last-child .item {
  503. border-top: 1px solid #aaa;
  504. }
  505. #nav_entries {
  506. display: table;
  507. width: 250px;
  508. height: 40px;
  509. position: fixed;
  510. bottom: 0;
  511. left: 0;
  512. margin: 0;
  513. background: #fff;
  514. border-top: 1px solid #ddd;
  515. text-align: center;
  516. line-height: 40px;
  517. table-layout: fixed;
  518. }
  519. #nav_entries .item {
  520. display: table-cell;
  521. width: 30%;
  522. }
  523. #nav_entries a {
  524. display: block;
  525. }
  526. #nav_entries .i_up {
  527. margin: 5px 0 0;
  528. vertical-align: top;
  529. }
  530. .loading {
  531. background: url("loader.gif") center center no-repeat;
  532. font-size: 0;
  533. }
  534. .bigMarkAsRead {
  535. cursor: pointer;
  536. height: 300px;
  537. text-shadow: 0 -1px 0 #aaa;
  538. }
  539. .bigMarkAsRead:hover {
  540. background: #333;
  541. color: #fff;
  542. }
  543. .bigTick {
  544. font-size: 72pt;
  545. margin: 75px 0 10px 0;
  546. }
  547. /*** NOTIFICATION ***/
  548. .notification {
  549. position: fixed;
  550. top: 10px;
  551. left: 25%; right: 25%;
  552. min-height: 30px;
  553. padding: 10px;
  554. line-height: 30px;
  555. text-align: center;
  556. border-radius: 5px;
  557. box-shadow: 0 0 5px #666;
  558. background: #ddd;
  559. color: #666;
  560. font-weight: bold;
  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. .form-group table {
  629. border-collapse:collapse;
  630. margin:10px 0 0 220px;
  631. text-align:center;
  632. }
  633. .form-group tr, .form-group th, .form-group td {
  634. border:1px solid #DDD;
  635. font-weight:normal;
  636. padding:.5em;
  637. }
  638. @media(max-width: 840px) {
  639. .header,
  640. .aside .btn-important,
  641. .aside .feeds .dropdown,
  642. .flux_header .item.website span,
  643. .item.date {
  644. display: none;
  645. }
  646. .flux_header .item.website {
  647. width: 40px;
  648. text-align: center;
  649. }
  650. .flux_header .item.website .favicon {
  651. padding: 12px;
  652. }
  653. .nav-login {
  654. display: block;
  655. }
  656. .content {
  657. font-size: 120%;
  658. }
  659. .pagination {
  660. margin: 0 0 40px;
  661. }
  662. .pagination .pager-previous, .pagination .pager-next {
  663. width: 100px;
  664. }
  665. .toggle_aside, .btn.toggle_aside {
  666. display: inline-block;
  667. }
  668. .aside {
  669. position: fixed;
  670. top: 0; left: 0;
  671. width: 0;
  672. overflow: hidden;
  673. border-right: none;
  674. z-index: 10;
  675. transition: width 200ms linear;
  676. }
  677. .aside.aside_flux {
  678. padding: 10px 0 0;
  679. }
  680. .aside:target {
  681. width: 80%;
  682. border-right: 1px solid #aaa;
  683. overflow: auto;
  684. }
  685. .aside .toggle_aside {
  686. position: absolute;
  687. right: 0;
  688. display: inline-block;
  689. width: 26px;
  690. height: 26px;
  691. margin: 0 10px 0 0;
  692. border: 1px solid #ccc;
  693. border-radius: 20px;
  694. text-align: center;
  695. line-height: 26px;
  696. }
  697. .aside .categories {
  698. margin: 30px 0;
  699. }
  700. #nav_entries {
  701. width: 100%;
  702. }
  703. .nav_menu .btn {
  704. margin: 5px 10px;
  705. }
  706. .nav_menu .stick {
  707. margin: 0 10px;
  708. }
  709. .nav_menu .stick .btn {
  710. margin: 5px 0;
  711. }
  712. #panel {
  713. left: 5px; right: 5px;
  714. }
  715. .day .date {
  716. display: none;
  717. }
  718. .day .name {
  719. height: 2.6em;
  720. font-size: 1em;
  721. text-shadow: none;
  722. }
  723. .notification,
  724. .actualizeProgress {
  725. left: 10px;
  726. right: 10px;
  727. }
  728. }
  729. /*** FALLBACK ***/
  730. .btn {
  731. background: #fff;
  732. background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
  733. background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
  734. background: -o-linear-gradient(top, #fff 0%, #eee 100%);
  735. background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
  736. }
  737. .btn:hover {
  738. background: #f0f0f0;
  739. background: -moz-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
  740. background: -webkit-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
  741. background: -o-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
  742. background: -ms-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
  743. }
  744. .btn-important {
  745. background: #0084CC;
  746. background: -moz-linear-gradient(top, #0084CC 0%, #0045CC 100%);
  747. background: -webkit-linear-gradient(top, #0084CC 0%, #0045CC 100%);
  748. background: -o-linear-gradient(top, #0084CC 0%, #0045CC 100%);
  749. background: -ms-linear-gradient(top, #0084CC 0%, #0045CC 100%);
  750. }
  751. .btn-important:hover {
  752. background: -moz-linear-gradient(top, #0066CC 0%, #0045CC 100%);
  753. background: -webkit-linear-gradient(top, #0066CC 0%, #0045CC 100%);
  754. background: -o-linear-gradient(top, #0066CC 0%, #0045CC 100%);
  755. background: -ms-linear-gradient(top, #0066CC 0%, #0045CC 100%);
  756. }
  757. .btn-attention {
  758. background: #E95B57;
  759. background: -moz-linear-gradient(top, #E95B57 0%, #BD362F 100%);
  760. background: -webkit-linear-gradient(top, #E95B57 0%, #BD362F 100%);
  761. background: -o-linear-gradient(top, #E95B57 0%, #BD362F 100%);
  762. background: -ms-linear-gradient(top, #E95B57 0%, #BD362F 100%);
  763. }
  764. .btn-attention:hover {
  765. background: -moz-linear-gradient(top, #D14641 0%, #BD362F 100%);
  766. background: -webkit-linear-gradient(top, #D14641 0%, #BD362F 100%);
  767. background: -o-linear-gradient(top, #D14641 0%, #BD362F 100%);
  768. background: -ms-linear-gradient(top, #D14641 0%, #BD362F 100%);
  769. }
  770. .dropdown-menu:after {
  771. -moz-transform: rotate(45deg);
  772. -webkit-transform: rotate(45deg);
  773. -ms-transform: rotate(45deg);
  774. }
  775. .nav-head {
  776. background: #fff;
  777. background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  778. background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  779. background: -o-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  780. background: -ms-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  781. }
  782. .header > .item.search input {
  783. -moz-transition: width 200ms linear;
  784. -webkit-transition: width 200ms linear;
  785. -o-transition: width 200ms linear;
  786. -ms-transition: width 200ms linear;
  787. }
  788. @media(max-width: 840px) {
  789. .aside {
  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. }