OLD | NEW |
(Empty) | |
| 1 /* Copyright (c) 2014 The Chromium Authors. All rights reserved. |
| 2 * Use of this source code is governed by a BSD-style license that can be |
| 3 * found in the LICENSE file. */ |
| 4 |
| 5 /* GENERAL */ |
| 6 .inline-toc ul, .inline-toc ol {list-style-type: none;} |
| 7 .small-gap {margin-top: 0.5em;} |
| 8 .small-gap li, dt {margin-top: 1em;} |
| 9 .no-gap {margin-bottom: 0;} |
| 10 .no-gap-li li {margin-top: 0;} |
| 11 .indent {margin-left: 40px;} |
| 12 .indent-small {margin-left: 20px;} |
| 13 |
| 14 table {width: auto;} |
| 15 .showcase, .showcase-list {margin: auto;} |
| 16 body table.showcase td {text-align: center; vertical-align: middle;} |
| 17 .showcase-list th, .generic th {text-align: center;} |
| 18 .showcase-list tbody th, .generic tbody th {text-align: left;} |
| 19 body table.showcase-list td {vertical-align: middle;} |
| 20 table.showcase td.empty {border-bottom-style: hidden; border-right-style: hidden
;} |
| 21 table.showcase-list td.top-left, table.generic td.top-left {border-top-style: hi
dden; border-left-style: hidden;} |
| 22 th.center {text-align: center;} |
| 23 |
| 24 .showcase img.hold {opacity: 0.5;} |
| 25 .showcase span.hold {color: #888;} |
| 26 .col3 td {width: 33%;} |
| 27 .col4 td {width: 25%;} |
| 28 .col5 td {width: 20%;} |
| 29 .kd-butterbar.shown.pepper-version {text-align: right; top: 150px; right: 44px;
width: 31em;} |
| 30 .kd-butterbar.shown.pepper-version span {background-color: #E5ECF9; border: 1px
solid #36C;} |
| 31 .kd-butterbar.shown.pepper-version span.deprecated {background-color: #FCC; bord
er: 1px solid #A03;} |
| 32 .kd-butterbar.shown.special-announcement {text-align: right; /* top: 185px; */ t
op: 150px; right: 44px; width: 31em;} |
| 33 .kd-butterbar.shown.special-announcement span {background-color: #F9EDBE; border
: 1px solid #F0C36D;} |
| 34 |
| 35 /* HOME PAGE */ |
| 36 .features section h3 {font-weight: bold; margin-bottom: 0.2em; margin-top: 0;} |
| 37 .features section p {margin-bottom: 0;} |
| 38 p.date {margin-top: 0; margin-bottom: 0.5em; font-style: italic;
} |
| 39 blockquote.indent-only {font-style: normal; color: #000; } |
| 40 #home .button-nacl { |
| 41 border-top: 1px solid #96d1f8; |
| 42 background: #65a9d7; |
| 43 background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), t
o(#65a9d7)); |
| 44 background: -webkit-linear-gradient(top, #3e779d, #65a9d7); |
| 45 background: -moz-linear-gradient(top, #3e779d, #65a9d7); |
| 46 background: -ms-linear-gradient(top, #3e779d, #65a9d7); |
| 47 background: -o-linear-gradient(top, #3e779d, #65a9d7); |
| 48 padding: 5px 10px; |
| 49 -webkit-border-radius: 5px; |
| 50 -moz-border-radius: 5px; |
| 51 border-radius: 5px; |
| 52 -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0; |
| 53 -moz-box-shadow: rgba(0,0,0,1) 0 1px 0; |
| 54 box-shadow: rgba(0,0,0,1) 0 1px 0; |
| 55 text-shadow: rgba(0,0,0,.4) 0 1px 0; |
| 56 color: white; |
| 57 font-size: 18px; |
| 58 text-decoration: none; |
| 59 vertical-align: middle; |
| 60 } |
| 61 #home .button-nacl:visited { |
| 62 color: #fff; |
| 63 } |
| 64 #home .button-nacl:hover { |
| 65 border-top-color: #28597a; |
| 66 background: #28597a; |
| 67 color: #ccc; |
| 68 } |
| 69 #home .button-nacl:active { |
| 70 border-top-color: #1b435e; |
| 71 background: #1b435e; |
| 72 } |
| 73 #home .button-download { |
| 74 float: right; |
| 75 margin: 2em 4em; |
| 76 } |
| 77 #home .big-intro { |
| 78 font-size: 16px; |
| 79 } |
| 80 #home iframe.video { |
| 81 display: block; |
| 82 margin: 1em auto 0; |
| 83 } |
| 84 #home .right-side { |
| 85 float: right; |
| 86 width: 54%; |
| 87 background-color: #FFF; |
| 88 } |
| 89 #home .right-side-inner { |
| 90 padding-left: 40px; |
| 91 } |
| 92 |
| 93 /* CSS for the Release Notes page */ |
| 94 .functions {list-style-type: none;} |
| 95 li.gap, .gap li {margin-top: 1.5em;} |
| 96 .gap li li {margin-top: 0.2em;} |
| 97 |
| 98 /* |
| 99 * The #doxygen-ref is an id tag which encompasses code generated by doxygen |
| 100 * and allows override of standard html tags while not affecting the rest |
| 101 * of the page such as sidebars. |
| 102 */ |
| 103 |
| 104 #doxygen-ref table { |
| 105 margin: 0; |
| 106 } |
| 107 |
| 108 #doxygen-ref td { |
| 109 border: none; |
| 110 } |
| 111 |
| 112 #doxygen-ref tr { |
| 113 border: none; |
| 114 } |
| 115 |
| 116 #doxygen-ref .memitem { |
| 117 margin-top: 2em; |
| 118 } |
| 119 |
| 120 #doxygen-ref .memproto { |
| 121 background-color: #e1e1e4; |
| 122 border: 1px solid #e1e1f4; |
| 123 font-weight: bold; |
| 124 border-radius: 8px; |
| 125 -moz-border-radius: 8px; |
| 126 -webkit-border-radius: 8px; |
| 127 } |
| 128 |
| 129 /* |
| 130 TODO(binji): remove |
| 131 |
| 132 This is the old doxygen CSS formatting from devsite. It causes problems on many |
| 133 pages, but it is probably useful to keep around while we are transitioning to |
| 134 chromesite. |
| 135 |
| 136 #doxygen-ref A.el { |
| 137 text-decoration: none; |
| 138 font-weight: bold; |
| 139 text-align:left; |
| 140 |
| 141 } |
| 142 |
| 143 #doxygen-ref A.code:link, |
| 144 A.code:visited { |
| 145 text-decoration: none; |
| 146 font-weight: normal; |
| 147 color: #00F; |
| 148 } |
| 149 #doxygen-ref A.codeRef:link, |
| 150 A.codeRef:visited { |
| 151 font-weight: normal; |
| 152 color: #00F; |
| 153 } |
| 154 #doxygen-ref A:hover { |
| 155 text-decoration: none; |
| 156 background-color: #f2f2ff; |
| 157 } |
| 158 |
| 159 #doxygen-ref DL.el { |
| 160 margin-left: -1cm; |
| 161 } |
| 162 #doxygen-ref .fragment { |
| 163 font-family: Fixed, monospace; |
| 164 font-size: 95%; |
| 165 } |
| 166 #doxygen-ref PRE.fragment { |
| 167 border: 1px solid #CCC; |
| 168 background-color: #f5f5f5; |
| 169 margin: 4px 8px 4px 2px |
| 170 padding: 4px 6px; |
| 171 } |
| 172 |
| 173 #doxygen-ref TD { |
| 174 margin: 0; |
| 175 padding: 0; |
| 176 } |
| 177 |
| 178 #doxygen-ref TD.memname { |
| 179 width: 50%; |
| 180 } |
| 181 |
| 182 #doxygen-ref TD.paramtype { |
| 183 width: auto; |
| 184 |
| 185 } |
| 186 |
| 187 #doxygen-ref TD.md { |
| 188 background-color: #e1e1e4; |
| 189 font-weight: bold; |
| 190 border: none; |
| 191 } |
| 192 |
| 193 #doxygen-ref .memberdecls { |
| 194 border: "0"; |
| 195 } |
| 196 |
| 197 #doxygen-ref .memitem { |
| 198 padding: 4px; |
| 199 background-color: #ffff; |
| 200 } |
| 201 |
| 202 #doxygen-ref .memItemLeft { |
| 203 white-space: nowrap; |
| 204 } |
| 205 |
| 206 #doxygen-ref .memItemRight { |
| 207 white-space: nowrap; |
| 208 } |
| 209 |
| 210 #doxygen-ref .memname { |
| 211 background-color: #e1e1e4; |
| 212 white-space: nowrap; |
| 213 font-weight: bold; |
| 214 } |
| 215 #doxygen-ref .memdoc{ |
| 216 padding-left: 10px; |
| 217 } |
| 218 #doxygen-ref div.memproto td { |
| 219 background-color: #e1e1e4; |
| 220 } |
| 221 #doxygen-ref .memproto { |
| 222 background-color: #e1e1e4; |
| 223 width: auto; |
| 224 border-width: 1px; |
| 225 border-style: solid; |
| 226 border-color: #e1e1f4; |
| 227 font-weight: bold; |
| 228 -moz-border-radius: 8px 8px 8px 8px; |
| 229 } |
| 230 #doxygen-ref .memproto .deprecated, |
| 231 .memname .deprecated, |
| 232 .summary .deprecated { |
| 233 color: red; |
| 234 } |
| 235 #doxygen-ref .paramkey { |
| 236 text-align: right; |
| 237 } |
| 238 #doxygen-ref .paramtype { |
| 239 white-space: nowrap; |
| 240 } |
| 241 #doxygen-ref .paramname { |
| 242 color: #602020; |
| 243 font-style: italic; |
| 244 white-space: nowrap; |
| 245 } |
| 246 #doxygen-ref DIV.groupHeader { |
| 247 margin: 12px 16px 6px auto; |
| 248 font-weight: bold; |
| 249 } |
| 250 |
| 251 #doxygen-ref TR.memlist { |
| 252 background-color: #f0f0f0; |
| 253 } |
| 254 |
| 255 #doxygen-ref table.memname { |
| 256 width: auto; |
| 257 } |
| 258 |
| 259 #doxygen-ref td.memname { |
| 260 width: auto; |
| 261 } |
| 262 |
| 263 #doxygen-ref table.memname td { |
| 264 padding: 0 2px; |
| 265 } |
| 266 |
| 267 #doxygen-ref .memberdecls td { |
| 268 width: auto; |
| 269 border: none; |
| 270 } |
| 271 |
| 272 #doxygen-ref th { |
| 273 font-size: 16px; |
| 274 background-color: #DDD; |
| 275 padding: 0 4px; |
| 276 } |
| 277 |
| 278 #doxygen-ref SPAN.keyword, |
| 279 SPAN.keywordflow { |
| 280 color: #008000; |
| 281 } |
| 282 #doxygen-ref SPAN.keywordtyp { |
| 283 color: #604020; |
| 284 } |
| 285 #doxygen-ref SPAN.comment { |
| 286 color: #800000; |
| 287 } |
| 288 #doxygen-ref SPAN.preprocessor { |
| 289 color: #806020; |
| 290 } |
| 291 #doxygen-ref SPAN.stringliteral { |
| 292 color: #002080; |
| 293 } |
| 294 #doxygen-ref SPAN.charliteral { |
| 295 color: #008080; |
| 296 } |
| 297 |
| 298 #doxygen-ref .mdescLeft, |
| 299 #doxygen-ref .mdescRight { |
| 300 padding: 0 8px 4px 8px; |
| 301 font-size: 80%; |
| 302 font-style: italic; |
| 303 background-color: #FAFAFA; |
| 304 border: 1px none #E0E0E0; |
| 305 margin: 0; |
| 306 } |
| 307 #doxygen-ref .search { |
| 308 color: #039; |
| 309 font-weight: bold; |
| 310 } |
| 311 |
| 312 #doxygen-ref HR { |
| 313 height: 1px; |
| 314 border: none; |
| 315 display: none; |
| 316 } |
| 317 #doxygen-ref table, |
| 318 #doxygen-ref td, |
| 319 #doxygen-ref tr { |
| 320 border:none; |
| 321 width: auto; |
| 322 text-align: left; |
| 323 padding: 10px; |
| 324 margin-bottom: 0; |
| 325 } |
| 326 #doxygen-ref .contents H1 { |
| 327 text-align: center; |
| 328 background-color: #ffffff; |
| 329 border: 0; |
| 330 } |
| 331 |
| 332 #doxygen-ref CAPTION { |
| 333 font-weight: bold; |
| 334 } |
| 335 #doxygen-ref .contents .summary { |
| 336 line-height: 1em; |
| 337 } |
| 338 #doxygen-ref .contents .summary TD { |
| 339 } |
| 340 #doxygen-ref .contents .summary .type { |
| 341 text-align: right; |
| 342 } |
| 343 #doxygen-ref .memdoc { |
| 344 padding-left: 30px; |
| 345 } |
| 346 #doxygen-ref .memitem { |
| 347 border-top:1px solid #E5ECF9; |
| 348 border:none; |
| 349 } |
| 350 #doxygen-ref .doxygen-global { |
| 351 background-color: #ffcc66; |
| 352 } |
| 353 |
| 354 */ |
OLD | NEW |