diff options
Diffstat (limited to 'provider/css')
| -rw-r--r-- | provider/css/default.css | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/provider/css/default.css b/provider/css/default.css new file mode 100644 index 0000000..7b89107 --- /dev/null +++ b/provider/css/default.css | |||
| @@ -0,0 +1,40 @@ | |||
| 1 | body { | ||
| 2 | margin: auto; | ||
| 3 | padding-right: 1em; | ||
| 4 | padding-left: 1em; | ||
| 5 | font: normal 1.1em monospace; | ||
| 6 | max-width: 60em; | ||
| 7 | text-align: justify; | ||
| 8 | } | ||
| 9 | |||
| 10 | .display-math { | ||
| 11 | display: block; | ||
| 12 | margin-top: 0.2em; | ||
| 13 | margin-bottm: 0.2em; | ||
| 14 | text-align: center; | ||
| 15 | } | ||
| 16 | |||
| 17 | .inline-math { | ||
| 18 | display: inline; | ||
| 19 | } | ||
| 20 | |||
| 21 | a { | ||
| 22 | color: inherit; | ||
| 23 | } | ||
| 24 | |||
| 25 | p { | ||
| 26 | margin-bottom: 0 | ||
| 27 | } | ||
| 28 | |||
| 29 | p + p { | ||
| 30 | text-indent: 1.5em; | ||
| 31 | margin-top: 0; | ||
| 32 | } | ||
| 33 | |||
| 34 | pre { | ||
| 35 | margin-left: 1.5em; | ||
| 36 | } | ||
| 37 | |||
| 38 | p code { | ||
| 39 | font-style:italic; | ||
| 40 | } \ No newline at end of file | ||
