/* css file for keyboard shortcut layout
C:/Users/xah/web/xahlee_org/emacs/emacs_kb_shortcuts.html
c:/Users/xah/web/xahlee_org/emacs/ergonomic_emacs_keybinding_rawhtml.html
 */

/* keyboard layout table */
table.kb-layout td {border:solid thin black; vertical-align:top; min-width:90px; min-height:90px; width:90px; height:90px;}

/* home row */
table.kb-layout td.hr {background-color:#e0e0e0}

/* key label */
div.k {display:table;text-align:center;font-size:28px;width:30px;height:30px;margin:0px;padding:0px;border:thin;background-color:silver}

/* modifier key label */
span.C-bg {} /*Cntl key label */
span.M-bg {}  /*Alt key label */

/* text color for command */
div.c {color:maroon} /* Ctrl */
div.m {color:blue}  /* Meta */
div.ms {color:red} /* Meta+Shift */
div.n {color:green}  /* no modifier */

span.s {background-color:yellow} /* prefix key */

pre.legend {width:100%;background-color:#e6e6fa;margin:1px}

