rst.css
changeset 1729 22ffd80639c0
parent 1546 be099c6f7b32
child 1837 422610dafebe
equal deleted inserted replaced
1728:3ddb79eb60f9 1729:22ffd80639c0
     1 body, frameset { background-color: ivory; }
     1 body, frameset { background-color: ivory; }
     2 body { padding: 0 10% 0 10%; }
     2 body {
       
     3     max-width: 800px;
       
     4     margin: 0 auto;
       
     5 }
       
     6 @media (max-width: 820px) {
       
     7     body { margin: 0 10px 0 10px; }
       
     8 }
       
     9 
       
    10 p.topic-title.first { display: none; }
       
    11 p.topic-title.first + ul {
       
    12     max-width: 400px;
       
    13     margin: 0 auto;
       
    14     padding: 5px 0;
       
    15     background: cornsilk;
       
    16     border: 1px solid red;
       
    17     border-radius: 10px;
       
    18 }
       
    19 p.topic-title.first + ul > li {
       
    20     list-style: none;
       
    21 }
       
    22 p.topic-title.first + ul > li > a { display: none; }
       
    23 p.topic-title.first + ul li li {
       
    24     padding-right: 10px;
       
    25 }
       
    26 
     3 a { text-decoration:none; }
    27 a { text-decoration:none; }
     4 a:link { color: brown; }
    28 a:link { color: brown; }
     5 a:visited { color: IndianRed; }
    29 a:visited { color: IndianRed; }
     6 a:hover { background: bisque; border-radius: 10px; padding: 1px; }
    30 a:hover { background: bisque; border-radius: 10px; padding: 1px; }
     7 p { text-indent: 2em; }
    31 p { text-indent: 2em; }