Commit Graph

115 Commits

Author SHA1 Message Date
Lance Willett 03e0039650 Twenty Thirteen: remove `box-sizing` styles from site wrapper element to avoid horizontal scrollbars in large viewports. Fixes #24599, props obenland.
git-svn-id: https://develop.svn.wordpress.org/trunk@24513 602fd350-edb4-49c9-b593-d223f7449a82
2013-06-25 21:13:52 +00:00
Lance Willett dae6b6b6ab Twenty Thirteen: fix minor RTL and mobile visual display bugs, props obenland. Fixes #24524.
git-svn-id: https://develop.svn.wordpress.org/trunk@24428 602fd350-edb4-49c9-b593-d223f7449a82
2013-06-07 17:01:22 +00:00
Lance Willett fe880f9ac1 Twenty Thirteen: better styles for blockquote italic and bold text. Fixes #24471.
git-svn-id: https://develop.svn.wordpress.org/trunk@24393 602fd350-edb4-49c9-b593-d223f7449a82
2013-05-31 18:48:22 +00:00
Lance Willett a9d619ffff Twenty Thirteen: remove all `post_format_*()` and `the_remaining_content()` function calls, reverting to `the_content()`. Simplify functions.php, JS, and CSS files accordingly. Props obenland for starter patch, fixes #24469 and #24407. See #24452.
git-svn-id: https://develop.svn.wordpress.org/trunk@24391 602fd350-edb4-49c9-b593-d223f7449a82
2013-05-31 17:45:00 +00:00
Lance Willett bbb57bbaf8 Twenty Thirteen: revert hyphenation and `word-break` changes from r24332, and add better fix for long comment author names. Props SergeyBiryukov, fixes #24329 and #24451.
git-svn-id: https://develop.svn.wordpress.org/trunk@24389 602fd350-edb4-49c9-b593-d223f7449a82
2013-05-31 05:20:03 +00:00
Lance Willett 30f277035c Twenty Thirteen: remove CSS hack added in r24286 for pixel shift in Chrome with gallery thumbs. Not needed now that we're loading medium size (and not large), see r24338.
git-svn-id: https://develop.svn.wordpress.org/trunk@24350 602fd350-edb4-49c9-b593-d223f7449a82
2013-05-24 21:22:58 +00:00
Lance Willett b86cae969a Twenty Thirteen: properly center the navbar, props DrewAPicture. Fixes #24406.
git-svn-id: https://develop.svn.wordpress.org/trunk@24340 602fd350-edb4-49c9-b593-d223f7449a82
2013-05-23 22:35:41 +00:00
Lance Willett 1533482d18 Twenty Thirteen: move `word-wrap` rules to parent container of hyphenated text, and hyphenate long comment author names. Props SergeyBiryukov for first patches, fixes #24329.
git-svn-id: https://develop.svn.wordpress.org/trunk@24332 602fd350-edb4-49c9-b593-d223f7449a82
2013-05-23 17:20:37 +00:00
Andrew Nacin 283733de35 Remove /extend/ from Theme URI headers in default themes. props JustinSainton, fixes #24389.
git-svn-id: https://develop.svn.wordpress.org/trunk@24321 602fd350-edb4-49c9-b593-d223f7449a82
2013-05-22 21:06:08 +00:00
Lance Willett dcbff314ea Twenty Thirteen: first pass to add RTL for editor styles, see #24298. Props obenland for starter patch. Adds table of contents to this file and fixes spelling in style.css ToC.
git-svn-id: https://develop.svn.wordpress.org/trunk@24309 602fd350-edb4-49c9-b593-d223f7449a82
2013-05-20 22:35:08 +00:00
Lance Willett 91371132a1 Twenty Thirteen: fix pixel shift that can occur on gallery non-single views in latest Chrome. Props jeremyfelt, fixes #24310.
git-svn-id: https://develop.svn.wordpress.org/trunk@24286 602fd350-edb4-49c9-b593-d223f7449a82
2013-05-17 19:24:53 +00:00
Lance Willett ab27644710 Twenty Thirteen: ensure galleries are displayed correctly (centered) on both single and indexed views, props obenland. See #24307.
git-svn-id: https://develop.svn.wordpress.org/trunk@24285 602fd350-edb4-49c9-b593-d223f7449a82
2013-05-17 19:22:39 +00:00
Lance Willett f5ffe0a92d Twenty Thirteen: fixes to remove invalid CSS rules, including unneeded IE-specific filters and `calc()` values.
git-svn-id: https://develop.svn.wordpress.org/trunk@24281 602fd350-edb4-49c9-b593-d223f7449a82
2013-05-16 19:52:53 +00:00
Lance Willett 9c000fd751 Twenty Thirteen: update Quote styles so that fancy display only affects the actual quote content. Fixes #24332.
git-svn-id: https://develop.svn.wordpress.org/trunk@24279 602fd350-edb4-49c9-b593-d223f7449a82
2013-05-16 16:48:55 +00:00
Lance Willett cb38eac14d Twenty Thirteen: minor CSS fixes for comment spacing and property ordering.
git-svn-id: https://develop.svn.wordpress.org/trunk@24239 602fd350-edb4-49c9-b593-d223f7449a82
2013-05-10 21:38:48 +00:00
Lance Willett 0ac97e433c Twenty Thirteen: smarter margins for comment block-level elements that need to be centered. Use margin just for left and right; don't change top and bottom.
git-svn-id: https://develop.svn.wordpress.org/trunk@24224 602fd350-edb4-49c9-b593-d223f7449a82
2013-05-09 20:22:32 +00:00
Lance Willett 74855b64ed Twenty Thirteen: fix styling for comment moderation notice. Props SergeyBiryukov, fixes #24286.
git-svn-id: https://develop.svn.wordpress.org/trunk@24202 602fd350-edb4-49c9-b593-d223f7449a82
2013-05-08 19:11:03 +00:00
Lance Willett c1d41fdd37 Twenty Thirteen: fix comment author styles to only add star icon to the post author's comment(s). Fixes #24281.
git-svn-id: https://develop.svn.wordpress.org/trunk@24197 602fd350-edb4-49c9-b593-d223f7449a82
2013-05-08 15:09:34 +00:00
Lance Willett 6355021c7d Twenty Thirteen: more specificity for `.reply` selectors, props johnjamesjacoby for starter patch. Fixes #24268.
git-svn-id: https://develop.svn.wordpress.org/trunk@24193 602fd350-edb4-49c9-b593-d223f7449a82
2013-05-07 21:35:09 +00:00
Lance Willett c7389e7a60 Twenty Thirteen: improve Quote post format styles to look more like quotes. Fixes #24176.
git-svn-id: https://develop.svn.wordpress.org/trunk@24172 602fd350-edb4-49c9-b593-d223f7449a82
2013-05-03 20:47:28 +00:00
Lance Willett 3118731338 Twenty Thirteen: remove fixed navbar. Closes #24184.
git-svn-id: https://develop.svn.wordpress.org/trunk@24169 602fd350-edb4-49c9-b593-d223f7449a82
2013-05-03 18:22:57 +00:00
Lance Willett 5de3516c2c Twenty Thirteen: remove Author Bio from post formats that are essentially quotes from other people, like Quote and Chat. Props obenland and markjaquith -- see #24176.
git-svn-id: https://develop.svn.wordpress.org/trunk@24167 602fd350-edb4-49c9-b593-d223f7449a82
2013-05-03 16:55:32 +00:00
Lance Willett 9d484d32f8 Twenty Thirteen: update `entry-media` selector to be much more selective. Props obenland for beginning patch. See #24198.
git-svn-id: https://develop.svn.wordpress.org/trunk@24159 602fd350-edb4-49c9-b593-d223f7449a82
2013-05-02 20:25:24 +00:00
Lance Willett 2de055fdcc Twenty Thirteen: avoid hyphenating post and page titles (and other unintended consequences) by moving word-breaking and hyphenation rules to only apply specifically to post/page content and widgets. Fixes #24231.
git-svn-id: https://develop.svn.wordpress.org/trunk@24153 602fd350-edb4-49c9-b593-d223f7449a82
2013-05-01 17:50:55 +00:00
Lance Willett e539c0f5d9 Twenty Thirteen: account for `alignnone` images that are inserted into a post on the same line. Give 'em a bit of space. Closes #24238.
git-svn-id: https://develop.svn.wordpress.org/trunk@24152 602fd350-edb4-49c9-b593-d223f7449a82
2013-05-01 17:44:34 +00:00
Lance Willett 387baceb98 Twenty Thirteen: avoid setting absolute positioning and a magic height number for child comments. This allows for a more flexible layout. Props obenland, fixes #24172.
git-svn-id: https://develop.svn.wordpress.org/trunk@24074 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-23 23:10:00 +00:00
Lance Willett 7a945cfcd2 Twenty Thirteen: fix case where title in author bio was indented when avatars were disabled in Discussion settings. Props obenland, fixes #24167.
git-svn-id: https://develop.svn.wordpress.org/trunk@24073 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-23 21:29:00 +00:00
Lance Willett 736f2bb495 Twenty Thirteen: remove `hgroup` from the theme markup structure since it's been dropped from HTML5 spec. Props obenland for the starter patch. Fixes #24114.
git-svn-id: https://develop.svn.wordpress.org/trunk@24072 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-23 17:55:55 +00:00
Lance Willett b051e780e3 Twenty Thirteen: avoid orphans in Aside date post meta. Props obenland, fixes #24166.
git-svn-id: https://develop.svn.wordpress.org/trunk@24071 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-23 16:57:32 +00:00
Lance Willett 6b4da7c5ff Twenty Thirteen: remove toolbar callback in functions.php -- and add an `!important` in its place in the stylesheet. Props obenland, fixes #24129.
git-svn-id: https://develop.svn.wordpress.org/trunk@24036 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-18 21:33:45 +00:00
Mark Jaquith 247167445e Constrain the width of images even when they're linked, in Twenty Thirteen.
see #23964

