Contents
***kbd***
Description
use html tag <kbd>Text</kbd> to show Text as a keycap
Download & Release Notes
Download |
Release Version |
Moin Version |
Release Notes |
|
1.6 - 1.8 |
simple, still works |
|
css included |
1.6 - |
download and rename as kbd.py |
Usage
first version needs additional css entry for <kbd> to look nice!
kbd {
font-family: sans-serif
font-size: 0.9em;
white-space: nowrap;
background-color: #EEE;
padding: 0pt 0.4em;
border: solid 0.2em;
border-top-color: #DDD;
border-right-color: #BBB;
border-bottom-color: #BBB;
border-left-color: #DDD;
}
Example
<<kbd(args)>>
Copyright
- Peter Hübert
License
- GPL
Bugs
