style-editor.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. /* stop bootstrap box-sizing resets on dashboard theme names */
  2. .theme-name {
  3. height: auto !important;
  4. }
  5. /* stop bootstrap 0 margin resets on ul */
  6. .wp-admin .components-panel__header ul, li {
  7. margin-top: 16px;
  8. }
  9. :root {
  10. --wp-components-color-accent: #5dbd73;
  11. --wp-admin-theme-color: #E9E4DC;
  12. }
  13. ::selection {
  14. background-color: var(--wp--preset--color--tirtiary);
  15. }
  16. #wp-version-message {
  17. display: none;
  18. }
  19. body.wp-admin {
  20. background: var(--wp-admin-theme-color);
  21. }
  22. #wpbody-content .block-editor:not(.is-root-container) a {
  23. }
  24. #wpbody-content a:hover {
  25. color: var(--wp-components-color-accent-darker-20);
  26. }
  27. #wpbody-content #site-editor a {
  28. color: var(--wp--preset--color--tirtiary) !important;
  29. }
  30. #wp-admin-bar-site-name .ab-item::before {
  31. background-image: url(../gwp/img/_gwp_icon.svg) !important;
  32. background-position: center !important;
  33. background: no-repeat;
  34. display: block;
  35. width: 21px;
  36. height: 21px;
  37. content: '' !important;
  38. color:#E9E4DC !important;
  39. }
  40. #adminmenu,
  41. #adminmenuback,
  42. #adminmenuwrap,
  43. #adminmenuwrap,
  44. #wpadminbar {
  45. background-color: #484c57;
  46. }
  47. #wpadminbar .ab-top-menu > li.hover > .ab-item,
  48. #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
  49. #wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
  50. #wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus {
  51. background: #2a2d36;
  52. color:#5dbd73;
  53. }
  54. #adminbar,
  55. #adminmenu .wp-submenu,
  56. #adminmenu .wp-submenu-wrap,
  57. #adminmenu li.menu-top:hover,
  58. #adminmenu li.opensub {
  59. background-color: #2a2d36;
  60. }
  61. #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head,
  62. #adminmenu .wp-menu-arrow, #adminmenu .wp-menu-arrow div,
  63. #adminmenu li.current a.menu-top,
  64. #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
  65. #adminmenu li.wp-has-current-submenu:hover,
  66. #adminmenu li.wp-has-current-submenu.opensub:hover,
  67. #adminmenu li:hover, #adminmenu li.opensub:hover {
  68. background-color: #006837;
  69. }
  70. #adminmenu li a:focus div.wp-menu-image:before,
  71. #adminmenu li.opensub div.wp-menu-image:before,
  72. #adminmenu li:hover div.wp-menu-image:before{
  73. color:#5dbd73;
  74. }
  75. #adminmenu li.menu-top:hover,
  76. #adminmenu li.opensub > a.menu-top,
  77. #adminmenu li > a.menu-top:focus {
  78. position: relative;
  79. background-color: #2a2d36;
  80. color:#5dbd73;
  81. }
  82. #adminmenu .wp-submenu a:focus,
  83. #adminmenu .wp-submenu a:hover,
  84. #adminmenu a:hover,
  85. #adminmenu li.menu-top > a:focus {
  86. color:#ffffff;
  87. }
  88. #adminmenu li.menu-top:hover,
  89. #adminmenu li.opensub > a.menu-top,
  90. #adminmenu li > a.menu-top:focus {
  91. background-color: #2a2d36;
  92. color:#ffffff;
  93. }
  94. #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head,
  95. #adminmenu .wp-menu-arrow,
  96. #adminmenu .wp-menu-arrow div,
  97. #adminmenu li.current a.menu-top,
  98. #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu {
  99. background: #006837 !important;
  100. color:#fff;
  101. }
  102. .wp-core-ui .button, .wp-core-ui .button-secondary {
  103. color: #484c57;
  104. border-color: #484c57;
  105. background: #f6f7f7;
  106. vertical-align:top
  107. }
  108. .wrap .add-new-h2,
  109. .wrap .add-new-h2:active,
  110. .wrap .page-title-action,
  111. .wrap .page-title-action:active {
  112. border: 1px solid #484c57;
  113. color: #484c57;
  114. }
  115. .edit-site-site-icon__image {
  116. display: none !important;
  117. }
  118. .edit-site-site-icon svg {
  119. display: none !important;
  120. }
  121. .edit-site-site-icon {
  122. background-image: url(../gwp/img/_gwp_icon.svg) !important;
  123. background: no-repeat;
  124. background-size: 70% !important;
  125. background-position: center !important;
  126. display: block;
  127. width: 25px;
  128. height: 25px;
  129. }
  130. .edit-post-fullscreen-mode-close.components-button {
  131. background-image: url(../gwp/img/_gwp_icon.svg) !important;
  132. background-color: #484c57;
  133. border-bottom: 1px solid #d3d3d3;
  134. background: no-repeat;
  135. background-size: 70% !important;
  136. background-position: center !important;
  137. display: block;
  138. }
  139. .edit-post-fullscreen-mode-close_site-icon {
  140. display: none !important;
  141. }
  142. .edit-post-fullscreen-mode-close.components-button:before {
  143. content: none !important;
  144. }
  145. .edit-post-fullscreen-mode-close.components-button svg {
  146. display: none !important;
  147. }
  148. .edit-site-layout__view-mode-toggle.components-button {
  149. transform: scale(0.8);
  150. border-bottom: none;
  151. }
  152. .is-edit-mode .edit-site-site-hub__view-mode-toggle-container {
  153. border-bottom: 1px solid #d3d3d3;
  154. }
  155. .dashicons-admin-media::before {
  156. content: '\f322' !important;
  157. }
  158. .media-sidebar {
  159. background: #2a2d36 !important;
  160. }
  161. /***********************************************************
  162. ################## Block Editor Styles #####################
  163. ************************************************************/
  164. .editor-post-title__block,
  165. .editor-post-publish-panel,
  166. .editor-post-publish-panel__header,
  167. .editor-post-publish-panel__content,
  168. .editor-post-publish-panel__footer,
  169. .editor-default-block-appender,
  170. .editor-block-list__block,
  171. .editor-block-list__layout,
  172. .edit-post-editor__list-view-container,
  173. .edit-post-editor__document-overview-panel .edit-post-editor__document-overview-panel__close-button,
  174. .edit-post-editor__document-overview-panel__tab-panel,
  175. .edit-site-layout__header-container,
  176. .edit-post-sidebar__panel-tabs,
  177. .edit-post-header,
  178. .edit-site-page,
  179. .edit-site-page-header,
  180. .edit-site-page-header .components-heading,
  181. .edit-site-layout__content,
  182. .edit-site-sidebar-navigation-screen__title-icon,
  183. .edit-site-editor__list-view-panel-content,
  184. .edit-site-editor__list-view-panel-header,
  185. .edit-site-site-hub__view-mode-toggle-container,
  186. .edit-site-patterns__header,
  187. .edit-site-patterns__pattern-title .edit-site-patterns__pattern-icon,
  188. .edit-site-style-book__tab-panel .components-tab-panel__tabs,
  189. .edit-site-sidebar-edit-mode__panel-tabs,
  190. .edit-site-sidebar-navigation-screen__footer,
  191. .edit-site-header-edit-mode,
  192. .edit-site-layout__actions,
  193. .entities-saved-states__panel-header,
  194. .edit-site-layout__sidebar,
  195. .edit-site-sidebar__content,
  196. .media-modal-content,
  197. .media-frame-content,
  198. .attachments-browser .media-toolbar,
  199. .media-sidebar,
  200. .document-outline__item-content,
  201. .block-editor__container,
  202. .block-editor-block-toolbar,
  203. .block-editor-inserter__menu,
  204. .block-editor-block-types-list__item-icon,
  205. .block-editor-block-contextual-toolbar,
  206. .block-editor-block-breadcrumb__button,
  207. .block-editor-block-patterns-list,
  208. .block-editor-inserter__patterns-category-panel-header,
  209. .block-editor-inserter__quick-inserter-expand,
  210. .block-editor-block-inspector__no-block-tools, .block-editor-block-inspector__no-blocks,
  211. .block-editor-inserter__media-dialog,
  212. .block-editor-block-breadcrumb__current,
  213. .interface-interface-skeleton__body,
  214. .interface-interface-skeleton__sidebar,
  215. .interface-complementary-area,
  216. .interface-complementary-area-header,
  217. .interface-complementary-area h2,
  218. .interface-interface-skeleton__footer,
  219. .interface-interface-skeleton__footer .block-editor-block-breadcrumb,
  220. .entities-saved-states__text-prompt,
  221. .components-button,
  222. .components-panel,
  223. .components-placeholder,
  224. .components-toolbar-group,
  225. .components-panel__body-title,
  226. .components-tab-panel__tabs,
  227. .components-panel__body-toggle,
  228. .components-toggle-group-control,
  229. .components-font-size-picker__controls,
  230. .components-menu-group,
  231. .components-popover__content,
  232. .components-button.block-editor-block-types-list__item,
  233. .components-toolbar-group .block-editor-block-toolbar__block-controls,
  234. .components-base-control,
  235. .components-form-token-field__suggestion,
  236. .components-panel__body-toggle.components-button,
  237. .components-modal__content,
  238. .components-modal__header,
  239. .commands-command-menu__container [cmdk-item]:active,
  240. .commands-command-menu__container [cmdk-item][aria-selected=true]
  241. {
  242. background-color: #484c57;
  243. color: rgb(213, 213, 213);
  244. }
  245. :where(.editor-styles-wrapper) {
  246. background: #484c57;
  247. }
  248. .edit-post-header {
  249. background: #484c57 !important;
  250. }
  251. .block-editor-block-parent-selector__button {
  252. border-color:rgb(213, 213, 213) !important;
  253. }
  254. .block-editor-block-toolbar .components-toolbar,
  255. .block-editor-block-toolbar .components-toolbar-group {
  256. border-color:rgb(213, 213, 213) !important;
  257. border-right-color:rgb(213, 213, 213) !important;
  258. border-left-color: rgb(213, 213, 213) !important;
  259. }
  260. .block-editor-block-contextual-toolbar,
  261. .block-editor-block-toolbar {
  262. border: 1px solid rgb(88, 88, 100) !important;
  263. }
  264. .edit-site-visual-editor {
  265. background-color: #2a2d36;
  266. }
  267. .edit-site-document-actions__command {
  268. background-color: #cacaca;
  269. }
  270. .edit-site-document-actions .edit-site-document-actions__command {
  271. background: #bababa;
  272. }
  273. .edit-site-sidebar-navigation-item.components-item:focus,
  274. .edit-site-sidebar-navigation-item.components-item:hover,
  275. .edit-site-sidebar-navigation-item.components-item[aria-current] {
  276. background:#2a2d36;
  277. color: #e0e0e0;
  278. }
  279. .edit-site-patterns .edit-site-patterns__search input[type=search],
  280. .edit-site-sidebar-navigation-item.components-item[aria-current] {
  281. background: #2a2d36;
  282. }
  283. .components-notice.is-warning {
  284. background: #2a2d36;
  285. }
  286. .components-button {
  287. color: rgb(213, 213, 213);
  288. }
  289. .components-heading {
  290. color: rgb(213, 213, 213);
  291. }
  292. .components-button.is-secondary {
  293. color: #8fff96;
  294. box-shadow: inset 0 0 0 1px #fff;
  295. }
  296. .components-button.is-tertiary {
  297. color: #8fff96;
  298. }
  299. .block-editor-list-view-leaf .block-editor-list-view-block-select-button:hover {
  300. color: #8fff96;
  301. }
  302. .components-button .edit-post-fullscreen-mode-close {
  303. background-color: #484c57;
  304. }
  305. .components-button .edit-site-document-actions__command {
  306. background-color: #cacaca;
  307. }
  308. .components-editor-notices__dismissible, .components-editor-notices__pinned {
  309. color: rgb(213, 213, 213);
  310. }
  311. .commands-command-menu__header input,
  312. .commands-command-menu__header svg,
  313. .commands-command-menu__container [cmdk-input],
  314. .commands-command-menu__container [cmdk-item] {
  315. background-color: #484c57;
  316. color: rgb(213, 213, 213);
  317. fill: rgb(213, 213, 213);
  318. }
  319. .commands-command-menu__container [cmdk-item] svg {
  320. fill:rgb(213, 213, 213);
  321. }
  322. .block-editor-block-contextual-toolbar,
  323. .block-editor-block-toolbar {
  324. border: 1px solid #484c57 !important;
  325. }
  326. .wp-block-image.wp-block-image.is-selected .components-placeholder {
  327. background-color: #484c57;
  328. color: rgb(213, 213, 213);
  329. }
  330. /***********************************************************
  331. #################### Gravity Forms #########################
  332. ************************************************************/
  333. header.gform-settings-header {
  334. display: none;
  335. }
  336. #rg_forms_dashboard .postbox-header h2.hndle {
  337. display: none !important;
  338. }
  339. #rg_forms_dashboard .postbox-header:before{
  340. content:'Forms';
  341. font-weight: 700;
  342. font-size: 14px;
  343. padding-left: 15px;
  344. }
  345. #rg_forms_dashboard .inside i {
  346. font-style: normal !important;
  347. font-weight: 500;
  348. font-size: 13px;
  349. }
  350. #form-editor .gform-settings__wrapper .button.primary {
  351. background-color: #006837 !important;
  352. }
  353. #form-editor .gforms_edit_form {
  354. background-color: #E9E4DC !important;
  355. }
  356. #form-editor .gform-form-toolbar__container {
  357. background-color: #E9E4DC !important;
  358. }
  359. .editor-sidebar .sidebar__panel {
  360. background: #E9E4DC !important;
  361. }
  362. #gform-form-toolbar {
  363. background: #E9E4DC !important;
  364. }
  365. #form-editor .sidebar__nav-wrapper {
  366. background: #E9E4DC !important;
  367. }
  368. #form-editor .ui-widget-content {
  369. background: #E9E4DC !important;
  370. }