git-svn-id: https://develop.svn.wordpress.org/trunk@23991 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-14 16:59:47 +00:00
Lance Willett 0e44a2dba0 Twenty Thirteen: reinstate Audio post format max-width layout handling, lost in r23964. See #23955, props obenland.
git-svn-id: https://develop.svn.wordpress.org/trunk@23971 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-11 22:58:59 +00:00
Lance Willett 37842118d2 Twenty Thirteen: improve comment label selectors and nudge up their width a bit to account for non-English installs. Props obenland for initial patch, fixes #24039.
git-svn-id: https://develop.svn.wordpress.org/trunk@23967 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-11 18:06:10 +00:00
Lance Willett c25cac4dd6 Twenty Thirteen: change Genericon element display to `inline-block` to avoid underlining the icon when its related element wrapped in a link. Props obenland, fixes #24045.
git-svn-id: https://develop.svn.wordpress.org/trunk@23966 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-11 18:03:01 +00:00
Lance Willett bf556f4a3b Twenty Thirteen: better handling of media in main content area, accounting for a sidebar and all viewport width possibilities. Props sabreuse and obenland, see #23955.
git-svn-id: https://develop.svn.wordpress.org/trunk@23964 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-11 16:03:08 +00:00
Lance Willett 2bb14f8626 Twenty Thirteen: minor design tweaks and fixes:
* Link color should be the same on all links that are on white or tan backgrounds, see #23784
 * Better color value for active menu item (red instead of tan)
 * Improved styles for quote citations that are wrapped in links
 * Better layout for single post navigation links when post titles are '''really''' long
 * Fix navbar border style for viewports at 1600 pixels wide and above

