style-rtl.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962
  1. /*!
  2. Theme Name: GGPromarket
  3. Theme URI: https://underscores.me/
  4. Author: Automattic
  5. Author URI: https://automattic.com/
  6. Description: Hi. I'm a starter theme called <code>GGPromarket</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
  7. Version: 1.0.0
  8. Tested up to: 5.4
  9. Requires PHP: 5.6
  10. License: GNU General Public License v2 or later
  11. License URI: LICENSE
  12. Text Domain: GGPromarket
  13. Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
  14. This theme, like WordPress, is licensed under the GPL.
  15. Use it to make something cool, have fun, and share what you've learned.
  16. GGPromarket is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
  17. Underscores is distributed under the terms of the GNU GPL v2 or later.
  18. Normalizing styles have been helped along thanks to the fine work of
  19. Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
  20. */
  21. /*--------------------------------------------------------------
  22. >>> TABLE OF CONTENTS:
  23. ----------------------------------------------------------------
  24. # Generic
  25. - Normalize
  26. - Box sizing
  27. # Base
  28. - Typography
  29. - Elements
  30. - Links
  31. - Forms
  32. ## Layouts
  33. # Components
  34. - Navigation
  35. - Posts and pages
  36. - Comments
  37. - Widgets
  38. - Media
  39. - Captions
  40. - Galleries
  41. # plugins
  42. - Jetpack infinite scroll
  43. # Utilities
  44. - Accessibility
  45. - Alignments
  46. --------------------------------------------------------------*/
  47. /*--------------------------------------------------------------
  48. # Generic
  49. --------------------------------------------------------------*/
  50. /* Normalize
  51. --------------------------------------------- */
  52. /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  53. /* Document
  54. ========================================================================== */
  55. /**
  56. * 1. Correct the line height in all browsers.
  57. * 2. Prevent adjustments of font size after orientation changes in iOS.
  58. */
  59. html {
  60. line-height: 1.15;
  61. -webkit-text-size-adjust: 100%;
  62. }
  63. /* Sections
  64. ========================================================================== */
  65. /**
  66. * Remove the margin in all browsers.
  67. */
  68. body {
  69. margin: 0;
  70. }
  71. /**
  72. * Render the `main` element consistently in IE.
  73. */
  74. main {
  75. display: block;
  76. }
  77. /**
  78. * Correct the font size and margin on `h1` elements within `section` and
  79. * `article` contexts in Chrome, Firefox, and Safari.
  80. */
  81. h1 {
  82. font-size: 2em;
  83. margin: 0.67em 0;
  84. }
  85. /* Grouping content
  86. ========================================================================== */
  87. /**
  88. * 1. Add the correct box sizing in Firefox.
  89. * 2. Show the overflow in Edge and IE.
  90. */
  91. hr {
  92. box-sizing: content-box;
  93. height: 0;
  94. overflow: visible;
  95. }
  96. /**
  97. * 1. Correct the inheritance and scaling of font size in all browsers.
  98. * 2. Correct the odd `em` font sizing in all browsers.
  99. */
  100. pre {
  101. font-family: monospace, monospace;
  102. font-size: 1em;
  103. }
  104. /* Text-level semantics
  105. ========================================================================== */
  106. /**
  107. * Remove the gray background on active links in IE 10.
  108. */
  109. a {
  110. background-color: transparent;
  111. }
  112. /**
  113. * 1. Remove the bottom border in Chrome 57-
  114. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  115. */
  116. abbr[title] {
  117. border-bottom: none;
  118. text-decoration: underline;
  119. text-decoration: underline dotted;
  120. }
  121. /**
  122. * Add the correct font weight in Chrome, Edge, and Safari.
  123. */
  124. b,
  125. strong {
  126. font-weight: bolder;
  127. }
  128. /**
  129. * 1. Correct the inheritance and scaling of font size in all browsers.
  130. * 2. Correct the odd `em` font sizing in all browsers.
  131. */
  132. code,
  133. kbd,
  134. samp {
  135. font-family: monospace, monospace;
  136. font-size: 1em;
  137. }
  138. /**
  139. * Add the correct font size in all browsers.
  140. */
  141. small {
  142. font-size: 80%;
  143. }
  144. /**
  145. * Prevent `sub` and `sup` elements from affecting the line height in
  146. * all browsers.
  147. */
  148. sub,
  149. sup {
  150. font-size: 75%;
  151. line-height: 0;
  152. position: relative;
  153. vertical-align: baseline;
  154. }
  155. sub {
  156. bottom: -0.25em;
  157. }
  158. sup {
  159. top: -0.5em;
  160. }
  161. /* Embedded content
  162. ========================================================================== */
  163. /**
  164. * Remove the border on images inside links in IE 10.
  165. */
  166. img {
  167. border-style: none;
  168. }
  169. /* Forms
  170. ========================================================================== */
  171. /**
  172. * 1. Change the font styles in all browsers.
  173. * 2. Remove the margin in Firefox and Safari.
  174. */
  175. button,
  176. input,
  177. optgroup,
  178. select,
  179. textarea {
  180. font-family: inherit;
  181. font-size: 100%;
  182. line-height: 1.15;
  183. margin: 0;
  184. }
  185. /**
  186. * Show the overflow in IE.
  187. * 1. Show the overflow in Edge.
  188. */
  189. button,
  190. input {
  191. overflow: visible;
  192. }
  193. /**
  194. * Remove the inheritance of text transform in Edge, Firefox, and IE.
  195. * 1. Remove the inheritance of text transform in Firefox.
  196. */
  197. button,
  198. select {
  199. text-transform: none;
  200. }
  201. /**
  202. * Correct the inability to style clickable types in iOS and Safari.
  203. */
  204. button,
  205. [type="button"],
  206. [type="reset"],
  207. [type="submit"] {
  208. -webkit-appearance: button;
  209. }
  210. /**
  211. * Remove the inner border and padding in Firefox.
  212. */
  213. button::-moz-focus-inner,
  214. [type="button"]::-moz-focus-inner,
  215. [type="reset"]::-moz-focus-inner,
  216. [type="submit"]::-moz-focus-inner {
  217. border-style: none;
  218. padding: 0;
  219. }
  220. /**
  221. * Restore the focus styles unset by the previous rule.
  222. */
  223. button:-moz-focusring,
  224. [type="button"]:-moz-focusring,
  225. [type="reset"]:-moz-focusring,
  226. [type="submit"]:-moz-focusring {
  227. outline: 1px dotted ButtonText;
  228. }
  229. /**
  230. * Correct the padding in Firefox.
  231. */
  232. fieldset {
  233. padding: 0.35em 0.75em 0.625em;
  234. }
  235. /**
  236. * 1. Correct the text wrapping in Edge and IE.
  237. * 2. Correct the color inheritance from `fieldset` elements in IE.
  238. * 3. Remove the padding so developers are not caught out when they zero out
  239. * `fieldset` elements in all browsers.
  240. */
  241. legend {
  242. box-sizing: border-box;
  243. color: inherit;
  244. display: table;
  245. max-width: 100%;
  246. padding: 0;
  247. white-space: normal;
  248. }
  249. /**
  250. * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  251. */
  252. progress {
  253. vertical-align: baseline;
  254. }
  255. /**
  256. * Remove the default vertical scrollbar in IE 10+.
  257. */
  258. textarea {
  259. overflow: auto;
  260. }
  261. /**
  262. * 1. Add the correct box sizing in IE 10.
  263. * 2. Remove the padding in IE 10.
  264. */
  265. [type="checkbox"],
  266. [type="radio"] {
  267. box-sizing: border-box;
  268. padding: 0;
  269. }
  270. /**
  271. * Correct the cursor style of increment and decrement buttons in Chrome.
  272. */
  273. [type="number"]::-webkit-inner-spin-button,
  274. [type="number"]::-webkit-outer-spin-button {
  275. height: auto;
  276. }
  277. /**
  278. * 1. Correct the odd appearance in Chrome and Safari.
  279. * 2. Correct the outline style in Safari.
  280. */
  281. [type="search"] {
  282. -webkit-appearance: textfield;
  283. outline-offset: -2px;
  284. }
  285. /**
  286. * Remove the inner padding in Chrome and Safari on macOS.
  287. */
  288. [type="search"]::-webkit-search-decoration {
  289. -webkit-appearance: none;
  290. }
  291. /**
  292. * 1. Correct the inability to style clickable types in iOS and Safari.
  293. * 2. Change font properties to `inherit` in Safari.
  294. */
  295. ::-webkit-file-upload-button {
  296. -webkit-appearance: button;
  297. font: inherit;
  298. }
  299. /* Interactive
  300. ========================================================================== */
  301. /*
  302. * Add the correct display in Edge, IE 10+, and Firefox.
  303. */
  304. details {
  305. display: block;
  306. }
  307. /*
  308. * Add the correct display in all browsers.
  309. */
  310. summary {
  311. display: list-item;
  312. }
  313. /* Misc
  314. ========================================================================== */
  315. /**
  316. * Add the correct display in IE 10+.
  317. */
  318. template {
  319. display: none;
  320. }
  321. /**
  322. * Add the correct display in IE 10.
  323. */
  324. [hidden] {
  325. display: none;
  326. }
  327. /* Box sizing
  328. --------------------------------------------- */
  329. /* Inherit box-sizing to more easily change it's value on a component level.
  330. @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  331. *,
  332. *::before,
  333. *::after {
  334. box-sizing: inherit;
  335. }
  336. html {
  337. box-sizing: border-box;
  338. }
  339. /*--------------------------------------------------------------
  340. # Base
  341. --------------------------------------------------------------*/
  342. /* Typography
  343. --------------------------------------------- */
  344. body,
  345. button,
  346. input,
  347. select,
  348. optgroup,
  349. textarea {
  350. color: #404040;
  351. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  352. font-size: 1rem;
  353. line-height: 1.5;
  354. }
  355. h1,
  356. h2,
  357. h3,
  358. h4,
  359. h5,
  360. h6 {
  361. clear: both;
  362. }
  363. p {
  364. margin-bottom: 1.5em;
  365. }
  366. dfn,
  367. cite,
  368. em,
  369. i {
  370. font-style: italic;
  371. }
  372. blockquote {
  373. margin: 0 1.5em;
  374. }
  375. address {
  376. margin: 0 0 1.5em;
  377. }
  378. pre {
  379. background: #eee;
  380. font-family: "Courier 10 Pitch", courier, monospace;
  381. line-height: 1.6;
  382. margin-bottom: 1.6em;
  383. max-width: 100%;
  384. overflow: auto;
  385. padding: 1.6em;
  386. }
  387. code,
  388. kbd,
  389. tt,
  390. var {
  391. font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  392. }
  393. abbr,
  394. acronym {
  395. border-bottom: 1px dotted #666;
  396. cursor: help;
  397. }
  398. mark,
  399. ins {
  400. background: #fff9c0;
  401. text-decoration: none;
  402. }
  403. big {
  404. font-size: 125%;
  405. }
  406. /* Elements
  407. --------------------------------------------- */
  408. body {
  409. background: #fff;
  410. }
  411. hr {
  412. background-color: #ccc;
  413. border: 0;
  414. height: 1px;
  415. margin-bottom: 1.5em;
  416. }
  417. ul,
  418. ol {
  419. margin: 0 3em 1.5em 0;
  420. }
  421. ul {
  422. list-style: disc;
  423. }
  424. ol {
  425. list-style: decimal;
  426. }
  427. li > ul,
  428. li > ol {
  429. margin-bottom: 0;
  430. margin-right: 1.5em;
  431. }
  432. dt {
  433. font-weight: 700;
  434. }
  435. dd {
  436. margin: 0 1.5em 1.5em;
  437. }
  438. /* Make sure embeds and iframes fit their containers. */
  439. embed,
  440. iframe,
  441. object {
  442. max-width: 100%;
  443. }
  444. img {
  445. height: auto;
  446. max-width: 100%;
  447. }
  448. figure {
  449. margin: 1em 0;
  450. }
  451. table {
  452. margin: 0 0 1.5em;
  453. width: 100%;
  454. }
  455. /* Links
  456. --------------------------------------------- */
  457. a {
  458. color: #4169e1;
  459. }
  460. a:visited {
  461. color: #800080;
  462. }
  463. a:hover,
  464. a:focus,
  465. a:active {
  466. color: #191970;
  467. }
  468. a:focus {
  469. outline: thin dotted;
  470. }
  471. a:hover,
  472. a:active {
  473. outline: 0;
  474. }
  475. /* Forms
  476. --------------------------------------------- */
  477. button,
  478. input[type="button"],
  479. input[type="reset"],
  480. input[type="submit"] {
  481. border: 1px solid;
  482. border-color: #ccc #ccc #bbb;
  483. border-radius: 3px;
  484. background: #e6e6e6;
  485. color: rgba(0, 0, 0, 0.8);
  486. line-height: 1;
  487. padding: 0.6em 1em 0.4em;
  488. }
  489. button:hover,
  490. input[type="button"]:hover,
  491. input[type="reset"]:hover,
  492. input[type="submit"]:hover {
  493. border-color: #ccc #bbb #aaa;
  494. }
  495. button:active,
  496. button:focus,
  497. input[type="button"]:active,
  498. input[type="button"]:focus,
  499. input[type="reset"]:active,
  500. input[type="reset"]:focus,
  501. input[type="submit"]:active,
  502. input[type="submit"]:focus {
  503. border-color: #aaa #bbb #bbb;
  504. }
  505. input[type="text"],
  506. input[type="email"],
  507. input[type="url"],
  508. input[type="password"],
  509. input[type="search"],
  510. input[type="number"],
  511. input[type="tel"],
  512. input[type="range"],
  513. input[type="date"],
  514. input[type="month"],
  515. input[type="week"],
  516. input[type="time"],
  517. input[type="datetime"],
  518. input[type="datetime-local"],
  519. input[type="color"],
  520. textarea {
  521. color: #666;
  522. border: 1px solid #ccc;
  523. border-radius: 3px;
  524. padding: 3px;
  525. }
  526. input[type="text"]:focus,
  527. input[type="email"]:focus,
  528. input[type="url"]:focus,
  529. input[type="password"]:focus,
  530. input[type="search"]:focus,
  531. input[type="number"]:focus,
  532. input[type="tel"]:focus,
  533. input[type="range"]:focus,
  534. input[type="date"]:focus,
  535. input[type="month"]:focus,
  536. input[type="week"]:focus,
  537. input[type="time"]:focus,
  538. input[type="datetime"]:focus,
  539. input[type="datetime-local"]:focus,
  540. input[type="color"]:focus,
  541. textarea:focus {
  542. color: #111;
  543. }
  544. select {
  545. border: 1px solid #ccc;
  546. }
  547. textarea {
  548. width: 100%;
  549. }
  550. /*--------------------------------------------------------------
  551. # Layouts
  552. --------------------------------------------------------------*/
  553. /*--------------------------------------------------------------
  554. # Components
  555. --------------------------------------------------------------*/
  556. /* Navigation
  557. --------------------------------------------- */
  558. .main-navigation {
  559. display: block;
  560. width: 100%;
  561. }
  562. .main-navigation ul {
  563. display: none;
  564. list-style: none;
  565. margin: 0;
  566. padding-right: 0;
  567. }
  568. .main-navigation ul ul {
  569. box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  570. float: right;
  571. position: absolute;
  572. top: 100%;
  573. right: -999em;
  574. z-index: 99999;
  575. }
  576. .main-navigation ul ul ul {
  577. right: -999em;
  578. top: 0;
  579. }
  580. .main-navigation ul ul li:hover > ul,
  581. .main-navigation ul ul li.focus > ul {
  582. display: block;
  583. right: auto;
  584. }
  585. .main-navigation ul ul a {
  586. width: 200px;
  587. }
  588. .main-navigation ul li:hover > ul,
  589. .main-navigation ul li.focus > ul {
  590. right: auto;
  591. }
  592. .main-navigation li {
  593. position: relative;
  594. }
  595. .main-navigation a {
  596. display: block;
  597. text-decoration: none;
  598. }
  599. /* Small menu. */
  600. .menu-toggle,
  601. .main-navigation.toggled ul {
  602. display: block;
  603. }
  604. @media screen and (min-width: 37.5em) {
  605. .menu-toggle {
  606. display: none;
  607. }
  608. .main-navigation ul {
  609. display: flex;
  610. }
  611. }
  612. .site-main .comment-navigation,
  613. .site-main
  614. .posts-navigation,
  615. .site-main
  616. .post-navigation {
  617. margin: 0 0 1.5em;
  618. }
  619. .comment-navigation .nav-links,
  620. .posts-navigation .nav-links,
  621. .post-navigation .nav-links {
  622. display: flex;
  623. }
  624. .comment-navigation .nav-previous,
  625. .posts-navigation .nav-previous,
  626. .post-navigation .nav-previous {
  627. flex: 1 0 50%;
  628. }
  629. .comment-navigation .nav-next,
  630. .posts-navigation .nav-next,
  631. .post-navigation .nav-next {
  632. text-align: end;
  633. flex: 1 0 50%;
  634. }
  635. /* Posts and pages
  636. --------------------------------------------- */
  637. .sticky {
  638. display: block;
  639. }
  640. .post,
  641. .page {
  642. margin: 0 0 1.5em;
  643. }
  644. .updated:not(.published) {
  645. display: none;
  646. }
  647. .page-content,
  648. .entry-content,
  649. .entry-summary {
  650. margin: 1.5em 0 0;
  651. }
  652. .page-links {
  653. clear: both;
  654. margin: 0 0 1.5em;
  655. }
  656. /* Comments
  657. --------------------------------------------- */
  658. .comment-content a {
  659. word-wrap: break-word;
  660. }
  661. .bypostauthor {
  662. display: block;
  663. }
  664. /* Widgets
  665. --------------------------------------------- */
  666. .widget {
  667. margin: 0 0 1.5em;
  668. }
  669. .widget select {
  670. max-width: 100%;
  671. }
  672. /* Media
  673. --------------------------------------------- */
  674. .page-content .wp-smiley,
  675. .entry-content .wp-smiley,
  676. .comment-content .wp-smiley {
  677. border: none;
  678. margin-bottom: 0;
  679. margin-top: 0;
  680. padding: 0;
  681. }
  682. /* Make sure logo link wraps around logo image. */
  683. .custom-logo-link {
  684. display: inline-block;
  685. }
  686. /* Captions
  687. --------------------------------------------- */
  688. .wp-caption {
  689. margin-bottom: 1.5em;
  690. max-width: 100%;
  691. }
  692. .wp-caption img[class*="wp-image-"] {
  693. display: block;
  694. margin-right: auto;
  695. margin-left: auto;
  696. }
  697. .wp-caption .wp-caption-text {
  698. margin: 0.8075em 0;
  699. }
  700. .wp-caption-text {
  701. text-align: center;
  702. }
  703. /* Galleries
  704. --------------------------------------------- */
  705. .gallery {
  706. margin-bottom: 1.5em;
  707. display: grid;
  708. grid-gap: 1.5em;
  709. }
  710. .gallery-item {
  711. display: inline-block;
  712. text-align: center;
  713. width: 100%;
  714. }
  715. .gallery-columns-2 {
  716. grid-template-columns: repeat(2, 1fr);
  717. }
  718. .gallery-columns-3 {
  719. grid-template-columns: repeat(3, 1fr);
  720. }
  721. .gallery-columns-4 {
  722. grid-template-columns: repeat(4, 1fr);
  723. }
  724. .gallery-columns-5 {
  725. grid-template-columns: repeat(5, 1fr);
  726. }
  727. .gallery-columns-6 {
  728. grid-template-columns: repeat(6, 1fr);
  729. }
  730. .gallery-columns-7 {
  731. grid-template-columns: repeat(7, 1fr);
  732. }
  733. .gallery-columns-8 {
  734. grid-template-columns: repeat(8, 1fr);
  735. }
  736. .gallery-columns-9 {
  737. grid-template-columns: repeat(9, 1fr);
  738. }
  739. .gallery-caption {
  740. display: block;
  741. }
  742. /*--------------------------------------------------------------
  743. # Plugins
  744. --------------------------------------------------------------*/
  745. /* Jetpack infinite scroll
  746. --------------------------------------------- */
  747. /* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
  748. .infinite-scroll .posts-navigation,
  749. .infinite-scroll.neverending .site-footer {
  750. display: none;
  751. }
  752. /* Re-display the Theme Footer when Infinite Scroll has reached its end. */
  753. .infinity-end.neverending .site-footer {
  754. display: block;
  755. }
  756. /*--------------------------------------------------------------
  757. # Utilities
  758. --------------------------------------------------------------*/
  759. /* Accessibility
  760. --------------------------------------------- */
  761. /* Text meant only for screen readers. */
  762. .screen-reader-text {
  763. border: 0;
  764. clip: rect(1px, 1px, 1px, 1px);
  765. clip-path: inset(50%);
  766. height: 1px;
  767. margin: -1px;
  768. overflow: hidden;
  769. padding: 0;
  770. position: absolute !important;
  771. width: 1px;
  772. word-wrap: normal !important;
  773. }
  774. .screen-reader-text:focus {
  775. background-color: #f1f1f1;
  776. border-radius: 3px;
  777. box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  778. clip: auto !important;
  779. clip-path: none;
  780. color: #21759b;
  781. display: block;
  782. font-size: 0.875rem;
  783. font-weight: 700;
  784. height: auto;
  785. right: 5px;
  786. line-height: normal;
  787. padding: 15px 23px 14px;
  788. text-decoration: none;
  789. top: 5px;
  790. width: auto;
  791. z-index: 100000;
  792. }
  793. /* Do not show the outline on the skip link target. */
  794. #primary[tabindex="-1"]:focus {
  795. outline: 0;
  796. }
  797. /* Alignments
  798. --------------------------------------------- */
  799. .alignleft {
  800. float: left;
  801. margin-right: 1.5em;
  802. margin-bottom: 1.5em;
  803. }
  804. .alignright {
  805. float: right;
  806. margin-left: 1.5em;
  807. margin-bottom: 1.5em;
  808. }
  809. .aligncenter {
  810. clear: both;
  811. display: block;
  812. margin-right: auto;
  813. margin-left: auto;
  814. margin-bottom: 1.5em;
  815. }