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.
 
 
 
 
 

771 lines
12 KiB

  1. /* Fixes for IE 7 bugs */
  2. #dashboard-widgets form .input-text-wrap input,
  3. #dashboard-widgets form .textarea-wrap textarea {
  4. width: 99%;
  5. }
  6. #dashboard-widgets form #title {
  7. width: 98%;
  8. }
  9. #wpbody-content #dashboard-widgets .postbox-container {
  10. width: 49.5%;
  11. }
  12. #wpbody-content #dashboard-widgets #postbox-container-2,
  13. #wpbody-content #dashboard-widgets #postbox-container-3,
  14. #wpbody-content #dashboard-widgets #postbox-container-4 {
  15. float: left;
  16. width: 50.5%;
  17. }
  18. #dashboard-widgets #postbox-container-3 .empty-container,
  19. #dashboard-widgets #postbox-container-4 .empty-container {
  20. border: 0 none;
  21. height: 0;
  22. min-height: 0;
  23. }
  24. .wp-editor-wrap .wp-editor-tools,
  25. .wp-editor-wrap .wp-switch-editor,
  26. .wp-editor-wrap .wp-editor-tabs,
  27. .wp-editor-wrap .wp-editor-container {
  28. zoom: 100%;
  29. }
  30. .wp-editor-wrap .wp-editor-container textarea.wp-editor-area {
  31. width: 97%;
  32. }
  33. #post-body.columns-2 #postbox-container-1 {
  34. padding-right: 19px;
  35. }
  36. .welcome-panel .wp-badge {
  37. position: absolute;
  38. }
  39. .welcome-panel .welcome-panel-column:first-child {
  40. width: 35%;
  41. }
  42. #adminmenuback {
  43. right: 0;
  44. background-image: none;
  45. }
  46. #adminmenuwrap {
  47. position: static;
  48. }
  49. #adminmenu {
  50. position: relative;
  51. }
  52. #adminmenu,
  53. #adminmenu a {
  54. cursor: pointer;
  55. }
  56. #adminmenu li.wp-menu-separator,
  57. #adminmenu li.wp-menu-separator-last {
  58. font-size: 1px;
  59. line-height: 1;
  60. }
  61. #adminmenu a.menu-top {
  62. border-bottom: 0 none;
  63. border-top: 1px solid #ddd;
  64. }
  65. #adminmenu .separator {
  66. font-size: 1px;
  67. line-height: 1px;
  68. }
  69. #adminmenu .wp-submenu {
  70. right: 110px;
  71. }
  72. #adminmenu .wp-submenu ul {
  73. margin: 0;
  74. }
  75. .folded #wpcontent,
  76. .folded #wpfooter {
  77. margin-right: 170px;
  78. }
  79. .folded #adminmenuback,
  80. .folded #adminmenuwrap,
  81. .folded #adminmenu,
  82. .folded #adminmenu li.menu-top {
  83. width: 150px;
  84. }
  85. .folded #adminmenu .wp-submenu {
  86. border-top-color: transparent;
  87. }
  88. .folded #adminmenu .wp-menu-name {
  89. display: block;
  90. }
  91. .folded #adminmenu .wp-submenu.sub-open,
  92. .folded #adminmenu .opensub .wp-submenu {
  93. right: 110px;
  94. }
  95. .folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu,
  96. .folded #adminmenu .wp-has-current-submenu .wp-submenu {
  97. top: -1px;
  98. position: relative;
  99. }
  100. .folded #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
  101. background-color: transparent;
  102. }
  103. #adminmenu .wp-submenu .wp-submenu-head {
  104. border-top-color: #ddd;
  105. }
  106. .folded #adminmenu .wp-submenu ul {
  107. margin-right: 5px;
  108. }
  109. #adminmenu li.menu-top {
  110. margin-bottom: -2px;
  111. }
  112. #adminmenu .wp-menu-arrow {
  113. display: none !important;
  114. }
  115. .js.folded #adminmenu li.menu-top {
  116. display: block;
  117. zoom: 100%;
  118. }
  119. ul#adminmenu {
  120. z-index: 99;
  121. }
  122. #adminmenu li.menu-top a.menu-top {
  123. min-width: auto;
  124. width: auto;
  125. }
  126. #wpcontent #adminmenu li.wp-has-current-submenu a.wp-has-submenu {
  127. font-style: normal;
  128. }
  129. #wpcontent #adminmenu .wp-submenu li {
  130. padding: 0;
  131. }
  132. #adminmenu li.wp-has-current-submenu .wp-submenu {
  133. right: -40px;
  134. }
  135. #adminmenu .wp-menu-image {
  136. display: none !important;
  137. }
  138. #adminmenu a.menu-top .wp-menu-name {
  139. padding-right: 8px;
  140. }
  141. #collapse-menu {
  142. line-height: 23px;
  143. }
  144. #wpadminbar .ab-comments-icon {
  145. padding-top: 7px;
  146. }
  147. .theme-browser .theme {
  148. width: 30%;
  149. margin: 0 0 4% 3%;
  150. cursor: auto;
  151. }
  152. .theme-browser .theme:hover,
  153. .theme-browser .theme:focus {
  154. cursor: auto;
  155. }
  156. .theme-browser .theme .theme-screenshot {
  157. height: 180px;
  158. }
  159. .theme-browser .theme .theme-actions {
  160. position: static;
  161. background-color: #e8e8e8;
  162. }
  163. .theme-browser .theme .more-details {
  164. display: none;
  165. }
  166. .plugins td,
  167. .plugins th {
  168. border-top: 1px solid #ddd;
  169. }
  170. table.fixed th,
  171. table.fixed td {
  172. border-top: 1px solid #ddd;
  173. }
  174. #wpbody-content input.button,
  175. #wpbody-content input.button-primary {
  176. overflow: visible;
  177. }
  178. #dashboard-widgets h3 a {
  179. height: 14px;
  180. line-height: 14px;
  181. }
  182. #dashboard_browser_nag {
  183. color: #fff;
  184. }
  185. #dashboard_browser_nag .browser-icon {
  186. position: relative;
  187. }
  188. .tablenav-pages .current-page {
  189. vertical-align: middle;
  190. }
  191. #wpbody-content .postbox {
  192. border: 1px solid #ddd;
  193. }
  194. #wpbody-content .postbox .hndle {
  195. margin-bottom: -1px;
  196. }
  197. .major-publishing-actions,
  198. .wp-submenu,
  199. .wp-submenu li,
  200. #template,
  201. #template div,
  202. #editcat,
  203. #addcat {
  204. zoom: 100%;
  205. }
  206. .wp-menu-arrow {
  207. height: 28px;
  208. }
  209. .submitbox {
  210. margin-top: 10px;
  211. }
  212. /* Inline Editor */
  213. #wpbody-content .quick-edit-row-post .inline-edit-col-left {
  214. width: 39%;
  215. }
  216. #wpbody-content .inline-edit-row-post .inline-edit-col-center {
  217. width: 19%;
  218. }
  219. #wpbody-content .quick-edit-row-page .inline-edit-col-left {
  220. width: 49%;
  221. }
  222. #wpbody-content .bulk-edit-row .inline-edit-col-left {
  223. width: 29%;
  224. }
  225. .inline-edit-row p.submit {
  226. zoom: 100%;
  227. }
  228. .inline-edit-row fieldset label span.title {
  229. display: block;
  230. float: right;
  231. width: 5em;
  232. }
  233. .inline-edit-row fieldset label span.input-text-wrap {
  234. margin-right: 0;
  235. zoom: 100%;
  236. }
  237. #wpbody-content .inline-edit-row fieldset label span.input-text-wrap input {
  238. line-height: 130%;
  239. }
  240. #wpbody-content .inline-edit-row .input-text-wrap input {
  241. width: 95%;
  242. }
  243. #wpbody-content .inline-edit-row .input-text-wrap input.inline-edit-password-input {
  244. width: 8em;
  245. }
  246. /* end Inline Editor */
  247. #titlediv #title {
  248. width: 98%;
  249. }
  250. .button,
  251. input[type="reset"],
  252. input[type="button"],
  253. input[type="submit"] {
  254. padding: 0 8px;
  255. line-height: 20px;
  256. height: auto;
  257. }
  258. .button.button-large,
  259. input[type="reset"].button-large,
  260. input[type="button"].button-large,
  261. input[type="submit"].button-large {
  262. padding: 0 10px;
  263. line-height: 24px;
  264. height: auto;
  265. }
  266. .button.button-small,
  267. input[type="reset"].button-small,
  268. input[type="button"].button-small,
  269. input[type="submit"].button-small {
  270. padding: 0 6px;
  271. line-height: 16px;
  272. height: auto;
  273. }
  274. a.button {
  275. margin: 1px;
  276. padding: 1px 9px 2px;
  277. }
  278. a.button.button-large {
  279. padding: 1px 11px 2px;
  280. }
  281. a.button.button-small {
  282. padding: 1px 7px 2px;
  283. }
  284. #screen-options-wrap {
  285. overflow: hidden;
  286. }
  287. #the-comment-list .comment-item,
  288. #post-status-info,
  289. #wpwrap,
  290. #wrap,
  291. #postdivrich,
  292. #postdiv,
  293. #poststuff,
  294. .metabox-holder,
  295. #titlediv,
  296. #post-body,
  297. #editorcontainer,
  298. .tablenav,
  299. .widget-liquid-left,
  300. .widget-liquid-right,
  301. #widgets-left,
  302. .widgets-sortables,
  303. #dragHelper,
  304. .widget .widget-top,
  305. .widget-control-actions,
  306. .tagchecklist,
  307. #col-container,
  308. #col-left,
  309. #col-right,
  310. .fileedit-sub {
  311. display: block;
  312. zoom: 100%;
  313. }
  314. p.search-box {
  315. position: static;
  316. float: left;
  317. margin: -3px 0 4px;
  318. }
  319. #widget-list .widget {
  320. display: inline;
  321. }
  322. #editorcontainer #content {
  323. overflow: auto;
  324. margin: auto;
  325. width: 98%;
  326. }
  327. form#template div {
  328. width: 100%;
  329. }
  330. .wp-editor-container .quicktags-toolbar input {
  331. overflow: visible;
  332. padding: 0 4px;
  333. }
  334. #poststuff h2 {
  335. font-size: 1.6em;
  336. }
  337. #poststuff .inside #parent_id,
  338. #poststuff .inside #page_template,
  339. .inline-edit-row #post_parent,
  340. .inline-edit-row select[name="page_template"] {
  341. width: 250px;
  342. }
  343. #submitdiv input,
  344. #submitdiv select,
  345. #submitdiv a.button {
  346. position: relative;
  347. }
  348. #bh {
  349. margin: 7px 0 0 10px;
  350. float: left;
  351. }
  352. /* without this dashboard widgets appear in one column for some screen widths */
  353. div#dashboard-widgets {
  354. padding-left: 1px;
  355. }
  356. .tagchecklist > span, .tagchecklist .ntdelbutton {
  357. display: inline-block;
  358. display: block;
  359. }
  360. .tagchecklist .ntdelbutton:focus .remove-tag-icon:before {
  361. outline: 1px solid #5b9dd9;
  362. }
  363. .tablenav .button,
  364. .nav .button {
  365. padding-top: 2px;
  366. padding-bottom: 2px;
  367. }
  368. .tablenav select {
  369. font-size: 13px;
  370. display: inline-block;
  371. vertical-align: top;
  372. margin-top: 2px;
  373. }
  374. .tablenav .actions select {
  375. width: 155px;
  376. }
  377. .subsubsub li {
  378. display: inline;
  379. }
  380. a.post-state-format {
  381. text-indent: 0;
  382. line-height: 0;
  383. font-size: 0;
  384. }
  385. table.ie-fixed {
  386. table-layout: fixed;
  387. }
  388. .widefat tr,
  389. .widefat th,
  390. .widefat thead td,
  391. .widefat tfoot td {
  392. margin-bottom: 0;
  393. border-spacing: 0;
  394. }
  395. .widefat th input,
  396. .widefat thead td input,
  397. .widefat tfoot td input {
  398. margin: 0 5px 0 0;
  399. }
  400. .widefat thead .check-column,
  401. .widefat tfoot .check-column {
  402. padding-top: 6px;
  403. }
  404. .widefat tbody th.check-column,
  405. .media.widefat tbody th.check-column {
  406. padding: 4px 0 0;
  407. }
  408. .widefat {
  409. empty-cells: show;
  410. border-collapse: collapse;
  411. }
  412. .tablenav a.button {
  413. display: inline-block;
  414. padding: 2px 5px;
  415. }
  416. .inactive-sidebar .widgets-sortables {
  417. padding-bottom: 8px;
  418. }
  419. #available-widgets .widget-holder {
  420. padding-bottom: 65px;
  421. }
  422. #widgets-left .inactive {
  423. padding-bottom: 10px;
  424. }
  425. .widget-liquid-right .widget,
  426. .inactive-sidebar .widget {
  427. position: relative;
  428. }
  429. .inactive-sidebar .widget {
  430. display: block;
  431. float: right;
  432. }
  433. #wpcontent .button-primary-disabled {
  434. color: #9FD0D5;
  435. background: #298CBA;
  436. }
  437. #the-comment-list .unapproved tr,
  438. #the-comment-list .unapproved td {
  439. background-color: #ffffe0;
  440. }
  441. .imgedit-submit {
  442. width: 300px;
  443. }
  444. #nav-menus-frame,
  445. #wpbody,
  446. .menu li {
  447. zoom: 100%;
  448. }
  449. #update-nav-menu #post-body {
  450. overflow:hidden;
  451. }
  452. .menu li {
  453. min-width: 100%;
  454. }
  455. .menu li.sortable-placeholder {
  456. min-width: 400px;
  457. }
  458. .available-theme {
  459. display: inline;
  460. }
  461. .available-theme ul {
  462. margin: 0;
  463. }
  464. .available-theme .action-links li {
  465. padding-left: 7px;
  466. margin-left: 7px;
  467. }
  468. .about-wrap .three-col.about-updates .col-2 {
  469. width: 15%;
  470. }
  471. .about-wrap .about-password-meter input {
  472. width: 98%;
  473. }
  474. .revisions-tickmarks,
  475. .revisions-tooltip {
  476. display: none !important;
  477. }
  478. .revisions.pinned .revisions-controls {
  479. position: relative;
  480. }
  481. input[type="password"],
  482. .login form .input {
  483. font-family: sans-serif;
  484. }
  485. /* TinyMCE icons */
  486. .mce-btn i.mce-i-bold,
  487. .mce-btn i.mce-i-italic,
  488. .mce-btn i.mce-i-bullist,
  489. .mce-btn i.mce-i-numlist,
  490. .mce-btn i.mce-i-blockquote,
  491. .mce-btn i.mce-i-alignleft,
  492. .mce-btn i.mce-i-aligncenter,
  493. .mce-btn i.mce-i-alignright,
  494. .mce-btn i.mce-i-link,
  495. .mce-btn i.mce-i-unlink,
  496. .mce-btn i.mce-i-wp_more,
  497. .mce-btn i.mce-i-strikethrough,
  498. .mce-btn i.mce-i-spellchecker,
  499. .mce-btn i.mce-i-fullscreen,
  500. .mce-btn i.mce-i-wp_fullscreen,
  501. .mce-btn i.mce-i-wp_adv,
  502. .mce-btn i.mce-i-underline,
  503. .mce-btn i.mce-i-alignjustify,
  504. .mce-btn i.mce-i-forecolor,
  505. .mce-btn i.mce-i-pastetext,
  506. .mce-btn i.mce-i-pasteword,
  507. .mce-btn i.mce-i-removeformat,
  508. .mce-btn i.mce-i-charmap,
  509. .mce-btn i.mce-i-outdent,
  510. .mce-btn i.mce-i-indent,
  511. .mce-btn i.mce-i-undo,
  512. .mce-btn i.mce-i-redo,
  513. .mce-btn i.mce-i-help,
  514. .mce-btn i.mce-i-wp_help,
  515. .mce-btn i.mce-i-wp-media-library,
  516. .mce-btn i.mce-i-ltr,
  517. .mce-btn i.mce-i-wp_page,
  518. .mce-btn i.mce-i-hr,
  519. .mce-close {
  520. font-family: 'tinymce', Arial;
  521. font-style: normal;
  522. font-weight: 400;
  523. font-variant: normal;
  524. font-size: 16px;
  525. margin-right: 0;
  526. padding-left: 0;
  527. }
  528. .mce-btn i.mce-i-wp_fullscreen,
  529. .qt-fullscreen {
  530. -ie7-icon: '\e023';
  531. }
  532. .mce-btn i.mce-i-wp_more,
  533. .mce-btn i.mce-i-wp_page {
  534. -ie7-icon: '\e027';
  535. }
  536. .mce-btn i.mce-i-wp_adv {
  537. background-color: #a0a5aa;
  538. }
  539. .mce-btn i.mce-i-help,
  540. .mce-btn i.mce-i-wp_help {
  541. -ie7-icon: '\e016';
  542. }
  543. /* IE6 leftovers */
  544. * html .row-actions {
  545. visibility: visible;
  546. }
  547. * html div.widget-liquid-left,
  548. * html div.widget-liquid-right {
  549. display: block;
  550. position: relative;
  551. }
  552. * html #editorcontainer {
  553. padding: 0;
  554. }
  555. * html #poststuff h2 {
  556. margin-right: 0;
  557. }
  558. * html .stuffbox,
  559. * html .stuffbox input,
  560. * html .stuffbox textarea {
  561. border: 1px solid #ddd;
  562. }
  563. * html div.widget-liquid-left {
  564. width: 99%;
  565. }
  566. * html .widgets-sortables {
  567. height: 50px;
  568. }
  569. * html a#content_resize {
  570. left: -2px;
  571. }
  572. * html .widget-title h4 {
  573. width: 205px;
  574. }
  575. * html #removing-widget .in-widget-title {
  576. display: none;
  577. }
  578. * html .media-item .pinkynail {
  579. height: 32px;
  580. width: 40px;
  581. }
  582. * html .describe .field input.text,
  583. * html .describe .field textarea {
  584. width: 440px;
  585. }
  586. * html input {
  587. border: 1px solid #ddd;
  588. }
  589. * html .edit-box {
  590. display: inline;
  591. }
  592. * html .postbox-container .meta-box-sortables {
  593. height: 300px;
  594. }
  595. * html #wpbody-content #screen-options-link-wrap {
  596. display: inline-block;
  597. width: 150px;
  598. text-align: center;
  599. }
  600. * html #wpbody-content #contextual-help-link-wrap {
  601. display: inline-block;
  602. width: 100px;
  603. text-align: center;
  604. }
  605. * html #adminmenu {
  606. margin-right: -80px;
  607. }
  608. * html .folded #adminmenu {
  609. margin-right: -22px;
  610. }
  611. * html #wpcontent #adminmenu li.menu-top {
  612. display: inline;
  613. padding: 0;
  614. margin: 0;
  615. }
  616. * html #wpfooter {
  617. margin: 0;
  618. }
  619. * html #adminmenu div.wp-menu-image {
  620. height: 29px;
  621. }