Props Joen and obenland.

git-svn-id: https://develop.svn.wordpress.org/trunk@23962 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-11 15:57:50 +00:00
Lance Willett 13089f39bc Twenty Thirteen: add fallback selectors for older browsers that don't understand `search` input elements. Fixes #23997, props obenland.
git-svn-id: https://develop.svn.wordpress.org/trunk@23961 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-10 23:19:55 +00:00
Lance Willett 6dd9b1ba06 Twenty Thirteen: add missing "yellow" color tag.
git-svn-id: https://develop.svn.wordpress.org/trunk@23957 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-10 22:32:51 +00:00
Lance Willett be00e2b9cd Twenty Thirteen: fix for right-aligned images breaking the main column layout in small screen sizes. Props obenland, fixes #23994.
git-svn-id: https://develop.svn.wordpress.org/trunk@23945 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-09 21:43:32 +00:00
Lance Willett fcc607c1b2 Twenty Thirteen: remove overly-specific post meta styles, props ziegenberg and obenland. Fixes #23962.
git-svn-id: https://develop.svn.wordpress.org/trunk@23944 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-09 21:39:19 +00:00
Lance Willett ef43637fa2 Twenty Thirteen: style the the "Login to Reply" link correctly, props obenland. Fixes #23943.
git-svn-id: https://develop.svn.wordpress.org/trunk@23920 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-05 16:35:27 +00:00
Lance Willett ff64e5d3b3 Twenty Thirteen: update Chat post format styles to match markup changes in r23876. See #23869.
git-svn-id: https://develop.svn.wordpress.org/trunk@23877 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-29 21:14:43 +00:00
Lance Willett c8449285ae Bundled themes: remove cases of `:active` and `:hover` pseudo-class selectors used for accessibility. These cases need `:focus` only. See r23783 and #23803.
git-svn-id: https://develop.svn.wordpress.org/trunk@23841 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-28 16:37:42 +00:00
Lance Willett 38a4515766 Twenty Thirteen: improvements to Image post format handling to use a custom image size instead of filtering a `$content_width` variable.
Includes CSS cleanup and markup improvements to both video and image templates, moving the media HTML piece out of the `header` element.

