freshrss.css 16 KB

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