Changeset 59857
- Timestamp:
- 02/22/2025 01:36:54 AM (3 months ago)
- Location:
- trunk/src/wp-content/themes/twentyten
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/header.php
r59344 r59857 64 64 <?php wp_body_open(); ?> 65 65 <div id="wrapper" class="hfeed"> 66 <?php // Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff. ?> 67 <a href="#content" class="screen-reader-text skip-link"><?php _e( 'Skip to content', 'twentyten' ); ?></a> 66 68 <div id="header"> 67 69 <div id="masthead"> … … 102 104 103 105 <div id="access" role="navigation"> 104 <?php // Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff. ?>105 <div class="skip-link screen-reader-text"><a href="#content"><?php _e( 'Skip to content', 'twentyten' ); ?></a></div>106 106 <?php 107 107 /* -
trunk/src/wp-content/themes/twentyten/style.css
r59832 r59857 349 349 } 350 350 351 a.skip-link:focus { 352 background-color: #ddd; 353 clip-path: none; 354 color: #333; 355 display: block; 356 font-size: 16px; 357 height: auto; 358 left: 5px; 359 line-height: 1.5; 360 padding: 16px 24px; 361 text-decoration: none; 362 top: 5px; 363 width: auto; 364 z-index: 100000; 365 } 351 366 352 367 /* =Header
Note: See TracChangeset
for help on using the changeset viewer.