Mercurial > p > roundup > code
comparison doc/_static/style.css @ 4033:bca7c59ac400
Enhance documentation generation.
| author | Stefan Seefeld <stefan@seefeld.name> |
|---|---|
| date | Thu, 12 Feb 2009 05:54:26 +0000 |
| parents | |
| children | 7cf0468a9fa4 |
comparison
equal
deleted
inserted
replaced
| 4032:a73bac81eda2 | 4033:bca7c59ac400 |
|---|---|
| 1 /* layout*/ | |
| 2 body | |
| 3 { | |
| 4 font-family: sans-serif, Arial, Helvetica; | |
| 5 background-color: white; | |
| 6 color: #333; | |
| 7 margin:0; | |
| 8 padding: 0 3em 0 14em; | |
| 9 } | |
| 10 body > .header { margin: 0 0 0 -14em;} | |
| 11 body > .footer { margin: 0 0 0 -14em; clear:both;} | |
| 12 body > .navigation | |
| 13 { | |
| 14 margin-left: -14em; | |
| 15 width: 14em; | |
| 16 float: left; | |
| 17 } | |
| 18 body > .content | |
| 19 { | |
| 20 width: 100%; | |
| 21 margin: 0; | |
| 22 } | |
| 23 body > .header > #searchbox { position: absolute; right: 1em; top: 1em;} | |
| 24 | |
| 25 /* style */ | |
| 26 | |
| 27 :link { color: #bb0000; text-decoration: none;} | |
| 28 :visited { color: #770000; text-decoration: none;} | |
| 29 a.toc-backref { color: #000000; } | |
| 30 | |
| 31 .header h1 { margin-left: 1em; } | |
| 32 | |
| 33 body | |
| 34 { | |
| 35 font-family: sans-serif, Arial, Helvetica; | |
| 36 background-color: #f5f5f5; | |
| 37 color: #333; | |
| 38 } | |
| 39 | |
| 40 .menu | |
| 41 { | |
| 42 margin-right: 1em; | |
| 43 padding: 2pt; | |
| 44 border: solid thin #dadada; | |
| 45 background-color:#ffffff; | |
| 46 } | |
| 47 .menu ul { list-style-type:none; padding: 0;} | |
| 48 .menu ul ul { padding-left: 1em;} | |
| 49 .menu li { border-top: solid thin #dadada;} | |
| 50 .menu li:first-child { border-top: none;} | |
| 51 | |
| 52 /* related */ | |
| 53 | |
| 54 div.related | |
| 55 { | |
| 56 width: 100%; | |
| 57 font-size: 90%; | |
| 58 } | |
| 59 div.related-top { border-bottom: solid thin #dadada;} | |
| 60 div.related-bottom { border-top: solid thin #dadada;} | |
| 61 | |
| 62 div.related ul | |
| 63 { | |
| 64 margin: 0; | |
| 65 padding: 0 0 0 10px; | |
| 66 list-style: none; | |
| 67 } | |
| 68 | |
| 69 div.related li { display: inline;} | |
| 70 | |
| 71 div.related li.right | |
| 72 { | |
| 73 float: right; | |
| 74 margin-right: 5px; | |
| 75 } | |
| 76 | |
| 77 .footer | |
| 78 { | |
| 79 font-size: small; | |
| 80 text-align: center; | |
| 81 color: lightgrey; | |
| 82 } | |
| 83 | |
| 84 .content | |
| 85 { | |
| 86 padding: 1em; | |
| 87 border: solid thin #dadada; | |
| 88 background-color: #ffffff; | |
| 89 } | |
| 90 | |
| 91 /* This is a little hack to inject a 'news' block into the title | |
| 92 page without having to set up a custom directive. */ | |
| 93 #roundup-issue-tracker .note | |
| 94 { | |
| 95 float: right; | |
| 96 width: auto; | |
| 97 border: solid thin #dadada; | |
| 98 background-color:#f5f5f5; | |
| 99 padding: 1em; | |
| 100 margin: 1em; | |
| 101 } | |
| 102 #roundup-issue-tracker .note .admonition-title { display: none; } | |
| 103 | |
| 104 table | |
| 105 { | |
| 106 border-collapse: collapse; | |
| 107 border-spacing: 1px; | |
| 108 background-color: #fafafa; | |
| 109 } |
