Commit graph

39 commits

Author SHA1 Message Date
Daniel Dudzic
aa26ce4207
Merge pull request #637 from Aurorum/fix/ixion-button-grey
Ixion: Fix Medium Grey Button
2020-03-03 02:04:08 +01:00
Niels Lange
ac039ce6b7 Ixion: Fix footer widget background color issue 2020-02-27 19:39:07 +07:00
Niels Lange
04bdee107d Add LICENSE to Ixion 2020-01-22 10:46:36 +07:00
Danny Dudzic
cc61f9e05a Ixion: Fix widget input and select text color when setting custom colors via the Customizer 2019-11-02 03:16:37 +01:00
torres126
993417c2c2
Fix Medium Grey Button 2019-02-21 16:05:31 +00:00
Laurel Fulford
4686e4a97e Ixion: Tidy up styles -- if the visibility hidden isn't needed, neither is the style making it visible again. See #498. 2019-02-08 13:46:49 -08:00
Laurel Fulford
e5067c8b6b Ixion: Remove , to make search accessible via keyboard. Fixes #498. 2019-02-08 13:44:07 -08:00
Laurel Fulford
b5ba532ebe Ixion: Update styles for buttons; see #434. 2019-02-06 17:21:08 -08:00
alaczek
a6e0be3b74
Ixion: Fix cover images with fixed background. See #499 2019-02-05 14:59:02 +11:00
torres126
e300422b0d
Fix Button Responsiveness of File Block 2018-12-29 14:04:32 +00:00
Laurel Fulford
53aac19b4c Ixion: Fix issues with widget block centre alignments. 2018-12-04 11:17:55 -08:00
Laurel Fulford
3b09d37b58 Ixion: Update default block placeholder CSS selector. Bump version number. 2018-12-03 10:55:42 -08:00
Laurel Fulford
b81f87844c Ixion: Remove not() styles for cover block, since they made paragraph styles too specific. Bump version number. 2018-11-24 10:48:54 -08:00
Laurel Fulford
fe756861c5 Ixion: Bump version number. 2018-11-23 15:40:38 -08:00
Laurel Fulford
6c98950355 Ixion: Minor fixes to Gutenberg implementation, including:
* Correcting caption size.
* Add space next to file button for RTL languages.
* Update selectors for buttons, custom colours.
* Make sure bullets are centred when widget blocks are centred.
* Remove empty selectors.
* Update comments widget to better match theme's comment styles.
2018-11-21 13:23:40 -08:00
Laurel Fulford
61a32e45bb Ixion: Remove esaping characters, as they are causing issues with CSS minifiers. 2018-11-12 09:31:01 -08:00
Laurel Fulford
ce0c799e72 Ixion: Made some tweaks to Gutenberg styles, including:
* Reorganized some CSS, and removed empty selectors.
* Reduced size of drop cap.
* Added styles to prevent side-scroll when full blocks are used.
* Updated table block styles to work in wide and full styles.
* Add border underneath post title
2018-11-06 16:58:11 -08:00
Caroline Moore
43e9283c7a Remove unused font enqueue. 2018-11-06 14:12:42 -05:00
Caroline Moore
432f926f21 Finish up theme's custom colors. 2018-11-06 14:05:42 -05:00
Caroline Moore
47f0e09553 Minor tweaks to padding on full-aligned blocks when text is present, both editor and front end 2018-11-06 13:15:27 -05:00
Caroline Moore
782206609f Fixes for captions and front-end full and wide width styles. 2018-11-06 13:00:19 -05:00
Caroline Moore
08beba9b4e Fixes for RTL and dropcaps. 2018-11-06 11:17:43 -05:00
Caroline Moore
d0d130ea79 Fixes for consistency in the editor around code blocks, separator styles, file button, blockquotes in classic editor. 2018-11-06 11:03:10 -05:00
Caroline Moore
1777f8e3f4 Styles for blockquotes and pull quotes in the editor. 2018-11-06 10:40:05 -05:00
Caroline Moore
c9a1e52e63 Style pullquotes on the front end. 2018-11-06 10:31:28 -05:00
Caroline Moore
deb182a82c Begin styling blockquotes and adding theme colors. 2018-11-06 10:29:22 -05:00
Caroline Moore
a03aef594e Allow for wide and full width styles when no sidebar is active. 2018-11-06 10:18:07 -05:00
Caroline Moore
d41e8f576e More editor styling, with the exception of blockquotes and pullquotes. 2018-11-06 10:11:11 -05:00
Caroline Moore
b58a0812ef Begin styling the editor. 2018-11-06 10:06:20 -05:00
Caroline Moore
cfd978ed5f First pass at Gutenberg support. 2018-11-06 09:59:31 -05:00
Chris Runnells
b399ab11ab Revert "Revert "Merge branch 'master' of https://github.com/Automattic/themes""
This reverts commit 96c1216748.
2018-10-18 18:45:50 -10:00
Chris Runnells
96c1216748 Revert "Merge branch 'master' of https://github.com/Automattic/themes"
This reverts commit b882c24560, reversing
changes made to 1ec346a4e7.
2018-09-24 16:30:11 -10:00
alaczek
84a4125b57 Ixion: Make sure left and right aligned images with captions have some horizontal spacing. Fixes #263. 2018-09-24 09:13:35 +10:00
Danny Dudzic
8ab7078234 Ixion: Optimizes images 2018-04-02 22:29:06 +02:00
Caroline Moore
632bc027fd Ixion: Set a higher content width when any of the footer widget areas are active to account for galleries in the full-width footer. Remove defunct Jetpack filter function for tiled galleries. See #40 2018-03-15 13:07:36 -04:00
Caroline Moore
7d24dfcb82 Ixion: Adds cleaner styles and spacing to Jetpack contact forms; better alignment for radio and checkbox labels with their form elements; removes bold font face from radio and checkbox labels. All styles prefaced with the body tag to override Jetpack's styles. See #2 2018-03-07 15:32:13 -05:00
Caroline Moore
1075b87deb Ixion: Use wp_kses_post rather than wp_filter_post_kses. See 5019-wpcom-themes 2018-03-02 19:18:18 -05:00
Caroline Moore
f34deb85e7 Remove the /languages directories and related translation files. These will be handled by WordPress.com to avoid files getting out of sync. 2018-02-28 21:21:29 -05:00
alaczek
eeee9cc42a Initial commit of Ixion 2018-02-27 14:21:03 +11:00