You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

3851 lines
68 KiB

  1. /* 2 column liquid layout */
  2. #wpwrap {
  3. height: auto;
  4. min-height: 100%;
  5. width: 100%;
  6. position: relative;
  7. -webkit-font-smoothing: subpixel-antialiased;
  8. }
  9. #wpcontent {
  10. height: 100%;
  11. padding-right: 20px;
  12. }
  13. #wpcontent,
  14. #wpfooter {
  15. margin-right: 160px;
  16. }
  17. .folded #wpcontent,
  18. .folded #wpfooter {
  19. margin-right: 36px;
  20. }
  21. #wpbody-content {
  22. padding-bottom: 65px;
  23. float: right;
  24. width: 100%;
  25. overflow: visible !important;
  26. }
  27. /* inner 2 column liquid layout */
  28. .inner-sidebar {
  29. float: left;
  30. clear: left;
  31. display: none;
  32. width: 281px;
  33. position: relative;
  34. }
  35. .columns-2 .inner-sidebar {
  36. margin-left: auto;
  37. width: 286px;
  38. display: block;
  39. }
  40. .inner-sidebar #side-sortables,
  41. .columns-2 .inner-sidebar #side-sortables {
  42. min-height: 300px;
  43. width: 280px;
  44. padding: 0;
  45. }
  46. .has-right-sidebar .inner-sidebar {
  47. display: block;
  48. }
  49. .has-right-sidebar #post-body {
  50. float: right;
  51. clear: right;
  52. width: 100%;
  53. margin-left: -2000px;
  54. }
  55. .has-right-sidebar #post-body-content {
  56. margin-left: 300px;
  57. float: none;
  58. width: auto;
  59. }
  60. /* 2 columns main area */
  61. #col-left {
  62. float: right;
  63. width: 35%;
  64. }
  65. #col-right {
  66. float: left;
  67. width: 65%;
  68. }
  69. #col-left .col-wrap {
  70. padding: 0 0 0 6px;
  71. }
  72. #col-right .col-wrap {
  73. padding: 0 6px 0 0;
  74. }
  75. /* utility classes */
  76. .alignleft {
  77. float: right;
  78. }
  79. .alignright {
  80. float: left;
  81. }
  82. .textleft {
  83. text-align: right;
  84. }
  85. .textright {
  86. text-align: left;
  87. }
  88. .clear {
  89. clear: both;
  90. }
  91. /* modern clearfix */
  92. .wp-clearfix:after {
  93. content: "";
  94. display: table;
  95. clear: both;
  96. }
  97. /* Hide visually but not from screen readers */
  98. .screen-reader-text,
  99. .screen-reader-text span,
  100. .ui-helper-hidden-accessible {
  101. position: absolute;
  102. margin: -1px;
  103. padding: 0;
  104. height: 1px;
  105. width: 1px;
  106. overflow: hidden;
  107. clip: rect(0 0 0 0);
  108. border: 0;
  109. word-wrap: normal !important; /* many screen reader and browser combinations announce broken words as they would appear visually */
  110. }
  111. .screen-reader-shortcut {
  112. position: absolute;
  113. top: -1000em;
  114. }
  115. .screen-reader-shortcut:focus {
  116. right: 6px;
  117. top: -25px;
  118. height: auto;
  119. width: auto;
  120. display: block;
  121. font-size: 14px;
  122. font-weight: 600;
  123. padding: 15px 23px 14px;
  124. background: #f1f1f1;
  125. color: #0073aa;
  126. z-index: 100000;
  127. line-height: normal;
  128. -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  129. box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  130. text-decoration: none;
  131. outline: none;
  132. }
  133. .hidden,
  134. .js .closed .inside,
  135. .js .hide-if-js,
  136. .no-js .hide-if-no-js,
  137. .js.wp-core-ui .hide-if-js,
  138. .js .wp-core-ui .hide-if-js,
  139. .no-js.wp-core-ui .hide-if-no-js,
  140. .no-js .wp-core-ui .hide-if-no-js {
  141. display: none;
  142. }
  143. /* @todo: Take a second look. Large chunks of shared color, from the colors.css merge */
  144. .widget-top,
  145. .menu-item-handle,
  146. .widget-inside,
  147. #menu-settings-column .accordion-container,
  148. #menu-management .menu-edit,
  149. .manage-menus,
  150. table.widefat,
  151. .stuffbox,
  152. p.popular-tags,
  153. .widgets-holder-wrap,
  154. .wp-editor-container,
  155. .popular-tags,
  156. .feature-filter,
  157. .imgedit-group,
  158. .comment-ays {
  159. border: 1px solid #e5e5e5;
  160. -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
  161. box-shadow: 0 1px 1px rgba(0,0,0,0.04);
  162. }
  163. table.widefat,
  164. .wp-editor-container,
  165. .stuffbox,
  166. p.popular-tags,
  167. .widgets-holder-wrap,
  168. .popular-tags,
  169. .feature-filter,
  170. .imgedit-group,
  171. .comment-ays {
  172. background: #fff;
  173. }
  174. /* general */
  175. html,
  176. body {
  177. height: 100%;
  178. margin: 0;
  179. padding: 0;
  180. }
  181. body {
  182. background: #f1f1f1;
  183. color: #444;
  184. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  185. font-size: 13px;
  186. line-height: 1.4em;
  187. min-width: 600px;
  188. }
  189. body.iframe {
  190. min-width: 0;
  191. padding-top: 1px;
  192. }
  193. body.modal-open {
  194. overflow: hidden;
  195. }
  196. body.mobile.modal-open #wpwrap {
  197. overflow: hidden;
  198. position: fixed;
  199. height: 100%;
  200. }
  201. iframe,
  202. img {
  203. border: 0;
  204. }
  205. td {
  206. font-family: inherit;
  207. font-size: inherit;
  208. font-weight: inherit;
  209. line-height: inherit;
  210. }
  211. a {
  212. color: #0073aa;
  213. -webkit-transition-property: border, background, color;
  214. transition-property: border, background, color;
  215. -webkit-transition-duration: .05s;
  216. transition-duration: .05s;
  217. -webkit-transition-timing-function: ease-in-out;
  218. transition-timing-function: ease-in-out;
  219. }
  220. a,
  221. div {
  222. outline: 0;
  223. }
  224. a:hover,
  225. a:active {
  226. color: #00a0d2;
  227. }
  228. a:focus,
  229. a:focus .media-icon img,
  230. .wp-person a:focus .gravatar {
  231. color: #124964;
  232. -webkit-box-shadow:
  233. 0 0 0 1px #5b9dd9,
  234. 0 0 2px 1px rgba(30, 140, 190, .8);
  235. box-shadow:
  236. 0 0 0 1px #5b9dd9,
  237. 0 0 2px 1px rgba(30, 140, 190, .8);
  238. }
  239. .ie8 a:focus {
  240. outline: #5b9dd9 solid 1px;
  241. }
  242. #adminmenu a:focus,
  243. .screen-reader-text:focus {
  244. -webkit-box-shadow: none;
  245. box-shadow: none;
  246. outline: none;
  247. }
  248. blockquote,
  249. q {
  250. quotes: none;
  251. }
  252. blockquote:before,
  253. blockquote:after,
  254. q:before,
  255. q:after {
  256. content: "";
  257. content: none;
  258. }
  259. p {
  260. font-size: 13px;
  261. line-height: 1.5;
  262. margin: 1em 0;
  263. }
  264. blockquote {
  265. margin: 1em;
  266. }
  267. li,
  268. dd {
  269. margin-bottom: 6px;
  270. }
  271. h1,
  272. h2,
  273. h3,
  274. h4,
  275. h5,
  276. h6 {
  277. display: block;
  278. font-weight: 600;
  279. }
  280. h1 {
  281. color: #23282d;
  282. font-size: 2em;
  283. margin: .67em 0;
  284. }
  285. h2,
  286. h3 {
  287. color: #23282d;
  288. font-size: 1.3em;
  289. margin: 1em 0;
  290. }
  291. .update-core-php h2 {
  292. margin-top: 2em;
  293. }
  294. .update-php h2,
  295. .update-messages h2,
  296. h4 {
  297. font-size: 1em;
  298. margin: 1.33em 0;
  299. }
  300. h5 {
  301. font-size: 0.83em;
  302. margin: 1.67em 0;
  303. }
  304. h6 {
  305. font-size: 0.67em;
  306. margin: 2.33em 0;
  307. }
  308. ul,
  309. ol {
  310. padding: 0;
  311. }
  312. ul {
  313. list-style: none;
  314. }
  315. ol {
  316. list-style-type: decimal;
  317. margin-right: 2em;
  318. }
  319. ul.ul-disc {
  320. list-style: disc outside;
  321. }
  322. ul.ul-square {
  323. list-style: square outside;
  324. }
  325. ol.ol-decimal {
  326. list-style: decimal outside;
  327. }
  328. ul.ul-disc,
  329. ul.ul-square,
  330. ol.ol-decimal {
  331. margin-right: 1.8em;
  332. }
  333. ul.ul-disc > li,
  334. ul.ul-square > li,
  335. ol.ol-decimal > li {
  336. margin: 0 0 0.5em;
  337. }
  338. /* rtl:ignore */
  339. .ltr {
  340. direction: ltr;
  341. }
  342. /* rtl:ignore */
  343. .code,
  344. code {
  345. font-family: Consolas, Monaco, monospace;
  346. direction: ltr;
  347. unicode-bidi: embed;
  348. }
  349. kbd,
  350. code {
  351. padding: 3px 5px 2px 5px;
  352. margin: 0 1px;
  353. background: #eaeaea;
  354. background: rgba(0,0,0,0.07);
  355. font-size: 13px;
  356. }
  357. .subsubsub {
  358. list-style: none;
  359. margin: 8px 0 0;
  360. padding: 0;
  361. font-size: 13px;
  362. float: right;
  363. color: #666;
  364. }
  365. .subsubsub a {
  366. line-height: 2;
  367. padding: .2em;
  368. text-decoration: none;
  369. }
  370. .subsubsub a .count,
  371. .subsubsub a.current .count {
  372. color: #555d66; /* #f1f1f1 background */
  373. font-weight: 400;
  374. }
  375. .subsubsub a.current {
  376. font-weight: 600;
  377. border: none;
  378. }
  379. .subsubsub li {
  380. display: inline-block;
  381. margin: 0;
  382. padding: 0;
  383. white-space: nowrap;
  384. }
  385. /* .widefat - main style for tables */
  386. .widefat {
  387. border-spacing: 0;
  388. width: 100%;
  389. clear: both;
  390. margin: 0;
  391. }
  392. .widefat * {
  393. word-wrap: break-word;
  394. }
  395. .widefat a {
  396. text-decoration: none;
  397. }
  398. .widefat td,
  399. .widefat th {
  400. padding: 8px 10px;
  401. }
  402. .widefat thead th,
  403. .widefat thead td {
  404. border-bottom: 1px solid #e1e1e1;
  405. }
  406. .widefat tfoot th,
  407. .widefat tfoot td {
  408. border-top: 1px solid #e1e1e1;
  409. border-bottom: none;
  410. }
  411. .widefat .no-items td {
  412. border-bottom-width: 0;
  413. }
  414. .widefat td {
  415. vertical-align: top;
  416. }
  417. .widefat td,
  418. .widefat td p,
  419. .widefat td ol,
  420. .widefat td ul {
  421. font-size: 13px;
  422. line-height: 1.5em;
  423. }
  424. .widefat th,
  425. .widefat thead td,
  426. .widefat tfoot td {
  427. text-align: right;
  428. line-height: 1.3em;
  429. font-size: 14px;
  430. }
  431. .widefat th input,
  432. .updates-table td input,
  433. .widefat thead td input,
  434. .widefat tfoot td input {
  435. margin: 0 8px 0 0;
  436. padding: 0;
  437. vertical-align: text-top;
  438. }
  439. .widefat .check-column {
  440. width: 2.2em;
  441. padding: 6px 0 25px;
  442. vertical-align: top;
  443. }
  444. .widefat tbody th.check-column {
  445. padding: 9px 0 22px;
  446. }
  447. .widefat thead td.check-column,
  448. .widefat tbody th.check-column,
  449. .updates-table tbody td.check-column,
  450. .widefat tfoot td.check-column {
  451. padding: 11px 3px 0 0;
  452. }
  453. .widefat thead td.check-column,
  454. .widefat tfoot td.check-column {
  455. padding-top: 4px;
  456. vertical-align: middle;
  457. }
  458. .update-php div.updated,
  459. .update-php div.error {
  460. margin-right: 0;
  461. }
  462. .no-js .widefat thead .check-column input,
  463. .no-js .widefat tfoot .check-column input {
  464. display: none;
  465. }
  466. .widefat .num,
  467. .column-comments,
  468. .column-links,
  469. .column-posts {
  470. text-align: center;
  471. }
  472. .widefat th#comments {
  473. vertical-align: middle;
  474. }
  475. .wrap {
  476. margin: 10px 2px 0 20px;
  477. }
  478. .wrap > h2:first-child, /* Back-compat for pre-4.4 */
  479. .wrap [class$="icon32"] + h2, /* Back-compat for pre-4.4 */
  480. .postbox .inside h2, /* Back-compat for pre-4.4 */
  481. .wrap h1 {
  482. font-size: 23px;
  483. font-weight: 400;
  484. margin: 0;
  485. padding: 9px 0 4px 0;
  486. line-height: 29px;
  487. }
  488. .wrap h1.wp-heading-inline {
  489. display: inline-block;
  490. margin-left: 5px;
  491. }
  492. .wp-header-end {
  493. visibility: hidden;
  494. margin: -2px 0 0;
  495. }
  496. .subtitle {
  497. margin: 0;
  498. padding-right: 25px;
  499. color: #555d66;
  500. font-size: 14px;
  501. font-weight: 400;
  502. line-height: 1;
  503. }
  504. .wrap .add-new-h2, /* deprecated */
  505. .wrap .add-new-h2:active, /* deprecated */
  506. .wrap .page-title-action,
  507. .wrap .page-title-action:active {
  508. margin-right: 4px;
  509. padding: 4px 8px;
  510. position: relative;
  511. top: -3px;
  512. text-decoration: none;
  513. border: none;
  514. border: 1px solid #ccc;
  515. -webkit-border-radius: 2px;
  516. border-radius: 2px;
  517. background: #f7f7f7;
  518. text-shadow: none;
  519. font-weight: 600;
  520. font-size: 13px;
  521. line-height: normal; /* IE8-IE11 need this for buttons */
  522. color: #0073aa; /* some of these controls are button elements and don't inherit from links */
  523. cursor: pointer;
  524. outline: 0;
  525. }
  526. .wrap .wp-heading-inline + .page-title-action {
  527. margin-right: 0;
  528. }
  529. .wrap .add-new-h2:hover, /* deprecated */
  530. .wrap .page-title-action:hover {
  531. border-color: #008EC2;
  532. background: #00a0d2;
  533. color: #fff;
  534. }
  535. /* lower specificity: color needs to be overridden by :hover and :active */
  536. .page-title-action:focus {
  537. color: #124964;
  538. }
  539. .wrap .page-title-action:focus {
  540. border-color: #5b9dd9;
  541. -webkit-box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8 );
  542. box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8 );
  543. }
  544. .wrap h1.long-header {
  545. padding-left: 0;
  546. }
  547. .wp-dialog {
  548. background-color: #fff;
  549. }
  550. .widgets-chooser ul,
  551. #widgets-left .widget-in-question .widget-top,
  552. #available-widgets .widget-top:hover,
  553. div#widgets-right .widget-top:hover,
  554. #widgets-left .widget-top:hover {
  555. border-color: #999;
  556. -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  557. box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  558. }
  559. .sorthelper {
  560. background-color: #ccf3fa;
  561. }
  562. .ac_match,
  563. .subsubsub a.current {
  564. color: #000;
  565. }
  566. .striped > tbody > :nth-child(odd),
  567. ul.striped > :nth-child(odd),
  568. .alternate {
  569. background-color: #f9f9f9;
  570. }
  571. .bar {
  572. background-color: #e8e8e8;
  573. border-left-color: #99d;
  574. }
  575. /* Helper classes for plugins to leverage the active WordPress color scheme */
  576. .highlight {
  577. background-color: #e4f2fd;
  578. color: #000;
  579. }
  580. .wp-ui-primary {
  581. color: #fff;
  582. background-color: #32373c;
  583. }
  584. .wp-ui-text-primary {
  585. color: #32373c;
  586. }
  587. .wp-ui-highlight {
  588. color: #fff;
  589. background-color: #1e8cbe;
  590. }
  591. .wp-ui-text-highlight {
  592. color: #1e8cbe;
  593. }
  594. .wp-ui-notification {
  595. color: #fff;
  596. background-color: #d54e21;
  597. }
  598. .wp-ui-text-notification {
  599. color: #d54e21;
  600. }
  601. .wp-ui-text-icon {
  602. color: #82878c; /* same as new icons */
  603. }
  604. /* For emoji replacement images */
  605. img.emoji {
  606. display: inline !important;
  607. border: none !important;
  608. height: 1em !important;
  609. width: 1em !important;
  610. margin: 0 .07em !important;
  611. vertical-align: -0.1em !important;
  612. background: none !important;
  613. padding: 0 !important;
  614. -webkit-box-shadow: none !important;
  615. box-shadow: none !important;
  616. }
  617. /*------------------------------------------------------------------------------
  618. 1.0 - Text Styles
  619. ------------------------------------------------------------------------------*/
  620. .widget .widget-top,
  621. .postbox .hndle,
  622. .stuffbox .hndle,
  623. .control-section .accordion-section-title,
  624. .sidebar-name,
  625. #nav-menu-header,
  626. #nav-menu-footer,
  627. .menu-item-handle,
  628. .checkbox,
  629. .side-info,
  630. #your-profile #rich_editing,
  631. .widefat thead th,
  632. .widefat thead td,
  633. .widefat tfoot th,
  634. .widefat tfoot td {
  635. line-height: 1.4em;
  636. }
  637. .widget .widget-top,
  638. .menu-item-handle {
  639. background: #fafafa;
  640. color: #23282d;
  641. }
  642. .postbox .hndle,
  643. .stuffbox .hndle {
  644. border-bottom: 1px solid #eee;
  645. }
  646. .quicktags,
  647. .search {
  648. background-color: #ccc;
  649. color: #000;
  650. font-size: 12px;
  651. }
  652. .icon32 {
  653. display: none;
  654. }
  655. /* @todo can we combine these into a class or use an existing dashicon one? */
  656. .welcome-panel .welcome-panel-close:before,
  657. .tagchecklist .ntdelbutton .remove-tag-icon:before,
  658. #bulk-titles div a:before,
  659. .notice-dismiss:before {
  660. background: none;
  661. color: #b4b9be;
  662. content: "\f153";
  663. display: block;
  664. font: normal 16px/20px dashicons;
  665. speak: none;
  666. height: 20px;
  667. text-align: center;
  668. width: 20px;
  669. -webkit-font-smoothing: antialiased;
  670. -moz-osx-font-smoothing: grayscale;
  671. }
  672. .welcome-panel .welcome-panel-close:before {
  673. margin: 0;
  674. }
  675. #bulk-titles div a:before {
  676. margin: 1px 0;
  677. }
  678. .tagchecklist .ntdelbutton .remove-tag-icon:before {
  679. margin-right: 2px;
  680. -webkit-border-radius: 50%;
  681. border-radius: 50%;
  682. color: #0073aa;
  683. /* vertically center the icon cross browsers */
  684. line-height: 1.28;
  685. }
  686. .tagchecklist .ntdelbutton:focus {
  687. outline: 0;
  688. }
  689. .welcome-panel .welcome-panel-close:hover:before,
  690. .welcome-panel .welcome-panel-close:focus:before,
  691. .tagchecklist .ntdelbutton:hover .remove-tag-icon:before,
  692. .tagchecklist .ntdelbutton:focus .remove-tag-icon:before,
  693. #bulk-titles div a:hover:before,
  694. #bulk-titles div a:focus:before {
  695. color: #c00;
  696. }
  697. .tagchecklist .ntdelbutton:focus .remove-tag-icon:before {
  698. -webkit-box-shadow:
  699. 0 0 0 1px #5b9dd9,
  700. 0 0 2px 1px rgba(30, 140, 190, .8);
  701. box-shadow:
  702. 0 0 0 1px #5b9dd9,
  703. 0 0 2px 1px rgba(30, 140, 190, .8);
  704. }
  705. .key-labels label {
  706. line-height: 24px;
  707. }
  708. strong, b {
  709. font-weight: 600;
  710. }
  711. .pre {
  712. /* https://developer.mozilla.org/en-US/docs/CSS/white-space */
  713. white-space: pre-wrap; /* css-3 */
  714. word-wrap: break-word; /* IE 5.5 - 7 */
  715. }
  716. .howto {
  717. color: #666;
  718. font-style: italic;
  719. display: block;
  720. }
  721. p.install-help {
  722. margin: 8px 0;
  723. font-style: italic;
  724. }
  725. .no-break {
  726. white-space: nowrap;
  727. }
  728. hr {
  729. border: 0;
  730. border-top: 1px solid #ddd;
  731. border-bottom: 1px solid #fafafa;
  732. }
  733. .widget-control-remove,
  734. .widget-control-remove:focus,
  735. .row-actions span.delete a,
  736. .row-actions span.trash a,
  737. .row-actions span.spam a,
  738. .plugins a.delete,
  739. #all-plugins-table .plugins a.delete,
  740. #search-plugins-table .plugins a.delete,
  741. .submitbox .submitdelete,
  742. #media-items a.delete,
  743. #media-items a.delete-permanently,
  744. #nav-menu-footer .menu-delete {
  745. color: #a00;
  746. }
  747. abbr.required,
  748. span.required,
  749. .file-error,
  750. .row-actions .delete a:hover,
  751. .row-actions .trash a:hover,
  752. .row-actions .spam a:hover,
  753. .plugins a.delete:hover,
  754. #all-plugins-table .plugins a.delete:hover,
  755. #search-plugins-table .plugins a.delete:hover,
  756. .submitbox .submitdelete:hover,
  757. #media-items a.delete:hover,
  758. #media-items a.delete-permanently:hover,
  759. #nav-menu-footer .menu-delete:hover {
  760. color: #f00;
  761. border: none;
  762. }
  763. .widget-control-remove:hover {
  764. color: #f00;
  765. }
  766. /*------------------------------------------------------------------------------
  767. 3.0 - Actions
  768. ------------------------------------------------------------------------------*/
  769. #major-publishing-actions {
  770. padding: 10px;
  771. clear: both;
  772. border-top: 1px solid #ddd;
  773. background: #f5f5f5;
  774. }
  775. #delete-action {
  776. float: right;
  777. line-height: 28px;
  778. }
  779. #publishing-action {
  780. text-align: left;
  781. float: left;
  782. line-height: 23px;
  783. }
  784. #publishing-action .spinner {
  785. float: right;
  786. }
  787. #misc-publishing-actions {
  788. padding: 6px 0 0;
  789. }
  790. .misc-pub-section {
  791. padding: 6px 10px 8px;
  792. }
  793. .misc-pub-filename {
  794. word-wrap: break-word;
  795. }
  796. #minor-publishing-actions {
  797. padding: 10px 10px 0 10px;
  798. text-align: left;
  799. }
  800. #save-post {
  801. float: right;
  802. }
  803. .preview {
  804. float: left;
  805. }
  806. #sticky-span {
  807. margin-right: 18px;
  808. }
  809. .approve,
  810. .unapproved .unapprove {
  811. display: none;
  812. }
  813. .unapproved .approve,
  814. .spam .approve,
  815. .trash .approve {
  816. display: inline;
  817. }
  818. td.action-links,
  819. th.action-links {
  820. text-align: left;
  821. }
  822. /* Filter bar */
  823. .wp-filter {
  824. display: inline-block;
  825. position: relative;
  826. -webkit-box-sizing: border-box;
  827. -moz-box-sizing: border-box;
  828. box-sizing: border-box;
  829. margin: 12px 0 25px;
  830. padding: 0 10px;
  831. width: 100%;
  832. -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
  833. box-shadow: 0 1px 1px rgba(0,0,0,0.04);
  834. border: 1px solid #e5e5e5;
  835. background: #fff;
  836. color: #555;
  837. font-size: 13px;
  838. }
  839. .wp-filter a {
  840. text-decoration: none;
  841. }
  842. .filter-count {
  843. display: inline-block;
  844. vertical-align: middle;
  845. min-width: 4em;
  846. }
  847. .title-count,
  848. .filter-count .count {
  849. display: inline-block;
  850. position: relative;
  851. top: -1px;
  852. padding: 4px 10px;
  853. -webkit-border-radius: 30px;
  854. border-radius: 30px;
  855. background: #72777c;
  856. color: #fff;
  857. font-size: 14px;
  858. font-weight: 600;
  859. }
  860. /* not a part of filter bar, but derived from it, so here for now */
  861. .title-count {
  862. display: inline;
  863. top: -3px;
  864. margin-right: 5px;
  865. margin-left: 20px;
  866. }
  867. .filter-items {
  868. float: right;
  869. }
  870. .filter-links {
  871. display: inline-block;
  872. margin: 0;
  873. }
  874. .filter-links li {
  875. display: inline-block;
  876. margin: 0;
  877. }
  878. .filter-links li > a {
  879. display: inline-block;
  880. margin: 0 10px;
  881. padding: 15px 0;
  882. border-bottom: 4px solid #fff;
  883. color: #666;
  884. cursor: pointer;
  885. }
  886. .filter-links .current {
  887. -webkit-box-shadow: none;
  888. box-shadow: none;
  889. border-bottom: 4px solid #666;
  890. color: #23282d;
  891. }
  892. .filter-links li > a:hover,
  893. .filter-links li > a:focus,
  894. .show-filters .filter-links a.current:hover,
  895. .show-filters .filter-links a.current:focus {
  896. color: #00a0d2;
  897. }
  898. .wp-filter .search-form {
  899. float: left;
  900. margin: 10px 0;
  901. }
  902. .wp-filter .search-form input[type="search"] {
  903. margin: 0;
  904. padding: 3px 5px;
  905. width: 280px;
  906. max-width: 100%;
  907. font-size: 16px;
  908. font-weight: 300;
  909. line-height: 1.5;
  910. }
  911. .wp-filter .search-form select {
  912. margin: 0;
  913. height: 32px;
  914. vertical-align: top;
  915. }
  916. .wp-filter .search-form.search-plugins {
  917. display: inline-block;
  918. }
  919. .wp-filter .button.drawer-toggle {
  920. margin: 10px 9px 0;
  921. padding: 0 6px 0 10px;
  922. border-color: transparent;
  923. background-color: transparent;
  924. color: #666;
  925. vertical-align: baseline;
  926. -webkit-box-shadow: none;
  927. box-shadow: none;
  928. }
  929. .wp-filter .drawer-toggle:before {
  930. content: "\f111";
  931. margin: 0 0 0 5px;
  932. color: #72777c;
  933. font: normal 16px/1 dashicons;
  934. vertical-align: text-bottom;
  935. -webkit-font-smoothing: antialiased;
  936. -moz-osx-font-smoothing: grayscale;
  937. }
  938. .wp-filter .button.drawer-toggle:hover,
  939. .wp-filter .drawer-toggle:hover:before,
  940. .wp-filter .button.drawer-toggle:focus,
  941. .wp-filter .drawer-toggle:focus:before {
  942. background-color: transparent;
  943. color: #00a0d2;
  944. }
  945. .wp-filter .button.drawer-toggle:hover,
  946. .wp-filter .button.drawer-toggle:focus:active {
  947. border-color: transparent;
  948. }
  949. .wp-filter .button.drawer-toggle:focus {
  950. border-color: #5b9dd9;
  951. }
  952. .wp-filter .button.drawer-toggle:active {
  953. background: transparent;
  954. -webkit-box-shadow: none;
  955. box-shadow: none;
  956. -webkit-transform: none;
  957. -ms-transform: none;
  958. transform: none;
  959. }
  960. .wp-filter .drawer-toggle.current:before {
  961. color: #fff;
  962. }
  963. .wp-filter .favorites-form {
  964. display: none;
  965. margin: 0 -20px;
  966. padding: 20px;
  967. border-top: 1px solid #eee;
  968. background: #fafafa;
  969. overflow: hidden;
  970. width: 100%;
  971. }
  972. .show-favorites-form .favorites-form {
  973. display: block;
  974. }
  975. .filter-drawer {
  976. display: none;
  977. margin: 0 -20px;
  978. padding: 20px;
  979. border-top: 1px solid #eee;
  980. background: #fafafa;
  981. }
  982. .show-filters .filter-drawer {
  983. display: block;
  984. overflow: hidden;
  985. width: 100%;
  986. }
  987. .show-filters .filter-links a.current {
  988. border-bottom: none;
  989. }
  990. .show-filters .wp-filter .button.drawer-toggle {
  991. -webkit-border-radius: 2px;
  992. border-radius: 2px;
  993. background: #72777c;
  994. color: #fff;
  995. }
  996. .show-filters .wp-filter .drawer-toggle:hover,
  997. .show-filters .wp-filter .drawer-toggle:focus {
  998. background: rgb(46, 162, 204);
  999. }
  1000. .show-filters .wp-filter .drawer-toggle:before {
  1001. color: #fff;
  1002. }
  1003. .filter-group {
  1004. -webkit-box-sizing: border-box;
  1005. -moz-box-sizing: border-box;
  1006. box-sizing: border-box;
  1007. position: relative;
  1008. float: right;
  1009. margin: 0 0 0 1%;
  1010. padding: 20px 10px 10px;
  1011. width: 24%;
  1012. background: #fff;
  1013. border: 1px solid #e5e5e5;
  1014. -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
  1015. box-shadow: 0 1px 1px rgba(0,0,0,0.04);
  1016. }
  1017. .filter-group legend {
  1018. position: absolute;
  1019. top: 10px;
  1020. display: block;
  1021. margin: 0;
  1022. padding: 0;
  1023. font-size: 1em;
  1024. font-weight: 600;
  1025. }
  1026. .filter-drawer .filter-group-feature {
  1027. margin: 28px 0 0;
  1028. list-style-type: none;
  1029. font-size: 12px;
  1030. }
  1031. .filter-drawer .filter-group-feature input,
  1032. .filter-drawer .filter-group-feature label {
  1033. display: inline-block;
  1034. margin: 7px 0 7px 4px;
  1035. line-height: 16px;
  1036. }
  1037. .filter-drawer .buttons {
  1038. clear: both;
  1039. margin-bottom: 20px;
  1040. }
  1041. .filter-drawer .filter-group + .buttons {
  1042. margin-bottom: 0;
  1043. padding-top: 20px;
  1044. }
  1045. .filter-drawer .buttons .button span {
  1046. display: inline-block;
  1047. opacity: 0.8;
  1048. font-size: 12px;
  1049. text-indent: 10px;
  1050. }
  1051. .wp-filter .button.clear-filters {
  1052. display: none;
  1053. margin-right: 10px;
  1054. }
  1055. .wp-filter .button-link.edit-filters {
  1056. color: #0073aa;
  1057. text-decoration: underline;
  1058. padding: 0 5px;
  1059. line-height: 28px;
  1060. }
  1061. .wp-filter .button-link.edit-filters:hover {
  1062. color: #00a0d2;
  1063. }
  1064. .wp-filter .button-link.edit-filters:focus {
  1065. color: #124964;
  1066. }
  1067. .filtered-by {
  1068. display: none;
  1069. margin: 0;
  1070. }
  1071. .filtered-by > span {
  1072. font-weight: 600;
  1073. }
  1074. .filtered-by a {
  1075. margin-right: 10px;
  1076. }
  1077. .filtered-by .tags {
  1078. display: inline;
  1079. }
  1080. .filtered-by .tag {
  1081. margin: 0 5px;
  1082. padding: 4px 8px;
  1083. border: 1px solid #e5e5e5;
  1084. -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
  1085. box-shadow: 0 1px 1px rgba(0,0,0,0.04);
  1086. background: #fff;
  1087. font-size: 11px;
  1088. }
  1089. .filters-applied .filter-group,
  1090. .filters-applied .filter-drawer .buttons,
  1091. .filters-applied .filter-drawer br {
  1092. display: none !important;
  1093. }
  1094. .filters-applied .filtered-by {
  1095. display: block;
  1096. }
  1097. .filters-applied .filter-drawer {
  1098. padding: 20px;
  1099. }
  1100. .show-filters .favorites-form,
  1101. .show-filters .content-filterable,
  1102. .show-filters.filters-applied.loading-content .content-filterable,
  1103. .loading-content .content-filterable,
  1104. .error .content-filterable {
  1105. display: none;
  1106. }
  1107. .show-filters.filters-applied .content-filterable {
  1108. display: block;
  1109. }
  1110. .loading-content .spinner {
  1111. display: block;
  1112. margin: 40px auto 0;
  1113. float: none;
  1114. }
  1115. @media only screen and (max-width: 1120px) {
  1116. .filter-drawer {
  1117. border-bottom: 1px solid #eee;
  1118. }
  1119. .filter-group {
  1120. margin-bottom: 0;
  1121. margin-top: 5px;
  1122. width: 100%;
  1123. }
  1124. .filter-group li {
  1125. margin: 10px 0;
  1126. }
  1127. }
  1128. @media only screen and (max-width: 1000px) {
  1129. .filter-items {
  1130. float: none;
  1131. }
  1132. .wp-filter .media-toolbar-primary,
  1133. .wp-filter .media-toolbar-secondary,
  1134. .wp-filter .search-form {
  1135. float: none; /* Remove float from media-views.css */
  1136. position: relative;
  1137. max-width: 100%;
  1138. }
  1139. }
  1140. @media only screen and (max-width: 782px) {
  1141. .filter-group li {
  1142. padding: 0;
  1143. width: 50%;
  1144. }
  1145. }
  1146. @media only screen and (max-width: 320px) {
  1147. .filter-count {
  1148. display: none;
  1149. }
  1150. .wp-filter .drawer-toggle {
  1151. margin: 10px 0;
  1152. }
  1153. .filter-group li,
  1154. .wp-filter .search-form input[type="search"] {
  1155. width: 100%;
  1156. }
  1157. }
  1158. /*------------------------------------------------------------------------------
  1159. 4.0 - Notifications
  1160. ------------------------------------------------------------------------------*/
  1161. .notice,
  1162. div.updated,
  1163. div.error {
  1164. background: #fff;
  1165. border-right: 4px solid #fff;
  1166. -webkit-box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
  1167. box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
  1168. margin: 5px 15px 2px;
  1169. padding: 1px 12px;
  1170. }
  1171. div[class="update-message"] { /* back-compat for pre-4.6 */
  1172. padding: 0.5em 0 0.5em 12px;
  1173. }
  1174. .notice p,
  1175. .notice-title,
  1176. div.updated p,
  1177. div.error p,
  1178. .form-table td .notice p {
  1179. margin: 0.5em 0;
  1180. padding: 2px;
  1181. }
  1182. .error a {
  1183. text-decoration: underline;
  1184. }
  1185. .updated a {
  1186. padding-bottom: 2px;
  1187. }
  1188. .notice-alt {
  1189. -webkit-box-shadow: none;
  1190. box-shadow: none;
  1191. }
  1192. .notice-large {
  1193. padding: 10px 20px;
  1194. }
  1195. .notice-title {
  1196. display: inline-block;
  1197. color: #23282d;
  1198. font-size: 18px;
  1199. }
  1200. .wp-core-ui .notice.is-dismissible {
  1201. padding-left: 38px;
  1202. position: relative;
  1203. }
  1204. .notice-dismiss {
  1205. position: absolute;
  1206. top: 0;
  1207. left: 1px;
  1208. border: none;
  1209. margin: 0;
  1210. padding: 9px;
  1211. background: none;
  1212. color: #b4b9be;
  1213. cursor: pointer;
  1214. }
  1215. .notice-dismiss:hover:before,
  1216. .notice-dismiss:active:before,
  1217. .notice-dismiss:focus:before {
  1218. color: #c00;
  1219. }
  1220. .notice-dismiss:focus {
  1221. outline: none;
  1222. -webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
  1223. box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
  1224. }
  1225. .ie8 .notice-dismiss:focus {
  1226. outline: 1px solid #5b9dd9;
  1227. }
  1228. .notice-success,
  1229. div.updated {
  1230. border-right-color: #46b450;
  1231. }
  1232. .notice-success.notice-alt {
  1233. background-color: #ecf7ed;
  1234. }
  1235. .notice-warning {
  1236. border-right-color: #ffb900;
  1237. }
  1238. .notice-warning.notice-alt {
  1239. background-color: #fff8e5;
  1240. }
  1241. .notice-error,
  1242. div.error {
  1243. border-right-color: #dc3232;
  1244. }
  1245. .notice-error.notice-alt {
  1246. background-color: #fbeaea;
  1247. }
  1248. .notice-info {
  1249. border-right-color: #00a0d2;
  1250. }
  1251. .notice-info.notice-alt {
  1252. background-color: #e5f5fa;
  1253. }
  1254. .update-message p:before,
  1255. .updating-message p:before,
  1256. .updated-message p:before,
  1257. .import-php .updating-message:before,
  1258. .button.updating-message:before,
  1259. .button.updated-message:before,
  1260. .button.installed:before,
  1261. .button.installing:before {
  1262. display: inline-block;
  1263. font: normal 20px/1 'dashicons';
  1264. -webkit-font-smoothing: antialiased;
  1265. -moz-osx-font-smoothing: grayscale;
  1266. vertical-align: top;
  1267. }
  1268. .wrap .notice,
  1269. .wrap div.updated,
  1270. .wrap div.error,
  1271. .media-upload-form .notice,
  1272. .media-upload-form div.error {
  1273. margin: 5px 0 15px;
  1274. }
  1275. /* Update icon. */
  1276. .update-message p:before,
  1277. .updating-message p:before,
  1278. .import-php .updating-message:before,
  1279. .button.updating-message:before,
  1280. .button.installing:before {
  1281. color: #f56e28;
  1282. content: "\f463";
  1283. }
  1284. /* Spins the update icon. */
  1285. .updating-message p:before,
  1286. .import-php .updating-message:before,
  1287. .button.updating-message:before,
  1288. .button.installing:before {
  1289. -webkit-animation: rotation 2s infinite linear;
  1290. animation: rotation 2s infinite linear;
  1291. }
  1292. /* Updated icon (check mark). */
  1293. .updated-message p:before,
  1294. .installed p:before,
  1295. .button.updated-message:before {
  1296. color: #79ba49;
  1297. content: '\f147';
  1298. }
  1299. /* Error icon. */
  1300. .update-message.notice-error p:before {
  1301. color: #dc3232;
  1302. content: "\f534";
  1303. }
  1304. .wrap .notice p:before,
  1305. .import-php .updating-message:before {
  1306. margin-left: 6px;
  1307. vertical-align: bottom;
  1308. }
  1309. #update-nag,
  1310. .update-nag {
  1311. display: inline-block;
  1312. line-height: 19px;
  1313. padding: 11px 15px;
  1314. font-size: 14px;
  1315. text-align: right;
  1316. margin: 25px 2px 0 20px;
  1317. background-color: #fff;
  1318. border-right: 4px solid #ffba00;
  1319. -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
  1320. box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
  1321. }
  1322. ul#dismissed-updates {
  1323. display: none;
  1324. }
  1325. form.upgrade {
  1326. margin-top: 8px;
  1327. }
  1328. form.upgrade .hint {
  1329. font-style: italic;
  1330. font-size: 85%;
  1331. margin: -0.5em 0 2em 0;
  1332. }
  1333. .update-php .spinner {
  1334. float: none;
  1335. margin: -4px 0;
  1336. }
  1337. #ajax-loading,
  1338. .ajax-loading,
  1339. .ajax-feedback,
  1340. .imgedit-wait-spin,
  1341. .list-ajax-loading { /* deprecated */
  1342. visibility: hidden;
  1343. }
  1344. #ajax-response.alignleft {
  1345. margin-right: 2em;
  1346. }
  1347. .button.updating-message:before,
  1348. .button.updated-message:before,
  1349. .button.installed:before,
  1350. .button.installing:before {
  1351. margin: 3px -2px 0 5px;
  1352. }
  1353. .button-primary.updating-message:before {
  1354. color: #fff;
  1355. }
  1356. .button-primary.updated-message:before {
  1357. color: #66c6e4;
  1358. }
  1359. .button.updated-message,
  1360. .notice .button-link {
  1361. -webkit-transition-property: border, background, color;
  1362. transition-property: border, background, color;
  1363. -webkit-transition-duration: .05s;
  1364. transition-duration: .05s;
  1365. -webkit-transition-timing-function: ease-in-out;
  1366. transition-timing-function: ease-in-out;
  1367. }
  1368. .notice .button-link {
  1369. color: #0073aa;
  1370. }
  1371. .notice .button-link:hover,
  1372. .notice .button-link:active {
  1373. color: #00a0d2;
  1374. }
  1375. @media aural {
  1376. .wrap .notice p:before,
  1377. .button.installing:before,
  1378. .button.installed:before,
  1379. .update-message p:before {
  1380. speak: none;
  1381. }
  1382. }
  1383. /* @todo: this does not need its own section anymore */
  1384. /*------------------------------------------------------------------------------
  1385. 6.0 - Admin Header
  1386. ------------------------------------------------------------------------------*/
  1387. #adminmenu a,
  1388. #taglist a,
  1389. #catlist a {
  1390. text-decoration: none;
  1391. }
  1392. /*------------------------------------------------------------------------------
  1393. 6.1 - Screen Options Tabs
  1394. ------------------------------------------------------------------------------*/
  1395. #screen-options-wrap,
  1396. #contextual-help-wrap {
  1397. margin: 0;
  1398. padding: 8px 20px 12px;
  1399. position: relative;
  1400. }
  1401. #contextual-help-wrap {
  1402. overflow: auto;
  1403. margin-right: 0 !important;
  1404. }
  1405. #screen-meta .screen-reader-text {
  1406. visibility: hidden;
  1407. }
  1408. #screen-meta-links {
  1409. margin: 0 0 0 20px;
  1410. }
  1411. /* screen options and help tabs revert */
  1412. #screen-meta {
  1413. display: none;
  1414. margin: 0 0px -1px 20px;
  1415. position: relative;
  1416. background-color: #fff;
  1417. border: 1px solid #ddd;
  1418. border-top: none;
  1419. -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.025);
  1420. box-shadow: 0 1px 0 rgba(0,0,0,.025);
  1421. }
  1422. #screen-options-link-wrap,
  1423. #contextual-help-link-wrap {
  1424. float: left;
  1425. height: 28px;
  1426. margin: 0 6px 0 0;
  1427. border: 1px solid #ddd;
  1428. border-top: none;
  1429. background: #fff;
  1430. -webkit-box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1);
  1431. box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1);
  1432. }
  1433. #screen-meta-links .screen-meta-toggle {
  1434. position: relative;
  1435. top: 0;
  1436. }
  1437. #screen-meta-links .show-settings {
  1438. border: 0;
  1439. background: none;
  1440. -webkit-border-radius: 0;
  1441. border-radius: 0;
  1442. color: #72777c;
  1443. line-height: 1.7;
  1444. padding: 3px 16px 3px 6px;
  1445. }
  1446. #screen-meta-links .show-settings:hover,
  1447. #screen-meta-links .show-settings:active,
  1448. #screen-meta-links .show-settings:focus {
  1449. color: #32373c;
  1450. }
  1451. #screen-meta-links .show-settings:active {
  1452. -webkit-box-shadow: none;
  1453. box-shadow: none;
  1454. -webkit-transform: none;
  1455. -ms-transform: none;
  1456. transform: none;
  1457. }
  1458. #screen-meta-links .show-settings:after {
  1459. left: 0;
  1460. content: "\f140";
  1461. font: normal 20px/1 dashicons;
  1462. speak: none;
  1463. display: inline-block;
  1464. padding: 0 0 0 5px;
  1465. bottom: 2px;
  1466. position: relative;
  1467. vertical-align: bottom;
  1468. -webkit-font-smoothing: antialiased;
  1469. -moz-osx-font-smoothing: grayscale;
  1470. text-decoration: none !important;
  1471. color: #72777c;
  1472. }
  1473. #screen-meta-links .screen-meta-active:after {
  1474. content: "\f142";
  1475. }
  1476. /* end screen options and help tabs */
  1477. .toggle-arrow {
  1478. background-repeat: no-repeat;
  1479. background-position: top left;
  1480. background-color: transparent;
  1481. height: 22px;
  1482. line-height: 22px;
  1483. display: block;
  1484. }
  1485. .toggle-arrow-active {
  1486. background-position: bottom left;
  1487. }
  1488. #screen-options-wrap h5, /* Back-compat for old plugins */
  1489. #screen-options-wrap legend,
  1490. #contextual-help-wrap h5 {
  1491. margin: 0;
  1492. padding: 8px 0;
  1493. font-size: 13px;
  1494. font-weight: 600;
  1495. }
  1496. .ie8 #screen-options-wrap legend {
  1497. color: inherit;
  1498. }
  1499. .metabox-prefs label {
  1500. display: inline-block;
  1501. padding-left: 15px;
  1502. line-height: 30px;
  1503. }
  1504. #number-of-columns {
  1505. display: inline-block;
  1506. vertical-align: middle;
  1507. line-height: 30px;
  1508. }
  1509. .metabox-prefs input[type=checkbox] {
  1510. margin-top: 0;
  1511. margin-left: 6px;
  1512. }
  1513. .metabox-prefs label input,
  1514. .metabox-prefs label input[type=checkbox] {
  1515. margin: -4px 0 0 5px;
  1516. }
  1517. .metabox-prefs .columns-prefs label input {
  1518. margin: -1px 0 0 2px;
  1519. }
  1520. .metabox-prefs label a {
  1521. display: none;
  1522. }
  1523. .metabox-prefs .screen-options input,
  1524. .metabox-prefs .screen-options label {
  1525. margin-top: 0;
  1526. margin-bottom: 0;
  1527. vertical-align: middle;
  1528. }
  1529. .metabox-prefs .screen-options .screen-per-page {
  1530. margin-left: 15px;
  1531. }
  1532. .metabox-prefs .screen-options label {
  1533. line-height: 28px;
  1534. padding-left: 0;
  1535. }
  1536. .screen-options + .screen-options {
  1537. margin-top: 10px;
  1538. }
  1539. .metabox-prefs .submit {
  1540. margin-top: 1em;
  1541. padding: 0;
  1542. }
  1543. /*------------------------------------------------------------------------------
  1544. 6.2 - Help Menu
  1545. ------------------------------------------------------------------------------*/
  1546. #contextual-help-wrap {
  1547. padding: 0;
  1548. }
  1549. #contextual-help-columns {
  1550. position: relative;
  1551. }
  1552. #contextual-help-back {
  1553. position: absolute;
  1554. top: 0;
  1555. bottom: 0;
  1556. right: 150px;
  1557. left: 170px;
  1558. border: 1px solid #e1e1e1;
  1559. border-top: none;
  1560. border-bottom: none;
  1561. background: #f6fbfd;
  1562. }
  1563. #contextual-help-wrap.no-sidebar #contextual-help-back {
  1564. left: 0;
  1565. border-left-width: 0;
  1566. -webkit-border-bottom-left-radius: 2px;
  1567. border-bottom-left-radius: 2px;
  1568. }
  1569. .contextual-help-tabs {
  1570. float: right;
  1571. width: 150px;
  1572. margin: 0;
  1573. }
  1574. .contextual-help-tabs ul {
  1575. margin: 1em 0;
  1576. }
  1577. .contextual-help-tabs li {
  1578. margin-bottom: 0;
  1579. list-style-type: none;
  1580. border-style: solid;
  1581. border-width: 0 2px 0 0;
  1582. border-color: transparent;
  1583. }
  1584. .contextual-help-tabs a {
  1585. display: block;
  1586. padding: 5px 12px 5px 5px;
  1587. line-height: 18px;
  1588. text-decoration: none;
  1589. border: 1px solid transparent;
  1590. border-left: none;
  1591. border-right: none;
  1592. }
  1593. .contextual-help-tabs a:hover {
  1594. color: #32373c;
  1595. }
  1596. .contextual-help-tabs .active {
  1597. padding: 0;
  1598. margin: 0 0 0 -1px;
  1599. border-right: 2px solid #00a0d2;
  1600. background: #f6fbfd;
  1601. -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02);
  1602. box-shadow: 0 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02);
  1603. }
  1604. .contextual-help-tabs .active a {
  1605. border-color: #e1e1e1;
  1606. color: #32373c;
  1607. }
  1608. .contextual-help-tabs-wrap {
  1609. padding: 0 20px;
  1610. overflow: auto;
  1611. }
  1612. .help-tab-content {
  1613. display: none;
  1614. margin: 0 0 12px 22px;
  1615. line-height: 1.6em;
  1616. }
  1617. .help-tab-content.active {
  1618. display: block;
  1619. }
  1620. .help-tab-content ul li {
  1621. list-style-type: disc;
  1622. margin-right: 18px;
  1623. }
  1624. .contextual-help-sidebar {
  1625. width: 150px;
  1626. float: left;
  1627. padding: 0 12px 0 8px;
  1628. overflow: auto;
  1629. }
  1630. /*------------------------------------------------------------------------------
  1631. 8.0 - Layout Blocks
  1632. ------------------------------------------------------------------------------*/
  1633. html.wp-toolbar {
  1634. padding-top: 32px;
  1635. -webkit-box-sizing: border-box;
  1636. -moz-box-sizing: border-box;
  1637. box-sizing: border-box;
  1638. }
  1639. .widefat th,
  1640. .widefat td {
  1641. color: #555;
  1642. }
  1643. .widefat th,
  1644. .widefat thead td,
  1645. .widefat tfoot td {
  1646. font-weight: 400;
  1647. }
  1648. .widefat thead tr th,
  1649. .widefat thead tr td,
  1650. .widefat tfoot tr th,
  1651. .widefat tfoot tr td {
  1652. color: #32373c;
  1653. }
  1654. .widefat td p {
  1655. margin: 2px 0 0.8em;
  1656. }
  1657. .widefat p,
  1658. .widefat ol,
  1659. .widefat ul {
  1660. color: #32373c;
  1661. }
  1662. .widefat .column-comment p {
  1663. margin: 0.6em 0;
  1664. }
  1665. .widefat .column-comment ul {
  1666. list-style: initial;
  1667. margin-right: 2em;
  1668. }
  1669. /* Screens with postboxes */
  1670. .postbox-container {
  1671. float: right;
  1672. }
  1673. .postbox-container .meta-box-sortables {
  1674. -webkit-box-sizing: border-box;
  1675. -moz-box-sizing: border-box;
  1676. box-sizing: border-box;
  1677. }
  1678. #wpbody-content .metabox-holder {
  1679. padding-top: 10px;
  1680. }
  1681. .metabox-holder .postbox-container .empty-container {
  1682. border: 3px dashed #b4b9be;
  1683. height: 250px;
  1684. position: relative;
  1685. }
  1686. .metabox-holder .postbox-container .empty-container:after {
  1687. content: attr(data-emptystring);
  1688. margin: auto;
  1689. position: absolute;
  1690. top: 0;
  1691. right: 0;
  1692. bottom: 0;
  1693. left: 0;
  1694. height: 1em;
  1695. width: 200px;
  1696. text-align: center;
  1697. color: #ccc;
  1698. font-size:18px;
  1699. display: none;
  1700. }
  1701. .metabox-holder.columns-1 .postbox-container .empty-container,
  1702. .columns-2 #postbox-container-3 .empty-container,
  1703. .columns-2 #postbox-container-4 .empty-container,
  1704. .columns-3 #postbox-container-4 .empty-container {
  1705. border: 0 none;
  1706. height: 0;
  1707. min-height: 0;
  1708. }
  1709. #post-body-content {
  1710. width: 100%;
  1711. min-width: 463px;
  1712. float: right;
  1713. }
  1714. #post-body.columns-2 #postbox-container-1 {
  1715. float: left;
  1716. margin-left: -300px;
  1717. width: 280px;
  1718. }
  1719. #post-body.columns-2 #side-sortables {
  1720. min-height: 250px;
  1721. }
  1722. /* one column on the dash */
  1723. @media only screen and (max-width: 799px) {
  1724. #wpbody-content .metabox-holder .postbox-container .empty-container {
  1725. border: 0 none;
  1726. height: 0;
  1727. min-height: 0;
  1728. }
  1729. }
  1730. .js .widget .widget-top,
  1731. .js .postbox .hndle {
  1732. cursor: move;
  1733. }
  1734. .hndle a {
  1735. font-size: 11px;
  1736. font-weight: 400;
  1737. }
  1738. .postbox .handlediv {
  1739. display: none;
  1740. float: left;
  1741. width: 36px;
  1742. height: 36px;
  1743. padding: 0;
  1744. }
  1745. .js .postbox .handlediv {
  1746. display: block;
  1747. }
  1748. .sortable-placeholder {
  1749. border: 1px dashed #b4b9be;
  1750. margin-bottom: 20px;
  1751. }
  1752. .postbox,
  1753. .stuffbox {
  1754. margin-bottom: 20px;
  1755. padding: 0;
  1756. line-height: 1;
  1757. }
  1758. /* user-select is not a part of the CSS standard - may change behavior in the future */
  1759. .postbox .hndle,
  1760. .stuffbox .hndle {
  1761. -webkit-user-select: none;
  1762. -moz-user-select: none;
  1763. -ms-user-select: none;
  1764. user-select: none;
  1765. }
  1766. .postbox .inside,
  1767. .stuffbox .inside {
  1768. padding: 0 12px 12px;
  1769. line-height: 1.4em;
  1770. font-size: 13px;
  1771. }
  1772. .postbox .inside {
  1773. margin: 11px 0;
  1774. position: relative;
  1775. }
  1776. .postbox .inside > p:last-child,
  1777. .rss-widget ul li:last-child {
  1778. margin-bottom: 1px !important;
  1779. }
  1780. .postbox.closed h3 {
  1781. border: none;
  1782. -webkit-box-shadow: none;
  1783. box-shadow: none;
  1784. }
  1785. .postbox table.form-table {
  1786. margin-bottom: 0;
  1787. }
  1788. .postbox table.widefat {
  1789. -webkit-box-shadow: none;
  1790. box-shadow: none;
  1791. }
  1792. .temp-border {
  1793. border: 1px dotted #ccc;
  1794. }
  1795. .columns-prefs label {
  1796. padding: 0 0 0 10px;
  1797. }
  1798. /* @todo: what is this doing here */
  1799. #dashboard_right_now .versions .b,
  1800. #post-status-display,
  1801. #post-visibility-display,
  1802. #adminmenu .wp-submenu li.current,
  1803. #adminmenu .wp-submenu li.current a,
  1804. #adminmenu .wp-submenu li.current a:hover,
  1805. .media-item .percent,
  1806. .plugins .name,
  1807. #pass-strength-result.strong,
  1808. #pass-strength-result.short,
  1809. #ed_reply_toolbar #ed_reply_strong,
  1810. .item-controls .item-order a,
  1811. .feature-filter .feature-name {
  1812. font-weight: 600;
  1813. }
  1814. /*------------------------------------------------------------------------------
  1815. 21.0 - Admin Footer
  1816. ------------------------------------------------------------------------------*/
  1817. #wpfooter {
  1818. position: absolute;
  1819. bottom: 0;
  1820. right: 0;
  1821. left: 0;
  1822. padding: 10px 20px;
  1823. color: #555d66;
  1824. }
  1825. #wpfooter p {
  1826. font-size: 13px;
  1827. margin: 0;
  1828. line-height: 20px;
  1829. }
  1830. #footer-thankyou {
  1831. font-style: italic;
  1832. }
  1833. /*------------------------------------------------------------------------------
  1834. 25.0 - Tabbed Admin Screen Interface (Experimental)
  1835. ------------------------------------------------------------------------------*/
  1836. .nav-tab {
  1837. float: right;
  1838. border: 1px solid #ccc;
  1839. border-bottom: none;
  1840. margin-right: 0.5em; /* half the font size so set the font size properly */
  1841. padding: 5px 10px;
  1842. font-size: 14px;
  1843. line-height: 24px;
  1844. font-weight: 600;
  1845. background: #e5e5e5;
  1846. color: #555;
  1847. text-decoration: none;
  1848. white-space: nowrap;
  1849. }
  1850. h3 .nav-tab, /* Back-compat for pre-4.4 */
  1851. .nav-tab-small .nav-tab {
  1852. padding: 5px 14px;
  1853. font-size: 12px;
  1854. line-height: 16px;
  1855. }
  1856. .nav-tab:hover,
  1857. .nav-tab:focus {
  1858. background-color: #fff;
  1859. color: #444;
  1860. }
  1861. .nav-tab-active,
  1862. .nav-tab:focus:active {
  1863. -webkit-box-shadow: none;
  1864. box-shadow: none;
  1865. }
  1866. .nav-tab-active {
  1867. margin-bottom: -1px;
  1868. color: #444;
  1869. }
  1870. .nav-tab-active,
  1871. .nav-tab-active:hover,
  1872. .nav-tab-active:focus,
  1873. .nav-tab-active:focus:active {
  1874. border-bottom: 1px solid #f1f1f1;
  1875. background: #f1f1f1;
  1876. color: #000;
  1877. }
  1878. h1.nav-tab-wrapper, /* Back-compat for pre-4.4 */
  1879. .wrap h2.nav-tab-wrapper, /* higher specificity to override .wrap > h2:first-child */
  1880. .nav-tab-wrapper {
  1881. border-bottom: 1px solid #ccc;
  1882. margin: 0;
  1883. padding-top: 9px;
  1884. padding-bottom: 0;
  1885. line-height: inherit;
  1886. }
  1887. /* Back-compat for plugins. Deprecated. Use .wp-clearfix instead. */
  1888. .nav-tab-wrapper:not(.wp-clearfix):after {
  1889. content: "";
  1890. display: table;
  1891. clear: both;
  1892. }
  1893. .ie8 .nav-tab-wrapper {
  1894. /* contain floats establishing a new block formatting context */
  1895. display: inline-block;
  1896. width: 100%;
  1897. vertical-align: top;
  1898. }
  1899. /*------------------------------------------------------------------------------
  1900. 26.0 - Misc
  1901. ------------------------------------------------------------------------------*/
  1902. .spinner {
  1903. background: url(../images/spinner.gif) no-repeat;
  1904. -webkit-background-size: 20px 20px;
  1905. background-size: 20px 20px;
  1906. display: inline-block;
  1907. visibility: hidden;
  1908. float: left;
  1909. vertical-align: middle;
  1910. opacity: 0.7;
  1911. filter: alpha(opacity=70);
  1912. width: 20px;
  1913. height: 20px;
  1914. margin: 4px 10px 0;
  1915. }
  1916. .spinner.is-active,
  1917. .loading-content .spinner {
  1918. visibility: visible;
  1919. }
  1920. #template div {
  1921. margin-left: 190px;
  1922. }
  1923. .metabox-holder .stuffbox > h3, /* Back-compat for pre-4.4 */
  1924. .metabox-holder .postbox > h3, /* Back-compat for pre-4.4 */
  1925. .metabox-holder h3.hndle, /* Back-compat for pre-4.4 */
  1926. .metabox-holder h2.hndle {
  1927. font-size: 14px;
  1928. padding: 8px 12px;
  1929. margin: 0;
  1930. line-height: 1.4;
  1931. }
  1932. /* Back-compat for nav-menus screen */
  1933. .nav-menus-php .metabox-holder h3 {
  1934. padding: 10px 14px 11px 10px;
  1935. line-height: 21px;
  1936. }
  1937. #templateside ul li a {
  1938. text-decoration: none;
  1939. }
  1940. .plugin-install #description,
  1941. .plugin-install-network #description {
  1942. width: 60%;
  1943. }
  1944. table .vers,
  1945. table .column-visible,
  1946. table .column-rating {
  1947. text-align: right;
  1948. }
  1949. .attention,
  1950. .error-message {
  1951. color: red;
  1952. font-weight: 600;
  1953. }
  1954. /* Scrollbar fix for bulk upgrade iframe */
  1955. body.iframe {
  1956. height: 98%;
  1957. }
  1958. /* Upgrader styles, Specific to Language Packs */
  1959. .lp-show-latest p {
  1960. display: none;
  1961. }
  1962. .lp-show-latest p:last-child,
  1963. .lp-show-latest .lp-error p {
  1964. display: block;
  1965. }
  1966. /* - Only used once or twice in all of WP - deprecate for global style
  1967. ------------------------------------------------------------------------------*/
  1968. .media-icon {
  1969. width: 62px; /* icon + border */
  1970. text-align: center;
  1971. }
  1972. .media-icon img {
  1973. border: 1px solid #e5e5e5;
  1974. border: 1px solid rgba(0, 0, 0, 0.07);
  1975. }
  1976. #howto {
  1977. font-size: 11px;
  1978. margin: 0 5px;
  1979. display: block;
  1980. }
  1981. .importers {
  1982. font-size: 16px;
  1983. width: auto;
  1984. }
  1985. .importers td {
  1986. padding-left: 14px;
  1987. line-height: 1.5em;
  1988. }
  1989. .importers .import-system {
  1990. max-width: 250px;
  1991. }
  1992. .importers td.desc {
  1993. max-width: 500px;
  1994. }
  1995. .importer-title,
  1996. .importer-desc,
  1997. .importer-action {
  1998. display: block;
  1999. }
  2000. .importer-title {
  2001. color: #000;
  2002. font-size: 14px;
  2003. font-weight: 400;
  2004. margin-bottom: .2em;
  2005. }
  2006. .importer-action {
  2007. line-height: 20px; /* Same as with .updating-message */
  2008. color: #ddd;
  2009. margin-bottom: 1em;
  2010. }
  2011. .not-installed-main-site .importer-action {
  2012. color: #555;
  2013. }
  2014. #post-body #post-body-content #namediv h3, /* Back-compat for pre-4.4 */
  2015. #post-body #post-body-content #namediv h2 {
  2016. margin-top: 0;
  2017. }
  2018. .edit-comment-author {
  2019. font-size: 14px;
  2020. line-height: 1.4;
  2021. font-weight: 600;
  2022. color: #222;
  2023. margin: 2px 9px 0 0;
  2024. }
  2025. #namediv h3 label, /* Back-compat for pre-4.4 */
  2026. #namediv h2 label {
  2027. vertical-align: baseline;
  2028. }
  2029. #namediv table {
  2030. width: 100%;
  2031. }
  2032. #namediv td.first {
  2033. width: 10px;
  2034. white-space: nowrap;
  2035. }
  2036. #namediv input {
  2037. width: 98%;
  2038. }
  2039. #namediv p {
  2040. margin: 10px 0;
  2041. }
  2042. #submitdiv h3 {
  2043. margin-bottom: 0 !important;
  2044. }
  2045. /* - Used - but could/should be deprecated with a CSS reset
  2046. ------------------------------------------------------------------------------*/
  2047. .zerosize {
  2048. height: 0;
  2049. width: 0;
  2050. margin: 0;
  2051. border: 0;
  2052. padding: 0;
  2053. overflow: hidden;
  2054. position: absolute;
  2055. }
  2056. br.clear {
  2057. height: 2px;
  2058. line-height: 2px;
  2059. }
  2060. .checkbox {
  2061. border: none;
  2062. margin: 0;
  2063. padding: 0;
  2064. }
  2065. fieldset {
  2066. border: 0;
  2067. padding: 0;
  2068. margin: 0;
  2069. }
  2070. .post-categories {
  2071. display: inline;
  2072. margin: 0;
  2073. padding: 0;
  2074. }
  2075. .post-categories li {
  2076. display: inline;
  2077. }
  2078. /* Star Ratings - Back-compat for pre-3.8 */
  2079. div.star-holder {
  2080. position: relative;
  2081. height: 17px;
  2082. width: 100px;
  2083. background: url(../images/stars.png?ver=20121108) repeat-x bottom left;
  2084. }
  2085. div.star-holder .star-rating {
  2086. background: url(../images/stars.png?ver=20121108) repeat-x top left;
  2087. height: 17px;
  2088. float: right;
  2089. }
  2090. /* Star Ratings */
  2091. .star-rating {
  2092. white-space: nowrap;
  2093. }
  2094. .star-rating .star {
  2095. display: inline-block;
  2096. width: 20px;
  2097. height: 20px;
  2098. -webkit-font-smoothing: antialiased;
  2099. font-size: 20px;
  2100. line-height: 1;
  2101. font-family: dashicons;
  2102. text-decoration: inherit;
  2103. font-weight: 400;
  2104. font-style: normal;
  2105. vertical-align: top;
  2106. -webkit-transition: color .1s ease-in 0;
  2107. transition: color .1s ease-in 0;
  2108. text-align: center;
  2109. color: #ffb900;
  2110. }
  2111. .star-rating .star-full:before {
  2112. content: "\f155";
  2113. }
  2114. .star-rating .star-half:before {
  2115. content: "\f459";
  2116. }
  2117. .rtl .star-rating .star-half {
  2118. -webkit-transform: rotateY(180deg);
  2119. -ms-transform: rotateY(180deg);
  2120. transform: rotateY(180deg);
  2121. }
  2122. .star-rating .star-empty:before {
  2123. content: "\f154";
  2124. }
  2125. div.action-links {
  2126. font-weight: 400;
  2127. margin: 6px 0 0;
  2128. }
  2129. /* Plugin install thickbox */
  2130. #plugin-information {
  2131. background: #fff;
  2132. position: fixed;
  2133. top: 0;
  2134. left: 0;
  2135. bottom: 0;
  2136. right: 0;
  2137. height: 100%;
  2138. padding: 0;
  2139. }
  2140. #plugin-information-scrollable {
  2141. overflow: auto;
  2142. -webkit-overflow-scrolling: touch;
  2143. height: 100%;
  2144. }
  2145. #plugin-information-title {
  2146. padding: 0 20px;
  2147. background: #f5f5f5;
  2148. font-size: 22px;
  2149. font-weight: 600;
  2150. line-height: 56px;
  2151. position: relative;
  2152. top: 0;
  2153. left: 0;
  2154. right: 0;
  2155. height: 56px;
  2156. overflow: hidden;
  2157. text-overflow: ellipsis;
  2158. white-space: nowrap;
  2159. }
  2160. #plugin-information-title.with-banner {
  2161. margin-left: 0;
  2162. height: 250px;
  2163. bottom: 250px;
  2164. -webkit-background-size: cover;
  2165. background-size: cover;
  2166. }
  2167. #plugin-information-title h2 {
  2168. font-size: 1em;
  2169. font-weight: 600;
  2170. padding: 0;
  2171. margin: 0;
  2172. max-width: 680px;
  2173. overflow: hidden;
  2174. text-overflow: ellipsis;
  2175. white-space: nowrap;
  2176. }
  2177. #plugin-information-title.with-banner h2 {
  2178. font-family: "Helvetica Neue", sans-serif;
  2179. display: inline-block;
  2180. font-size: 30px;
  2181. line-height: 50px;
  2182. padding: 0 15px;
  2183. margin: 174px 10px 0 0;
  2184. color: #fff;
  2185. background: rgba( 30, 30, 30, 0.9 );
  2186. text-shadow: 0 1px 3px rgba( 0, 0, 0, 0.4 );
  2187. -webkit-box-shadow: 0 0 30px rgba( 255, 255, 255, 0.1 );
  2188. box-shadow: 0 0 30px rgba( 255, 255, 255, 0.1 );
  2189. -webkit-border-radius: 8px;
  2190. border-radius: 8px;
  2191. }
  2192. #plugin-information-title div.vignette {
  2193. display: none;
  2194. }
  2195. #plugin-information-title.with-banner div.vignette {
  2196. display: block;
  2197. float: left;
  2198. top: 0;
  2199. height: 250px;
  2200. width: 772px;
  2201. margin: 0 -20px;
  2202. background: transparent;
  2203. -webkit-box-shadow: inset 0 0 50px 4px rgba( 0, 0, 0, 0.2 ), inset 0 -1px 0 rgba( 0, 0, 0, 0.1 );
  2204. box-shadow: inset 0 0 50px 4px rgba( 0, 0, 0, 0.2 ), inset 0 -1px 0 rgba( 0, 0, 0, 0.1 );
  2205. }
  2206. #plugin-information-tabs {
  2207. padding: 0 16px;
  2208. position: relative;
  2209. left: 0;
  2210. right: 0;
  2211. min-height: 36px;
  2212. font-size: 0;
  2213. z-index: 1;
  2214. border-bottom: 1px solid #ddd;
  2215. background: #f3f3f3;
  2216. }
  2217. #plugin-information-tabs a {
  2218. position: relative;
  2219. display: inline-block;
  2220. padding: 9px 10px;
  2221. margin: 0;
  2222. height: 18px;
  2223. line-height: 18px;
  2224. font-size: 14px;
  2225. text-decoration: none;
  2226. -webkit-transition: none;
  2227. transition: none;
  2228. }
  2229. #plugin-information-tabs a.current {
  2230. margin: 0 -1px -1px;
  2231. background: #fff;
  2232. border: 1px solid #ddd;
  2233. border-bottom-color: #fff;
  2234. padding-top: 8px;
  2235. color: #32373c;
  2236. }
  2237. #plugin-information-tabs.with-banner a.current {
  2238. border-top: none;
  2239. padding-top: 9px;
  2240. }
  2241. #plugin-information-tabs a:active,
  2242. #plugin-information-tabs a:focus {
  2243. outline: none;
  2244. }
  2245. #plugin-information-content {
  2246. overflow: hidden; /* equal height column trick */
  2247. background: #fff;
  2248. position: relative;
  2249. top: 0;
  2250. left: 0;
  2251. right: 0;
  2252. min-height: 100%;
  2253. /* Height of title + tabs + install now */
  2254. min-height: -webkit-calc( 100% - 152px );
  2255. min-height: calc( 100% - 152px );
  2256. }
  2257. #plugin-information-content.with-banner {
  2258. /* Height of banner + tabs + install now */
  2259. min-height: -webkit-calc( 100% - 346px );
  2260. min-height: calc( 100% - 346px );
  2261. }
  2262. #section-holder {
  2263. position: relative;
  2264. top: 0;
  2265. left: 250px;
  2266. bottom: 0;
  2267. right: 0;
  2268. margin-left: 250px; /* FYI box */
  2269. padding: 10px 26px;
  2270. margin-bottom: -99939px; /* 60px less than the padding below to accommodate footer */
  2271. padding-bottom: 99999px; /* equal height column trick */
  2272. }
  2273. #section-holder .updated {
  2274. margin: 16px 0;
  2275. }
  2276. #plugin-information .fyi {
  2277. float: left;
  2278. position: relative;
  2279. top: 0;
  2280. left: 0;
  2281. padding: 16px;
  2282. margin-bottom: -99939px; /* 60px less than the padding below to accommodate footer */
  2283. padding-bottom: 99999px; /* equal height column trick */
  2284. width: 217px;
  2285. border-right: 1px solid #ddd;
  2286. background: #f3f3f3;
  2287. color: #666;
  2288. }
  2289. #plugin-information .fyi strong {
  2290. color: #444;
  2291. }
  2292. #plugin-information .fyi h3 {
  2293. font-weight: 600;
  2294. text-transform: uppercase;
  2295. font-size: 12px;
  2296. color: #666;
  2297. margin: 24px 0 8px;
  2298. }
  2299. #plugin-information .fyi h2 {
  2300. font-size: 0.9em;
  2301. margin-bottom: 0;
  2302. margin-left: 0;
  2303. }
  2304. #plugin-information .fyi ul {
  2305. padding: 0;
  2306. margin: 0;
  2307. list-style: none;
  2308. }
  2309. #plugin-information .fyi li {
  2310. margin: 0 0 10px;
  2311. }
  2312. #plugin-information .fyi-description {
  2313. margin-top: 0;
  2314. }
  2315. #plugin-information .counter-container {
  2316. margin: 3px 0;
  2317. }
  2318. #plugin-information .counter-label {
  2319. float: right;
  2320. margin-left: 5px;
  2321. min-width: 55px;
  2322. }
  2323. #plugin-information .counter-back {
  2324. height: 17px;
  2325. width: 92px;
  2326. background-color: #e5e5e5;
  2327. float: right;
  2328. }
  2329. #plugin-information .counter-bar {
  2330. height: 17px;
  2331. background-color: #ffc733; /* slightly lighter than stars due to larger expanse */
  2332. float: right;
  2333. }
  2334. #plugin-information .counter-count {
  2335. margin-right: 5px;
  2336. }
  2337. #plugin-information .fyi ul.contributors {
  2338. margin-top: 10px;
  2339. }
  2340. #plugin-information .fyi ul.contributors li {
  2341. display: inline-block;
  2342. margin-left: 8px;
  2343. vertical-align: middle;
  2344. }
  2345. #plugin-information .fyi ul.contributors li {
  2346. display: inline-block;
  2347. margin-left: 8px;
  2348. vertical-align: middle;
  2349. }
  2350. #plugin-information .fyi ul.contributors li img {
  2351. vertical-align: middle;
  2352. margin-left: 4px;
  2353. }
  2354. #plugin-information-footer {
  2355. padding: 13px 16px;
  2356. position: absolute;
  2357. left: 0;
  2358. bottom: 0;
  2359. right: 0;
  2360. height: 33px; /* 33+13+13+1=60 */
  2361. border-top: 1px solid #ddd;
  2362. background: #f3f3f3;
  2363. }
  2364. /* rtl:ignore */
  2365. #plugin-information .section {
  2366. direction: ltr;
  2367. }
  2368. /* rtl:ignore */
  2369. #plugin-information .section ul,
  2370. #plugin-information .section ol {
  2371. list-style-type: disc;
  2372. margin-left: 24px;
  2373. }
  2374. #plugin-information .section,
  2375. #plugin-information .section p {
  2376. font-size: 14px;
  2377. line-height: 1.7;
  2378. }
  2379. #plugin-information #section-screenshots ol {
  2380. list-style: none;
  2381. margin: 0;
  2382. }
  2383. #plugin-information #section-screenshots li img {
  2384. vertical-align: text-top;
  2385. margin-top: 16px;
  2386. max-width: 100%;
  2387. width: auto;
  2388. height: auto;
  2389. -webkit-box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.3 );
  2390. box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.3 );
  2391. }
  2392. /* rtl:ignore */
  2393. #plugin-information #section-screenshots li p {
  2394. font-style: italic;
  2395. padding-left: 20px;
  2396. }
  2397. #plugin-information pre {
  2398. padding: 7px;
  2399. overflow: auto;
  2400. border: 1px solid #ccc;
  2401. }
  2402. /* rtl:ignore */
  2403. #plugin-information .review {
  2404. overflow: hidden; /* clearfix */
  2405. width: 100%;
  2406. margin-bottom: 20px;
  2407. border-bottom: 1px solid #e5e5e5;
  2408. }
  2409. #plugin-information .review-title-section {
  2410. overflow: hidden; /* clearfix */
  2411. }
  2412. /* rtl:ignore */
  2413. #plugin-information .review-title-section h4 {
  2414. display: inline-block;
  2415. float: left;
  2416. margin: 0 6px 0 0;
  2417. }
  2418. #plugin-information .reviewer-info p {
  2419. clear: both;
  2420. margin: 0;
  2421. padding-top: 2px;
  2422. }
  2423. /* rtl:ignore */
  2424. #plugin-information .reviewer-info .avatar {
  2425. float: left;
  2426. margin: 4px 6px 0 0;
  2427. }
  2428. /* rtl:ignore */
  2429. #plugin-information .reviewer-info .star-rating {
  2430. float: left;
  2431. }
  2432. /* rtl:ignore */
  2433. #plugin-information .review-meta {
  2434. float: left;
  2435. margin-left: 0.75em;
  2436. }
  2437. /* rtl:ignore */
  2438. #plugin-information .review-body {
  2439. float: left;
  2440. width: 100%;
  2441. }
  2442. .plugin-version-author-uri {
  2443. font-size: 13px;
  2444. }
  2445. /* For non-js plugin installation screen ticket #36430. */
  2446. .update-php .button.button-primary {
  2447. margin-left: 1em;
  2448. }
  2449. @media screen and ( max-width: 771px ) {
  2450. #plugin-information-title.with-banner {
  2451. height: 100px;
  2452. bottom: 100px;
  2453. }
  2454. #plugin-information-title.with-banner h2 {
  2455. margin-top: 30px;
  2456. font-size: 20px;
  2457. line-height: 40px;
  2458. max-width: 85%;
  2459. }
  2460. #plugin-information-title.with-banner div.vignette {
  2461. height: 100px;
  2462. bottom: 100px;
  2463. width: 800%;
  2464. }
  2465. #plugin-information-tabs {
  2466. overflow: hidden; /* clearfix */
  2467. padding: 0;
  2468. height: auto; /* let tabs wrap */
  2469. }
  2470. #plugin-information-tabs a.current {
  2471. margin-bottom: 0;
  2472. border-bottom: none;
  2473. }
  2474. #plugin-information .fyi {
  2475. float: none;
  2476. border: 1px solid #ddd;
  2477. position: static;
  2478. width: auto;
  2479. margin: 26px 26px 0;
  2480. padding-bottom: 0; /* reset from the two column height fix */
  2481. }
  2482. #section-holder {
  2483. position: static;
  2484. margin: 0;
  2485. padding-bottom: 70px; /* reset from the two column height fix, plus accommodate footer */
  2486. }
  2487. #plugin-information .fyi h3,
  2488. #plugin-information .fyi small {
  2489. display: none;
  2490. }
  2491. #plugin-information-footer {
  2492. padding: 12px 16px 0;
  2493. height: 46px;
  2494. }
  2495. }
  2496. /* Thickbox for Plugin Install screen */
  2497. body.about-php #TB_window,
  2498. body.plugin-install-php #TB_window,
  2499. body.import-php #TB_window,
  2500. body.plugins-php #TB_window,
  2501. body.update-core-php #TB_window,
  2502. body.index-php #TB_window {
  2503. background: #fcfcfc;
  2504. }
  2505. /* IE 8 needs a change in the pseudo element content */
  2506. .ie8 body.about-php #TB_window:before,
  2507. .ie8 body.plugin-install-php #TB_window:before,
  2508. .ie8 body.import-php #TB_window:before,
  2509. .ie8 body.plugins-php #TB_window:before,
  2510. .ie8 body.update-core-php #TB_window:before,
  2511. .ie8 body.index-php #TB_window:before {
  2512. content: " ";
  2513. background: none;
  2514. }
  2515. body.about-php #TB_window.thickbox-loading:before,
  2516. body.plugin-install-php #TB_window.thickbox-loading:before,
  2517. body.import-php #TB_window.thickbox-loading:before,
  2518. body.plugins-php #TB_window.thickbox-loading:before,
  2519. body.update-core-php #TB_window.thickbox-loading:before,
  2520. body.index-php #TB_window.thickbox-loading:before {
  2521. content: "";
  2522. display: block;
  2523. width: 20px;
  2524. height: 20px;
  2525. position: absolute;
  2526. right: 50%;
  2527. top: 50%;
  2528. z-index: -1;
  2529. margin: -10px -10px 0 0;
  2530. background: #fcfcfc url(../images/spinner.gif) no-repeat center;
  2531. -webkit-background-size: 20px 20px;
  2532. background-size: 20px 20px;
  2533. -webkit-transform: translateZ(0);
  2534. transform: translateZ(0);
  2535. }
  2536. @media print,
  2537. (-webkit-min-device-pixel-ratio: 1.25),
  2538. (min-resolution: 120dpi) {
  2539. body.about-php #TB_window.thickbox-loading:before,
  2540. body.plugin-install-php #TB_window.thickbox-loading:before,
  2541. body.import-php #TB_window.thickbox-loading:before,
  2542. body.plugins-php #TB_window.thickbox-loading:before,
  2543. body.update-core-php #TB_window.thickbox-loading:before,
  2544. body.index-php #TB_window.thickbox-loading:before {
  2545. background-image: url(../images/spinner-2x.gif);
  2546. }
  2547. }
  2548. body.about-php #TB_title,
  2549. body.plugin-install-php #TB_title,
  2550. body.import-php #TB_title,
  2551. body.plugins-php #TB_title,
  2552. body.update-core-php #TB_title,
  2553. body.index-php #TB_title {
  2554. float: right;
  2555. height: 1px;
  2556. }
  2557. body.about-php #TB_ajaxWindowTitle,
  2558. body.plugin-install-php #TB_ajaxWindowTitle,
  2559. body.import-php #TB_ajaxWindowTitle,
  2560. body.plugins-php #TB_ajaxWindowTitle,
  2561. body.update-core-php #TB_ajaxWindowTitle,
  2562. body.index-php #TB_ajaxWindowTitle {
  2563. display: none;
  2564. }
  2565. /* only on these screens */
  2566. .about-php #TB_closeWindowButton,
  2567. .plugin-install-php #TB_closeWindowButton,
  2568. .import-php #TB_closeWindowButton,
  2569. .plugins-php #TB_closeWindowButton,
  2570. .update-core-php #TB_closeWindowButton,
  2571. .index-php #TB_closeWindowButton {
  2572. right: auto;
  2573. left: -30px;
  2574. color: #eee;
  2575. }
  2576. body.about-php #TB_closeWindowButton:hover,
  2577. body.about-php #TB_closeWindowButton:focus,
  2578. body.plugin-install-php #TB_closeWindowButton:hover,
  2579. body.plugin-install-php #TB_closeWindowButton:focus,
  2580. body.import-php #TB_closeWindowButton:hover,
  2581. body.import-php #TB_closeWindowButton:focus,
  2582. body.plugins-php #TB_closeWindowButton:hover,
  2583. body.plugins-php #TB_closeWindowButton:focus,
  2584. body.update-core-php #TB_closeWindowButton:hover,
  2585. body.update-core-php #TB_closeWindowButton:focus,
  2586. body.index-php #TB_closeWindowButton:hover,
  2587. body.index-php #TB_closeWindowButton:focus {
  2588. color: #00a0d2;
  2589. outline: none;
  2590. -webkit-box-shadow: none;
  2591. box-shadow: none;
  2592. }
  2593. body.about-php .tb-close-icon,
  2594. body.plugin-install-php .tb-close-icon,
  2595. body.import-php .tb-close-icon,
  2596. body.plugins-php .tb-close-icon,
  2597. body.update-core-php .tb-close-icon,
  2598. body.index-php .tb-close-icon {
  2599. display: none;
  2600. }
  2601. body.about-php #TB_closeWindowButton:after,
  2602. body.plugin-install-php #TB_closeWindowButton:after,
  2603. body.import-php #TB_closeWindowButton:after,
  2604. body.plugins-php #TB_closeWindowButton:after,
  2605. body.update-core-php #TB_closeWindowButton:after,
  2606. body.index-php #TB_closeWindowButton:after {
  2607. content: "\f335";
  2608. font: normal 32px/29px 'dashicons';
  2609. speak: none;
  2610. -webkit-font-smoothing: antialiased;
  2611. -moz-osx-font-smoothing: grayscale;
  2612. }
  2613. /* move plugin install close icon to top on narrow screens */
  2614. @media screen and ( max-width: 830px ) {
  2615. body.about-php #TB_closeWindowButton,
  2616. body.plugin-install-php #TB_closeWindowButton,
  2617. body.import-php #TB_closeWindowButton,
  2618. body.plugins-php #TB_closeWindowButton,
  2619. body.update-core-php #TB_closeWindowButton,
  2620. body.index-php #TB_closeWindowButton {
  2621. left: 0;
  2622. top: -30px;
  2623. }
  2624. }
  2625. /* @todo: move this. */
  2626. img {
  2627. border: none;
  2628. }
  2629. /* Metabox collapse arrow indicators */
  2630. .js .sidebar-name .sidebar-name-arrow:before,
  2631. .js .meta-box-sortables .postbox .toggle-indicator:before,
  2632. .bulk-action-notice .toggle-indicator:before {
  2633. content: "\f142";
  2634. display: inline-block;
  2635. font: normal 20px/1 dashicons;
  2636. speak: none;
  2637. -webkit-font-smoothing: antialiased;
  2638. -moz-osx-font-smoothing: grayscale;
  2639. text-decoration: none !important;
  2640. }
  2641. .js .widgets-holder-wrap.closed .sidebar-name-arrow:before,
  2642. .js .meta-box-sortables .postbox.closed .handlediv .toggle-indicator:before,
  2643. .bulk-action-notice .bulk-action-errors-collapsed .toggle-indicator:before {
  2644. content: "\f140";
  2645. }
  2646. .js .sidebar-name .sidebar-name-arrow:before {
  2647. padding: 10px;
  2648. right: 0;
  2649. }
  2650. .js #widgets-left .sidebar-name .sidebar-name-arrow {
  2651. display: none;
  2652. }
  2653. .js #widgets-left .widgets-holder-wrap.closed .sidebar-name .sidebar-name-arrow,
  2654. .js #widgets-left .sidebar-name:hover .sidebar-name-arrow {
  2655. display: block;
  2656. }
  2657. .js .postbox .handlediv .toggle-indicator:before {
  2658. margin-top: 4px;
  2659. width: 20px;
  2660. -webkit-border-radius: 50%;
  2661. border-radius: 50%;
  2662. text-indent: -1px; /* account for the dashicon alignment */
  2663. }
  2664. .rtl.js .postbox .handlediv .toggle-indicator:before {
  2665. text-indent: 1px; /* account for the dashicon alignment */
  2666. }
  2667. .bulk-action-notice .toggle-indicator:before {
  2668. line-height: 16px;
  2669. vertical-align: top;
  2670. color: #72777c;
  2671. }
  2672. .js .postbox .handlediv:focus {
  2673. -webkit-box-shadow: none;
  2674. box-shadow: none;
  2675. outline: none;
  2676. }
  2677. .js .postbox .handlediv:focus .toggle-indicator:before {
  2678. -webkit-box-shadow:
  2679. 0 0 0 1px #5b9dd9,
  2680. 0 0 2px 1px rgba(30, 140, 190, .8);
  2681. box-shadow:
  2682. 0 0 0 1px #5b9dd9,
  2683. 0 0 2px 1px rgba(30, 140, 190, .8);
  2684. }
  2685. /* @todo: appears to be Press This only and overridden */
  2686. #photo-add-url-div input[type="text"] {
  2687. width: 300px;
  2688. }
  2689. /* Theme/Plugin Editor */
  2690. .alignleft h2 {
  2691. margin: 0;
  2692. }
  2693. #template textarea {
  2694. font-family: Consolas, Monaco, monospace;
  2695. font-size: 13px;
  2696. width: 97%;
  2697. background: #f9f9f9;
  2698. outline: none;
  2699. }
  2700. /* rtl:ignore */
  2701. #template textarea,
  2702. #docs-list {
  2703. direction: ltr;
  2704. }
  2705. #template p {
  2706. width: 97%;
  2707. }
  2708. #templateside {
  2709. float: left;
  2710. width: 190px;
  2711. word-wrap: break-word;
  2712. }
  2713. #templateside h2,
  2714. #postcustomstuff p.submit {
  2715. margin: 0;
  2716. }
  2717. #templateside h4 {
  2718. margin: 1em 0 0;
  2719. }
  2720. #templateside ol,
  2721. #templateside ul {
  2722. margin: .5em 0;
  2723. padding: 0;
  2724. }
  2725. #templateside li {
  2726. margin: 4px 0;
  2727. }
  2728. #templateside li a,
  2729. .theme-editor-php .highlight {
  2730. display: block;
  2731. padding: 3px 12px 3px 3px;
  2732. text-decoration: none;
  2733. }
  2734. .theme-editor-php .highlight {
  2735. margin: -3px -12px -3px 3px;
  2736. }
  2737. #templateside .highlight {
  2738. border: none;
  2739. font-weight: 600;
  2740. }
  2741. .nonessential {
  2742. color: #666;
  2743. font-size: 11px;
  2744. font-style: italic;
  2745. padding-right: 12px;
  2746. }
  2747. #documentation {
  2748. margin-top: 10px;
  2749. }
  2750. #documentation label {
  2751. line-height: 22px;
  2752. vertical-align: baseline;
  2753. font-weight: 600;
  2754. }
  2755. .fileedit-sub {
  2756. padding: 10px 0 8px;
  2757. line-height: 180%;
  2758. }
  2759. /* @todo: can we use a common class for these? */
  2760. .nav-menus-php .item-edit:before,
  2761. .widget-top a.widget-action:after,
  2762. .control-section .accordion-section-title:after,
  2763. .accordion-section-title:after {
  2764. left: 0;
  2765. content: "\f140";
  2766. border: none;
  2767. background: none;
  2768. font: normal 20px/1 dashicons;
  2769. speak: none;
  2770. display: block;
  2771. padding: 0;
  2772. text-indent: 0;
  2773. text-align: center;
  2774. position: relative;
  2775. -webkit-font-smoothing: antialiased;
  2776. -moz-osx-font-smoothing: grayscale;
  2777. text-decoration: none !important;
  2778. }
  2779. .handlediv,
  2780. .item-edit,
  2781. .sidebar-name-arrow,
  2782. .accordion-section-title:after {
  2783. color: #72777c;
  2784. }
  2785. .widget-action {
  2786. color: #555d66; /* #fafafa background in the Widgets screen */
  2787. }
  2788. .widget-top:hover .widget-action,
  2789. .widget-action:focus,
  2790. .handlediv:hover,
  2791. .handlediv:focus,
  2792. .item-edit:hover,
  2793. .item-edit:focus,
  2794. .sidebar-name:hover .sidebar-name-arrow,
  2795. .accordion-section-title:hover:after {
  2796. color: #23282d;
  2797. }
  2798. .widget-top a.widget-action:after {
  2799. padding: 1px 0px 1px 2px;
  2800. margin-top: 10px;
  2801. margin-left: 10px;
  2802. -webkit-border-radius: 50%;
  2803. border-radius: 50%;
  2804. }
  2805. .widget-top a.widget-action:focus:after {
  2806. -webkit-box-shadow:
  2807. 0 0 0 1px #5b9dd9,
  2808. 0 0 2px 1px rgba(30,140,190,.8);
  2809. box-shadow:
  2810. 0 0 0 1px #5b9dd9,
  2811. 0 0 2px 1px rgba(30,140,190,.8);
  2812. }
  2813. .control-section .accordion-section-title:after,
  2814. .accordion-section-title:after {
  2815. float: left;
  2816. left: 20px;
  2817. top: -2px;
  2818. }
  2819. .control-section.open .accordion-section-title:after,
  2820. #customize-info.open .accordion-section-title:after,
  2821. .nav-menus-php .menu-item-edit-active .item-edit:before,
  2822. .widget.open .widget-top a.widget-action:after {
  2823. content: "\f142";
  2824. }
  2825. /*!
  2826. * jQuery UI Draggable/Sortable 1.11.4
  2827. * http://jqueryui.com
  2828. *
  2829. * Copyright jQuery Foundation and other contributors
  2830. * Released under the MIT license.
  2831. * http://jquery.org/license
  2832. */
  2833. .ui-draggable-handle,
  2834. .ui-sortable-handle {
  2835. -ms-touch-action: none;
  2836. touch-action: none;
  2837. }
  2838. /* Accordion */
  2839. .accordion-section {
  2840. border-bottom: 1px solid #ddd;
  2841. margin: 0;
  2842. }
  2843. .accordion-section.open .accordion-section-content,
  2844. .no-js .accordion-section .accordion-section-content {
  2845. display: block;
  2846. }
  2847. .accordion-section.open:hover {
  2848. border-bottom-color: #ddd;
  2849. }
  2850. .accordion-section-content {
  2851. display: none;
  2852. padding: 10px 20px 15px;
  2853. overflow: hidden;
  2854. background: #fff;
  2855. }
  2856. .accordion-section-title {
  2857. margin: 0;
  2858. padding: 12px 15px 15px;
  2859. position: relative;
  2860. border-right: 1px solid #ddd;
  2861. border-left: 1px solid #ddd;
  2862. -webkit-user-select: none;
  2863. -moz-user-select: none;
  2864. -ms-user-select: none;
  2865. user-select: none;
  2866. }
  2867. .js .accordion-section-title {
  2868. cursor: pointer;
  2869. }
  2870. .js .accordion-section-title:after {
  2871. position: absolute;
  2872. top: 12px;
  2873. left: 10px;
  2874. z-index: 1;
  2875. }
  2876. .accordion-section-title:focus {
  2877. outline: none;
  2878. }
  2879. .accordion-section-title:hover:after,
  2880. .accordion-section-title:focus:after {
  2881. border-color: #a0a5aa transparent;
  2882. }
  2883. .cannot-expand .accordion-section-title {
  2884. cursor: auto;
  2885. }
  2886. .cannot-expand .accordion-section-title:after {
  2887. display: none;
  2888. }
  2889. .control-section .accordion-section-title,
  2890. .customize-pane-child .accordion-section-title {
  2891. border-right: none;
  2892. border-left: none;
  2893. padding: 10px 14px 11px 10px;
  2894. line-height: 21px;
  2895. background: #fff;
  2896. }
  2897. .control-section .accordion-section-title:after,
  2898. .customize-pane-child .accordion-section-title:after {
  2899. top: 11px;
  2900. }
  2901. .js .control-section:hover .accordion-section-title,
  2902. .js .control-section .accordion-section-title:hover,
  2903. .js .control-section.open .accordion-section-title,
  2904. .js .control-section .accordion-section-title:focus {
  2905. color: #23282d;
  2906. background: #f5f5f5;
  2907. }
  2908. .control-section.open .accordion-section-title {
  2909. /* When expanded */
  2910. border-bottom: 1px solid #ddd;
  2911. }
  2912. /* Edit Site */
  2913. .network-admin .edit-site-actions {
  2914. margin-top: 0;
  2915. }
  2916. /* My Sites */
  2917. .my-sites {
  2918. display: block;
  2919. overflow: auto;
  2920. zoom: 1;
  2921. }
  2922. .my-sites li {
  2923. display: block;
  2924. padding: 8px 3%;
  2925. min-height: 130px;
  2926. margin: 0;
  2927. }
  2928. @media only screen and (max-width: 599px) {
  2929. .my-sites li {
  2930. min-height: 0;
  2931. }
  2932. }
  2933. @media only screen and (min-width: 600px) {
  2934. .my-sites.striped li {
  2935. background-color: #fff;
  2936. position: relative;
  2937. }
  2938. .my-sites.striped li:after {
  2939. content: "";
  2940. width: 1px;
  2941. height: 100%;
  2942. position: absolute;
  2943. top: 0;
  2944. left: 0;
  2945. background: #ccc;
  2946. }
  2947. }
  2948. @media only screen and (min-width: 600px) and (max-width: 699px) {
  2949. .my-sites li{
  2950. float: right;
  2951. width: 44%;
  2952. }
  2953. .my-sites.striped li {
  2954. background-color: #fff;
  2955. }
  2956. .my-sites.striped li:nth-of-type(2n+1) {
  2957. clear: right;
  2958. }
  2959. .my-sites.striped li:nth-of-type(2n+2):after {
  2960. content: none;
  2961. }
  2962. .my-sites li:nth-of-type(4n+1),
  2963. .my-sites li:nth-of-type(4n+2) {
  2964. background-color: #f9f9f9;
  2965. }
  2966. }
  2967. @media only screen and (min-width: 700px) and (max-width: 1199px) {
  2968. .my-sites li {
  2969. float: right;
  2970. width: 27.333333%;
  2971. background-color: #fff;
  2972. }
  2973. .my-sites.striped li:nth-of-type(3n+3):after {
  2974. content: none;
  2975. }
  2976. .my-sites li:nth-of-type(6n+1),
  2977. .my-sites li:nth-of-type(6n+2),
  2978. .my-sites li:nth-of-type(6n+3) {
  2979. background-color: #f9f9f9;
  2980. }
  2981. }
  2982. @media only screen and (min-width: 1200px) and (max-width: 1399px) {
  2983. .my-sites li {
  2984. float: right;
  2985. width: 21%;
  2986. padding: 8px 2%;
  2987. background-color: #fff;
  2988. }
  2989. .my-sites.striped li:nth-of-type(4n+1) {
  2990. clear: right;
  2991. }
  2992. .my-sites.striped li:nth-of-type(4n+4):after {
  2993. content: none;
  2994. }
  2995. .my-sites li:nth-of-type(8n+1),
  2996. .my-sites li:nth-of-type(8n+2),
  2997. .my-sites li:nth-of-type(8n+3),
  2998. .my-sites li:nth-of-type(8n+4) {
  2999. background-color: #f9f9f9;
  3000. }
  3001. }
  3002. @media only screen and (min-width: 1400px) and (max-width: 1599px) {
  3003. .my-sites li {
  3004. float: right;
  3005. width: 16%;
  3006. padding: 8px 2%;
  3007. background-color: #fff;
  3008. }
  3009. .my-sites.striped li:nth-of-type(5n+1) {
  3010. clear: right;
  3011. }
  3012. .my-sites.striped li:nth-of-type(5n+5):after {
  3013. content: none;
  3014. }
  3015. .my-sites li:nth-of-type(10n+1),
  3016. .my-sites li:nth-of-type(10n+2),
  3017. .my-sites li:nth-of-type(10n+3),
  3018. .my-sites li:nth-of-type(10n+4),
  3019. .my-sites li:nth-of-type(10n+5) {
  3020. background-color: #f9f9f9;
  3021. }
  3022. }
  3023. @media only screen and (min-width: 1600px) {
  3024. .my-sites li {
  3025. float: right;
  3026. width: 12.666666%;
  3027. padding: 8px 2%;
  3028. background-color: #fff;
  3029. }
  3030. .my-sites.striped li:nth-of-type(6n+1) {
  3031. clear: right;
  3032. }
  3033. .my-sites.striped li:nth-of-type(6n+6):after {
  3034. content: none;
  3035. }
  3036. .my-sites li:nth-of-type(12n+1),
  3037. .my-sites li:nth-of-type(12n+2),
  3038. .my-sites li:nth-of-type(12n+3),
  3039. .my-sites li:nth-of-type(12n+4),
  3040. .my-sites li:nth-of-type(12n+5),
  3041. .my-sites li:nth-of-type(12n+6) {
  3042. background-color: #f9f9f9;
  3043. }
  3044. }
  3045. .my-sites li a {
  3046. text-decoration: none;
  3047. }
  3048. /* =Media Queries
  3049. -------------------------------------------------------------- */
  3050. /**
  3051. * HiDPI Displays
  3052. */
  3053. @media print,
  3054. (-webkit-min-device-pixel-ratio: 1.25),
  3055. (min-resolution: 120dpi) {
  3056. /* Back-compat for pre-3.8 */
  3057. div.star-holder,
  3058. div.star-holder .star-rating {
  3059. background: url(../images/stars-2x.png?ver=20121108) repeat-x bottom left;
  3060. -webkit-background-size: 21px 37px;
  3061. background-size: 21px 37px;
  3062. }
  3063. .spinner {
  3064. background-image: url(../images/spinner-2x.gif);
  3065. }
  3066. /* @todo: evaluate - most of these were likely replaced by dashicons */
  3067. .curtime #timestamp,
  3068. #screen-meta-links a.show-settings,
  3069. .widget-top a.widget-action,
  3070. .widget-top a.widget-action:hover,
  3071. .sidebar-name-arrow,
  3072. .sidebar-name:hover .sidebar-name-arrow,
  3073. .meta-box-sortables .postbox:hover .handlediv,
  3074. #bulk-titles div a,
  3075. #bulk-titles div a:hover {
  3076. background: none !important;
  3077. }
  3078. }
  3079. @-ms-viewport {
  3080. width: device-width;
  3081. }
  3082. @media screen and ( max-width: 782px ) {
  3083. html.wp-toolbar {
  3084. padding-top: 46px;
  3085. }
  3086. body {
  3087. min-width: 240px;
  3088. overflow-x: hidden;
  3089. }
  3090. body * {
  3091. -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  3092. }
  3093. #wpcontent {
  3094. position: relative;
  3095. margin-right: 0;
  3096. padding-right: 10px;
  3097. }
  3098. #wpbody-content {
  3099. padding-bottom: 100px;
  3100. }
  3101. .wrap {
  3102. margin-left: 12px;
  3103. margin-right: 0;
  3104. }
  3105. /* categories */
  3106. #col-left,
  3107. #col-right {
  3108. float: none;
  3109. width: auto;
  3110. }
  3111. #col-left .col-wrap,
  3112. #col-right .col-wrap {
  3113. padding: 0;
  3114. }
  3115. /* Hidden Elements */
  3116. #screen-meta,
  3117. #screen-meta-links,
  3118. #collapse-menu,
  3119. .post-format-select {
  3120. display: none !important;
  3121. }
  3122. .wrap h1.wp-heading-inline {
  3123. margin-bottom: 0.5em;
  3124. }
  3125. .wrap .add-new-h2, /* deprecated */
  3126. .wrap .add-new-h2:active, /* deprecated */
  3127. .wrap .page-title-action,
  3128. .wrap .page-title-action:active {
  3129. padding: 10px 15px;
  3130. font-size: 14px;
  3131. white-space: nowrap;
  3132. }
  3133. .wp-color-result {
  3134. height: auto;
  3135. padding-right: 45px;
  3136. }
  3137. .wp-color-result:after {
  3138. font-size: 14px;
  3139. height: auto;
  3140. padding: 6px 14px;
  3141. }
  3142. /* Feedback Messages */
  3143. .notice,
  3144. .wrap div.updated,
  3145. .wrap div.error,
  3146. .media-upload-form div.error {
  3147. margin: 20px 0 10px 0;
  3148. padding: 5px 10px;
  3149. font-size: 14px;
  3150. line-height: 175%;
  3151. }
  3152. .wp-core-ui .notice.is-dismissible {
  3153. padding-left: 46px;
  3154. }
  3155. .notice-dismiss {
  3156. padding: 13px;
  3157. }
  3158. .wrap .icon32 + h2 {
  3159. margin-top: -2px;
  3160. }
  3161. .wp-responsive-open #wpbody {
  3162. left: -190px;
  3163. }
  3164. code {
  3165. word-wrap: break-word;
  3166. }
  3167. /* General Metabox */
  3168. .postbox {
  3169. font-size: 14px;
  3170. }
  3171. .metabox-holder h3.hndle, /* Back-compat for pre-4.4 */
  3172. .metabox-holder .stuffbox > h3, /* Back-compat for pre-4.4 */
  3173. .metabox-holder .postbox > h3, /* Back-compat for pre-4.4 */
  3174. .metabox-holder h2 {
  3175. padding: 12px;
  3176. }
  3177. .postbox .handlediv {
  3178. margin-top: 3px;
  3179. }
  3180. /* Subsubsub Nav */
  3181. .subsubsub {
  3182. font-size: 16px;
  3183. text-align: center;
  3184. margin-bottom: 15px;
  3185. }
  3186. /* Theme/Plugin File Editor */
  3187. #templateside {
  3188. float: none;
  3189. width: auto;
  3190. }
  3191. #templateside li {
  3192. margin: 0;
  3193. }
  3194. #templateside li a {
  3195. display: block;
  3196. padding: 5px;
  3197. }
  3198. #templateside .highlight {
  3199. padding: 5px;
  3200. margin-right: -5px;
  3201. margin-top: -5px;
  3202. }
  3203. #template div {
  3204. float: none;
  3205. margin: 0;
  3206. width: auto;
  3207. }
  3208. #template textarea {
  3209. width: 100%;
  3210. }
  3211. .fileedit-sub .alignright {
  3212. margin-top: 15px;
  3213. }
  3214. #wpfooter {
  3215. display: none;
  3216. }
  3217. #comments-form .checkforspam {
  3218. display: none;
  3219. }
  3220. .edit-comment-author {
  3221. margin: 2px 0 0;
  3222. }
  3223. .filter-drawer .filter-group-feature input,
  3224. .filter-drawer .filter-group-feature label {
  3225. line-height: 25px;
  3226. }
  3227. .wp-filter .button.drawer-toggle {
  3228. font-size: 13px;
  3229. line-height: 26px;
  3230. height: 28px;
  3231. }
  3232. }
  3233. /* Smartphone */
  3234. @media screen and (max-width: 600px) {
  3235. /* Disable horizontal scroll when responsive menu is open
  3236. since we push the main content off to the right. */
  3237. #wpwrap.wp-responsive-open {
  3238. overflow-x: hidden;
  3239. }
  3240. html.wp-toolbar {
  3241. padding-top: 0;
  3242. }
  3243. #wpbody {
  3244. padding-top: 46px;
  3245. }
  3246. /* Keep full-width boxes on Edit Post page from causing horizontal scroll */
  3247. div#post-body.metabox-holder.columns-1 {
  3248. overflow-x: hidden;
  3249. }
  3250. h1.nav-tab-wrapper,
  3251. .wrap h2.nav-tab-wrapper,
  3252. .nav-tab-wrapper {
  3253. border-bottom: 0;
  3254. }
  3255. h1 .nav-tab,
  3256. h2 .nav-tab,
  3257. h3 .nav-tab {
  3258. margin: 10px 0 0 10px;
  3259. border-bottom: 1px solid #ccc;
  3260. }
  3261. }
  3262. @media screen and (max-width: 320px) {
  3263. /* Prevent default center alignment and larger font for the Right Now widget when
  3264. the network dashboard is viewed on a small mobile device. */
  3265. #network_dashboard_right_now .subsubsub {
  3266. font-size: 14px;
  3267. text-align: right;
  3268. }
  3269. }