Commit graph

39 commits

Author SHA1 Message Date
Matias Benedetto
c890b20a93
Club: font size fixes in various elements (#6366)
* Club: fixing line-height of h1 and h2 elements

* Club: fixing size of post and page titles

* Club: post comment form submit button font size update

* Club; pagination links font size

* Club: Remove the underline from query pagination and post navigation blocks

* Club: removing double underline from reply comment link

* Club: changing line-height of the footer elemetns

* Club: same font size for comment meta and content
2022-08-11 13:20:35 -03:00
Matias Benedetto
b836afb561
Club: remove comments and pagination from page template (#6373) 2022-08-11 13:09:00 -03:00
Matias Benedetto
b444b53889
Club: fixing outline button styles (#6380)
* Club: fixing outline button styles

* lint
2022-08-11 13:00:18 -03:00
Matias Benedetto
e8d9e8bea5
Club: alignfull in post pagination (#6367) 2022-08-11 07:38:14 -03:00
Matias Benedetto
faade59de9
Club: adding them description and screenshot (#6361)
Co-authored-by: beafialho <65220155+beafialho@users.noreply.github.com>

Co-authored-by: beafialho <65220155+beafialho@users.noreply.github.com>
2022-08-10 12:39:05 -03:00
Matias Benedetto
4ef07de226
Club: implement button styles for interactive states in the read more block button (#6348)
* Club: implement read-more block button states

* Club: remove reapeated CSS

* Club: replacing dotted by dashed outline in buttons
2022-08-09 12:15:59 -03:00
Matias Benedetto
e284a93d6e
Club: fixing font sizes in single template (#6347) 2022-08-09 11:24:44 -03:00
Matias Benedetto
4dfb0cedef
Club: post comments form block styles (#6318)
* Club: removing unused comments pattern

* Club: implement styles for post comment form block

* Club: adding styles for checkbox
2022-08-09 10:23:48 -03:00
Matias Benedetto
467eb453c7
Club: Search page template (#6345)
* Club: using post list pattern in search template

* Club: removing unused template part

* Club: search form styles

* Club: search form layout full width

* Club: post list pattern: moving spacer below the pagination

* Club:  move search block to a pattern
2022-08-09 09:15:47 -03:00
Matias Benedetto
fe64ecd9fc
Club: adding custom styles for navigation block (#6328)
* Club: implementing header template part

* Club: adding custom styles for navigation block

* Club: fix navigation menu open in mobile

* Club: removing not needed CSS targeting Navigation block annd replacing it with block configurarion

* Club: adding styles for navigation links interactive states

* Club: fixing typo
2022-08-09 07:00:04 -03:00
madhusudhand
4c0ae5a888 Version Bump 2022-08-09 11:57:59 +05:30
Matias Benedetto
78fbe3cef0
Club: improve the look of the read-more button (#6337) 2022-08-08 18:50:20 -03:00
Matias Benedetto
f0c7e2701e
Club: adding selection colors (#6338) 2022-08-08 18:48:01 -03:00
Matias Benedetto
9d37e88458
Club: adding quote styles (#6336)
* Club: adding quote styles

* Club: adding a hyphen before quote cite element
2022-08-08 17:34:54 -03:00
madhusudhand
37d0462663 Version Bump 2022-08-08 16:50:34 +05:30
Matias Benedetto
9a7b5f9959
Club: removing custom font size (#6335)
* Club: changing fontsize guide removing custom font size and adding it to the default fontsizes array

* Club: set medium font size as default. Remove  ad-hoc default font size definition
2022-08-08 07:53:49 -03:00
Madhu Dollu
f4a382991f
fix header design issues (#6334) 2022-08-08 06:26:45 -03:00
Matias Benedetto
c500dab5e1
Club: implementing header template part (#6325) 2022-08-05 14:45:30 -03:00
madhusudhand
7af4710866 Version Bump 2022-08-05 12:34:01 +05:30
Madhu Dollu
92ac19042c
lock post-content block by default (#6314)
* lock post-content and the containing group blocks to not allow remove option without unlocking

* Added a few missing locks

Co-authored-by: Jason Crist <jcrist@pbking.com>
2022-08-05 12:16:56 +05:30
Matias Benedetto
e80e6cfd47
Club: implementing fluid typography (#6262)
* Club: implementing fluid typography

* fixing name mistake

* Club: adding link styles.

Co-authored-by: madhusudhand <madhusudhan.dollu@gmail.com>

* Club: line-heigth change

* Club: theme.json workaround to stylize link inside post-date block

* Club: adding letter spacing

* Club: implemeting explicit bypass for fluid font size calculation https://github.com/WordPress/gutenberg/pull/42757

* Club: tweaking font sizes

* Club: headings font weight

* Club: font size tweaks

* Club: moving font sizes definition away from default font sizes array.

The itention is to keep in the fontSizes array just the sizes defined in the default Gutenberg theme.json file: 640856bce0/lib/compat/wordpress-6.1/theme.json (L282-L306)

* move letter spacing to heading

Co-authored-by: madhusudhand <madhusudhan.dollu@gmail.com>
2022-08-05 11:16:01 +05:30
Sarah Norris
6817266cc9 Version Bump 2022-08-04 15:36:05 +01:00
Matias Benedetto
4dbd04d589 Club: single post template (#6309)
* Club: start to implement single template

* Club: refinating single template

* Club: set style header-two in single post title

* Club: single template: render footer as footer tag

* Club: single template: render header as header tag
2022-08-04 15:36:05 +01:00
Matias Benedetto
a1aeeb5e6d
Club: implementing footer template part (#6302)
* Club: Implementing page template

* Club: implementing footer

* Club: footer improving layout

* Club: removing underine in the footer site title

* Revert "Club: Implementing page template"

This reverts commit 7ecf507e20.

* Club: columns to row in footer template
2022-08-04 09:00:15 +01:00
Jason Crist
a874bc05ce Version Bump 2022-08-03 12:29:54 -04:00
Matias Benedetto
372de6fb54
Club: Implementing page template (#6300) 2022-08-03 12:44:32 -03:00
Vicente Canales
0e877eb154
[Club] Fix read more button overlap on Safari (#6307)
* fix read more button overlap on safari

This keeps the Read More button from overlapping with the date text, in
Safari. It does not affect Firefox, nor Chrome.

Fixes: https://github.com/Automattic/themes/issues/6306

* remove formatting
2022-08-03 08:59:53 +01:00
madhusudhand
9cbb13e3d1 Version Bump 2022-08-03 10:33:44 +05:30
Matias Benedetto
4498ffcb51
Club: post list layout refinement (#6258)
* Club: starting to implement the post list of the index template

* Club: implementing post list as a pattern

* Club: implement archives page

* club: post date uppercase

* Club: changing 'read more' for 'Read it'

* Club: post title font weight

* Club: post list pattern: makink post items have the same height

* Club: reimplement pattern as columns instead of rows

* Club: fixing post list layour

* Club: small layout fix

* Club: post list titles as h3

* Club: Archive template quuery title block to h2

* Club: tweaking h2 line heigth

* Club: remove min-content for read-more button

* Update club/style.css

Co-authored-by: Vicente Canales <1157901+vcanales@users.noreply.github.com>

Co-authored-by: Vicente Canales <1157901+vcanales@users.noreply.github.com>
2022-08-01 13:23:01 -03:00
Sarah Norris
b744130100 Version Bump 2022-07-28 09:08:53 +01:00
Madhu Dollu
3bb74931bf
Club: update 404 template design (#6282)
* update 404 template design

* add support for small devices

* Club: 404 pattern: adding spacers

Co-authored-by: Matias Benedetto <matias.benedetto@gmail.com>
2022-07-27 13:36:35 -03:00
Jason Crist
24ca833883 Version Bump 2022-07-20 15:12:09 -04:00
Matias Benedetto
185df80c73
Club: Templates: Search, Category, Tag (#6236)
* Club: starting to implement the post list of the index template

* Club: implementing post list as a pattern

* Club: implement archives page

* club: post date uppercase

* Club: changing 'read more' for 'Read it'

* Club: post title font weight

* Club: post list pattern: makink post items have the same height
2022-07-19 10:45:44 -03:00
Matias Benedetto
6aa28f9f51
Club: adding missing pallette colors (#6238)
* Club: adding missing pallette colors

* format

* format

* format

* fixing typo

Co-authored-by: Vicente Canales <1157901+vcanales@users.noreply.github.com>

Co-authored-by: Vicente Canales <1157901+vcanales@users.noreply.github.com>
2022-07-18 13:45:03 -03:00
Matias Benedetto
60b83e3655
Club: adding button styles (#6237)
* Club: adding button styles

* Club: Fixing outline button in the editor
2022-07-18 09:20:30 -03:00
madhusudhand
c58ac1b8a8 Version Bump 2022-07-15 15:33:31 +05:30
Matias Benedetto
2a3144981d
Club: implement first version of post list pattern for index page (#6235)
* Club: starting to implement the post list of the index template

* Club: implementing post list as a pattern

* Club: translatable string in post list pattern
2022-07-14 13:48:50 -03:00
Matias Benedetto
bbee186f77
Club: adding the first style settings to theme.json and the font assets (#6208)
Co-authored-by: vcanales <vicente.canales@automattic.com>
2022-07-13 18:38:35 -03:00
Matias Benedetto
bd989bf300
Club: kickstarting a new theme as a copy of block-canvas theme (#6207) 2022-07-13 16:47:40 -03:00