Changeset 154169
- Timestamp:
- 09/12/2009 09:23:17 PM (17 years ago)
- Location:
- keyboard-navigation/trunk
- Files:
-
- 3 deleted
- 2 edited
-
keyboard_navigation.js (deleted)
-
keyboard_navigation.php (deleted)
-
readme.txt (modified) (2 diffs)
-
styles.css (modified) (3 diffs)
-
wordpress_pathfinding.php (deleted)
Legend:
- Unmodified
- Added
- Removed
-
keyboard-navigation/trunk/readme.txt
r79723 r154169 3 3 Tags: comicpress, webcomics, posts, plugin, navigation 4 4 Requires at least: 2.6.3 5 Tested up to: 2. 6.36 Stable tag: 0.35 Tested up to: 2.8.4 6 Stable tag: 1.0 7 7 8 8 Keyboard Navigation easily adds JavaScript-based keyboard navigation to a WordPress site. … … 10 10 == Description == 11 11 12 Keyboard Navigation uses CSS 3 Selectors (via the Prototype JS library) to pluck navigational elements out of your pages and assign them to keyboard shortcuts. This sort of navigation is ideal for sites which have small, sequential archives (such as Webcomic sites). The plugin offers one assistive feature: you can enable the highlighting of the hyperlink elements that are being used to generate the navigation, and you can send selection errors to the Firebug console or to alert() messages.12 Keyboard Navigation uses CSS 3 Selectors (via the Prototype JS library) to pluck navigational elements out of your pages and assign them to keyboard shortcuts. This sort of navigation is ideal for sites which have small, sequential archives (such as Webcomic sites). The plugin offers one assistive feature: you can enable the highlighting of the hyperlink elements that are being used to generate the navigation, and you can send selection errors to the Firebug console or to alert() messages. 13 13 14 14 == Frequently Asked Questions == -
keyboard-navigation/trunk/styles.css
r73106 r154169 8 8 } 9 9 10 div.image-holder div { 11 float: left; 12 display: inline; 13 width: 440px; 10 div.image-holder div p { 11 margin-top: 0 14 12 } 15 13 … … 25 23 26 24 div#top-holder form { 27 float: left; 28 display: inline; 29 width: 650px; 25 margin-right: 300px 26 } 27 28 div#top-holder th { 29 padding-left: 0 30 30 } 31 31 32 32 div#top-holder form input[type="text"] { 33 width: 440px33 width: 100% 34 34 } 35 35 36 div#top-holder form input[type="submit"] { 37 width: 250px 38 } 39 40 div#top-holder div { 41 float: left; 36 div#top-information { 37 float: right; 42 38 display: inline; 43 width: 2 95px;39 width: 270px; 44 40 border: solid #ddd 1px; 45 margin-left: 10px;46 margin-top: 10px;47 41 padding: 10px; 48 42 background: #dfe … … 52 46 margin-top: 0 53 47 } 48 49 div#top-holder .form-table { 50 clear: none 51 } 52 53 .clear { clear: both }
Note: See TracChangeset
for help on using the changeset viewer.