diff options
Diffstat (limited to 'public/assets')
-rw-r--r-- | public/assets/style.css | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/public/assets/style.css b/public/assets/style.css new file mode 100644 index 0000000..b0ca89c --- /dev/null +++ b/public/assets/style.css @@ -0,0 +1,48 @@ +kbd, code, samp, tt, pre { + background: #DDDDDD; + white-space: pre; +} + +var { + color: #008800; +} + +pre { + margin-left: 2em; + overflow: auto; +} + +table, td, th { + border: solid 1px #AAAAAA; +} + +th { + background: #F5F5F5; +} + +table { + margin-left: auto; + margin-right: auto; +} + +table > caption { + text-align: left; +} + +caption > h1 { + text-align: center; + font-size: 100%; +} + +blockquote { + border-left: solid .4em #0000AA; + margin-left: .25em; + padding-left: 1.25em; + font-style: italic; +} + +footer { + text-align: center; + font-size: 70%; + color: #333333; +} |