Add missing style file.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 21 Dec 2011 23:24:41 +0200
changeset 67 5166ffffd608
parent 66 be91c79007e9
child 68 ce7aca59cb54
Add missing style file.
rst.css
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rst.css	Wed Dec 21 23:24:41 2011 +0200
@@ -0,0 +1,19 @@
+body, frameset { background-color: ivory; }
+body { padding: 0 10% 0 10%; }
+a { text-decoration:none; }
+a:link { color: brown; }
+a:visited { color: IndianRed; }
+a:hover { background: bisque; border-radius: 10px; padding: 1px; }
+p { text-indent: 2em; }
+p:first-letter { font-weight: bold; }
+.literal-block {
+    margin: 0 0 0 4em;
+    padding: 5px;
+    border: 1px;
+    border-style: solid;
+    border-color: brown;
+    background-color: LightYellow;
+    overflow: auto;
+}
+table { border-collapse:collapse; margin-left:auto; margin-right:auto; }
+table, tr, td { padding: 3px; border: 1px dotted maroon; background-color: cornsilk; }