freshrss.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813
  1. @import url('global.css');
  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. }
  19. .header > .item.title .logo {
  20. display: inline-block;
  21. padding: 10px;
  22. }
  23. .header > .item.title h1 {
  24. display: inline-block;
  25. margin: 0;
  26. text-shadow: 1px -1px 0 #ccc;
  27. vertical-align: middle;
  28. }
  29. .header > .item.title a:hover {
  30. text-decoration: none;
  31. }
  32. .header > .item.search input {
  33. width: 200px;
  34. transition: width 200ms linear;
  35. }
  36. .header .item.search input:focus {
  37. width: 300px;
  38. }
  39. .header > .item.configure {
  40. width: 100px;
  41. }
  42. #global {
  43. display: table;
  44. width: 100%;
  45. height: 100%;
  46. background: #fafafa;
  47. table-layout: fixed;
  48. }
  49. .aside {
  50. display: table-cell;
  51. height: 100%;
  52. width: 250px;
  53. vertical-align: top;
  54. border-right: 1px solid #aaa;
  55. background: #fff;
  56. }
  57. .aside .nav-form input {
  58. width: 180px;
  59. }
  60. .aside.aside_flux {
  61. padding: 10px 0 40px;
  62. }
  63. .aside.aside_feed .nav-form input {
  64. width: 140px;
  65. }
  66. .aside.aside_feed .nav-form .dropdown .dropdown-menu {
  67. right: -20px;
  68. }
  69. .aside.aside_feed .nav-form .dropdown .dropdown-menu:after {
  70. right: 33px;
  71. }
  72. .nav-login {
  73. display: none;
  74. }
  75. .nav_menu {
  76. width: 100%;
  77. background: #fafafa;
  78. border-bottom: 1px solid #aaa;
  79. text-align: center;
  80. padding: 5px 0;
  81. }
  82. .favicon {
  83. height: 16px;
  84. width: 16px;
  85. }
  86. .categories {
  87. margin: 0;
  88. padding: 0;
  89. text-align: center;
  90. list-style: none;
  91. }
  92. .categories .all,
  93. .categories .favorites,
  94. .categories .category {
  95. display: block;
  96. padding: 5px 0;
  97. width: 220px;
  98. margin: 5px auto;
  99. text-align: left;
  100. overflow: hidden;
  101. white-space: nowrap;
  102. text-overflow: ellipsis;
  103. }
  104. .categories .all .btn,
  105. .categories .favorites .btn,
  106. .categories .category .btn:first-child {
  107. width: 195px;
  108. position: relative;
  109. }
  110. .categories .feeds {
  111. width: 100%;
  112. margin: 0;
  113. list-style: none;
  114. }
  115. .categories .feeds .item.active {
  116. background: #0062BE;
  117. }
  118. .categories .feeds .item.active .feed {
  119. color: #fff;
  120. }
  121. .categories .feeds .item.empty .feed {
  122. color: #e67e22;
  123. }
  124. .categories .feeds .item.empty.active {
  125. background: #e67e22;
  126. }
  127. .categories .feeds .item.empty.active .feed {
  128. color: #fff;
  129. }
  130. .categories .feeds .item.error .feed {
  131. color: #BD362F;
  132. }
  133. .categories .feeds .item .feed {
  134. display: inline-block;
  135. margin: 0;
  136. width: 165px;
  137. line-height: 35px;
  138. font-size: 90%;
  139. vertical-align: middle;
  140. text-align: left;
  141. overflow: hidden;
  142. white-space: nowrap;
  143. text-overflow: ellipsis;
  144. }
  145. .categories .feeds .dropdown .dropdown-menu {
  146. left: 0;
  147. }
  148. .categories .feeds .dropdown .dropdown-menu:after {
  149. left: 2px;
  150. }
  151. .categories .feeds .item .dropdown-toggle i {
  152. background-image: none;
  153. }
  154. .categories .feeds .item .dropdown-target:target ~ .dropdown-toggle i,
  155. .categories .feeds .item:hover .dropdown-toggle i,
  156. .categories .feeds .item.active .dropdown-toggle i {
  157. background-image: url("icons/configure.png");
  158. background-image: url("icons/configure.svg");
  159. background-color: #fff;
  160. border-radius: 3px;
  161. }
  162. .categories .notRead {
  163. position: absolute;
  164. top: 3px; right: 3px;
  165. padding: 1px 5px;
  166. background: #ccc;
  167. color: #fff;
  168. font-size: 90%;
  169. border: 1px solid #bbb;
  170. border-radius: 5px;
  171. box-shadow: 1px 3px 3px #aaa inset;
  172. text-shadow: 0 0 1px #aaa;
  173. }
  174. .post {
  175. padding: 10px 50px;
  176. }
  177. .post form {
  178. margin: 10px 0;
  179. }
  180. .day {
  181. min-height: 50px;
  182. padding: 0 10px;
  183. font-size: 130%;
  184. font-weight: bold;
  185. line-height: 50px;
  186. background: #fff;
  187. border-top: 1px solid #aaa;
  188. border-bottom: 1px solid #aaa;
  189. }
  190. .day:first-child {
  191. border-top: none;
  192. }
  193. .day .name {
  194. position: absolute;
  195. right: 0;
  196. width: 50%;
  197. height: 1.5em;
  198. padding: 0 10px 0 0;
  199. overflow: hidden;
  200. color: #aab;
  201. font-size: 1.8em;
  202. opacity: .3;
  203. text-shadow: 0px -1px 0px #333;
  204. font-style: italic;
  205. white-space: nowrap;
  206. text-overflow: ellipsis;
  207. text-align: right;
  208. }
  209. .flux {
  210. border-left: 3px solid #aaa;
  211. background: #fafafa;
  212. }
  213. .flux:hover {
  214. background: #fff;
  215. }
  216. .flux.active {
  217. border-left: 3px solid #0062BE;
  218. background: #fff;
  219. }
  220. .flux.not_read {
  221. border-left: 3px solid #FF5300;
  222. background: #FFF3ED;
  223. }
  224. .flux.favorite {
  225. border-left: 3px solid #FFC300;
  226. background: #FFF6DA;
  227. }
  228. .flux_header {
  229. height: 25px;
  230. font-size: 12px;
  231. line-height: 25px;
  232. border-top: 1px solid #ddd;
  233. }
  234. .item.manage {
  235. width: 80px;
  236. white-space: nowrap;
  237. font-size: 0px;
  238. text-align: center;
  239. }
  240. .item.manage .read {
  241. display: inline-block;
  242. width: 40px;
  243. height: 40px;
  244. background: url("icons/read.png") center center no-repeat;
  245. background: url("icons/read.svg") center center no-repeat;
  246. vertical-align: middle;
  247. }
  248. .item.manage .read:hover {
  249. text-decoration: none;
  250. }
  251. .flux.not_read .item.manage .read {
  252. background: url("icons/unread.png") center center no-repeat;
  253. background: url("icons/unread.svg") center center no-repeat;
  254. }
  255. .item.manage .bookmark {
  256. display: inline-block;
  257. width: 40px;
  258. height: 40px;
  259. background: url("icons/non-starred.png") center center no-repeat;
  260. background: url("icons/non-starred.svg") center center no-repeat;
  261. vertical-align: middle;
  262. }
  263. .item.manage .bookmark:hover {
  264. text-decoration: none;
  265. }
  266. .flux.favorite .item.manage .bookmark {
  267. background: url("icons/starred.png") center center no-repeat;
  268. background: url("icons/starred.svg") center center no-repeat;
  269. }
  270. .flux_header .item.website {
  271. width: 200px;
  272. overflow: hidden;
  273. white-space: nowrap;
  274. text-overflow: ellipsis;
  275. line-height: 40px;
  276. }
  277. .flux_header .item.website .favicon {
  278. padding: 5px;
  279. }
  280. .flux_header .item.website a {
  281. display: block;
  282. height: 40px;
  283. }
  284. .flux_header .item.title {
  285. overflow: hidden;
  286. white-space: nowrap;
  287. text-overflow: ellipsis;
  288. cursor: pointer;
  289. }
  290. .flux_header .item.title a {
  291. color: #000;
  292. outline: none;
  293. }
  294. .flux_header .item.title a:hover {
  295. text-decoration: none
  296. }
  297. .flux.not_read .flux_header .item.title {
  298. font-weight: bold;
  299. }
  300. .item.date {
  301. width: 200px;
  302. overflow: hidden;
  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. @media(max-width: 840px) {
  617. .header,
  618. .aside .btn-important,
  619. .aside .feeds .dropdown,
  620. .flux_header .item.website span,
  621. .item.date {
  622. display: none;
  623. }
  624. .flux_header .item.website {
  625. width: 40px;
  626. text-align: center;
  627. }
  628. .flux_header .item.website .favicon {
  629. padding: 12px;
  630. }
  631. .nav-login {
  632. display: block;
  633. }
  634. .content {
  635. font-size: 120%;
  636. }
  637. .pagination {
  638. margin: 0 0 40px;
  639. }
  640. .pagination .pager-previous, .pagination .pager-next {
  641. width: 100px;
  642. }
  643. .toggle_aside, .btn.toggle_aside {
  644. display: inline-block;
  645. }
  646. .aside {
  647. position: fixed;
  648. top: 0; left: 0;
  649. width: 0;
  650. overflow: hidden;
  651. border-right: none;
  652. z-index: 10;
  653. transition: width 200ms linear;
  654. }
  655. .aside.aside_flux {
  656. padding: 10px 0 0;
  657. }
  658. .aside:target {
  659. width: 80%;
  660. border-right: 1px solid #aaa;
  661. overflow: auto;
  662. }
  663. .aside .toggle_aside {
  664. position: absolute;
  665. right: 0;
  666. display: inline-block;
  667. width: 26px;
  668. height: 26px;
  669. margin: 0 10px 0 0;
  670. border: 1px solid #ccc;
  671. border-radius: 20px;
  672. text-align: center;
  673. line-height: 26px;
  674. }
  675. .aside .categories {
  676. margin: 30px 0;
  677. }
  678. .nav_entries {
  679. width: 100%;
  680. }
  681. .nav_menu .btn {
  682. margin: 5px 10px;
  683. }
  684. .nav_menu .stick {
  685. margin: 0 10px;
  686. }
  687. .nav_menu .stick .btn {
  688. margin: 5px 0;
  689. }
  690. #panel {
  691. left: 5px; right: 5px;
  692. }
  693. .day .date {
  694. display: none;
  695. }
  696. .day .name {
  697. height: 2.6em;
  698. font-size: 1em;
  699. text-shadow: none;
  700. }
  701. .notification,
  702. .actualizeProgress {
  703. left: 10px;
  704. right: 10px;
  705. }
  706. }
  707. /*** FALLBACK ***/
  708. .btn {
  709. background: #fff;
  710. background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
  711. background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
  712. background: -o-linear-gradient(top, #fff 0%, #eee 100%);
  713. background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
  714. }
  715. .btn:hover {
  716. background: #f0f0f0;
  717. background: -moz-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
  718. background: -webkit-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
  719. background: -o-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
  720. background: -ms-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
  721. }
  722. .btn.btn-important {
  723. background: #0084CC;
  724. background: -moz-linear-gradient(top, #0084CC 0%, #0045CC 100%);
  725. background: -webkit-linear-gradient(top, #0084CC 0%, #0045CC 100%);
  726. background: -o-linear-gradient(top, #0084CC 0%, #0045CC 100%);
  727. background: -ms-linear-gradient(top, #0084CC 0%, #0045CC 100%);
  728. }
  729. .btn.btn-important:hover {
  730. background: -moz-linear-gradient(top, #0066CC 0%, #0045CC 100%);
  731. background: -webkit-linear-gradient(top, #0066CC 0%, #0045CC 100%);
  732. background: -o-linear-gradient(top, #0066CC 0%, #0045CC 100%);
  733. background: -ms-linear-gradient(top, #0066CC 0%, #0045CC 100%);
  734. }
  735. .btn.btn-attention {
  736. background: #E95B57;
  737. background: -moz-linear-gradient(top, #E95B57 0%, #BD362F 100%);
  738. background: -webkit-linear-gradient(top, #E95B57 0%, #BD362F 100%);
  739. background: -o-linear-gradient(top, #E95B57 0%, #BD362F 100%);
  740. background: -ms-linear-gradient(top, #E95B57 0%, #BD362F 100%);
  741. }
  742. .btn.btn-attention:hover {
  743. background: -moz-linear-gradient(top, #D14641 0%, #BD362F 100%);
  744. background: -webkit-linear-gradient(top, #D14641 0%, #BD362F 100%);
  745. background: -o-linear-gradient(top, #D14641 0%, #BD362F 100%);
  746. background: -ms-linear-gradient(top, #D14641 0%, #BD362F 100%);
  747. }
  748. .dropdown .dropdown-menu:after {
  749. -moz-transform: rotate(45deg);
  750. -webkit-transform: rotate(45deg);
  751. -ms-transform: rotate(45deg);
  752. }
  753. .nav-head {
  754. background: #fff;
  755. background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  756. background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  757. background: -o-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  758. background: -ms-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  759. }
  760. .header > .item.search input {
  761. -moz-transition: width 200ms linear;
  762. -webkit-transition: width 200ms linear;
  763. -o-transition: width 200ms linear;
  764. -ms-transition: width 200ms linear;
  765. }
  766. @media(max-width: 840px) {
  767. .aside {
  768. -moz-transition: width 200ms linear;
  769. -webkit-transition: width 200ms linear;
  770. -o-transition: width 200ms linear;
  771. -ms-transition: width 200ms linear;
  772. }
  773. }