Props obenland, closes #23620.

git-svn-id: https://develop.svn.wordpress.org/trunk@23839 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-28 07:02:51 +00:00
Lance Willett 5f6f7c663f Twenty Thirteen: style native `mediaelement` video player with a black background color. Props obenland, closes #23821.
git-svn-id: https://develop.svn.wordpress.org/trunk@23835 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-28 04:44:27 +00:00
Lance Willett ac87a472f7 Twenty Thirteen: refresh Quote post format styles based on new default markup, see r23822. Props obenland, fixes #23852.
git-svn-id: https://develop.svn.wordpress.org/trunk@23829 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-27 22:28:31 +00:00
Lance Willett c22e908e32 Twenty Thirteen: add support and styling for Audio structured post format. Moves audio content out from the main post content, using `the_audio()` and `the_extra_content()`. Props obenland, fixes #23871.
git-svn-id: https://develop.svn.wordpress.org/trunk@23828 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-27 22:08:16 +00:00
Lance Willett a3e4aba14d Twenty Thirteen: fix "Must log in to post comment" message misalignment. Props beaulebens and obenland, fixes #23872.
git-svn-id: https://develop.svn.wordpress.org/trunk@23827 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-27 20:49:08 +00:00
Lance Willett 334e0eb13e Twenty Thirteen: take full advantage of new structured post format template functions, see r23819.
Extract first video or image from Video and Image post format posts, and place the item above the title within its own HTML wrapper with `the_video()` and `the_image()'. Also, remove the item from the post content with `the_extra_content()`.

This allows us to meet the design requirements for Twenty Thirteen with minimal changes to the theme template files. Fixes #23620.

git-svn-id: https://develop.svn.wordpress.org/trunk@23820 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-27 18:51:47 +00:00
Lance Willett 17d4a3302b Twenty Thirteen: better styles for Chat structured post format output. Props Joen for starter CSS, closes #23869.
git-svn-id: https://develop.svn.wordpress.org/trunk@23817 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-27 17:16:31 +00:00