rst.css
changeset 902 034aeeb2a16d
child 904 29eccddc0c22
equal deleted inserted replaced
901:e8d1390c77b3 902:034aeeb2a16d
       
     1 body frameset { background-color: ivory; }
       
     2 body { padding: 0 10% 0 10%; }
       
     3 a { text-decoration:none; }
       
     4 a:link { color: brown; }
       
     5 a:visited { color: IndianRed; }
       
     6 a:hover { background: beige; border-radius: 10px; padding: 1px; }
       
     7 p { text-indent: 2em; }
       
     8 p:first-letter { font-weight: bold; }
       
     9 .literal-block {padding-left: 4em;}