|
@@ -0,0 +1,67 @@
|
|
|
+h1 { margin-top: 0; }
|
|
|
+
|
|
|
+
|
|
|
+ol, ul {
|
|
|
+ margin: 0;
|
|
|
+ padding: 0 0 0 1.3em;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+img { max-width: 100%; }
|
|
|
+
|
|
|
+
|
|
|
+.link-target { display: none; }
|
|
|
+
|
|
|
+
|
|
|
+.epub-cover { text-align: center; }
|
|
|
+.epub-cover h1 { margin: 4em 0 0 0; }
|
|
|
+.epub-cover h2 { margin: 1em 0; }
|
|
|
+.epub-cover h3 { margin: 3em 0 2em 0; }
|
|
|
+
|
|
|
+
|
|
|
+pre, span.pre { white-space: pre-wrap; }
|
|
|
+
|
|
|
+pre {
|
|
|
+ background-color: #f6f6f6;
|
|
|
+ border: 0;
|
|
|
+ padding: 0.5em;
|
|
|
+ font-size: 90%;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.snippet-filename {
|
|
|
+ background-color: #393939;
|
|
|
+ color: white;
|
|
|
+ margin: 0;
|
|
|
+ padding: 0.5em;
|
|
|
+ font: bold 90% monospace;
|
|
|
+}
|
|
|
+.snippet-filename + .highlight > pre,
|
|
|
+.snippet-filename + pre {
|
|
|
+ margin-top: 0;
|
|
|
+}
|
|
|
+
|
|
|
+a:link, a:visited { color: #396623; }
|
|
|
+a:hover { color: #1d3311; }
|
|
|
+
|
|
|
+
|
|
|
+fitted after the icon, to allow text resizing with breaking. */
|
|
|
+.note, .admonition {
|
|
|
+ background-position: 9px 0.8em;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ padding: 0.8em 1em 0.8em 65px;
|
|
|
+ margin: 1em 0;
|
|
|
+ border: 0.01em solid black;
|
|
|
+}
|
|
|
+
|
|
|
+.note, .admonition { background-image: url(docicons-note.png); }
|
|
|
+div.admonition-philosophy { background-image: url(docicons-philosophy.png); }
|
|
|
+div.admonition-behind-the-scenes { background-image: url(docicons-behindscenes.png); }
|
|
|
+.admonition.warning { background-image: url(docicons-warning.png); }
|
|
|
+
|
|
|
+.admonition-title {
|
|
|
+ font-weight: bold;
|
|
|
+ margin: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.admonition .last { margin-bottom: 0; }
|