ie.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949
  1. /*
  2. Theme Name: Twenty Fifteen
  3. Description: Global Styles for older IE versions (previous to IE9).
  4. */
  5. body,
  6. button,
  7. input,
  8. select,
  9. textarea {
  10. font-size: 19px;
  11. line-height: 1.6842;
  12. }
  13. button,
  14. input {
  15. line-height: normal;
  16. }
  17. p,
  18. address,
  19. pre,
  20. hr,
  21. ul,
  22. ol,
  23. dl,
  24. dd,
  25. table {
  26. margin-bottom: 1.6842em;
  27. }
  28. ul,
  29. ol {
  30. margin-left: 0;
  31. }
  32. li > ul,
  33. li > ol,
  34. blockquote > ul,
  35. blockquote > ol {
  36. margin-left: 1.3333em;
  37. }
  38. blockquote {
  39. border-color: inherit;
  40. border-style: solid;
  41. border-width: 0 0 0 4px;
  42. font-size: 22px;
  43. line-height: 1.8182;
  44. margin-bottom: 1.8182em;
  45. margin-left: -1.0909em;
  46. padding-left: 0.9091em;
  47. }
  48. blockquote > blockquote {
  49. margin-left: 0;
  50. }
  51. blockquote p {
  52. margin-bottom: 1.8182em;
  53. }
  54. blockquote cite,
  55. blockquote small {
  56. font-size: 19px;
  57. line-height: 1.6842;
  58. }
  59. pre {
  60. line-height: 1.2632;
  61. }
  62. .entry-content img,
  63. .entry-summary img,
  64. .page-content img,
  65. .comment-content img,
  66. .widget img {
  67. max-width: 660px;
  68. }
  69. img.size-full,
  70. img.size-large,
  71. img.header-image,
  72. img.wp-post-image,
  73. img[class*="align"],
  74. img[class*="wp-image-"],
  75. img[class*="attachment-"] {
  76. height: auto;
  77. width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
  78. }
  79. button,
  80. input[type="button"],
  81. input[type="reset"],
  82. input[type="submit"],
  83. .post-password-form input[type="submit"],
  84. .widecolumn #submit,
  85. .widecolumn .mu_register input[type="submit"] {
  86. font-size: 16px;
  87. padding: 0.8125em 1.625em;
  88. }
  89. input[type="text"],
  90. input[type="email"],
  91. input[type="url"],
  92. input[type="password"],
  93. input[type="search"],
  94. textarea {
  95. padding: 0.5278em;
  96. }
  97. .main-navigation {
  98. font-size: 16px;
  99. line-height: 1.5;
  100. margin: 9.0909%;
  101. }
  102. .main-navigation ul ul {
  103. border-bottom: 0;
  104. border-top: 0;
  105. margin-left: 1em;
  106. }
  107. .main-navigation a {
  108. padding: 0.75em 0;
  109. }
  110. .main-navigation .menu-item-has-children > a {
  111. padding-right: 48px;
  112. }
  113. .main-navigation .menu-item-description {
  114. font-size: 13px;
  115. line-height: 1.8462;
  116. margin-top: 0;
  117. }
  118. .social-navigation {
  119. margin: 9.0909%;
  120. max-width: 660px;
  121. padding-top: 0;
  122. }
  123. .social-navigation ul {
  124. margin-bottom: -1.2632em;
  125. }
  126. .social-navigation a {
  127. width: 2.5263em;
  128. height: 2.5263em;
  129. }
  130. .secondary-toggle {
  131. margin-top: -32px;
  132. right: 7.6897%;
  133. width: 64px;
  134. height: 64px;
  135. }
  136. .secondary-toggle:before {
  137. line-height: 64px;
  138. }
  139. .post-password-form label,
  140. .post-navigation .meta-nav,
  141. .comment-navigation,
  142. .image-navigation,
  143. .author-heading,
  144. .author-bio,
  145. .entry-footer,
  146. .page-links a,
  147. .page-links span,
  148. .comment-metadata,
  149. .pingback .edit-link,
  150. .comment-list .reply,
  151. .comment-notes,
  152. .comment-awaiting-moderation,
  153. .logged-in-as,
  154. .comment-form label,
  155. .form-allowed-tags,
  156. .site-info,
  157. .wp-caption-text,
  158. .gallery-caption,
  159. .entry-caption,
  160. .widecolumn label,
  161. .widecolumn .mu_register label {
  162. font-size: 16px;
  163. }
  164. .post-navigation .post-title {
  165. font-size: 24px;
  166. line-height: 1.1667;
  167. }
  168. .pagination .nav-links {
  169. min-height: 3.3684em;
  170. }
  171. .pagination .page-numbers {
  172. line-height: 3.3684em;
  173. padding: 0 0.8421em;
  174. }
  175. .pagination .prev,
  176. .pagination .next {
  177. padding: 0;
  178. width: 64px;
  179. height: 64px;
  180. }
  181. .pagination .prev:before,
  182. .pagination .next:before {
  183. line-height: 64px;
  184. width: 64px;
  185. height: 64px;
  186. }
  187. .image-navigation a {
  188. display: block;
  189. margin-bottom: 2em;
  190. }
  191. .image-navigation .nav-previous,
  192. .comment-navigation .nav-previous {
  193. float: left;
  194. width: 50%;
  195. }
  196. .image-navigation .nav-next,
  197. .comment-navigation .nav-next {
  198. float: right;
  199. text-align: right;
  200. width: 50%;
  201. }
  202. .image-navigation .nav-previous a:before,
  203. .image-navigation .nav-next a:after,
  204. .comment-navigation .nav-previous a:before,
  205. .comment-navigation .nav-next a:after {
  206. font-size: 24px;
  207. top: -1px;
  208. }
  209. blockquote.alignleft,
  210. .wp-caption.alignleft,
  211. img.alignleft {
  212. margin: 0.4211em 1.6842em 1.6842em 0;
  213. }
  214. blockquote.alignright,
  215. .wp-caption.alignright,
  216. img.alignright {
  217. margin: 0.4211em 0 1.6842em 1.6842em;
  218. }
  219. blockquote.aligncenter,
  220. .wp-caption.aligncenter,
  221. img.aligncenter {
  222. margin-top: 0.4211em;
  223. margin-bottom: 1.6842em;
  224. }
  225. .site-header {
  226. border-top: 1px solid transparent;
  227. border-bottom: 1px solid transparent;
  228. padding: 0;
  229. }
  230. .secondary {
  231. background-color: #fff;
  232. margin: 0 auto;
  233. max-width: 807px;
  234. padding: 0;
  235. }
  236. .site-main {
  237. padding: 7.6923% 0;
  238. }
  239. .site-content {
  240. margin: 0 auto;
  241. max-width: 954px;
  242. }
  243. .site-branding {
  244. background-color: inherit;
  245. margin: 0 auto;
  246. max-width: 954px;
  247. padding: 0;
  248. }
  249. .site-title {
  250. font-size: 32px;
  251. line-height: 1.25;
  252. margin: 7.6897% 7.6897% 0;
  253. }
  254. .site-description {
  255. background-color: inherit;
  256. display: block;
  257. filter: alpha(opacity=70);
  258. font-size: 16px;
  259. margin: 0.5em 7.6897% 7.6897%;
  260. }
  261. .sidebar {
  262. position: static !important;
  263. }
  264. .widget-area {
  265. clear: both;
  266. margin: 9.0909% 9.0909% 0;
  267. max-width: 660px;
  268. }
  269. .widget {
  270. font-size: 16px;
  271. margin: 0 0 11.1111%;
  272. }
  273. .widget p,
  274. .widget address,
  275. .widget hr,
  276. .widget ul,
  277. .widget ol,
  278. .widget dl,
  279. .widget dd,
  280. .widget table,
  281. .widget pre {
  282. margin-bottom: 1.5em;
  283. }
  284. .widget li > ul,
  285. .widget li > ol {
  286. margin-bottom: 0;
  287. }
  288. .widget blockquote {
  289. font-size: 19px;
  290. line-height: 1.6842;
  291. margin-bottom: 1.6842em;
  292. margin-left: -1.2632em;
  293. padding-left: 1.0526em;
  294. }
  295. .widget blockquote > blockquote {
  296. margin-left: 0;
  297. }
  298. .widget blockquote p {
  299. margin-bottom: 1.6842em;
  300. }
  301. .widget blockquote cite,
  302. .widget blockquote small {
  303. font-size: 16px;
  304. line-height: 1.5;
  305. }
  306. .widget pre {
  307. line-height: 1.5;
  308. padding: 0.75em;
  309. }
  310. .widget button,
  311. .widget input,
  312. .widget select,
  313. .widget textarea {
  314. line-height: 1.5;
  315. }
  316. .widget button,
  317. .widget input {
  318. line-height: normal;
  319. }
  320. .widget button,
  321. .widget input[type="button"],
  322. .widget input[type="reset"],
  323. .widget input[type="submit"] {
  324. font-size: 16px;
  325. padding: 0.8125em 1.625em;
  326. }
  327. .widget input[type="text"],
  328. .widget input[type="email"],
  329. .widget input[type="url"],
  330. .widget input[type="password"],
  331. .widget input[type="search"],
  332. .widget textarea {
  333. padding: 0.75em;
  334. }
  335. .widget-title {
  336. margin: 0 0 1.5em;
  337. }
  338. .widget_calendar td,
  339. .widget_calendar th {
  340. line-height: 2.9375;
  341. }
  342. .widget_calendar caption {
  343. margin: 0 0 1.5em;
  344. }
  345. .widget_archive li,
  346. .widget_categories li,
  347. .widget_links li,
  348. .widget_meta li,
  349. .widget_nav_menu li,
  350. .widget_pages li,
  351. .widget_recent_comments li,
  352. .widget_recent_entries li {
  353. padding: 0.7188em 0;
  354. }
  355. .widget_categories .children,
  356. .widget_nav_menu .sub-menu,
  357. .widget_pages .children {
  358. margin: 0.7188em 0 0 1em;
  359. padding-top: 0.7188em;
  360. }
  361. .widget_rss li {
  362. margin-bottom: 1.5em;
  363. }
  364. .widget_rss .rss-date,
  365. .widget_rss cite {
  366. font-size: 13px;
  367. line-height: 1.8462;
  368. }
  369. .widget .wp-caption-text,
  370. .widget .gallery-caption {
  371. line-height: 1.5;
  372. padding: 0.5em 0;
  373. }
  374. .hentry,
  375. .page-header,
  376. .page-content {
  377. margin: 0 7.6923%;
  378. }
  379. .hentry + .hentry,
  380. .page-header + .hentry,
  381. .page-header + .page-content {
  382. margin-top: 7.6923%;
  383. }
  384. .post-thumbnail {
  385. margin-bottom: 2.9474em;
  386. }
  387. .entry-header {
  388. padding: 0 9.0909%;
  389. }
  390. .entry-title,
  391. .widecolumn h2 {
  392. font-size: 39px;
  393. line-height: 1.2308;
  394. margin-bottom: 1.2308em;
  395. }
  396. .entry-content,
  397. .entry-summary {
  398. padding: 0 9.0909% 9.0909%;
  399. }
  400. .entry-content h1,
  401. .entry-summary h1,
  402. .page-content h1,
  403. .comment-content h1 {
  404. font-size: 39px;
  405. line-height: 1.2308;
  406. margin-top: 1.641em;
  407. margin-bottom: 0.8205em;
  408. }
  409. .entry-content h2,
  410. .entry-summary h2,
  411. .page-content h2,
  412. .comment-content h2 {
  413. font-size: 32px;
  414. line-height: 1.25;
  415. margin-top: 2em;
  416. margin-bottom: 1em;
  417. }
  418. .entry-content h3,
  419. .entry-summary h3,
  420. .page-content h3,
  421. .comment-content h3 {
  422. font-size: 27px;
  423. line-height: 1.1852;
  424. margin-top: 2.3704em;
  425. margin-bottom: 1.1852em;
  426. }
  427. .entry-content h4,
  428. .entry-summary h4,
  429. .page-content h4,
  430. .comment-content h4 {
  431. font-size: 22px;
  432. line-height: 1.4545;
  433. margin-top: 2.9091em;
  434. margin-bottom: 1.4545em;
  435. }
  436. .entry-content h5,
  437. .entry-content h6,
  438. .entry-summary h5,
  439. .entry-summary h6,
  440. .page-content h5,
  441. .page-content h6,
  442. .comment-content h5,
  443. .comment-content h6 {
  444. font-size: 19px;
  445. line-height: 1.2632;
  446. margin-top: 3.3684em;
  447. margin-bottom: 1.6842em;
  448. }
  449. .entry-content .more-link:after {
  450. font-size: 24px;
  451. top: 3px;
  452. }
  453. .author-info {
  454. margin: 0 9.0909%;
  455. padding: 9.0909% 0;
  456. }
  457. .author-info .avatar {
  458. margin: 0 1.6842em 1.6842em 0;
  459. width: 56px;
  460. height: 56px;
  461. }
  462. .author-link:after {
  463. font-size: 24px;
  464. top: 0;
  465. }
  466. .entry-footer {
  467. padding: 4.5454% 9.0909%;
  468. }
  469. .posted-on:before,
  470. .byline:before,
  471. .cat-links:before,
  472. .tags-links:before,
  473. .comments-link:before,
  474. .entry-format:before,
  475. .edit-link:before,
  476. .full-size-link:before {
  477. top: 4px;
  478. }
  479. .updated {
  480. display: none;
  481. }
  482. .updated.published {
  483. display: inline;
  484. }
  485. .page-header {
  486. border-color: inherit;
  487. border-style: solid;
  488. border-width: 0 0 0 7px;
  489. padding: 3.8461% 7.6923%;
  490. }
  491. .page-title,
  492. .taxonomy-description {
  493. margin-left: -7px;
  494. }
  495. .taxonomy-description {
  496. padding-top: 0.4211em;
  497. }
  498. .page-title,
  499. .comments-title,
  500. .comment-reply-title,
  501. .post-navigation .post-title {
  502. font-size: 27px;
  503. line-height: 1.1852;
  504. }
  505. .page-content {
  506. padding: 7.6923%;
  507. }
  508. .page-links {
  509. margin-bottom: 1.4736em;
  510. }
  511. .page-links a,
  512. .page-links > span {
  513. margin: 0 0.25em 0.25em 0;
  514. }
  515. .format-aside .entry-title,
  516. .format-image .entry-title,
  517. .format-video .entry-title,
  518. .format-quote .entry-title,
  519. .format-gallery .entry-title,
  520. .format-status .entry-title,
  521. .format-link .entry-title,
  522. .format-audio .entry-title,
  523. .format-chat .entry-title {
  524. font-size: 22px;
  525. line-height: 1.4545;
  526. margin-bottom: 32px;
  527. }
  528. .format-link .entry-title a:after {
  529. top: 0.125em;
  530. }
  531. .comments-title {
  532. margin-bottom: 1.4545em;
  533. }
  534. .comment-list article,
  535. .comment-list .pingback,
  536. .comment-list .trackback {
  537. padding: 1.6842em 0;
  538. }
  539. .comment-list + .comment-respond,
  540. .comment-navigation + .comment-respond {
  541. padding-top: 1.6842em;
  542. }
  543. .comment-list .children > li {
  544. padding-left: 1.4737em;
  545. }
  546. .comment-meta {
  547. position: relative;
  548. }
  549. .comment-author {
  550. margin-bottom: 0;
  551. padding-left: 4.6315em;
  552. }
  553. .comment-author .avatar {
  554. margin: 0;
  555. position: absolute;
  556. top: 3px;
  557. left: 0;
  558. width: 56px;
  559. height: 56px;
  560. }
  561. .comment-metadata {
  562. line-height: 2;
  563. padding-left: 5.5em;
  564. }
  565. .comment-metadata .edit-link:before,
  566. .pingback .edit-link:before {
  567. top: 8px;
  568. }
  569. .bypostauthor > article .fn:after {
  570. top: 8px;
  571. left: 6px;
  572. }
  573. .comment-content ul,
  574. .comment-content ol {
  575. margin: 0 0 1.6842em 0;
  576. }
  577. .comment-content li > ul,
  578. .comment-content li > ol,
  579. .comment-content blockquote > ul,
  580. .comment-content blockquote > ol {
  581. margin-left: 1.3333em;
  582. }
  583. .comment-list .reply a {
  584. padding: 0.4375em 0.875em;
  585. }
  586. .comment-form,
  587. .no-comments {
  588. padding-top: 1.6842em;
  589. }
  590. .comment-reply-title small a:before {
  591. top: -1px;
  592. }
  593. .comment-list .reply {
  594. margin-top: 0;
  595. }
  596. .site-footer {
  597. border-top: 1px solid transparent;
  598. border-bottom: 1px solid transparent;
  599. margin: 0 auto;
  600. max-width: 806px;
  601. padding: 0;
  602. }
  603. .site-info {
  604. margin: 4.5454% 9.0909%;
  605. }
  606. .post-navigation {
  607. border-top: 0;
  608. margin: 7.6923% 7.6923% 0;
  609. }
  610. .post-navigation a {
  611. padding: 4.5454% 9.0909%;
  612. }
  613. .pagination {
  614. border-top: 0;
  615. margin: 7.6923% 7.6923% 0;
  616. padding: 0;
  617. }
  618. .pagination .page-numbers {
  619. display: inline-block;
  620. }
  621. .pagination .meta-nav {
  622. display: none;
  623. }
  624. .image-navigation {
  625. padding: 0 9.0909%;
  626. }
  627. .comments-area {
  628. border-top: 0;
  629. margin: 7.6923% 7.6923% 0;
  630. }
  631. embed,
  632. iframe,
  633. object,
  634. video {
  635. margin-bottom: 1.6842em;
  636. }
  637. .wp-audio-shortcode,
  638. .wp-video,
  639. .wp-playlist.wp-audio-playlist {
  640. font-size: 19px;
  641. margin-bottom: 1.6842em;
  642. }
  643. .wp-caption,
  644. .gallery {
  645. margin-bottom: 1.6842em;
  646. }
  647. .wp-caption-text,
  648. .gallery-caption {
  649. padding: 0.5em 0;
  650. }
  651. .widecolumn {
  652. margin: 7.6923%;
  653. }
  654. .widecolumn .mu_alert {
  655. margin-bottom: 1.6842em;
  656. }
  657. .widecolumn p {
  658. margin: 1.6842em 0;
  659. }
  660. .widecolumn p + h2 {
  661. margin-top: 1.641em;
  662. }
  663. .widecolumn #key,
  664. .widecolumn .mu_register #blog_title,
  665. .widecolumn .mu_register #user_email,
  666. .widecolumn .mu_register #blogname,
  667. .widecolumn .mu_register #user_name {
  668. font-size: 19px;
  669. }
  670. .widecolumn .mu_register #blog_title,
  671. .widecolumn .mu_register #user_email,
  672. .widecolumn .mu_register #user_name {
  673. margin: 0 0 0.421em;
  674. }
  675. /**
  676. * RTL
  677. */
  678. .rtl ul,
  679. .rtl ol {
  680. margin-right: 0;
  681. margin-left: auto;
  682. }
  683. .rtl li > ul,
  684. .rtl li > ol,
  685. .rtl blockquote > ul,
  686. .rtl blockquote > ol {
  687. margin-right: 1.3333em;
  688. margin-left: auto;
  689. }
  690. .rtl blockquote {
  691. border-width: 0 4px 0 0;
  692. margin-right: -1.0909em;
  693. margin-left: auto;
  694. padding-right: 0.9091em;
  695. padding-left: 0;
  696. }
  697. .rtl blockquote > blockquote {
  698. margin-right: 0;
  699. margin-left: auto;
  700. }
  701. .rtl .main-navigation ul ul {
  702. margin-right: 1em;
  703. margin-left: auto;
  704. }
  705. .rtl .main-navigation .menu-item-has-children > a {
  706. padding-right: 0;
  707. padding-left: 48px;
  708. }
  709. .rtl .secondary-toggle {
  710. right: auto;
  711. left: 7.6897%;
  712. }
  713. .rtl .image-navigation .nav-previous,
  714. .rtl .comment-navigation .nav-previous {
  715. float: right;
  716. }
  717. .rtl .image-navigation .nav-next,
  718. .rtl .comment-navigation .nav-next {
  719. float: left;
  720. text-align: left;
  721. }
  722. .rtl blockquote.alignright,
  723. .rtl .wp-caption.alignright
  724. .rtl img.alignright {
  725. margin: 0.4211em 0 1.6842em 1.6842em;
  726. }
  727. .rtl blockquote.alignleft,
  728. .rtl .wp-caption.alignleft,
  729. .rtl img.alignleft {
  730. margin: 0.4211em 1.6842em 1.6842em 0;
  731. }
  732. .rtl .widget blockquote {
  733. margin-right: -1.2632em;
  734. margin-left: auto;
  735. padding-right: 1.0526em;
  736. padding-left: 0;
  737. }
  738. .rtl .widget blockquote > blockquote {
  739. margin-right: 0;
  740. margin-left: auto;
  741. }
  742. .rtl .widget_categories .children,
  743. .rtl .widget_nav_menu .sub-menu,
  744. .rtl .widget_pages .children {
  745. margin: 0.7188em 1em 0 0;
  746. }
  747. .rtl .page-links a,
  748. .rtl .page-links > span {
  749. margin: 0 0 0.25em 0.25em;
  750. }
  751. .rtl .author-info .avatar {
  752. margin: 0 0 1.6842em 1.6842em;
  753. }
  754. .rtl .page-header {
  755. border-width: 0 7px 0 0;
  756. }
  757. .rtl .page-title,
  758. .rtl .taxonomy-description {
  759. margin-right: -7px;
  760. margin-left: auto;
  761. }
  762. .rtl .comment-list .children > li {
  763. padding-right: 1.4737em;
  764. padding-left: 0;
  765. }
  766. .rtl .comment-author {
  767. padding-right: 4.6315em;
  768. padding-left: 0;
  769. }
  770. .rtl .comment-author .avatar {
  771. right: 0;
  772. left: auto;
  773. }
  774. .rtl .comment-content ul,
  775. .rtl .comment-content ol {
  776. margin-right: 0;
  777. margin-left: auto;
  778. }
  779. .rtl .comment-content li > ul,
  780. .rtl .comment-content li > ol,
  781. .rtl .comment-content blockquote > ul,
  782. .rtl .comment-content blockquote > ol {
  783. margin-right: 1.3333em;
  784. margin-left: auto;
  785. }
  786. .rtl .comment-metadata {
  787. padding-right: 5.5em;
  788. padding-left: 0;
  789. }
  790. .rtl .bypostauthor > article .fn:after {
  791. right: 6px;
  792. left: auto;
  793. }