freshrss.css 16 KB

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