Changeset 223028 for twentynineteen/2.8/style-rtl.css
- Timestamp:
- 04/02/2024 08:10:08 PM (20 months ago)
- Location:
- twentynineteen/2.8
- Files:
-
- 1 edited
- 1 copied
-
. (copied) (copied from twentynineteen/2.7)
-
style-rtl.css (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
twentynineteen/2.8/style-rtl.css
r207575 r223028 6 6 Author URI: https://wordpress.org/ 7 7 Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes. 8 Tested up to: 6. 48 Tested up to: 6.5 9 9 Requires at least: 4.7 10 10 Requires PHP: 5.2.4 11 Version: 2. 711 Version: 2.8 12 12 License: GNU General Public License v2 or later 13 13 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 5485 5485 } 5486 5486 5487 .entry .entry-content .wp-block-buttons { 5488 line-height: 1.2; 5489 } 5490 5487 5491 .entry .entry-content .wp-block-button .wp-block-button__link { 5488 5492 transition: background 150ms ease-in-out; … … 5490 5494 font-size: 0.88889em; 5491 5495 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; 5492 line-height: 1.2;5493 5496 box-sizing: border-box; 5494 5497 font-weight: bold; … … 5496 5499 padding: 0.76rem 1rem; 5497 5500 outline: none; 5498 outline: none;5499 5501 } 5500 5502 … … 5511 5513 background: #111; 5512 5514 cursor: pointer; 5515 } 5516 5517 .entry .entry-content .wp-block-button .wp-block-button__link:hover:not(.has-background) { 5518 background: #111; 5513 5519 } 5514 5520 … … 5518 5524 outline: thin dotted; 5519 5525 outline-offset: -4px; 5526 } 5527 5528 .entry .entry-content .wp-block-button .wp-block-button__link:focus:not(.has-background) { 5529 background: #111; 5520 5530 } 5521 5531
Note: See TracChangeset
for help on using the changeset viewer.