Mercurial > genshi > mirror
view examples/tutorial/geddit/static/layout.css @ 1014:2069c7a0059c stable-0.7.x
Merge r1239 from trunk (fix assert with side-effect in xi:fallback directive processing).
author | hodgestar |
---|---|
date | Mon, 17 Jun 2013 20:54:10 +0000 |
parents | e990fa05d80b |
children |
line wrap: on
line source
html, body { margin: 0; padding: 0; } body { background: #ddd; color: #333; font: normal 90%/1.3 Arial,Helvetica,sans-serif; } :link, :visited { color: #c10000; text-decoration: none; } :link:hover, :visited:hover { text-decoration: underline; } :link img, :visited img { border: none; } h1 { color: #666; font: normal xx-large/1.5 Georgia,serif; margin: 0 0 .5em; } blockquote { font-style: italic; } form table { margin-bottom: 1em; } form table tbody th { font-weight: normal; padding-top: .3em; text-align: right; vertical-align: top; } form label { color: #666; font-size: 90%; } #wrap { background: #fff; width: 600px; margin: 30px auto; } #content { border-left: 10px solid #b00; min-height: 240px; padding: 10px; } #header img { float: right; margin-top: -21px; margin-right: -37px; } #footer { background: #4A4D4D; border-top: 2px solid #333; font-size: x-small; padding: 3px; text-align: center; } #footer hr { display: none; } .legalese { color: #999; margin: 0; } ol.links li .info { font-size: 85%; } ol.links li .info :link, ol.links li .info :visited { color: #666; } ul.comments { list-style: none; margin: 1em 0; padding: 0 0 0 1em; } ul.comments li { color: #999; margin: 0 0 1em; } ul.comments blockquote { color: #333; font-style: normal; margin: 0; padding: 0; } .action:link, .action:visited { background: #f3f3f3; border: 1px outset #ddd; color: #666; font-size: 90%; padding: 0 .3em; } .action:link:hover, .action:visited:hover { background: #e8e8e8; border-color: #aaa; color: #000; text-decoration: none; } form p.hint { color: #666; font-size: 90%; font-style: italic; margin: 0; } form .error { color: #b00; }