docs/hgreview/static/review.css @ 85c5e6d231b3 initial-docs
docs: minor tweaks
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Tue, 15 Jun 2010 20:30:23 -0400 |
| parents | 289163ebca26 |
| children | 1f220b967ed8 |
@import url("aal.css"); body, html { background-color: #f8f7e8; font-family: Georgia, serif; color: #222; } body a, html a { color: #b6410c; text-decoration: none; } body a:hover, html a:hover { text-decoration: underline; } body a.headerlink, html a.headerlink { display: none; } body h1, html h1, body h2, html h2, body h3, html h3, body h4, html h4, body h5, html h5, body h6, html h6 { font-weight: normal; } body h1, html h1 { letter-spacing: 1px; } body ul, html ul { list-style-type: none; } body ul li, html ul li { margin-left: 0; } body ul li li, html ul li li { margin-left: 1em; } .related { display: none; } .document { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; border: 1px solid #edecc7; margin: 25px auto 0px; padding: 0px 00px; width: 800px; } .document .documentwrapper { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; background-color: #fbfbf3; float: left; width: 100%; } .document .documentwrapper .bodywrapper { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; background-color: #fefefe; margin-left: 230px; border-left: 1px solid #edecc7; padding: 20px 30px; min-height: 700px; } .document .documentwrapper .bodywrapper div pre { border: 1px solid #edecc7; background-color: #fbfbf3; font-size: 13px; font-family: Monaco, Consolas, "Courier New", monospace; line-height: 24px; margin-bottom: 32px; margin-top: -8px; margin-left: 24px; padding: 0px 8px; width: 498px; overflow-x: auto; } .document .documentwrapper .bodywrapper span.pre { background-color: #fafaef; border: 1px solid #edecc7; padding: 0px 6px; font-size: 13px; font-family: Monaco, Consolas, "Courier New", monospace; line-height: 24px; white-space: pre; } .document .documentwrapper .bodywrapper ul span.pre { background-color: inherit; border: none; padding: 0; } .document .documentwrapper .bodywrapper a em { font-style: normal; } .document .documentwrapper .bodywrapper tt.docutils.literal { background-color: #fafaef; border: 1px solid #edecc7; padding: 0px 6px; font-size: 13px; font-family: Monaco, Consolas, "Courier New", monospace; line-height: 24px; white-space: pre; } .document .documentwrapper .bodywrapper tt.docutils.literal span.pre { border: 0; padding: 0; } .document .sphinxsidebar { float: left; margin-left: -100%; width: 210px; padding: 20px 20px; } .document .sphinxsidebar #searchbox h3 { margin-bottom: 8px; } .document .sphinxsidebar #searchbox form input:nth-child(1) { border: 1px solid #999; font-size: 16px; } .document .sphinxsidebar #searchbox form input:nth-child(2) { display: block; margin-top: 6px; width: 60px; } .document .sphinxsidebar #searchbox .searchtip { display: none; } .clearer { clear: both; } .footer { width: 800px; margin: 8px auto 40px; padding-right: 10px; text-align: right; font-style: italic; }