docs/static/media/css/layout.css @ d93fe1c921f9
- Add |anyapplied, |anyunapplied, |anycount, and |nondefault filters. - |anyapplied, |anyunapplied, |anycount, are filters to patch and when applied will make change the behavior so that if no patches are present then nothing will be printed - |nondefault is a filter for branch that will stop anything being printed if the branch is the default one. So only non-default branches are printed.
| author | Jason Harris <jasonh@wolfram.com> |
|---|---|
| date | Fri, 27 Nov 2009 13:24:49 +0100 |
| parents | 2a8eea4463c3 |
| children | 187b25ff6e1a |
body, html { background-color: #226F89; margin: 0; padding: 0; } div#breadcrumbs { border-bottom: 4px dashed #265565; border-left: 1px solid #265565; border-right: 1px solid #265565; margin: 0 auto; padding: 0.5em 1.5em; background-color: #fff; width: 55em; } div#breadcrumbs p { margin-bottom: 0.2em; } div#content { background-color: #fff; height: 100%; margin: 0 auto; overflow: hidden; padding: 1em 1.5em 1.5em 1.5em; width: 55em; border-left: 1px solid #265565; border-right: 1px solid #265565; } h1 { margin: 0.3em 0; padding: 0.1em 0; } h2, h3, h4, h5, h6 { margin-top: 1em; margin-bottom: 0.4em; } p, ul, blockquote { line-height: 1.8em; margin-top: 0; margin-bottom: 1em; } a { color: #133C4C; } a:hover { color: #F14800; } div#footer { background-color: #fff; border: 1px solid #265565; border-top: 4px dashed #265565; width: 55em; padding: 1em 1.5em; margin: 0 auto; margin-bottom: 3em; text-align: center; color: #666; } div#footer p { margin: 0; padding: 0; } ul { padding-left: 1.5em; } ul li { list-style-type: disc; margin-left: 1.5em; margin-top: 0.4em; } div.toc ul { padding: 0; } div.toc ul li { list-style-type: none; margin: 0; } div.toc > ul > li { list-style-type: none; margin: 0; } div.toc > ul ul { margin: 0 3em; } code { background-color: #f6f6f6; border: 1px solid #999; padding: 2px; white-space: nowrap; } pre code { border: none; padding: 0; background: none; white-space: pre-wrap; } a code { background: none; border: none; margin: 0; padding: 0; text-decoration: inherit; } a.code { background-color: #3f3f3f; } dt { font-weight: bold; margin-top: 1em; } dd { line-height: 1.8em; margin-left: 1.5em; } blockquote p { margin: 0; } img { background-color: #f6f6f6; border: 1px solid #999; padding: 1em; display: block; margin: 0 auto; } table { margin: 1em; } table thead { background-color: #f6f6f6; } table thead th { border: 1px solid #999; padding: 0.5em 1em; } table tbody tr td { border: 1px solid #999; padding: 0.5em 1em; } pre, blockquote, table.codehilitetable { background-color: #f6f6f6; border: 1px solid #999; display: block; line-height: 1.5em; margin-left: 1.5em; margin-right: 1.5em; padding: 0.5em; padding-left: 1em; } pre, table.codehilitetable { margin-bottom: 1em; } table.codehilitetable div.linenodiv { border-right: 1px solid #ccc; margin-right: 1em; padding-right: 1em; } table.codehilitetable pre { background: none; border: none; margin: 0; padding: 0; } table#pages tr, table#subdirs tr, table#files tr { border-top: 1px solid #999; border-bottom: 1px solid #999; } table tr td.name a { display: block; padding: 0.5em 1em; } table tr td.name a:hover { background-color: #f6f6f6; } table tr td.size { padding: 0.5em 1em; width: 40px; }