freshrss.css 16 KB

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