diff options
Diffstat (limited to 'doc/tutorial/web/style.css')
| -rw-r--r-- | doc/tutorial/web/style.css | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/tutorial/web/style.css b/doc/tutorial/web/style.css new file mode 100644 index 00000000000..a71180027f0 --- /dev/null +++ b/doc/tutorial/web/style.css @@ -0,0 +1,36 @@ +body { + padding: 1em; + margin: 0; + font-family: "Helvetica Neue", Helvetica, sans-serif; +} + +#content { + padding: 1em 6em; + max-width: 50em; +} + +h1 { font-size: 22pt; } +h2 { font-size: 17pt; } +h3 { font-size: 14pt; } + +code { + color: #033; +} + +pre { + margin: 1.1em 12px; + border: 1px solid #CCCCCC; + padding: .4em; + font-size: 120%; +} + +p.head { + font-size: 80%; + font-style: italic; + text-align: right; +} + +a, a:visited, a:link { + text-decoration: none; + color: #00438a; +} |
