diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..30f907c --- /dev/null +++ b/styles.css @@ -0,0 +1,25 @@ +/* These styles are for the tag and help overlays. */ + +.shortcut-display { + padding: 10px; + background: #eee; + position: fixed; + bottom: 0; + right: 0; + border-top: 1px solid #999; + border-left: 1px solid #999; + -moz-box-shadow: #666 2px 2px 10px; + -webkit-box-shadow: #666 2px 2px 10px; + z-index: 9999; +} + +#shortcut-help li { + color: #555; + margin-bottom: .25em; +} + +#shortcut-help h3 { + margin-bottom: .5em; + font-size: 1.5em; + font-weight: normal; +} \ No newline at end of file