Plugin Directory

Changeset 154169


Ignore:
Timestamp:
09/12/2009 09:23:17 PM (17 years ago)
Author:
johncoswell
Message:

fixed for wp 2.8+, lots of cleanups

Location:
keyboard-navigation/trunk
Files:
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • keyboard-navigation/trunk/readme.txt

    r79723 r154169  
    33Tags: comicpress, webcomics, posts, plugin, navigation
    44Requires at least: 2.6.3
    5 Tested up to: 2.6.3
    6 Stable tag: 0.3
     5Tested up to: 2.8.4
     6Stable tag: 1.0
    77
    88Keyboard Navigation easily adds JavaScript-based keyboard navigation to a WordPress site.
     
    1010== Description ==
    1111
    12 Keyboard Navigation uses CSS3 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.
     12Keyboard 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.
    1313
    1414== Frequently Asked Questions ==
  • keyboard-navigation/trunk/styles.css

    r73106 r154169  
    88}
    99
    10 div.image-holder div {
    11   float: left;
    12   display: inline;
    13   width: 440px;
     10div.image-holder div p {
     11  margin-top: 0
    1412}
    1513
     
    2523
    2624div#top-holder form {
    27   float: left;
    28   display: inline;
    29   width: 650px;
     25  margin-right: 300px
     26}
     27
     28div#top-holder th {
     29  padding-left: 0
    3030}
    3131
    3232div#top-holder form input[type="text"] {
    33   width: 440px
     33  width: 100%
    3434}
    3535
    36 div#top-holder form input[type="submit"] {
    37   width: 250px
    38 }
    39 
    40 div#top-holder div {
    41   float: left;
     36div#top-information {
     37  float: right;
    4238  display: inline;
    43   width: 295px;
     39  width: 270px;
    4440  border: solid #ddd 1px;
    45   margin-left: 10px;
    46   margin-top: 10px;
    4741  padding: 10px;
    4842  background: #dfe
     
    5246  margin-top: 0
    5347}
     48
     49div#top-holder .form-table {
     50  clear: none
     51}
     52
     53.clear { clear: both }
Note: See TracChangeset for help on using the changeset viewer.