wpcom-colors.php 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697
  1. <?php
  2. add_color_rule( 'bg', '#ffffff', array(
  3. array(
  4. '.main-navigation ul ul,
  5. .site .tiled-gallery-caption,
  6. .site-header,
  7. body', 'background-color'
  8. ),
  9. array(
  10. '.button,
  11. .button.minimal:focus,
  12. .button.minimal:hover,
  13. .button:focus,
  14. .button:hover,
  15. .featured-content .hentry.has-post-thumbnail .button,
  16. .featured-content .hentry.has-post-thumbnail .button.minimal:focus,
  17. .featured-content .hentry.has-post-thumbnail .button.minimal:hover,
  18. .main-navigation .button a,
  19. .main-navigation .button a:focus,
  20. .main-navigation .button a:hover,
  21. .main-navigation .button.minimal a:focus,
  22. .main-navigation .button.minimal a:hover,
  23. .page-template-panel-page .hentry.has-post-thumbnail .button,
  24. .page-template-panel-page .hentry.has-post-thumbnail .button.minimal:focus,
  25. .page-template-panel-page .hentry.has-post-thumbnail .button.minimal:hover,
  26. .site-main #infinite-handle span button,
  27. .site-main #infinite-handle span button:focus,
  28. .site-main #infinite-handle span button:hover,
  29. button,
  30. input[type="button"],
  31. input[type="reset"],
  32. input[type="submit"],
  33. ins,
  34. mark,
  35. .milestone-widget .milestone-header', 'color'
  36. ),
  37. // #f3f3f3
  38. array(
  39. '.comment-navigation a:focus,
  40. .comment-navigation a:hover,
  41. .comment-navigation:before,
  42. .main-navigation .button:before,
  43. .page-links > span,
  44. .page-links a,
  45. .post-navigation a:focus,
  46. .post-navigation a:hover,
  47. .posts-navigation a:focus,
  48. .posts-navigation a:hover,
  49. .posts-navigation:before,
  50. .site .jetpack-social-navigation a:focus,
  51. .site .jetpack-social-navigation a:hover,
  52. .site .jetpack_widget_social_icons a:focus,
  53. .site .jetpack_widget_social_icons a:hover,
  54. .site .widget_wpcom_social_media_icons_widget a:focus,
  55. .site .widget_wpcom_social_media_icons_widget a:hover,
  56. .widget_calendar tbody a,
  57. .widget_tag_cloud .tagcloud a,
  58. code,
  59. hr,
  60. input[type="color"],
  61. input[type="date"],
  62. input[type="datetime"],
  63. input[type="datetime-local"],
  64. input[type="email"],
  65. input[type="month"],
  66. input[type="number"],
  67. input[type="password"],
  68. input[type="range"],
  69. input[type="search"],
  70. input[type="tel"],
  71. input[type="text"],
  72. input[type="time"],
  73. input[type="url"],
  74. input[type="week"],
  75. kbd,
  76. select,
  77. textarea,
  78. tt,
  79. var,
  80. .widget_tag_cloud > div a,
  81. .wp_widget_tag_cloud > div a', 'background-color', 'bg', '1.1'
  82. ),
  83. array(
  84. '.comment-navigation,
  85. .entry-author,
  86. .jetpack_subscription_widget .success,
  87. .jetpack_subscription_widget form,
  88. .post-navigation a,
  89. .posts-navigation,
  90. .site .jetpack-social-navigation a,
  91. .site .jetpack-testimonial,
  92. .site .testimonial-entry,
  93. .site .jetpack_widget_social_icons a,
  94. .site .widget_wpcom_social_media_icons_widget a,
  95. .site .wp-playlist,
  96. fieldset,
  97. pre,
  98. table,
  99. td,
  100. th,
  101. .milestone-widget .milestone-countdown,
  102. .milestone-widget .milestone-message,
  103. .widget.top_rated .pd_top_rated_holder_posts > p,
  104. .widget.top_rated ul,
  105. .widget_blog_subscription .success,
  106. .widget_blog_subscription form', 'border-color', 'bg', '1.1'
  107. ),
  108. array(
  109. '.comment-list > li,
  110. .featured-content,
  111. .header-image,
  112. .hentry,
  113. .page-header,
  114. .post-navigation,
  115. .sd-like.jetpack-likes-widget-wrapper,
  116. .sd-sharing-enabled:not(#jp-post-flair),
  117. .site .wp-playlist-item,
  118. .site-header,
  119. .widget_archive ul,
  120. .widget_categories ul,
  121. .widget_goodreads div[class^="gr_custom_each_container"]:last-of-type,
  122. .widget_links ul,
  123. .widget_meta ul,
  124. .widget_nav_menu ul,
  125. .widget_pages ul,
  126. .widget_recent_comments ul,
  127. .widget_recent_entries ul,
  128. .widget_rss ul,
  129. .widget_rss_links p:last-of-type,
  130. .widget_rss_links ul,
  131. .widget_top-posts ul,
  132. .wp-caption .wp-caption-text,
  133. div#jp-relatedposts,
  134. .hentry .wpcom-reblog-snapshot .reblogger-note,
  135. .widget_authors ul,
  136. .widget_jp_blogs_i_follow ol,
  137. .widget_top-clicks ul,
  138. .widget_top-posts ul,
  139. .widget_upcoming_events_widget ul', 'border-bottom-color', 'bg', '1.1'
  140. ),
  141. array(
  142. '#infinite-handle,
  143. .comment-navigation + .comment-respond,
  144. .comments-area,
  145. .comments-wrapper + .comment-respond,
  146. .featured-content .flex-control-paging,
  147. .infinite-wrap,
  148. .sd-rating + .sd-sharing-enabled:not(#jp-post-flair),
  149. .site-footer,
  150. .site-main .infinite-loader,
  151. .widget-footer-bottom-area,
  152. .widget_archive li,
  153. .widget_categories li,
  154. .widget_goodreads div[class^="gr_custom_each_container"],
  155. .widget_links li,
  156. .widget_meta li,
  157. .widget_nav_menu li,
  158. .widget_pages li,
  159. .widget_recent_comments li,
  160. .widget_recent_entries li,
  161. .widget_rss li,
  162. .widget_rss_links li,
  163. .widget_rss_links p,
  164. .widget_top-posts li,
  165. #comments .comments-wrapper + #respond,
  166. .widget_authors li,
  167. .widget_jp_blogs_i_follow li,
  168. .widget_top-clicks li,
  169. .widget_top-posts li,
  170. .widget_upcoming_events_widget li', 'border-top-color', 'bg', '1.1'
  171. ),
  172. array(
  173. '.comment-metadata .edit-link:before,
  174. .entry-footer > span:not(:last-child):after,
  175. .main-navigation ul,
  176. .sep,
  177. #comments #comment-form-share-text-padder,
  178. #comments #respond #comment-form-comment,
  179. #comments #respond .comment-form-fields div.comment-form-input', 'color', 'bg', '1.1'
  180. ),
  181. array(
  182. '.widget-footer-top-area select option', 'color', 'fg2'
  183. ),
  184. ), __( 'Background' ) );
  185. add_color_rule( 'txt', '#73757D', array(
  186. array(
  187. '.author-title,
  188. .page-title span,
  189. .post-navigation .meta-nav,
  190. .site .jetpack-social-navigation a,
  191. .site .tiled-gallery-caption,
  192. .site-info a,
  193. body,
  194. input,
  195. select,
  196. textarea,
  197. #comments #comment-form-share-text-padder textarea,
  198. #comments #respond #comment-form-comment textarea,
  199. #comments #respond #comment-form-identity #comment-form-nascar p,
  200. #comments #respond #comment-form-load-service p,
  201. #comments #respond .comment-form-fields div.comment-form-input input,
  202. #comments #respond .comment-form-fields label,
  203. #comments #respond .comment-form-fields label span.nopublish,
  204. #comments #respond .comment-form-fields label span.required,
  205. #comments #respond .comment-form-fields p.comment-form-log-out,
  206. #comments #respond .comment-form-fields p.comment-form-posting-as,
  207. #comments #respond form *,
  208. #comments #respond p.comment-subscription-form label', 'color', 'bg', 2
  209. ),
  210. array(
  211. ':-moz-placeholder', 'color', 'bg', 2
  212. ),
  213. array(
  214. '::-moz-placeholder', 'color', 'bg', 2
  215. ),
  216. array(
  217. ':-ms-input-placeholder', 'color', 'bg', 2
  218. ),
  219. array(
  220. '::-webkit-input-placeholder', 'color', 'bg', 2
  221. ),
  222. array(
  223. '::input-placeholder', 'color', 'bg', 2
  224. ),
  225. ), __( 'Text' ) );
  226. add_color_rule( 'link', '#2c313f', array(
  227. array(
  228. '.back-top,
  229. .button:focus,
  230. .button:hover,
  231. .search-form .search-submit:focus:before,
  232. .search-form .search-submit:hover:before,
  233. .site-main #infinite-handle span button:focus,
  234. .site-main #infinite-handle span button:hover,
  235. button:focus,
  236. button:hover,
  237. input[type="button"]:focus,
  238. input[type="button"]:hover,
  239. input[type="reset"]:focus,
  240. input[type="reset"]:hover,
  241. input[type="submit"]:focus,
  242. input[type="submit"]:hover', 'background-color', 'bg', 2
  243. ),
  244. array(
  245. '.site-content-wrapper .widget-area', 'border-top-color', 'bg', 2
  246. ),
  247. array(
  248. '.author-name,
  249. .entry-header,
  250. .main-navigation a,
  251. .no-comments,
  252. .site .testimonial-entry-title,
  253. .site .jetpack_widget_social_icons a,
  254. .site .widget_wpcom_social_media_icons_widget a,
  255. .site .wp-playlist-light .wp-playlist-caption,
  256. .site-title,
  257. .site-title a:focus,
  258. .site-title a:hover,
  259. .widget_akismet_widget .a-stats,
  260. .widget_goodreads div[class^="gr_custom_title"] a,
  261. .widget_goodreads div[class^=gr_custom_container] a,
  262. a,
  263. blockquote cite,
  264. h1,
  265. h2,
  266. h3,
  267. h4,
  268. h5,
  269. h6,
  270. label,
  271. .widget_flickr #flickr_badge_uber_wrapper td a:last-child', 'color', 'bg', 2
  272. ),
  273. ), __( 'Headers & Links' ) );
  274. add_color_rule( 'fg1', '#3e69dc', array(
  275. array(
  276. '.button,
  277. .button.minimal:focus,
  278. .button.minimal:hover,
  279. .featured-content .flex-control-paging .flex-active,
  280. .featured-content .flex-control-paging a:hover,
  281. .featured-content .hentry.has-post-thumbnail .button,
  282. .featured-content .hentry.has-post-thumbnail .button.minimal:focus,
  283. .featured-content .hentry.has-post-thumbnail .button.minimal:hover,
  284. .main-navigation .button.minimal a:focus,
  285. .page-template-panel-page .hentry.has-post-thumbnail .button,
  286. .page-template-panel-page .hentry.has-post-thumbnail .button.minimal:focus,
  287. .page-template-panel-page .hentry.has-post-thumbnail .button.minimal:hover,
  288. .search-form .search-submit:before,
  289. .site-main #infinite-handle span button,
  290. button,
  291. input[type="button"],
  292. input[type="reset"],
  293. input[type="submit"],
  294. ins,
  295. mark,
  296. .milestone-widget .milestone-header', 'background-color', 'bg', 2
  297. ),
  298. array(
  299. '.featured-content .flex-control-paging a,
  300. .main-navigation .primary-menu .current-menu-item > a,
  301. .main-navigation .primary-menu .current_page_ancestor > a,
  302. .main-navigation .primary-menu .current_page_item > a,
  303. blockquote,
  304. #comments #respond #comment-form-comment.active,
  305. #comments #respond .comment-form-fields div.comment-form-input.active', 'border-color', 'bg', 2
  306. ),
  307. array(
  308. '.button.minimal,
  309. .comment-metadata a:focus,
  310. .comment-metadata a:hover,
  311. .comment-navigation .nav-next a:after,
  312. .comment-navigation .nav-previous a:before,
  313. .comment-reply-link:after,
  314. .entry-footer a:focus,
  315. .entry-footer a:hover,
  316. .entry-header a:focus,
  317. .entry-header a:hover,
  318. .infinite-loader .spinner div,
  319. .main-navigation .button.minimal a,
  320. .main-navigation .menu-item-has-children > a:after,
  321. .main-navigation a:focus,
  322. .main-navigation a:hover,
  323. .post-navigation a:focus .post-title,
  324. .post-navigation a:hover .post-title,
  325. .posts-navigation .nav-next a:after,
  326. .posts-navigation .nav-previous a:before,
  327. .site .jetpack-social-navigation a:focus,
  328. .site .jetpack-social-navigation a:hover,
  329. .site .jetpack_widget_social_icons a:focus,
  330. .site .jetpack_widget_social_icons a:hover,
  331. .site .widget_wpcom_social_media_icons_widget a:focus,
  332. .site .widget_wpcom_social_media_icons_widget a:hover,
  333. .site .wp-playlist-light a.wp-playlist-caption:focus,
  334. .site .wp-playlist-light a.wp-playlist-caption:hover,
  335. .site-info a:focus,
  336. .site-info a:hover,
  337. .site-title a,
  338. .widget_akismet_widget .a-stats a:focus,
  339. .widget_akismet_widget .a-stats a:hover,
  340. .widget_goodreads div[class^="gr_custom_title"] a:focus,
  341. .widget_goodreads div[class^="gr_custom_title"] a:hover,
  342. .widget_goodreads div[class^=gr_custom_container] a:focus,
  343. .widget_goodreads div[class^=gr_custom_container] a:hover,
  344. a:focus,
  345. a:hover,
  346. #comments #respond .comment-form-service a:focus,
  347. #comments #respond .comment-form-service a:hover,
  348. #comments #respond .form-submit,
  349. .widget_flickr #flickr_badge_uber_wrapper td a:last-child:focus,
  350. .widget_flickr #flickr_badge_uber_wrapper td a:last-child:hover', 'color', 'bg', 2
  351. ),
  352. array(
  353. 'input[type="color"]:focus,
  354. input[type="date"]:focus,
  355. input[type="datetime"]:focus,
  356. input[type="datetime-local"]:focus,
  357. input[type="email"]:focus,
  358. input[type="month"]:focus,
  359. input[type="number"]:focus,
  360. input[type="password"]:focus,
  361. input[type="range"]:focus,
  362. input[type="search"]:focus,
  363. input[type="tel"]:focus,
  364. input[type="text"]:focus,
  365. input[type="time"]:focus,
  366. input[type="url"]:focus,
  367. input[type="week"]:focus,
  368. select:focus,
  369. textarea:focus', 'outline-color', 'bg', 2
  370. ),
  371. array(
  372. '.featured-content .hentry.has-post-thumbnail .button:focus,
  373. .featured-content .hentry.has-post-thumbnail .button:hover,
  374. .page-template-panel-page .hentry.has-post-thumbnail .button:focus,
  375. .page-template-panel-page .hentry.has-post-thumbnail .button:hover', 'color', '#ffffff', 2
  376. ),
  377. ), __( 'Buttons & Highlights' ) );
  378. add_color_rule( 'fg2', '#3e69dc', array(
  379. array(
  380. '#infinite-footer,
  381. .widget-footer-top-area', 'background-color'
  382. ),
  383. array(
  384. '.widget-footer-top-area .button,
  385. .widget-footer-top-area .button.minimal:focus,
  386. .widget-footer-top-area .button.minimal:hover,
  387. .widget-footer-top-area .milestone-widget .milestone-header,
  388. .widget-footer-top-area button,
  389. .widget-footer-top-area input[type="button"],
  390. .widget-footer-top-area input[type="reset"],
  391. .widget-footer-top-area input[type="submit"]', 'color'
  392. ),
  393. // #fff
  394. array(
  395. '.widget-footer-top-area .button,
  396. .widget-footer-top-area .button.minimal:focus,
  397. .widget-footer-top-area .button.minimal:hover,
  398. .widget-footer-top-area .search-form .search-submit:before,
  399. .widget-footer-top-area button,
  400. .widget-footer-top-area input[type="button"],
  401. .widget-footer-top-area input[type="reset"],
  402. .widget-footer-top-area input[type="submit"],
  403. .widget-footer-top-area .milestone-widget .milestone-header', 'background-color', 'fg2', '21'
  404. ),
  405. array(
  406. '.widget-footer-top-area .milestone-widget .milestone-countdown,
  407. .widget-footer-top-area .milestone-widget .milestone-message', 'border-color', 'fg2', '21'
  408. ),
  409. array(
  410. '#infinite-footer .blog-credits,
  411. #infinite-footer .blog-credits a,
  412. #infinite-footer .blog-credits a:hover,
  413. #infinite-footer .blog-info a,
  414. #infinite-footer .blog-info a:hover,
  415. .widget-footer-top-area,
  416. .widget-footer-top-area .button:focus,
  417. .widget-footer-top-area .button:hover,
  418. .widget-footer-top-area .button.minimal,
  419. .widget-footer-top-area .testimonial-entry-title,
  420. .widget-footer-top-area .widget_akismet_widget .a-stats a:focus,
  421. .widget-footer-top-area .widget_akismet_widget .a-stats a:hover,
  422. .widget-footer-top-area .widget_goodreads div[class^="gr_custom_title"] a:focus,
  423. .widget-footer-top-area .widget_goodreads div[class^="gr_custom_title"] a:hover,
  424. .widget-footer-top-area .widget_goodreads div[class^=gr_custom_container] a:focus,
  425. .widget-footer-top-area .widget_goodreads div[class^=gr_custom_container] a:hover,
  426. .widget-footer-top-area .jetpack_widget_social_icons a:focus,
  427. .widget-footer-top-area .jetpack_widget_social_icons a:hover,
  428. .widget-footer-top-area .widget_wpcom_social_media_icons_widget a:focus,
  429. .widget-footer-top-area .widget_wpcom_social_media_icons_widget a:hover,
  430. .widget-footer-top-area .wp-playlist-light a.wp-playlist-caption:focus,
  431. .widget-footer-top-area .wp-playlist-light a.wp-playlist-caption:hover,
  432. .widget-footer-top-area button:focus,
  433. .widget-footer-top-area input[type="button"]:focus,
  434. .widget-footer-top-area input[type="reset"]:focus,
  435. .widget-footer-top-area input[type="submit"]:focus,
  436. .widget-footer-top-area button:hover,
  437. .widget-footer-top-area input[type="button"]:hover,
  438. .widget-footer-top-area input[type="reset"]:hover,
  439. .widget-footer-top-area input[type="submit"]:hover,
  440. .widget-footer-top-area input,
  441. .widget-footer-top-area label,
  442. .widget-footer-top-area select,
  443. .widget-footer-top-area textarea,
  444. .widget-footer-top-area .widget_flickr #flickr_badge_uber_wrapper td a:last-child:focus,
  445. .widget-footer-top-area .widget_flickr #flickr_badge_uber_wrapper td a:last-child:hover', 'color', 'fg2', '21'
  446. ),
  447. array(
  448. '.widget-footer-top-area :-moz-placeholder', 'color', 'fg2', '21'
  449. ),
  450. array(
  451. '.widget-footer-top-area :-ms-input-placeholder', 'color', 'fg2', '21'
  452. ),
  453. array(
  454. '.widget-footer-top-area ::-moz-placeholder', 'color', 'fg2', '21'
  455. ),
  456. array(
  457. '.widget-footer-top-area ::-webkit-input-placeholder', 'color', 'fg2', '21'
  458. ),
  459. array(
  460. '.widget-footer-top-area ::input-placeholder', 'color', 'fg2', '21'
  461. ),
  462. array(
  463. '.widget-footer-top-area input[type="color"]:focus,
  464. .widget-footer-top-area input[type="date"]:focus,
  465. .widget-footer-top-area input[type="datetime"]:focus,
  466. .widget-footer-top-area input[type="datetime-local"]:focus,
  467. .widget-footer-top-area input[type="email"]:focus,
  468. .widget-footer-top-area input[type="month"]:focus,
  469. .widget-footer-top-area input[type="number"]:focus,
  470. .widget-footer-top-area input[type="password"]:focus,
  471. .widget-footer-top-area input[type="range"]:focus,
  472. .widget-footer-top-area input[type="search"]:focus,
  473. .widget-footer-top-area input[type="tel"]:focus,
  474. .widget-footer-top-area input[type="text"]:focus,
  475. .widget-footer-top-area input[type="time"]:focus,
  476. .widget-footer-top-area input[type="url"]:focus,
  477. .widget-footer-top-area input[type="week"]:focus,
  478. .widget-footer-top-area select:focus,
  479. .widget-footer-top-area textarea:focus', 'outline-color', 'fg2', '21'
  480. ),
  481. // rgba(255, 255, 255, 0.75)
  482. array(
  483. '.widget-footer-top-area .testimonial-entry,
  484. .widget-footer-top-area .widget.top_rated .pd_top_rated_holder_posts > p,
  485. .widget-footer-top-area .widget.top_rated ul', 'border-color', 'fg2', '3.75'
  486. ),
  487. array(
  488. '.widget-footer-top-area .wp-caption .wp-caption-text', 'border-bottom-color', 'fg2', '3.75'
  489. ),
  490. array(
  491. '.widget-footer-top-area .widget_akismet_widget .a-stats,
  492. .widget-footer-top-area .widget_goodreads div[class^="gr_custom_title"] a,
  493. .widget-footer-top-area .widget_goodreads div[class^=gr_custom_container] a,
  494. .widget-footer-top-area .jetpack_widget_social_icons a,
  495. .widget-footer-top-area .widget_wpcom_social_media_icons_widget a,
  496. .widget-footer-top-area .wp-playlist-light .wp-playlist-caption,
  497. .widget-footer-top-area a,
  498. .widget-footer-top-area .widget_flickr #flickr_badge_uber_wrapper td a:last-child', 'color', 'fg2', '3.75'
  499. ),
  500. // rgba(255, 255, 255, 0.5)
  501. array(
  502. '.widget-footer-top-area .search-form .search-submit:focus:before,
  503. .widget-footer-top-area .search-form .search-submit:hover:before', 'background-color', 'fg2', '2.5'
  504. ),
  505. // rgba(255, 255, 255, 0.25)
  506. array(
  507. '.widget-footer-top-area .button:focus,
  508. .widget-footer-top-area .button:hover,
  509. .widget-footer-top-area .widget_tag_cloud .tagcloud a,
  510. .widget-footer-top-area .jetpack_widget_social_icons a:focus,
  511. .widget-footer-top-area .jetpack_widget_social_icons a:hover,
  512. .widget-footer-top-area .widget_wpcom_social_media_icons_widget a:focus,
  513. .widget-footer-top-area .widget_wpcom_social_media_icons_widget a:hover,
  514. .widget-footer-top-area button:focus,
  515. .widget-footer-top-area input[type="button"]:focus,
  516. .widget-footer-top-area input[type="reset"]:focus,
  517. .widget-footer-top-area input[type="submit"]:focus,
  518. .widget-footer-top-area button:hover,
  519. .widget-footer-top-area input[type="button"]:hover,
  520. .widget-footer-top-area input[type="reset"]:hover,
  521. .widget-footer-top-area input[type="submit"]:hover,
  522. .widget-footer-top-area input[type="color"],
  523. .widget-footer-top-area input[type="date"],
  524. .widget-footer-top-area input[type="datetime"],
  525. .widget-footer-top-area input[type="datetime-local"],
  526. .widget-footer-top-area input[type="email"],
  527. .widget-footer-top-area input[type="month"],
  528. .widget-footer-top-area input[type="number"],
  529. .widget-footer-top-area input[type="password"],
  530. .widget-footer-top-area input[type="range"],
  531. .widget-footer-top-area input[type="search"],
  532. .widget-footer-top-area input[type="tel"],
  533. .widget-footer-top-area input[type="text"],
  534. .widget-footer-top-area input[type="time"],
  535. .widget-footer-top-area input[type="url"],
  536. .widget-footer-top-area input[type="week"],
  537. .widget-footer-top-area select,
  538. .widget-footer-top-area textarea,
  539. .widget-footer-top-area code,
  540. .widget-footer-top-area kbd,
  541. .widget-footer-top-area tt,
  542. .widget-footer-top-area var,
  543. .widget-footer-top-area .widget_tag_cloud > div a,
  544. .widget-footer-top-area .wp_widget_tag_cloud > div a', 'background-color', 'fg2', '1.25'
  545. ),
  546. array(
  547. '.widget-footer-top-area pre,
  548. .widget-footer-top-area .jetpack_subscription_widget .success,
  549. .widget-footer-top-area .jetpack_subscription_widget form,
  550. .widget-footer-top-area .widget_rss_links li,
  551. .widget-footer-top-area .jetpack_widget_social_icons a,
  552. .widget-footer-top-area .widget_wpcom_social_media_icons_widget a,
  553. .widget-footer-top-area .wp-playlist,
  554. .widget-footer-top-area .widget_blog_subscription .success,
  555. .widget-footer-top-area .widget_blog_subscription form', 'border-color', 'fg2', '1.25'
  556. ),
  557. array(
  558. '.widget-footer-top-area .widget_archive ul,
  559. .widget-footer-top-area .widget_categories ul,
  560. .widget-footer-top-area .widget_goodreads div[class^="gr_custom_each_container"]:last-of-type,
  561. .widget-footer-top-area .widget_links ul,
  562. .widget-footer-top-area .widget_meta ul,
  563. .widget-footer-top-area .widget_nav_menu ul,
  564. .widget-footer-top-area .widget_pages ul,
  565. .widget-footer-top-area .widget_recent_comments ul,
  566. .widget-footer-top-area .widget_recent_entries ul,
  567. .widget-footer-top-area .widget_rss ul,
  568. .widget-footer-top-area .widget_rss_links p:last-of-type,
  569. .widget-footer-top-area .widget_rss_links ul,
  570. .widget-footer-top-area .widget_top-posts ul,
  571. .widget-footer-top-area .wp-playlist-item,
  572. .widget-footer-top-area .widget_authors ul,
  573. .widget-footer-top-area .widget_jp_blogs_i_follow ol,
  574. .widget-footer-top-area .widget_top-clicks ul,
  575. .widget-footer-top-area .widget_top-posts ul,
  576. .widget-footer-top-area .widget_upcoming_events_widget ul', 'border-bottom-color', 'fg2', '1.25'
  577. ),
  578. array(
  579. '.widget-footer-top-area .widget_archive li,
  580. .widget-footer-top-area .widget_categories li,
  581. .widget-footer-top-area .widget_goodreads div[class^="gr_custom_each_container"],
  582. .widget-footer-top-area .widget_links li,
  583. .widget-footer-top-area .widget_meta li,
  584. .widget-footer-top-area .widget_nav_menu li,
  585. .widget-footer-top-area .widget_pages li,
  586. .widget-footer-top-area .widget_recent_comments li,
  587. .widget-footer-top-area .widget_recent_entries li,
  588. .widget-footer-top-area .widget_rss li,
  589. .widget-footer-top-area .widget_rss_links p,
  590. .widget-footer-top-area .widget_top-posts li,
  591. .widget-footer-top-area .widget_authors li,
  592. .widget-footer-top-area .widget_jp_blogs_i_follow li,
  593. .widget-footer-top-area .widget_top-clicks li,
  594. .widget-footer-top-area .widget_top-posts li,
  595. .widget-footer-top-area .widget_upcoming_events_widget li', 'border-top-color', 'fg2', '1.25'
  596. ),
  597. ), __( 'Widget Top Footer Area' ) );
  598. /* Additional color palettes */
  599. add_color_palette( array(
  600. '#ffffff',
  601. '#73757D',
  602. '#2c313f',
  603. '#d82620',
  604. '#d82620',
  605. ), 'Red' );
  606. add_color_palette( array(
  607. '#ffffff',
  608. '#73757D',
  609. '#2c313f',
  610. '#0e853b',
  611. '#0e853b',
  612. ), 'Green' );
  613. add_color_palette( array(
  614. '#ffffff',
  615. '#73757D',
  616. '#2c313f',
  617. '#fdb000',
  618. '#2c313f',
  619. ), 'Orange & Dark Grey' );
  620. add_color_palette( array(
  621. '#ffffff',
  622. '#000000',
  623. '#000000',
  624. '#14cca7',
  625. '#f2f2f2',
  626. ), 'Black, Turquoise & Light Grey' );
  627. add_color_palette( array(
  628. '#ffffff',
  629. '#646a70',
  630. '#66c7f4',
  631. '#ec3e52',
  632. '#6c6ea0',
  633. ), 'Cyan, Red & Purple' );
  634. add_color_palette( array(
  635. '#303030',
  636. '#ffffff',
  637. '#d0d0d0',
  638. '#3e69dc',
  639. '#3e69dc',
  640. ), 'Dark' );