Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | /* |
michael@0 | 2 | * default.css_t |
michael@0 | 3 | * ~~~~~~~~~~~~~ |
michael@0 | 4 | * |
michael@0 | 5 | * Sphinx stylesheet -- default theme. |
michael@0 | 6 | * |
michael@0 | 7 | * :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS. |
michael@0 | 8 | * :license: BSD, see LICENSE for details. |
michael@0 | 9 | * |
michael@0 | 10 | */ |
michael@0 | 11 | |
michael@0 | 12 | @import url("basic.css"); |
michael@0 | 13 | |
michael@0 | 14 | /* -- page layout ----------------------------------------------------------- */ |
michael@0 | 15 | |
michael@0 | 16 | body { |
michael@0 | 17 | font-family: sans-serif; |
michael@0 | 18 | font-size: 100%; |
michael@0 | 19 | background-color: #11303d; |
michael@0 | 20 | color: #000; |
michael@0 | 21 | margin: 0; |
michael@0 | 22 | padding: 0; |
michael@0 | 23 | } |
michael@0 | 24 | |
michael@0 | 25 | div.document { |
michael@0 | 26 | background-color: #1c4e63; |
michael@0 | 27 | } |
michael@0 | 28 | |
michael@0 | 29 | div.documentwrapper { |
michael@0 | 30 | float: left; |
michael@0 | 31 | width: 100%; |
michael@0 | 32 | } |
michael@0 | 33 | |
michael@0 | 34 | div.bodywrapper { |
michael@0 | 35 | margin: 0 0 0 230px; |
michael@0 | 36 | } |
michael@0 | 37 | |
michael@0 | 38 | div.body { |
michael@0 | 39 | background-color: #ffffff; |
michael@0 | 40 | color: #000000; |
michael@0 | 41 | padding: 0 20px 30px 20px; |
michael@0 | 42 | } |
michael@0 | 43 | |
michael@0 | 44 | div.footer { |
michael@0 | 45 | color: #ffffff; |
michael@0 | 46 | width: 100%; |
michael@0 | 47 | padding: 9px 0 9px 0; |
michael@0 | 48 | text-align: center; |
michael@0 | 49 | font-size: 75%; |
michael@0 | 50 | } |
michael@0 | 51 | |
michael@0 | 52 | div.footer a { |
michael@0 | 53 | color: #ffffff; |
michael@0 | 54 | text-decoration: underline; |
michael@0 | 55 | } |
michael@0 | 56 | |
michael@0 | 57 | div.related { |
michael@0 | 58 | background-color: #133f52; |
michael@0 | 59 | line-height: 30px; |
michael@0 | 60 | color: #ffffff; |
michael@0 | 61 | } |
michael@0 | 62 | |
michael@0 | 63 | div.related a { |
michael@0 | 64 | color: #ffffff; |
michael@0 | 65 | } |
michael@0 | 66 | |
michael@0 | 67 | div.sphinxsidebar { |
michael@0 | 68 | } |
michael@0 | 69 | |
michael@0 | 70 | div.sphinxsidebar h3 { |
michael@0 | 71 | font-family: 'Trebuchet MS', sans-serif; |
michael@0 | 72 | color: #ffffff; |
michael@0 | 73 | font-size: 1.4em; |
michael@0 | 74 | font-weight: normal; |
michael@0 | 75 | margin: 0; |
michael@0 | 76 | padding: 0; |
michael@0 | 77 | } |
michael@0 | 78 | |
michael@0 | 79 | div.sphinxsidebar h3 a { |
michael@0 | 80 | color: #ffffff; |
michael@0 | 81 | } |
michael@0 | 82 | |
michael@0 | 83 | div.sphinxsidebar h4 { |
michael@0 | 84 | font-family: 'Trebuchet MS', sans-serif; |
michael@0 | 85 | color: #ffffff; |
michael@0 | 86 | font-size: 1.3em; |
michael@0 | 87 | font-weight: normal; |
michael@0 | 88 | margin: 5px 0 0 0; |
michael@0 | 89 | padding: 0; |
michael@0 | 90 | } |
michael@0 | 91 | |
michael@0 | 92 | div.sphinxsidebar p { |
michael@0 | 93 | color: #ffffff; |
michael@0 | 94 | } |
michael@0 | 95 | |
michael@0 | 96 | div.sphinxsidebar p.topless { |
michael@0 | 97 | margin: 5px 10px 10px 10px; |
michael@0 | 98 | } |
michael@0 | 99 | |
michael@0 | 100 | div.sphinxsidebar ul { |
michael@0 | 101 | margin: 10px; |
michael@0 | 102 | padding: 0; |
michael@0 | 103 | color: #ffffff; |
michael@0 | 104 | } |
michael@0 | 105 | |
michael@0 | 106 | div.sphinxsidebar a { |
michael@0 | 107 | color: #98dbcc; |
michael@0 | 108 | } |
michael@0 | 109 | |
michael@0 | 110 | div.sphinxsidebar input { |
michael@0 | 111 | border: 1px solid #98dbcc; |
michael@0 | 112 | font-family: sans-serif; |
michael@0 | 113 | font-size: 1em; |
michael@0 | 114 | } |
michael@0 | 115 | |
michael@0 | 116 | |
michael@0 | 117 | |
michael@0 | 118 | /* -- hyperlink styles ------------------------------------------------------ */ |
michael@0 | 119 | |
michael@0 | 120 | a { |
michael@0 | 121 | color: #355f7c; |
michael@0 | 122 | text-decoration: none; |
michael@0 | 123 | } |
michael@0 | 124 | |
michael@0 | 125 | a:visited { |
michael@0 | 126 | color: #355f7c; |
michael@0 | 127 | text-decoration: none; |
michael@0 | 128 | } |
michael@0 | 129 | |
michael@0 | 130 | a:hover { |
michael@0 | 131 | text-decoration: underline; |
michael@0 | 132 | } |
michael@0 | 133 | |
michael@0 | 134 | |
michael@0 | 135 | |
michael@0 | 136 | /* -- body styles ----------------------------------------------------------- */ |
michael@0 | 137 | |
michael@0 | 138 | div.body h1, |
michael@0 | 139 | div.body h2, |
michael@0 | 140 | div.body h3, |
michael@0 | 141 | div.body h4, |
michael@0 | 142 | div.body h5, |
michael@0 | 143 | div.body h6 { |
michael@0 | 144 | font-family: 'Trebuchet MS', sans-serif; |
michael@0 | 145 | background-color: #f2f2f2; |
michael@0 | 146 | font-weight: normal; |
michael@0 | 147 | color: #20435c; |
michael@0 | 148 | border-bottom: 1px solid #ccc; |
michael@0 | 149 | margin: 20px -20px 10px -20px; |
michael@0 | 150 | padding: 3px 0 3px 10px; |
michael@0 | 151 | } |
michael@0 | 152 | |
michael@0 | 153 | div.body h1 { margin-top: 0; font-size: 200%; } |
michael@0 | 154 | div.body h2 { font-size: 160%; } |
michael@0 | 155 | div.body h3 { font-size: 140%; } |
michael@0 | 156 | div.body h4 { font-size: 120%; } |
michael@0 | 157 | div.body h5 { font-size: 110%; } |
michael@0 | 158 | div.body h6 { font-size: 100%; } |
michael@0 | 159 | |
michael@0 | 160 | a.headerlink { |
michael@0 | 161 | color: #c60f0f; |
michael@0 | 162 | font-size: 0.8em; |
michael@0 | 163 | padding: 0 4px 0 4px; |
michael@0 | 164 | text-decoration: none; |
michael@0 | 165 | } |
michael@0 | 166 | |
michael@0 | 167 | a.headerlink:hover { |
michael@0 | 168 | background-color: #c60f0f; |
michael@0 | 169 | color: white; |
michael@0 | 170 | } |
michael@0 | 171 | |
michael@0 | 172 | div.body p, div.body dd, div.body li { |
michael@0 | 173 | text-align: justify; |
michael@0 | 174 | line-height: 130%; |
michael@0 | 175 | } |
michael@0 | 176 | |
michael@0 | 177 | div.admonition p.admonition-title + p { |
michael@0 | 178 | display: inline; |
michael@0 | 179 | } |
michael@0 | 180 | |
michael@0 | 181 | div.admonition p { |
michael@0 | 182 | margin-bottom: 5px; |
michael@0 | 183 | } |
michael@0 | 184 | |
michael@0 | 185 | div.admonition pre { |
michael@0 | 186 | margin-bottom: 5px; |
michael@0 | 187 | } |
michael@0 | 188 | |
michael@0 | 189 | div.admonition ul, div.admonition ol { |
michael@0 | 190 | margin-bottom: 5px; |
michael@0 | 191 | } |
michael@0 | 192 | |
michael@0 | 193 | div.note { |
michael@0 | 194 | background-color: #eee; |
michael@0 | 195 | border: 1px solid #ccc; |
michael@0 | 196 | } |
michael@0 | 197 | |
michael@0 | 198 | div.seealso { |
michael@0 | 199 | background-color: #ffc; |
michael@0 | 200 | border: 1px solid #ff6; |
michael@0 | 201 | } |
michael@0 | 202 | |
michael@0 | 203 | div.topic { |
michael@0 | 204 | background-color: #eee; |
michael@0 | 205 | } |
michael@0 | 206 | |
michael@0 | 207 | div.warning { |
michael@0 | 208 | background-color: #ffe4e4; |
michael@0 | 209 | border: 1px solid #f66; |
michael@0 | 210 | } |
michael@0 | 211 | |
michael@0 | 212 | p.admonition-title { |
michael@0 | 213 | display: inline; |
michael@0 | 214 | } |
michael@0 | 215 | |
michael@0 | 216 | p.admonition-title:after { |
michael@0 | 217 | content: ":"; |
michael@0 | 218 | } |
michael@0 | 219 | |
michael@0 | 220 | pre { |
michael@0 | 221 | padding: 5px; |
michael@0 | 222 | background-color: #eeffcc; |
michael@0 | 223 | color: #333333; |
michael@0 | 224 | line-height: 120%; |
michael@0 | 225 | border: 1px solid #ac9; |
michael@0 | 226 | border-left: none; |
michael@0 | 227 | border-right: none; |
michael@0 | 228 | } |
michael@0 | 229 | |
michael@0 | 230 | tt { |
michael@0 | 231 | background-color: #ecf0f3; |
michael@0 | 232 | padding: 0 1px 0 1px; |
michael@0 | 233 | font-size: 0.95em; |
michael@0 | 234 | } |
michael@0 | 235 | |
michael@0 | 236 | th { |
michael@0 | 237 | background-color: #ede; |
michael@0 | 238 | } |
michael@0 | 239 | |
michael@0 | 240 | .warning tt { |
michael@0 | 241 | background: #efc2c2; |
michael@0 | 242 | } |
michael@0 | 243 | |
michael@0 | 244 | .note tt { |
michael@0 | 245 | background: #d6d6d6; |
michael@0 | 246 | } |
michael@0 | 247 | |
michael@0 | 248 | .viewcode-back { |
michael@0 | 249 | font-family: sans-serif; |
michael@0 | 250 | } |
michael@0 | 251 | |
michael@0 | 252 | div.viewcode-block:target { |
michael@0 | 253 | background-color: #f4debf; |
michael@0 | 254 | border-top: 1px solid #ac9; |
michael@0 | 255 | border-bottom: 1px solid #ac9; |
michael@0 | 256 | } |