rst.css
changeset 902 034aeeb2a16d
child 904 29eccddc0c22
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rst.css	Wed Jul 20 12:37:29 2011 +0300
@@ -0,0 +1,9 @@
+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: beige; border-radius: 10px; padding: 1px; }
+p { text-indent: 2em; }
+p:first-letter { font-weight: bold; }
+.literal-block {padding-left: 4em;}