]> Pileus Git - ~andy/fetchmail/blobdiff - trio/doc/trio.css
Import Trio 1.10 into fetchmail's trunk.
[~andy/fetchmail] / trio / doc / trio.css
diff --git a/trio/doc/trio.css b/trio/doc/trio.css
new file mode 100644 (file)
index 0000000..1b3a992
--- /dev/null
@@ -0,0 +1,35 @@
+/* HTML tags */
+
+BODY {
+ background-color: white;
+ color: darkblue;
+}
+
+TD { color: darkblue; }
+
+H1 { text-align: center; }
+
+H3 { font-style: italic; }
+
+HR {
+ width: 85%;
+ align: center;
+}
+
+.copyright { color: darkblue; }
+
+/* Links */
+
+:link { color: blue; }
+
+:visited { color: purple; }
+
+:active { color: red; }
+
+.el:link { font-style: italic; }
+
+/* Examples */
+
+DIV.fragment {
+ color: maroon;
+}