www/rst.css
changeset 83 41a9c64f3fb7
parent 79 a0f224c26f08
child 87 d60814630989
equal deleted inserted replaced
82:79761f22308d 83:41a9c64f3fb7
     1 html, body, iframe {
     1 html, body, iframe {
     2     margin: 0px;
     2     margin: 0px;
     3     padding: 0px;
     3     padding: 0px;
     4 }
     4 }
     5 
     5 
     6 .header {
     6 footer {
     7     font-size: 1.2em;
     7     font-size: 0.8em;
     8     text-align: center;
     8     text-align: center;
     9 }
       
    10 .header.small {
       
    11     font-size: 0.8em;
       
    12 }
     9 }
    13 
    10 
    14 div.contents ul {
    11 div.contents ul {
    15     max-width: 600px;
    12     max-width: 600px;
    16     margin: 0 auto;
    13     margin: 0 auto;
    29 }
    26 }
    30 h2 a, h3 a, h4 a, .contents a {
    27 h2 a, h3 a, h4 a, .contents a {
    31     color: hsl(0, 100%, 25%);
    28     color: hsl(0, 100%, 25%);
    32 }
    29 }
    33 h1 { text-align: center; }
    30 h1 { text-align: center; }
    34 div > p:first-child:first-letter,
       
    35 h2 + p:first-letter,
       
    36 h3 + p:first-letter,
       
    37 h4 + p:first-letter,
       
    38 h5 + p:first-letter {
       
    39     font-weight: bold;
       
    40 }
       
    41 
    31 
    42 blockquote {
    32 blockquote {
    43     margin: 1em 0;
    33     margin: 1em 0;
    44 }
    34 }
    45 ul, ol {
    35 ul, ol {