@@ -328,16 +328,10 @@ fieldset { border: 1px solid #dedede; padding: 6px; } legend { font-weight: bold; } input:focus, textarea:focus { background: #fafafa; } -p {text-indent:30px;} - -p, blockquote { - margin-bottom: 10px; -} - h1,h2,h3,h4,h5,h6 { line-height: 170%; } h1 {font-size: 2.0em;} h2 {font-size: 1.8em;} h3 {font-size: 1.4em;} h4 {font-size: 1.2em;} @@ -515,30 +509,34 @@ p, h2, h3 { orphans: 3; widows: 3; } h2, h3{ page-break-after: avoid; } } body { - margin: 0 2% 0 2%; - background-color: #CC6600; } header { background-color: #cc0000; + padding: 1%; border-bottom: 1px solid black; color: white; } +header > h1 > a { + text-decoration: none; + color: white; + font-weight: bold; +} #story-list { } #story-list > .story > a { text-decoration: none; - border-radius: 5px; - font-size: 2em; font-weight: bold; - background-color: #CC9933; - padding: 0 6px 0 6px; + margin-top: 0; +} +#story-list > .story > p { + font-size: .75em; } #story-list > .story > .read { color: #CC3333; } @@ -546,11 +544,22 @@ color: #CC0000; /* color: #A8A8EE;*/ } #story-list > .story { - background-color: white; - padding: .25%; - border: 1px solid black; - border-radius: 5px; + padding: .5%; + padding-top: 0; + border-top: 1px solid black; margin-top: .33%; } + +footer { + background-color: #cc0000; + padding: 1%; + border-top: 1px solid black; + color: white; +} +footer > a { + text-decoration: none; + color: white; + font-weight: bold; +}