rst.css
changeset 299 1cc50552c3ee
parent 298 59fafd2a9101
child 300 6b04b083cb79
equal deleted inserted replaced
298:59fafd2a9101 299:1cc50552c3ee
     1 body, frameset { background-color: ivory; }
     1 body, frameset { background-color: ivory; }
     2 body { padding: 0 10% 0 10%; }
     2 body {
       
     3     padding: 0 10px 0 10px;
       
     4     max-width: 800px;
       
     5     margin: 0 auto 0 auto;
       
     6 }
     3 a { text-decoration:none; }
     7 a { text-decoration:none; }
     4 a:link { color: brown; }
     8 a:link { color: brown; }
     5 a:visited { color: IndianRed; }
     9 a:visited { color: IndianRed; }
     6 a:hover { background: bisque; border-radius: 10px; padding: 1px; }
    10 a:hover { background: bisque; border-radius: 10px; padding: 1px; }
     7 p { text-indent: 2em; }
    11 p { text-indent: 2em; }