***kbd***

Description

use html tag <kbd>Text</kbd> to show Text as a keycap

Download & Release Notes

Download

Release Version

Moin Version

Release Notes

kbd.py

1.6 - 1.8

simple, still works

kbd2.py

css included

1.6 -

download and rename as kbd.py

Usage

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)>>

License

Bugs

Discussion

MoinMoin: MacroMarket/KeyCaps (last edited 2010-02-19 11:27:50 by PeterHübert)