Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1 | /* color definitions */ |
| 2 | /* 16 column layout */ |
| 3 | /* clearfix idiom */ |
| 4 | /* common mixins */ |
| 5 | /* page layout + top-level styles */ |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 6 | ::selection { |
| 7 | background-color: #0099cc; |
| 8 | color: #fff; } |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 9 | ::-webkit-selection { |
| 10 | background-color: #0099cc; |
| 11 | color: #fff; } |
| 12 | ::-moz-selection { |
| 13 | background-color: #0099cc; |
| 14 | color: #fff; } |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 15 | |
| 16 | html, body { |
| 17 | height: 100%; |
| 18 | margin: 0; |
| 19 | padding: 0; |
| 20 | background-color:#F9F9F9; |
| 21 | -webkit-font-smoothing: antialiased; |
| 22 | /* prevent subpixel antialiasing, which thickens the text */ |
| 23 | /* text-rendering: optimizeLegibility; */ |
| 24 | /* turned off ligatures due to bug 5945455 */ } |
| 25 | |
| 26 | body { |
Scott Main | 9ada226 | 2012-06-23 14:59:36 -0700 | [diff] [blame] | 27 | color: #222; |
Scott Main | 6a7a66b | 2012-06-23 11:20:48 -0700 | [diff] [blame] | 28 | font: 14px/19px Roboto, sans-serif; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 29 | font-weight: 400; |
| 30 | letter-spacing:.1; |
| 31 | padding:0 10px; } |
| 32 | |
| 33 | #page-container { |
| 34 | width: 940px; |
| 35 | margin: 0 40px; } |
| 36 | |
| 37 | #page-header { |
| 38 | height: 80px; |
| 39 | margin-bottom: 20px; |
| 40 | font-size: 48px; |
| 41 | line-height: 48px; |
| 42 | font-weight: 100; |
| 43 | padding-left: 10px; } |
| 44 | #page-header a { |
| 45 | display: block; |
| 46 | position: relative; |
| 47 | top: 20px; |
| 48 | text-decoration: none; |
| 49 | color: #555555 !important; } |
| 50 | |
| 51 | #main-row { |
| 52 | display: inline-block; } |
| 53 | #main-row:after { |
| 54 | content: "."; |
| 55 | display: block; |
| 56 | height: 0; |
| 57 | clear: both; |
| 58 | visibility: hidden; } |
| 59 | * html #main-row { |
| 60 | height: 1px; } |
| 61 | |
| 62 | #page-footer { |
| 63 | margin-left: 190px; |
| 64 | margin-top: 80px; |
| 65 | color: #999999; |
| 66 | padding-bottom: 40px; |
| 67 | font-size: 12px; |
| 68 | line-height: 15px; } |
| 69 | #page-footer a { |
| 70 | color: #777777; } |
| 71 | #page-footer #copyright { |
| 72 | margin-bottom: 10px; } |
| 73 | |
| 74 | #nav-container { |
| 75 | width: 160px; |
| 76 | min-height: 10px; |
| 77 | margin-right: 20px; |
| 78 | float: left; } |
| 79 | |
| 80 | #nav { |
| 81 | margin:0; |
| 82 | padding:0 0 30px; |
| 83 | } |
| 84 | |
| 85 | #side-nav { |
| 86 | min-height:5px; /* silly way to avoid doc floating left when nav goes fixed */ |
| 87 | margin-bottom:1px; |
| 88 | } |
| 89 | #devdoc-nav { |
| 90 | outline:none; |
| 91 | width:auto; |
| 92 | margin: 20px 0 0; } |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 93 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 94 | #devdoc-nav h2 { |
| 95 | border:0; |
| 96 | } |
| 97 | |
| 98 | #devdoc-nav.fixed { |
| 99 | position: fixed; |
| 100 | margin:0; |
| 101 | top: 20px; } |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 102 | |
Scott Main | 6b2dc27 | 2012-09-11 14:27:34 -0700 | [diff] [blame] | 103 | #devdoc-nav span.small { |
| 104 | font-size:12px; |
| 105 | font-weight:normal; |
| 106 | } |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 107 | |
| 108 | #content { |
| 109 | width: 760px; |
| 110 | float: left; } |
| 111 | |
| 112 | a:hover, |
| 113 | acronym:hover { |
| 114 | color: #7aa1b0 !important; } |
| 115 | |
| 116 | a:focus, |
| 117 | a:active { |
| 118 | color: #33b5e5 !important; } |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 119 | |
Scott Main | d4cb783 | 2012-11-28 11:10:09 -0800 | [diff] [blame] | 120 | a.external-link { |
| 121 | background:url('../images/styles/open_new_page.png') no-repeat 100% 50%; |
| 122 | padding-right:16px; |
| 123 | } |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 124 | |
| 125 | img { |
| 126 | border: none; } |
| 127 | #jd-content img { |
| 128 | margin-bottom:15px; |
| 129 | } |
| 130 | |
| 131 | ul { |
| 132 | margin: 0; |
| 133 | padding: 0; } |
| 134 | |
| 135 | strong { |
| 136 | font-weight: 500; } |
| 137 | |
| 138 | em { |
| 139 | font-style: italic; } |
| 140 | |
Scott Main | db3678b | 2012-10-23 14:13:41 -0700 | [diff] [blame] | 141 | acronym, |
| 142 | .tooltip-link { |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 143 | border-bottom: 1px dotted #555555; |
| 144 | cursor: help; } |
| 145 | |
Scott Main | db3678b | 2012-10-23 14:13:41 -0700 | [diff] [blame] | 146 | acronym:hover, |
| 147 | .tooltip-link:hover { |
| 148 | color: #7aa1b0; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 149 | border-bottom-color: #7aa1b0; } |
| 150 | |
| 151 | img.with-shadow, |
| 152 | video.with-shadow { |
| 153 | box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); } |
| 154 | |
| 155 | /* disclosures mixin */ |
| 156 | /* content layout */ |
| 157 | .layout-content-row { |
| 158 | display: inline-block; |
| 159 | margin-bottom: 10px; } |
| 160 | .layout-content-row:after { |
| 161 | content: "."; |
| 162 | display: block; |
| 163 | height: 0; |
| 164 | clear: both; |
| 165 | visibility: hidden; } |
| 166 | * html .layout-content-row { |
| 167 | height: 1px; } |
| 168 | |
| 169 | .layout-content-col { |
| 170 | float: left; |
| 171 | margin-left: 20px; } |
| 172 | .layout-content-col:first-child { |
| 173 | margin-left: 0; } |
| 174 | .layout-content-col h3, |
| 175 | .layout-content-col h4 { |
| 176 | margin-top:0; } |
| 177 | |
| 178 | .layout-content-col.span-1 { |
| 179 | width: 40px; } |
| 180 | |
| 181 | .layout-content-col.span-2 { |
| 182 | width: 100px; } |
| 183 | |
| 184 | .layout-content-col.span-3 { |
| 185 | width: 160px; } |
| 186 | |
| 187 | .layout-content-col.span-4 { |
| 188 | width: 220px; } |
| 189 | |
| 190 | .layout-content-col.span-5 { |
| 191 | width: 280px; } |
| 192 | |
| 193 | .layout-content-col.span-6 { |
| 194 | width: 340px; } |
| 195 | |
| 196 | .layout-content-col.span-7 { |
| 197 | width: 400px; } |
| 198 | |
| 199 | .layout-content-col.span-8 { |
| 200 | width: 460px; } |
| 201 | |
| 202 | .layout-content-col.span-9 { |
| 203 | width: 520px; } |
| 204 | |
| 205 | .layout-content-col.span-10 { |
| 206 | width: 580px; } |
| 207 | |
| 208 | .layout-content-col.span-11 { |
| 209 | width: 640px; } |
| 210 | |
| 211 | .layout-content-col.span-12 { |
| 212 | width: 700px; } |
| 213 | |
| 214 | .layout-content-col.span-13 { |
| 215 | width: 760px; } |
| 216 | |
| 217 | .vspace.size-1 { |
| 218 | height: 10px; } |
| 219 | |
| 220 | .vspace.size-2 { |
| 221 | height: 20px; } |
| 222 | |
| 223 | .vspace.size-3 { |
| 224 | height: 30px; } |
| 225 | |
| 226 | .vspace.size-4 { |
| 227 | height: 40px; } |
| 228 | |
| 229 | .vspace.size-5 { |
| 230 | height: 50px; } |
| 231 | |
| 232 | .vspace.size-6 { |
| 233 | height: 60px; } |
| 234 | |
| 235 | .vspace.size-7 { |
| 236 | height: 70px; } |
| 237 | |
| 238 | .vspace.size-8 { |
| 239 | height: 80px; } |
| 240 | |
| 241 | .vspace.size-9 { |
| 242 | height: 90px; } |
| 243 | |
| 244 | .vspace.size-10 { |
| 245 | height: 100px; } |
| 246 | |
| 247 | .vspace.size-11 { |
| 248 | height: 110px; } |
| 249 | |
| 250 | .vspace.size-12 { |
| 251 | height: 120px; } |
| 252 | |
| 253 | .vspace.size-13 { |
| 254 | height: 130px; } |
| 255 | |
| 256 | .vspace.size-14 { |
| 257 | height: 140px; } |
| 258 | |
| 259 | .vspace.size-15 { |
| 260 | height: 150px; } |
| 261 | |
| 262 | .vspace.size-16 { |
| 263 | height: 160px; } |
| 264 | |
| 265 | /* nav */ |
| 266 | #nav { |
| 267 | /* section header divs */ |
| 268 | /* expanded section header divs */ |
| 269 | /* sublinks */ } |
| 270 | #nav li { |
| 271 | list-style-type: none; |
| 272 | font-size: 14px; |
| 273 | margin:0; |
| 274 | padding:0; |
| 275 | line-height: 15px; } |
| 276 | #nav a { |
| 277 | color: #555555; |
Scott Main | ab4daf4 | 2012-11-30 11:27:17 -0800 | [diff] [blame] | 278 | text-decoration: none; |
| 279 | word-wrap:break-word; } |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 280 | #nav .nav-section-header { |
| 281 | position: relative; |
| 282 | margin-bottom: 1px; |
| 283 | padding: 0 30px 0 0; } |
| 284 | #nav li.selected a, #nav li.selected > .nav-section-header > a { |
| 285 | color: #09C; |
| 286 | } |
| 287 | #nav li.selected ul li a { |
| 288 | /* don't highlight child items */ |
| 289 | color: #555555; } |
| 290 | #nav .nav-section .nav-section .nav-section-header { |
| 291 | /* no white line between second level sections */ |
| 292 | margin-bottom: 0; } |
| 293 | /* section header links */ |
| 294 | #nav > li > div > a { |
| 295 | display: block; |
| 296 | color: #333333; |
| 297 | font-weight: 500; |
| 298 | padding: 10px 0 10px 10px; } |
| 299 | #nav .nav-section-header:after { |
| 300 | content: ''; |
| 301 | background: transparent url(../images/styles/disclosure_down.png) no-repeat scroll 50% 50%; |
| 302 | width: 34px; |
| 303 | height: 34px; |
| 304 | display: block; |
| 305 | position: absolute; |
| 306 | top: 0; |
| 307 | right: 0; } |
Scott Main | ad08f07 | 2013-08-20 16:49:57 -0700 | [diff] [blame] | 308 | #nav .nav-section-header.empty { |
| 309 | padding:0; } |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 310 | #nav .nav-section-header.empty:after { |
| 311 | display: none; } |
| 312 | /* nested nav headers */ |
| 313 | #nav .nav-section .nav-section { |
| 314 | position: relative; |
| 315 | padding: 0; |
| 316 | margin: 0; } |
| 317 | #nav .nav-section li a { |
| 318 | /* first gen child (2nd level li) */ |
| 319 | display:block; |
| 320 | font-weight: normal; |
| 321 | text-transform: none; |
| 322 | padding: 7px 5px 7px 10px; |
| 323 | } |
| 324 | #nav .nav-section li li a { |
| 325 | /* second gen child (3rd level li) */ |
| 326 | padding: 5px 5px 5px 10px; |
| 327 | } |
| 328 | #nav li.expanded .nav-section-header { |
| 329 | background:#e9e9e9; |
| 330 | background: rgba(0, 0, 0, 0.05); } |
| 331 | #nav li.expanded li .nav-section-header { |
| 332 | background: transparent; } |
| 333 | #nav li.expanded li ul { |
| 334 | /* 3rd level ul */ |
Scott Main | 502c939 | 2012-11-27 15:00:40 -0800 | [diff] [blame] | 335 | padding:0 0 0 10px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 336 | } |
| 337 | #nav li.expanded > .nav-section-header:after { |
| 338 | content: ''; |
| 339 | background: transparent url(../images/styles/disclosure_up.png) no-repeat scroll 50% 50%; |
| 340 | width: 34px; |
| 341 | height: 34px; } |
Scott Main | ac71b2b | 2012-11-30 14:40:58 -0800 | [diff] [blame] | 342 | #nav li.expanded li ul.tree-list-children { |
Dirk Dougherty | f5ffd4a | 2013-08-19 12:26:07 -0700 | [diff] [blame] | 343 | padding: 0; |
Scott Main | ac71b2b | 2012-11-30 14:40:58 -0800 | [diff] [blame] | 344 | } |
| 345 | #nav li.expanded li ul.tree-list-children .tree-list-children { |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 346 | padding:0 0 0 10px; |
Scott Main | ac71b2b | 2012-11-30 14:40:58 -0800 | [diff] [blame] | 347 | } |
| 348 | #nav li span.tree-list-subtitle { |
| 349 | display:inline-block; |
| 350 | padding:5px 0 0 10px; |
| 351 | color:#555; |
| 352 | text-transform:uppercase; |
| 353 | font-size:12px; |
| 354 | } |
| 355 | #nav li span.tree-list-subtitle:before { |
| 356 | content: '—'; |
| 357 | } |
| 358 | #nav li span.tree-list-subtitle:after { |
| 359 | content: '—'; |
| 360 | } |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 361 | #nav li ul { |
| 362 | display:none; |
| 363 | overflow: hidden; |
| 364 | margin: 0; } |
| 365 | #nav li ul.animate-height-in { |
| 366 | -webkit-transition: height 0.25s ease-in; |
| 367 | -moz-transition: height 0.25s ease-in; |
| 368 | transition: height 0.25s ease-in; } |
| 369 | #nav li ul.animate-height-out { |
| 370 | -webkit-transition: height 0.25s ease-out; |
| 371 | -moz-transition: height 0.25s ease-out; |
| 372 | transition: height 0.25s ease-out; } |
| 373 | #nav li ul li { |
| 374 | padding: 0; } |
| 375 | #nav li li li { |
| 376 | padding: 0; } |
| 377 | #nav li.expanded ul { |
| 378 | } |
| 379 | #nav li ul > li { |
| 380 | padding:0; |
| 381 | } |
| 382 | #nav li ul > li:last-child { |
| 383 | padding-bottom:5px; |
| 384 | } |
Scott Main | ac71b2b | 2012-11-30 14:40:58 -0800 | [diff] [blame] | 385 | #nav li ul.tree-list-children > li:last-child { |
| 386 | padding-bottom:0; |
| 387 | } |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 388 | #nav li.expanded ul > li { |
| 389 | background:#efefef; |
| 390 | background: rgba(0, 0, 0, 0.03); } |
| 391 | #nav li.expanded ul > li li { |
| 392 | background:inherit; } |
Scott Main | ac71b2b | 2012-11-30 14:40:58 -0800 | [diff] [blame] | 393 | #nav li ul.tree-list-children ul { |
| 394 | display:block; } |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 395 | |
Scott Main | 70557ee | 2013-10-30 14:47:40 -0700 | [diff] [blame^] | 396 | #nav.samples-nav li li li { |
| 397 | font-size:13px; |
| 398 | } |
| 399 | #nav.samples-nav li li li a { |
| 400 | padding-top:3px; |
| 401 | padding-bottom:3px; |
| 402 | } |
| 403 | #nav.samples-nav li li ul > li:last-child { |
| 404 | padding-bottom:3px; |
| 405 | } |
| 406 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 407 | .new, |
| 408 | .new-child { |
| 409 | font-size: .78em; |
| 410 | font-weight: bold; |
| 411 | color: #ff3d3d; |
| 412 | vertical-align:top; |
| 413 | white-space:nowrap; |
| 414 | } |
| 415 | |
| 416 | /* content header */ |
| 417 | .content-header { |
| 418 | height: 30px; |
| 419 | margin:20px 0 25px; |
| 420 | padding:0 0 10px;} |
| 421 | .content-header.just-links { |
| 422 | margin-bottom:0; |
| 423 | padding-bottom:0;} |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 424 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 425 | .content-header h1 { |
| 426 | color:#000; |
| 427 | margin:0; |
| 428 | border-bottom:0; |
| 429 | padding:0; |
| 430 | } |
| 431 | |
| 432 | .content-footer { |
| 433 | border-top: 1px solid #ccc; |
| 434 | margin-top: 10px; |
| 435 | padding-top:10px; |
| 436 | height: 30px; } |
| 437 | |
| 438 | .content-footer .col-9 { |
| 439 | margin-left:0; |
| 440 | } |
| 441 | .content-footer .col-4 { |
| 442 | margin-right:0; |
| 443 | } |
| 444 | .content-footer.wrap { |
| 445 | width:940px; |
| 446 | } |
| 447 | |
| 448 | .paging-links { |
| 449 | position: relative; } |
| 450 | .paging-links a { |
| 451 | position: absolute; } |
| 452 | .paging-links a, |
| 453 | .training-nav-top a { |
| 454 | font-size: 14px; |
| 455 | line-height: 30px; |
| 456 | color: #555555; |
| 457 | text-decoration: none; |
| 458 | text-transform: uppercase; } |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 459 | .paging-links .prev-page-link:before, |
| 460 | .training-nav-top .prev-page-link:before { |
| 461 | content: ''; |
| 462 | background: transparent url(../images/styles/disclosure_left.png) no-repeat scroll 50% 50%; |
| 463 | width: 10px; |
| 464 | height: 10px; |
| 465 | display: inline-block; |
| 466 | margin-right: 5px; } |
Scott Main | a4888dc | 2012-10-02 23:25:21 -0700 | [diff] [blame] | 467 | .training-nav-top .next-page-link, |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 468 | .training-nav-top .start-class-link, |
| 469 | .training-nav-top .start-course-link { |
| 470 | right: 10px; } |
Scott Main | a4888dc | 2012-10-02 23:25:21 -0700 | [diff] [blame] | 471 | .paging-links .prev-page-link { |
| 472 | left: -15px; } |
| 473 | .paging-links .next-page-link { |
| 474 | right: 0px; } |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 475 | .next-page-link:after, |
| 476 | .start-class-link:after, |
| 477 | .start-course-link:after, |
Scott Main | 0b2db16 | 2013-05-15 01:15:50 -0700 | [diff] [blame] | 478 | .next-class-link:after, |
| 479 | .go-link:after { |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 480 | content: ''; |
| 481 | background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%; |
| 482 | width: 10px; |
| 483 | height: 10px; |
| 484 | display: inline-block; |
| 485 | margin-left: 5px; } |
Scott Main | 25c89dd | 2013-10-07 14:17:55 -0700 | [diff] [blame] | 486 | .prev-page-link.inline:before { |
| 487 | content: none; } |
| 488 | .next-page-link.inline:after { |
| 489 | content: none; } |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 490 | |
| 491 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 492 | .training-nav-top a { |
| 493 | display:block; |
| 494 | float:left; |
Scott Main | f3d0104 | 2012-10-02 20:36:45 -0700 | [diff] [blame] | 495 | width:122px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 496 | height:28px; |
Scott Main | f3d0104 | 2012-10-02 20:36:45 -0700 | [diff] [blame] | 497 | padding: 8px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 498 | line-height:28px; |
| 499 | text-align:center; |
| 500 | border:1px solid #DADADA; |
| 501 | border-bottom:0; |
| 502 | } |
Scott Main | 5a1123e | 2012-09-26 12:51:28 -0700 | [diff] [blame] | 503 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 504 | .training-nav-top a.next-page-link { |
| 505 | border-left:0; |
Scott Main | f3d0104 | 2012-10-02 20:36:45 -0700 | [diff] [blame] | 506 | width:123px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 507 | } |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 508 | |
Scott Main | 5a1123e | 2012-09-26 12:51:28 -0700 | [diff] [blame] | 509 | .paging-links a.disabled, |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 510 | .training-nav-top a.disabled, |
| 511 | .content-footer a.disabled { |
Scott Main | 5a1123e | 2012-09-26 12:51:28 -0700 | [diff] [blame] | 512 | color:#bbb; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 513 | } |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 514 | |
Scott Main | 5a1123e | 2012-09-26 12:51:28 -0700 | [diff] [blame] | 515 | .paging-links a.disabled:hover, |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 516 | .training-nav-top a.disabled:hover, |
| 517 | .content-footer a.disabled:hover { |
| 518 | cursor:default; |
Scott Main | 5a1123e | 2012-09-26 12:51:28 -0700 | [diff] [blame] | 519 | color:#bbb !important; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 520 | } |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 521 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 522 | .training-nav-top a.start-class-link, |
| 523 | .training-nav-top a.start-course-link { |
Scott Main | a4888dc | 2012-10-02 23:25:21 -0700 | [diff] [blame] | 524 | width:262px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 525 | } |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 526 | |
Scott Main | 5a1123e | 2012-09-26 12:51:28 -0700 | [diff] [blame] | 527 | /* list of classes on course landing page */ |
| 528 | ol.class-list { |
| 529 | list-style:none; |
| 530 | margin-left:0; |
| 531 | } |
| 532 | ol.class-list>li { |
| 533 | margin:0 0 15px; |
| 534 | padding:5px 0 0; |
| 535 | overflow:hidden; |
| 536 | border-top:1px solid #ccc; |
| 537 | } |
| 538 | ol.class-list li a.title { |
| 539 | font-size:16px; |
| 540 | margin:0; |
| 541 | clear:left; |
| 542 | display:block; |
| 543 | height:32px; |
| 544 | padding:0 4px; |
| 545 | } |
| 546 | ol.class-list li a.title h2 { |
| 547 | color:inherit; |
| 548 | margin:0 0 10px; |
| 549 | display:block; |
| 550 | float:left; |
| 551 | width:675px; |
| 552 | } |
| 553 | ol.class-list li a.title span { |
| 554 | display:none; |
| 555 | float:left; |
| 556 | font-size:18px; |
| 557 | font-weight:bold; |
| 558 | background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%; |
| 559 | width: 10px; |
| 560 | height: 32px; |
| 561 | } |
| 562 | ol.class-list li a.title:hover { |
| 563 | background:#ddd; |
| 564 | color:#258AAF !important; |
| 565 | } |
| 566 | ol.class-list li a.title:hover span { |
| 567 | display:block; |
| 568 | } |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 569 | |
Scott Main | 5a1123e | 2012-09-26 12:51:28 -0700 | [diff] [blame] | 570 | #jd-content |
| 571 | ol.class-list li img { |
| 572 | float:left; |
| 573 | clear:left; |
| 574 | width:64px; |
| 575 | margin:0 20px 0 0; |
| 576 | } |
| 577 | ol.class-list li p.description { |
| 578 | float:left; |
| 579 | display:block; |
| 580 | width:250px; |
| 581 | margin:0; |
| 582 | } |
| 583 | ol.class-list li p.description.article { |
| 584 | width: 550px; |
| 585 | } |
| 586 | ol.class-list ol { |
| 587 | float:left; |
| 588 | width:320px; |
| 589 | margin:0 0 0 30px; |
| 590 | list-style:none; |
| 591 | margin:0 0 0 20px; |
| 592 | } |
| 593 | ol.class-list div.lessons li { |
| 594 | margin:0 0 6px; |
| 595 | line-height:16px; |
| 596 | } |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 597 | |
| 598 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 599 | .hide { |
| 600 | display:none !important; |
| 601 | } |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 602 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 603 | .content-footer.next-class { |
| 604 | display:block; |
| 605 | border:0; |
| 606 | margin-top:0; |
| 607 | padding-top:0; |
| 608 | } |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 609 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 610 | .content-footer.next-class a.next-class-link { |
| 611 | display:block; |
| 612 | float:right; |
| 613 | text-transform:uppercase; |
| 614 | } |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 615 | |
| 616 | |
| 617 | |
Scott Main | bbffb4b | 2012-11-13 07:40:16 -0800 | [diff] [blame] | 618 | /* inner-doc tabs w/ title */ |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 619 | |
Scott Main | bbffb4b | 2012-11-13 07:40:16 -0800 | [diff] [blame] | 620 | div#title-tabs-wrapper { |
| 621 | border-bottom:1px solid #ccc; |
| 622 | margin:20px 0 30px; |
| 623 | } |
| 624 | h1.with-title-tabs { |
| 625 | display:inline-block; |
| 626 | margin:0 0 -1px 0; |
| 627 | padding:0 60px 0 0; |
| 628 | border-bottom:1px solid #F9F9F9; |
| 629 | } |
| 630 | ul#title-tabs { |
| 631 | list-style:none; |
| 632 | padding:0; |
| 633 | height:29px; |
| 634 | margin:0; |
| 635 | font-size:16px; |
| 636 | line-height:26px; |
| 637 | display:inline-block; |
| 638 | vertical-align:bottom; |
| 639 | } |
| 640 | ul#title-tabs li { |
| 641 | display:block; |
| 642 | float:left; |
| 643 | margin-right:40px; |
| 644 | border-bottom: 3px solid transparent; |
| 645 | } |
| 646 | ul#title-tabs li.selected { |
| 647 | border-bottom: 3px solid #93C; |
| 648 | } |
| 649 | ul#title-tabs li a { |
| 650 | color:#333; |
| 651 | } |
| 652 | ul#title-tabs li a:hover, |
Scott Main | bbffb4b | 2012-11-13 07:40:16 -0800 | [diff] [blame] | 653 | ul#title-tabs li a:active { |
| 654 | color:#93C !important; |
| 655 | } |
| 656 | |
| 657 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 658 | |
| 659 | /* content body */ |
| 660 | @-webkit-keyframes glowheader { |
| 661 | from { |
| 662 | background-color: #33b5e5; |
| 663 | color: #000; |
| 664 | border-bottom-color: #000; } |
| 665 | |
| 666 | to { |
| 667 | background-color: transparent; |
| 668 | color: #33b5e5; |
| 669 | border-bottom-color: #33b5e5; } } |
| 670 | |
| 671 | @-moz-keyframes glowheader { |
| 672 | from { |
| 673 | background-color: #33b5e5; |
| 674 | color: #000; |
| 675 | border-bottom-color: #000; } |
| 676 | |
| 677 | to { |
| 678 | background-color: transparent; |
| 679 | color: #33b5e5; |
| 680 | border-bottom-color: #33b5e5; } } |
| 681 | |
| 682 | @keyframes glowheader { |
| 683 | from { |
| 684 | background-color: #33b5e5; |
| 685 | color: #000; |
| 686 | border-bottom-color: #000; } |
| 687 | |
| 688 | to { |
| 689 | background-color: transparent; |
| 690 | color: #33b5e5; |
| 691 | border-bottom-color: #33b5e5; } } |
| 692 | |
| 693 | h2:target, |
| 694 | h3:target { |
| 695 | -webkit-animation-name: glowheader; |
| 696 | -moz-animation-name: glowheader; |
| 697 | animation-name: glowheader; |
| 698 | -webkit-animation-duration: 0.7s; |
| 699 | -moz-animation-duration: 0.7s; |
| 700 | animation-duration: 0.7s; |
| 701 | -webkit-animation-timing-function: ease-out; |
| 702 | -moz-animation-timing-function: ease-out; |
| 703 | animation-timing-function: ease-out; } |
| 704 | |
| 705 | .design ol h4 { |
| 706 | margin-bottom:0; |
| 707 | } |
| 708 | .design ol { |
| 709 | counter-reset: item; } |
Scott Main | b9ae92b | 2012-07-19 11:01:27 -0700 | [diff] [blame] | 710 | .design ol>li { |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 711 | font-size: 14px; |
| 712 | line-height: 20px; |
| 713 | list-style-type: none; |
| 714 | position: relative; } |
Scott Main | b9ae92b | 2012-07-19 11:01:27 -0700 | [diff] [blame] | 715 | .design ol>li:before { |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 716 | content: counter(item) ". "; |
| 717 | counter-increment: item; |
| 718 | position: absolute; |
| 719 | left: -20px; |
| 720 | top: 0; } |
| 721 | .design ol li.value-1:before { |
| 722 | content: "1. "; } |
| 723 | .design ol li.value-2:before { |
| 724 | content: "2. "; } |
| 725 | .design ol li.value-3:before { |
| 726 | content: "3. "; } |
| 727 | .design ol li.value-4:before { |
| 728 | content: "4. "; } |
| 729 | .design ol li.value-5:before { |
| 730 | content: "5. "; } |
| 731 | .design ol li.value-6:before { |
| 732 | content: "6. "; } |
| 733 | .design ol li.value-7:before { |
| 734 | content: "7. "; } |
| 735 | .design ol li.value-8:before { |
| 736 | content: "8. "; } |
| 737 | .design ol li.value-9:before { |
| 738 | content: "9. "; } |
| 739 | .design ol li.value-10:before { |
| 740 | content: "10. "; } |
Scott Main | b9ae92b | 2012-07-19 11:01:27 -0700 | [diff] [blame] | 741 | .design .with-callouts ol>li { |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 742 | list-style-position: inside; |
| 743 | margin-left: 0; } |
Scott Main | b9ae92b | 2012-07-19 11:01:27 -0700 | [diff] [blame] | 744 | .design .with-callouts ol>li:before { |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 745 | display: inline; |
| 746 | left: -20px; |
| 747 | float: left; |
| 748 | width: 17px; |
| 749 | color: #33b5e5; |
| 750 | font-weight: 500; } |
Scott Main | b9ae92b | 2012-07-19 11:01:27 -0700 | [diff] [blame] | 751 | .design .with-callouts ul>li { |
| 752 | list-style-position: outside; } |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 753 | |
| 754 | /* special list items */ |
| 755 | li.no-bullet { |
| 756 | list-style-type: none !important; } |
| 757 | li.no-bullet *{ |
| 758 | margin:0; } |
| 759 | |
| 760 | .design li.with-icon { |
| 761 | position: relative; |
| 762 | margin-left: 20px; |
| 763 | min-height: 30px; } |
| 764 | .design li.with-icon p { |
| 765 | margin-left: 0 !important; } |
| 766 | .design li.with-icon:before { |
| 767 | position: absolute; |
| 768 | left: -40px; |
| 769 | top: 0; |
| 770 | content: ''; |
| 771 | width: 30px; |
| 772 | height: 30px; } |
| 773 | .design li.with-icon.tablet:before { |
| 774 | background-image: url(../images/styles/ico_phone_tablet.png); } |
| 775 | .design li.with-icon.web:before { |
| 776 | background-image: url(../images/styles/ico_web.png); } |
| 777 | .design li.with-icon.action:before { |
| 778 | background-image: url(../images/styles/ico_action.png); } |
| 779 | .design li.with-icon.use:before { |
| 780 | background-image: url(../images/styles/ico_use.png); } |
| 781 | |
| 782 | /* figures and callouts */ |
| 783 | .figure { |
| 784 | position: relative; } |
| 785 | .figure.pad-below { |
| 786 | margin-bottom: 20px; } |
| 787 | .figure .figure-callout { |
| 788 | position: absolute; |
| 789 | color: #fff; |
| 790 | font-weight: 500; |
| 791 | font-size: 16px; |
| 792 | line-height: 23px; |
| 793 | text-align: center; |
| 794 | background: transparent url(../images/styles/callout.png) no-repeat scroll 50% 50%; |
| 795 | padding-right: 2px; |
| 796 | width: 30px; |
| 797 | height: 29px; |
| 798 | z-index: 1000; } |
| 799 | .figure .figure-callout.top { |
| 800 | top: -9px; } |
| 801 | .figure .figure-callout.right { |
| 802 | right: -5px; } |
| 803 | |
| 804 | .figure-caption { |
| 805 | margin: 0 10px 20px 0; |
| 806 | font-size: 14px; |
| 807 | line-height: 20px; |
| 808 | font-style: italic; } |
| 809 | |
| 810 | /* rows of figures */ |
| 811 | .figure-row { |
| 812 | font-size: 0; |
| 813 | line-height: 0; |
| 814 | /* to prevent space between figures */ } |
| 815 | .figure-row .figure { |
| 816 | display: inline-block; |
| 817 | vertical-align: top; } |
| 818 | .figure-row .figure + .figure { |
| 819 | margin-left: 10px; |
| 820 | /* reintroduce space between figures */ } |
| 821 | |
| 822 | /* video containers */ |
| 823 | .framed-galaxynexus-land-span-13 { |
| 824 | background: transparent url(../images/styles/device_galaxynexus_blank_land_span13.png) no-repeat |
| 825 | scroll top left; |
| 826 | padding: 42px 122px 62px 126px; |
| 827 | overflow: hidden; } |
| 828 | .framed-galaxynexus-land-span-13, .framed-galaxynexus-land-span-13 video, |
| 829 | .framed-galaxynexus-land-span-13 img { |
| 830 | width: 512px; |
| 831 | height: 286px; } |
| 832 | |
Robert Ly | d78354d | 2012-11-01 17:09:52 -0700 | [diff] [blame] | 833 | |
| 834 | .framed-galaxynexus-land-span-8{ |
| 835 | background: transparent url(../images/styles/device_galaxynexus_blank_land_span8.png) no-repeat |
| 836 | scroll top left; |
| 837 | padding: 26px 68px 38px 72px; |
| 838 | overflow: hidden; } |
| 839 | .framed-galaxynexus-land-span-8, .framed-galaxynexus-land-span-8 video, |
| 840 | .framed-galaxynexus-land-span-8 img { |
| 841 | width: 320px; |
| 842 | height: 180px; } |
| 843 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 844 | .framed-galaxynexus-port-span-9 { |
| 845 | background: transparent url(../images/styles/device_galaxynexus_blank_port_span9.png) no-repeat |
| 846 | scroll top left; |
| 847 | padding: 95px 122px 107px 124px; |
| 848 | overflow: hidden; } |
| 849 | .framed-galaxynexus-port-span-9, .framed-galaxynexus-port-span-9 video, |
| 850 | .framed-galaxynexus-port-span-9 img { |
| 851 | width: 274px; |
| 852 | height: 488px; } |
| 853 | |
| 854 | .framed-galaxynexus-port-span-5 { |
| 855 | background: transparent url(../images/styles/device_galaxynexus_blank_port_span5.png) no-repeat |
| 856 | scroll top left; |
| 857 | padding: 75px 31px 76px 33px; |
| 858 | overflow: hidden; } |
| 859 | .framed-galaxynexus-port-span-5, .framed-galaxynexus-port-span-5 video, |
| 860 | .framed-galaxynexus-port-span-5 img { |
| 861 | width: 216px; |
| 862 | height: 384px; } |
| 863 | |
Scott Main | 27403b8 | 2013-07-10 16:36:05 -0700 | [diff] [blame] | 864 | .framed-nexus4-port-216 { |
| 865 | background: transparent url(../images/styles/device_nexus4_blank_port_432.png) no-repeat |
| 866 | scroll top left; |
| 867 | background-size:240px 465px; |
| 868 | padding: 52px 12px 52px 12px; |
| 869 | overflow: hidden; } |
| 870 | .framed-nexus4-port-216, .framed-nexus4-port-216 video, |
| 871 | .framed-nexus4-port-216 img { |
| 872 | width: 216px; |
| 873 | height: 360px; } |
Dirk Dougherty | d5d3f80 | 2013-10-26 12:14:47 -0700 | [diff] [blame] | 874 | |
| 875 | .framed-nexus5-port-span-5 { |
| 876 | background: transparent url(../images/styles/device_nexus5_blank_port_span5.png) no-repeat |
| 877 | scroll top left; |
| 878 | padding: 52px 33px 69px 31px; |
| 879 | overflow: hidden; |
| 880 | } |
Scott Main | 27403b8 | 2013-07-10 16:36:05 -0700 | [diff] [blame] | 881 | |
Dirk Dougherty | d5d3f80 | 2013-10-26 12:14:47 -0700 | [diff] [blame] | 882 | .framed-nexus5-port-span-5, |
| 883 | .framed-nexus5-port-span-5 video, |
| 884 | .framed-nexus5-port-span-5 img { |
| 885 | width: 216px; |
| 886 | height: 384px; |
| 887 | } |
Scott Main | 27403b8 | 2013-07-10 16:36:05 -0700 | [diff] [blame] | 888 | |
Dirk Dougherty | ca1858a | 2013-10-29 16:25:00 -0700 | [diff] [blame] | 889 | .framed-nexus5-land-span-13 { |
| 890 | background: transparent url(../images/styles/device_nexus5_blank_land_span13.png) no-repeat scroll top left; |
| 891 | padding: 36px 119px 54px 108px; |
| 892 | overflow: hidden; |
| 893 | } |
| 894 | |
| 895 | .framed-nexus5-land-span-13, |
| 896 | .framed-nexus5-land-span-13 video, |
| 897 | .framed-nexus5-land-span-13 img { |
| 898 | width: 533px; |
| 899 | height: 300px; |
| 900 | } |
| 901 | |
| 902 | .framed-nexus5-port-span-5, |
| 903 | .framed-nexus5-port-span-5 video, |
| 904 | .framed-nexus5-port-span-5 img { |
| 905 | width: 216px; |
| 906 | height: 384px; |
| 907 | } |
| 908 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 909 | /* landing page disclosures */ |
| 910 | .landing-page-link { |
| 911 | text-decoration: none; |
| 912 | font-weight: 500; |
| 913 | color: #333333; } |
| 914 | .landing-page-link:after { |
| 915 | content: ''; |
| 916 | background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%; |
| 917 | width: 10px; |
| 918 | height: 10px; |
| 919 | display: inline-block; |
| 920 | margin-left: 5px; } |
| 921 | |
| 922 | /* tooltips */ |
| 923 | .tooltip-box { |
| 924 | position: absolute; |
| 925 | background-color: rgba(0, 0, 0, 0.9); |
| 926 | border-radius: 2px; |
| 927 | font-size: 14px; |
| 928 | line-height: 20px; |
| 929 | color: #fff; |
| 930 | padding: 6px 10px; |
| 931 | max-width: 250px; |
| 932 | z-index: 10000; } |
| 933 | .tooltip-box.below:after { |
| 934 | position: absolute; |
| 935 | content: ''; |
| 936 | line-height: 0; |
| 937 | display: block; |
| 938 | top: -10px; |
| 939 | left: 5px; |
| 940 | border: 5px solid transparent; |
| 941 | border-bottom-color: rgba(0, 0, 0, 0.9); } |
| 942 | |
| 943 | /* video note */ |
| 944 | .video-instructions { |
| 945 | margin-top: 10px; |
| 946 | margin-bottom: 10px; } |
| 947 | .video-instructions:before { |
| 948 | content: ''; |
| 949 | background: transparent url(../images/styles/ico_movie_inline.png) no-repeat scroll top left; |
| 950 | display: inline-block; |
| 951 | width: 12px; |
| 952 | height: 12px; |
| 953 | margin-right: 8px; } |
| 954 | .video-instructions:after { |
| 955 | content: 'Click device screen to replay movie.'; } |
| 956 | |
| 957 | /* download buttons */ |
| 958 | .download-button { |
| 959 | display: block; |
| 960 | margin-bottom: 5px; |
| 961 | text-decoration: none; |
| 962 | background-color: #33b5e5; |
| 963 | color: #fff !important; |
| 964 | font-weight: 500; |
| 965 | box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12); |
| 966 | padding: 6px 12px; |
| 967 | border-radius: 2px; } |
| 968 | .download-button:hover, .download-button:focus { |
| 969 | background-color: #0099cc; |
| 970 | color: #fff !important; } |
| 971 | .download-button:active { |
| 972 | background-color: #006699; } |
| 973 | |
| 974 | /* UI tables and other things found in Writing style and Settings pattern */ |
| 975 | .ui-table { |
| 976 | width: 100%; |
| 977 | background-color: #282828; |
| 978 | color: #fff; |
| 979 | border-radius: 2px; |
| 980 | box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); |
| 981 | border-collapse: separate; } |
| 982 | .ui-table th, |
| 983 | .ui-table td { |
| 984 | padding: 5px 10px; |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 985 | background-color: inherit; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 986 | border:0;} |
| 987 | .ui-table thead th { |
| 988 | font-weight: bold; } |
| 989 | .ui-table tfoot td { |
| 990 | border-top: 1px solid #494949; |
| 991 | border-right: 1px solid #494949; |
| 992 | text-align: center; } |
| 993 | .ui-table tfoot td:last-child { |
| 994 | border-right: 0; } |
| 995 | |
| 996 | .layout-with-list-item-margins { |
| 997 | margin-left: 30px !important; } |
| 998 | |
| 999 | .emulate-content-left-padding { |
| 1000 | margin-left: 10px; } |
| 1001 | |
| 1002 | .do-dont-label { |
| 1003 | margin-bottom: 10px; |
| 1004 | padding-left: 20px; |
| 1005 | background: transparent none no-repeat scroll 0px 3px; } |
| 1006 | .do-dont-label.bad { |
| 1007 | background-image: url(../images/styles/ico_wrong.png); } |
| 1008 | .do-dont-label.good { |
| 1009 | background-image: url(../images/styles/ico_good.png); } |
Dirk Dougherty | f5ffd4a | 2013-08-19 12:26:07 -0700 | [diff] [blame] | 1010 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1011 | |
| 1012 | |
| 1013 | |
| 1014 | |
| 1015 | |
| 1016 | |
| 1017 | |
| 1018 | |
| 1019 | |
| 1020 | |
| 1021 | |
| 1022 | |
| 1023 | |
| 1024 | |
| 1025 | |
| 1026 | |
| 1027 | |
| 1028 | |
| 1029 | /***** PREVIOUSLY style.css ******************/ |
| 1030 | |
| 1031 | |
| 1032 | |
| 1033 | |
| 1034 | |
| 1035 | @media screen, projection, print { |
| 1036 | [dir='rtl'] { |
| 1037 | direction: rtl; |
| 1038 | } |
| 1039 | html { |
| 1040 | line-height: 20px; |
| 1041 | } |
| 1042 | pre, table, input, textarea, code { |
| 1043 | font-size: 1em; |
| 1044 | } |
| 1045 | address, abbr, cite { |
| 1046 | font-style: normal; |
| 1047 | } |
| 1048 | [dir='rtl'] th { |
| 1049 | text-align: right; |
| 1050 | } |
| 1051 | html[lang^=ja] blockquote, html[lang^=ja] q, html[lang^=ko] blockquote, html[lang^=ko] q, |
| 1052 | html[lang^=zh] blockquote, html[lang^=zh] q { |
| 1053 | font-style: normal; |
| 1054 | } |
| 1055 | q { |
| 1056 | font-style: italic; |
| 1057 | } |
| 1058 | fieldset, iframe, img { |
| 1059 | border: 0; |
| 1060 | } |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 1061 | img { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1062 | -ms-interpolation-mode: bicubic; |
| 1063 | vertical-align: middle; |
| 1064 | max-width: 100%; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1065 | } |
| 1066 | q { |
| 1067 | quotes: none; |
| 1068 | } |
| 1069 | sup, sub { |
| 1070 | font-size: 11px; |
| 1071 | line-height: 0; |
| 1072 | } |
| 1073 | } |
| 1074 | |
| 1075 | @media screen, projection { |
| 1076 | |
| 1077 | table, fieldset { |
| 1078 | margin: 0; |
| 1079 | } |
| 1080 | h1 { |
| 1081 | color:#333; |
| 1082 | font-size: 22px; |
| 1083 | margin: 20px 0 20px; |
| 1084 | padding:0 0 10px; |
| 1085 | } |
| 1086 | h1, h2 { |
| 1087 | line-height: 32px; |
| 1088 | } |
| 1089 | h1.short { |
| 1090 | margin-right:320px; |
| 1091 | } |
| 1092 | h1.short { |
| 1093 | margin-right:320px; |
| 1094 | } |
| 1095 | h1.super { |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 1096 | font-size: 37px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1097 | } |
| 1098 | h2 { |
| 1099 | color:#333; |
| 1100 | font-size: 20px; |
| 1101 | margin: 20px 0 20px; |
| 1102 | padding:0; |
| 1103 | } |
| 1104 | h3 { |
| 1105 | color:#333; |
| 1106 | font-size: 18px; |
| 1107 | } |
| 1108 | h3, h4 { |
| 1109 | color:#333; |
| 1110 | line-height: 20px; |
| 1111 | margin: 10px 0; |
| 1112 | } |
| 1113 | h4 { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1114 | font-size: 16px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1115 | } |
| 1116 | h5 { |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 1117 | font-size: 14px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1118 | } |
| 1119 | h5, h6 { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1120 | margin: 5px 0; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1121 | } |
| 1122 | h6 { |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 1123 | font-size: 12px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1124 | } |
| 1125 | hr { /* applied to the bottom of h2 elements */ |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1126 | height: 1px; |
| 1127 | margin: 5px 0 20px; |
| 1128 | border: 0; |
| 1129 | background: #ccc; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1130 | } |
| 1131 | p, pre, table, form { |
| 1132 | margin: 0 0 15px; |
| 1133 | } |
| 1134 | small { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1135 | font-size: 11.5px; |
| 1136 | color: #000; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1137 | } |
| 1138 | ul, ol { |
| 1139 | margin: 0 0 15px 18px; |
| 1140 | padding: 0; |
| 1141 | } |
| 1142 | [dir='rtl'] ul, [dir='rtl'] ol { |
| 1143 | margin: 10px 30px 10px 10px; |
| 1144 | } |
| 1145 | ul ul, ul ol, ol ul, ol ol { |
| 1146 | margin-bottom: 0; |
| 1147 | margin-top: 0; |
| 1148 | } |
| 1149 | li { |
Scott Main | 52948fc | 2012-09-18 11:27:59 -0700 | [diff] [blame] | 1150 | margin:0 0 5px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1151 | } |
| 1152 | dd { |
| 1153 | margin:0 0 10px 30px; |
| 1154 | } |
Scott Main | a07be8e | 2013-03-06 12:12:21 -0800 | [diff] [blame] | 1155 | dd p, |
| 1156 | dd pre, |
| 1157 | dd ul, |
| 1158 | dd ol, |
| 1159 | dd dl { |
Scott Main | 24790db | 2013-03-19 14:38:59 -0700 | [diff] [blame] | 1160 | margin-top:10px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1161 | } |
Scott Main | db3678b | 2012-10-23 14:13:41 -0700 | [diff] [blame] | 1162 | li p, |
| 1163 | li pre, |
| 1164 | li ul, |
Scott Main | a07be8e | 2013-03-06 12:12:21 -0800 | [diff] [blame] | 1165 | li ol, |
| 1166 | li dl { |
Scott Main | db3678b | 2012-10-23 14:13:41 -0700 | [diff] [blame] | 1167 | margin-top:5px; |
| 1168 | margin-bottom:5px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1169 | } |
| 1170 | pre strong, pre b, a strong, a b, a code { |
| 1171 | color: inherit; |
| 1172 | } |
| 1173 | pre, code { |
| 1174 | color: #060; |
Scott Main | a07be8e | 2013-03-06 12:12:21 -0800 | [diff] [blame] | 1175 | font: 13px/1.5 monospace; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1176 | } |
| 1177 | code { |
| 1178 | font-weight:bold; |
Scott Main | a07be8e | 2013-03-06 12:12:21 -0800 | [diff] [blame] | 1179 | font: 13px/14px monospace; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1180 | } |
| 1181 | |
| 1182 | legend { |
| 1183 | display: none; |
| 1184 | } |
| 1185 | a:link, a:visited { |
| 1186 | color: #258aaf; |
| 1187 | text-decoration: none; |
| 1188 | } |
| 1189 | a:focus, a:hover, a:active { |
| 1190 | color: #33B5E5; |
| 1191 | text-decoration: none; |
| 1192 | } |
| 1193 | strong, b { |
| 1194 | font-weight:bold; |
Scott Main | 9ada226 | 2012-06-23 14:59:36 -0700 | [diff] [blame] | 1195 | color: #222; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1196 | } |
| 1197 | table { |
| 1198 | border-collapse: collapse; |
| 1199 | border-spacing: 0; |
| 1200 | border:0; |
| 1201 | margin: .5em 1em 1em 0; |
| 1202 | width:100%; /* consistent table widths; within IE's quirks */ |
| 1203 | background-color:#f7f7f7; |
| 1204 | } |
| 1205 | th, td { |
| 1206 | padding: 4px 12px; |
| 1207 | vertical-align: top; |
| 1208 | text-align: left; |
| 1209 | } |
| 1210 | td { |
| 1211 | background-color:inherit; |
| 1212 | border:solid 1px #DDD; |
| 1213 | } |
Scott Main | eb41035 | 2013-01-14 19:03:40 -0800 | [diff] [blame] | 1214 | td *:last-child { |
| 1215 | margin-bottom:0; |
| 1216 | } |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1217 | th { |
| 1218 | background-color: #999; |
| 1219 | color: #fff; |
| 1220 | border:solid 1px #DDD; |
| 1221 | font-weight: normal; |
| 1222 | } |
| 1223 | tr:first-of-type th:first-of-type:empty { |
| 1224 | visibility: hidden; |
| 1225 | } |
| 1226 | /* -------------------------------------------------------------------------- |
| 1227 | Footer |
| 1228 | */ |
| 1229 | .line { |
| 1230 | clear: both; |
| 1231 | background: #acbc00; |
| 1232 | background: -moz-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%); |
| 1233 | background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #acbc00), |
| 1234 | color-stop(50%, #acbc00), color-stop(50%, #bdde00), color-stop(100%, #bdde00)); |
| 1235 | background: -webkit-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%); |
| 1236 | background: -o-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%); |
| 1237 | background: -ms-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%); |
| 1238 | background: linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%); |
| 1239 | height: 2px; |
| 1240 | margin-top: 150px; |
| 1241 | position: relative; |
| 1242 | z-index: 11; |
| 1243 | } |
| 1244 | #footer { |
| 1245 | font-size:11px; |
| 1246 | clear: both; |
| 1247 | color: #999; |
| 1248 | padding: 15px 0; |
| 1249 | margin-top:10px; |
| 1250 | width:auto; |
| 1251 | } |
| 1252 | #footer-local ul { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1253 | list-style: none; |
| 1254 | margin: 5px 0 30px 0; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1255 | } |
| 1256 | #footer-local li { |
| 1257 | display: inline; |
| 1258 | } |
| 1259 | #footer-local li+li:before { |
| 1260 | content: '|'; |
| 1261 | padding: 0 3px; |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1262 | color: #e5e5e5; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1263 | } |
| 1264 | #footer-global { |
| 1265 | padding: 10px 15px; |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1266 | background: #f5f5f5; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1267 | } |
| 1268 | #footer-global { |
| 1269 | border-top: 1px solid #ebebeb; |
| 1270 | font-size: 11.5px; |
| 1271 | line-height: 1.8; |
| 1272 | list-style: none; |
| 1273 | } |
| 1274 | #footer-global ul { |
| 1275 | margin: 0; |
| 1276 | } |
| 1277 | #footer-global li { |
| 1278 | display: inline; |
| 1279 | font-weight: bold; |
| 1280 | } |
| 1281 | #footer-global li+li:before { |
| 1282 | content: '¬?'; |
| 1283 | padding: 0 3px; |
| 1284 | } |
| 1285 | * html #footer-global li { |
| 1286 | margin: 0 13px 0 0; |
| 1287 | } |
| 1288 | * [dir='rtl'] #footer-global li { |
| 1289 | margin: 0 0 0 13px; |
| 1290 | } |
| 1291 | *+html #footer-global li { |
| 1292 | margin: 0 13px 0 0; |
| 1293 | } |
| 1294 | *+[dir='rtl'] #footer-global li { |
| 1295 | margin: 0 0 0 13px; |
| 1296 | } |
| 1297 | #footer-global li a { |
| 1298 | font-weight: normal; |
| 1299 | } |
| 1300 | .locales { |
| 1301 | margin: 10px 0 0 0px; |
| 1302 | } |
| 1303 | [dir='rtl'] .locales { |
| 1304 | background-position: right center; |
| 1305 | float: left; |
| 1306 | padding: 0 24px 0 0; |
| 1307 | } |
| 1308 | .locales form { |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 1309 | margin: 0; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1310 | } |
| 1311 | .locales select, .sites select { |
| 1312 | line-height: 3.08; |
| 1313 | margin: 0px 0; |
| 1314 | border: solid 1px #EBEBEB; |
| 1315 | -webkit-appearance: none; |
| 1316 | background: white url('../images/arrows-up-down.png') right center no-repeat; |
| 1317 | height: 30px; |
Scott Main | 9ada226 | 2012-06-23 14:59:36 -0700 | [diff] [blame] | 1318 | color: #222; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1319 | line-height: normal; |
| 1320 | padding: 5px; |
| 1321 | width: 230px; |
| 1322 | } |
| 1323 | } |
| 1324 | |
| 1325 | /* ============================================================================= |
| 1326 | Print Only |
| 1327 | ========================================================================== */ |
| 1328 | @media print { |
Roman Nurik | 393830e | 2012-08-01 10:37:40 -0700 | [diff] [blame] | 1329 | /* configure printed page */ |
| 1330 | @page { |
| 1331 | margin: 0.75in 1in; |
| 1332 | widows: 4; |
| 1333 | orphans: 4; |
| 1334 | } |
| 1335 | |
| 1336 | /* reset spacing metrics */ |
| 1337 | html, body, .wrap { |
| 1338 | margin: 0 !important; |
| 1339 | padding: 0 !important; |
| 1340 | width: auto !important; |
| 1341 | } |
| 1342 | |
| 1343 | /* leave enough space on the left for bullets */ |
| 1344 | body { |
| 1345 | padding-left: 20px !important; |
| 1346 | } |
| 1347 | #doc-col { |
| 1348 | margin-left: 0; |
| 1349 | } |
| 1350 | |
| 1351 | /* hide a bunch of non-content elements */ |
| 1352 | #header, #footer, #nav-x, #side-nav, |
| 1353 | .training-nav-top, .training-nav-bottom, |
| 1354 | #doc-col .content-footer, |
| 1355 | .nav-x, .nav-y, |
| 1356 | .paging-links, |
| 1357 | a.totop { |
| 1358 | display: none !important; |
| 1359 | } |
| 1360 | |
| 1361 | /* remove extra space above page titles */ |
| 1362 | #doc-col .content-header { |
| 1363 | margin-top: 0; |
| 1364 | } |
| 1365 | |
| 1366 | /* bump up spacing above subheadings */ |
| 1367 | h2 { |
| 1368 | margin-top: 40px !important; |
| 1369 | } |
| 1370 | |
| 1371 | /* print link URLs where possible and give links default text color */ |
| 1372 | p a:after { |
| 1373 | content: " (" attr(href) ")"; |
| 1374 | font-size: 80%; |
| 1375 | } |
| 1376 | p a { |
| 1377 | word-wrap: break-word; |
| 1378 | } |
| 1379 | a { |
| 1380 | color: inherit; |
| 1381 | } |
| 1382 | |
| 1383 | /* syntax highlighting rules */ |
| 1384 | .str { color: #060; } |
| 1385 | .kwd { color: #006; font-weight: bold; } |
| 1386 | .com { color: #600; font-style: italic; } |
| 1387 | .typ { color: #404; font-weight: bold; } |
| 1388 | .lit { color: #044; } |
| 1389 | .pun { color: #440; } |
| 1390 | .pln { color: #000; } |
| 1391 | .tag { color: #006; font-weight: bold; } |
| 1392 | .atn { color: #404; } |
| 1393 | .atv { color: #060; } |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1394 | } |
| 1395 | |
| 1396 | /* ============================================================================= |
| 1397 | Columns |
| 1398 | ========================================================================== */ |
| 1399 | |
| 1400 | @media screen, projection, print { |
| 1401 | .full { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1402 | padding: 2.5em 0; |
| 1403 | border-top: solid 1px #ddd; |
| 1404 | border-bottom: solid 1px #ddd; |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 1405 | background: #f7f7f7; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1406 | } |
| 1407 | .wrap { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1408 | margin: 0 auto; |
| 1409 | width: 940px; |
| 1410 | clear: both; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1411 | } |
| 1412 | .cols { |
| 1413 | height: 1%; |
| 1414 | margin: 0 -1.533742331288343558282%; |
| 1415 | width: 103.06748466257669%} |
| 1416 | *+html .cols { |
| 1417 | margin-bottom: 20px; |
| 1418 | } |
| 1419 | .cols:after { |
| 1420 | clear: both; |
| 1421 | content: ' '; |
| 1422 | display: block; |
| 1423 | height: 0; |
| 1424 | visibility: hidden; |
| 1425 | } |
| 1426 | .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, |
| 1427 | .col-13, .col-14, .col-15, .col-16 { |
| 1428 | display: inline; |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1429 | float: left; |
| 1430 | margin-left: 10px; |
| 1431 | margin-right: 10px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1432 | } |
| 1433 | /* |
| 1434 | * html .col-1, * html .col-2, * html .col-3, * html .col-4, * html .col-5, * html .col-6, * html |
| 1435 | .col-7, * html .col-8, * html .col-9, * html .col-10, * html .col-11, * html .col-12 { |
| 1436 | margin: 0; |
| 1437 | padding: 0 1.4% 20px; |
| 1438 | } |
| 1439 | [dir='rtl'] .col-1, [dir='rtl'] .col-2, [dir='rtl'] .col-3, [dir='rtl'] .col-4, [dir='rtl'] .col-5, |
| 1440 | [dir='rtl'] .col-6, [dir='rtl'] .col-7, [dir='rtl'] .col-8, [dir='rtl'] .col-9, [dir='rtl'] .col-10, |
| 1441 | [dir='rtl'] .col-11, [dir='rtl'] .col-12 { |
| 1442 | float: right; |
| 1443 | } |
| 1444 | */ |
| 1445 | .col-1 { width: 40px } |
| 1446 | .col-2 { width: 100px } |
| 1447 | .col-3 { width: 160px } |
| 1448 | .col-4 { width: 220px } |
| 1449 | .col-5 { width: 280px } |
| 1450 | .col-6 { width: 340px } |
| 1451 | .col-7 { width: 400px } |
| 1452 | .col-8 { width: 460px } |
| 1453 | .col-9 { width: 520px } |
| 1454 | .col-10 { width: 580px } |
| 1455 | .col-11 { width: 640px } |
| 1456 | .col-12 { width: 700px } |
| 1457 | .col-13 { width: 760px } |
| 1458 | .col-14 { width: 820px } |
| 1459 | .col-15 { width: 880px } |
| 1460 | .col-16 { width: 940px } |
| 1461 | } |
| 1462 | |
| 1463 | .col-right { |
| 1464 | margin-right:0px; |
| 1465 | } |
| 1466 | |
| 1467 | @media screen and (max-width:772px) { |
| 1468 | .col-5, .col-6, .col-7 { |
| 1469 | clear: both; |
| 1470 | width: 97.0238096%} |
| 1471 | } |
| 1472 | |
| 1473 | /* ============================================================================= |
| 1474 | Layout |
| 1475 | ========================================================================== */ |
| 1476 | @media screen, projection, print { |
| 1477 | |
| 1478 | /* -------------------------------------------------------------------------- |
| 1479 | Header, Login, Nav-X, Search |
| 1480 | */ |
| 1481 | #header { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1482 | padding: 2.2em 0 0.2em 0; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1483 | } |
| 1484 | #header:before, #header:after { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1485 | content: ""; |
| 1486 | display: table; |
| 1487 | clear: both |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1488 | } |
| 1489 | .logo, .nav-x { |
| 1490 | float: left; |
| 1491 | } |
| 1492 | .nav-x { |
| 1493 | margin-top: -2px; |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1494 | list-style-type: none; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1495 | } |
| 1496 | .nav-x a { |
| 1497 | color: #333; |
| 1498 | font-size: 16px; |
| 1499 | } |
| 1500 | .design a.selected { |
| 1501 | color: #33b5e5; |
| 1502 | } |
| 1503 | .develop a.selected { |
| 1504 | color: #F80; |
| 1505 | } |
| 1506 | .distribute a.selected { |
| 1507 | color: #9C0; |
| 1508 | } |
| 1509 | |
| 1510 | |
| 1511 | |
| 1512 | .nav-x li { |
| 1513 | display: inline; |
| 1514 | margin-right: 45px; |
| 1515 | } |
| 1516 | .search { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1517 | float: right; |
| 1518 | position: relative; |
| 1519 | width: 220px |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1520 | } |
| 1521 | .search .bottom, .search .left, .search .right { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1522 | position: absolute; |
| 1523 | background-color: #a3a3a3; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1524 | } |
| 1525 | .search .bottom { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1526 | width: 220px; |
| 1527 | height: 1px; |
| 1528 | top: 24px; |
| 1529 | left: 0 |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1530 | } |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 1531 | .search .left, .search .right { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1532 | height: 5px; |
| 1533 | width: 1px |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1534 | } |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1535 | .search .left { top: 19px; left: 0 } |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1536 | .search .right { top: 19px; right: 0 } |
| 1537 | .search form { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1538 | float: left; |
| 1539 | margin-top: 2px; |
| 1540 | width: inherit; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1541 | } |
| 1542 | .search .close, |
| 1543 | #player-frame .close { |
| 1544 | position: absolute; |
| 1545 | right: 8px; |
| 1546 | bottom: 4px; |
| 1547 | width: 16px; |
| 1548 | height: 16px; |
| 1549 | margin: 0; |
| 1550 | text-indent: -1000em; |
| 1551 | background: url(../images/close.png) no-repeat 0 0; |
| 1552 | z-index:9999; |
| 1553 | } |
| 1554 | .search .close:hover, .search .close:focus, |
| 1555 | #player-frame .close:hover, #player-frame .close:focus { |
| 1556 | background-position: -16px 0; |
| 1557 | cursor:pointer; |
| 1558 | } |
| 1559 | #player-frame .close { |
| 1560 | top: 6px; |
| 1561 | } |
| 1562 | .search form input { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1563 | color: #999; |
| 1564 | font-size: 1em; |
| 1565 | width: inherit; |
| 1566 | border: none; |
| 1567 | margin: 0; |
| 1568 | padding:0 0 0 6px; |
| 1569 | z-index: 1500; |
| 1570 | background-color: transparent |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1571 | } |
| 1572 | .search:hover .bottom, .search:hover .left, .search:hover .right { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1573 | background-color: #33b5e5; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1574 | } |
| 1575 | .search:hover .icon { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1576 | background-position: -8px 0 |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1577 | } |
| 1578 | .search form input:focus { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1579 | color: #222; |
| 1580 | font-weight: bold; |
| 1581 | outline:0; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1582 | } |
| 1583 | /* Search Dropdown */ |
| 1584 | .search-dropdown { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1585 | padding: 15px; |
| 1586 | width: 192px; |
| 1587 | border: solid 1px #c5c5c5; |
| 1588 | background: #fff; |
| 1589 | position: absolute; |
| 1590 | top: 35px; |
| 1591 | left: 0; |
| 1592 | -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); |
| 1593 | -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); |
| 1594 | box-shadow: 0 0 10px rgba(0,0,0,0.2) |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1595 | } |
| 1596 | .search-dropdown ul, .search-dropdown ul li { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1597 | list-style-type: none; |
| 1598 | margin: 0; |
| 1599 | padding: 0 |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1600 | } |
| 1601 | .search-dropdown ul li { |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 1602 | clear: both |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1603 | } |
| 1604 | .search-dropdown img { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1605 | float: left; |
| 1606 | margin: 0 10px 10px 0 |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1607 | } |
| 1608 | .search-dropdown h6 { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1609 | color: #222; |
| 1610 | margin: 0; |
| 1611 | line-height: normal |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1612 | } |
| 1613 | .search-dropdown .desc { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1614 | color: #999; |
| 1615 | font-size: 11.5px; |
| 1616 | line-height: normal; |
| 1617 | margin: 0; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1618 | } |
| 1619 | .search-dropdown li a:hover h6, .search-dropdown li a:hover .desc { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1620 | color: #33b5e5 |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1621 | } |
| 1622 | /* -------------------------------------------------------------------------- |
| 1623 | Buttons |
| 1624 | */ |
| 1625 | .button, a.button, .button-secondary, a.button-secondary { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1626 | border-image: initial; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1627 | -webkit-border-radius: 2px; |
| 1628 | -moz-border-radius: 2px; |
| 1629 | border-radius: 2px; |
| 1630 | cursor: pointer; |
| 1631 | } |
| 1632 | .button, a.button { |
Scott Main | ab4daf4 | 2012-11-30 11:27:17 -0800 | [diff] [blame] | 1633 | display:inline-block; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1634 | background-color: #09c; |
| 1635 | background-image: -webkit-gradient(linear, left top, left bottom, from(#2faddb), to(#09c)); |
| 1636 | background-image: -webkit-linear-gradient(top, #2faddb, #09c); |
| 1637 | background-image: -moz-linear-gradient(top, #2faddb, #09c); |
| 1638 | background-image: -ms-linear-gradient(top, #2faddb, #09c); |
| 1639 | background-image: -o-linear-gradient(top, #2faddb, #09c); |
| 1640 | background-image: linear-gradient(top, #2faddb, #09c); |
| 1641 | filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#0099cc',GradientType=0); |
| 1642 | border: 1px solid #3990ab; |
| 1643 | color: #fff; |
| 1644 | } |
| 1645 | .button-secondary, a.button-secondary { |
| 1646 | background-color: #f3f3f3; |
| 1647 | border: 1px solid #dcdcdc; |
| 1648 | color: #444; |
| 1649 | } |
| 1650 | a.button, a.button:visited, a.button-secondary, a.button-secondary:visited { |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1651 | margin-right: 16px; |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1652 | font-weight: 400; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1653 | min-width: 54px; |
| 1654 | outline: 0; |
| 1655 | padding: 8px 15px; |
| 1656 | text-align: center; |
| 1657 | } |
| 1658 | .button, .button-secondary { |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1659 | margin-right: 16px; |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1660 | font-weight: 400; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1661 | min-width: 54px; |
| 1662 | outline: 0; |
| 1663 | padding: 0 15px; |
| 1664 | text-align: center; |
| 1665 | } |
| 1666 | .button:hover, a.button:hover { |
| 1667 | border-color: #09c; |
| 1668 | background-color: #4cadcb; |
| 1669 | background-image: -webkit-gradient(linear, left top, left bottom, from(#5dbcd9), to(#4cadcb)); |
| 1670 | background-image: -webkit-linear-gradient(top, #5dbcd9, #4cadcb); |
| 1671 | background-image: -moz-linear-gradient(top, #5dbcd9, #4cadcb); |
| 1672 | background-image: -ms-linear-gradient(top, #5dbcd9, #4cadcb); |
| 1673 | background-image: -o-linear-gradient(top, #5dbcd9, #4cadcb); |
| 1674 | background-image: linear-gradient(top, #5dbcd9, #4cadcb); |
| 1675 | filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5dbcd9', |
| 1676 | EndColorStr='#4cadcb',GradientType=0); |
| 1677 | color: #fff !important; |
| 1678 | } |
| 1679 | .button:active, a.button:active { |
| 1680 | background-color: #1e799a; |
| 1681 | background-image: none; |
| 1682 | border-color: #30b7e6; |
| 1683 | } |
Scott Main | db3678b | 2012-10-23 14:13:41 -0700 | [diff] [blame] | 1684 | a.button.big.subtitle { |
| 1685 | line-height:18px; |
| 1686 | } |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1687 | .button-secondary:hover, a.button-secondary:hover { |
| 1688 | border-color: #dbdbdb; |
| 1689 | background-color: #f3f3f3; |
| 1690 | background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec)); |
| 1691 | background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec); |
| 1692 | background-image: -moz-linear-gradient(top, #f9f9f9, #ececec); |
| 1693 | background-image: -ms-linear-gradient(top, #f9f9f9, #ececec); |
| 1694 | background-image: -o-linear-gradient(top, #f9f9f9, #ececec); |
| 1695 | background-image: linear-gradient(top, #f9f9f9, #ececec); |
| 1696 | filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', |
| 1697 | EndColorStr='#ececec'); |
| 1698 | color: #33B5E5 !important; |
| 1699 | } |
| 1700 | .button-secondary:active, a.button-secondary:active { |
Scott Main | db3678b | 2012-10-23 14:13:41 -0700 | [diff] [blame] | 1701 | border-color: #dadada; |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1702 | background: #ebebeb; /* Old browsers */ |
| 1703 | /* IE9 SVG, needs conditional override of 'filter' to 'none' */ |
| 1704 | background: |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1705 | url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/ |
| 1706 | Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0Jv |
| 1707 | eD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+ |
| 1708 | CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIg |
| 1709 | eDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJl |
| 1710 | YiIgc3RvcC1vcGFjaXR5PSIxIi8+ |
| 1711 | CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+ |
| 1712 | CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+ |
| 1713 | CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+ |
| 1714 | CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFy |
| 1715 | R3JhZGllbnQ+ |
| 1716 | CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIg |
| 1717 | Lz4KPC9zdmc+); |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1718 | background: -moz-linear-gradient(top, #ebebeb 0%, #f9f9f9 5%, #fafafa 50%, #f9f9f9 90%, |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1719 | #ffffff 100%); /* FF3.6+ */ |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1720 | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1721 | color-stop(5%,#f9f9f9), color-stop(50%,#fafafa), color-stop(90%,#f9f9f9), color-stop(100%,#ffffff)); |
| 1722 | /* Chrome,Safari4+ */ |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1723 | background: -webkit-linear-gradient(top, #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9 |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1724 | 90%,#ffffff 100%); /* Chrome10+,Safari5.1+ */ |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1725 | background: -o-linear-gradient(top, #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9 90%,#ffffff |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1726 | 100%); /* Opera 11.10+ */ |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1727 | background: -ms-linear-gradient(top, #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9 90%,#ffffff |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1728 | 100%); /* IE10+ */ |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1729 | background: linear-gradient(top, #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9 90%,#ffffff |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1730 | 100%); /* W3C */ |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1731 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1732 | endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */ |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1733 | -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05); |
| 1734 | -moz-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05); |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 1735 | box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05); |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 1736 | color: #258AAF !important; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1737 | } |
| 1738 | .button.big { |
| 1739 | font-size:20px; |
| 1740 | display:inline-block; |
| 1741 | } |
Scott Main | db3678b | 2012-10-23 14:13:41 -0700 | [diff] [blame] | 1742 | .button.big span.small { |
| 1743 | font-size:14px; |
| 1744 | } |
| 1745 | .button-caption { |
| 1746 | margin-top:10px; |
| 1747 | font-size:12px; |
| 1748 | font-style:italic; |
| 1749 | } |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1750 | |
| 1751 | .button.disabled, |
| 1752 | .button.disabled:hover, |
| 1753 | .button.disabled:active { |
| 1754 | background:#ebebeb; |
Scott Main | db3678b | 2012-10-23 14:13:41 -0700 | [diff] [blame] | 1755 | color:#999 !important; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1756 | border-color:#999; |
| 1757 | cursor:default; |
| 1758 | } |
| 1759 | |
| 1760 | .training-nav-top a.button-secondary, |
| 1761 | .training-nav-bottom a.button-secondary { |
| 1762 | display:block; |
| 1763 | float:left; |
| 1764 | margin:0; |
| 1765 | width:130px; |
| 1766 | text-transform:uppercase; |
| 1767 | font-weight:bold; |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 1768 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1769 | background-color: #f3f3f3; |
| 1770 | background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec)); |
| 1771 | background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec); |
| 1772 | background-image: -moz-linear-gradient(top, #f9f9f9, #ececec); |
| 1773 | background-image: -ms-linear-gradient(top, #f9f9f9, #ececec); |
| 1774 | background-image: -o-linear-gradient(top, #f9f9f9, #ececec); |
| 1775 | background-image: linear-gradient(top, #f9f9f9, #ececec); |
| 1776 | filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', |
| 1777 | EndColorStr='#ececec'); |
| 1778 | color: #33B5E5; |
| 1779 | } |
| 1780 | |
| 1781 | .training-nav-top a.button-secondary:hover, |
| 1782 | .training-nav-bottom a.button-secondary:hover { |
| 1783 | background-color: #09c; |
| 1784 | background-image: -webkit-gradient(linear, left top, left bottom, from(#2faddb), to(#09c)); |
| 1785 | background-image: -webkit-linear-gradient(top, #2faddb, #09c); |
| 1786 | background-image: -moz-linear-gradient(top, #2faddb, #09c); |
| 1787 | background-image: -ms-linear-gradient(top, #2faddb, #09c); |
| 1788 | background-image: -o-linear-gradient(top, #2faddb, #09c); |
| 1789 | background-image: linear-gradient(top, #2faddb, #09c); |
| 1790 | filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#09c'); |
| 1791 | border: 1px solid #3990ab; |
| 1792 | color: #fff !important; |
| 1793 | } |
| 1794 | |
| 1795 | .training-nav-top a.button-secondary.last, |
| 1796 | .training-nav-bottom a.button-secondary.last { |
| 1797 | border-left:0; |
| 1798 | } |
| 1799 | |
| 1800 | .training-nav-top a.button-secondary.double-size, |
| 1801 | .training-nav-bottom a.button-secondary.double-size { |
| 1802 | width:291px; |
| 1803 | } |
| 1804 | |
| 1805 | .training-nav-top, |
| 1806 | .training-nav-bottom { |
| 1807 | float:right; |
| 1808 | margin:0 0 0 20px; |
| 1809 | } |
| 1810 | |
| 1811 | .training-nav-bottom { |
| 1812 | padding:0 0 20px; |
| 1813 | } |
| 1814 | |
| 1815 | #tb-wrapper, |
| 1816 | #qv-wrapper { |
| 1817 | float:right; |
| 1818 | clear:right; |
Scott Main | cef3924 | 2013-06-19 20:25:34 -0700 | [diff] [blame] | 1819 | margin:0 0 0 20px; /* negative top-margin to counter the content-header bottom margin */ |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1820 | padding:0 0 20px; |
| 1821 | } |
| 1822 | |
Scott Main | cef3924 | 2013-06-19 20:25:34 -0700 | [diff] [blame] | 1823 | #tb-wrapper { |
| 1824 | margin:-27px 0 0 20px; /* negative top-margin to counter the content-header bottom margin */ |
| 1825 | } |
| 1826 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1827 | #tb, |
| 1828 | #qv { |
| 1829 | font-size:13px; |
| 1830 | line-height:18px; |
| 1831 | width:238px; |
| 1832 | border:1px solid #ccc; |
| 1833 | float:right; |
| 1834 | } |
| 1835 | |
| 1836 | #tb { |
| 1837 | width:278px; |
| 1838 | } |
| 1839 | |
| 1840 | #tb h2, |
| 1841 | #qv h2 { |
| 1842 | margin:10px 15px; |
| 1843 | padding:0; |
| 1844 | text-transform:uppercase; |
| 1845 | border-bottom:1px solid gainsboro; |
| 1846 | } |
| 1847 | |
| 1848 | #tb *, |
| 1849 | #qv * { |
| 1850 | font-size:inherit; |
| 1851 | } |
| 1852 | |
Scott Main | 8c0f5b3 | 2013-07-08 15:12:02 -0700 | [diff] [blame] | 1853 | #tb .download-box, |
| 1854 | #qv .download-box { |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1855 | padding:0 0 0 15px; |
| 1856 | } |
| 1857 | |
Scott Main | 8c0f5b3 | 2013-07-08 15:12:02 -0700 | [diff] [blame] | 1858 | #tb .download-box .filename, |
| 1859 | #qv .download-box .filename { |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1860 | font-size:11px; |
| 1861 | margin:4px 4px 10px; |
| 1862 | color:#666; |
| 1863 | } |
| 1864 | |
| 1865 | |
| 1866 | /* Dev guide quicknav */ |
| 1867 | |
| 1868 | .sidebox-wrapper { |
| 1869 | float:right; |
| 1870 | clear:right; |
| 1871 | margin:0 0 0 20px; |
| 1872 | padding:0 0 20px; |
| 1873 | } |
| 1874 | |
| 1875 | .sidebox { |
| 1876 | width:226px; |
| 1877 | font-size:13px; |
| 1878 | line-height:18px; |
| 1879 | border-left:4px solid #99CC00; |
| 1880 | float:right; |
| 1881 | padding:0 0 0 10px; |
Scott Main | 24bbcd5 | 2012-09-21 14:33:43 -0700 | [diff] [blame] | 1882 | margin:0 0 1em 20px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1883 | } |
| 1884 | |
| 1885 | .sidebox h2, |
| 1886 | .sidebox h3, |
| 1887 | .sidebox h4, |
| 1888 | .sidebox h5 { |
| 1889 | font-weight:bold; |
| 1890 | margin:0 0 10px; |
| 1891 | } |
| 1892 | |
| 1893 | .sidebox * { |
| 1894 | font-size:inherit; |
| 1895 | } |
| 1896 | |
| 1897 | #tb ol, |
| 1898 | #tb ul, |
| 1899 | #qv ul { |
| 1900 | margin:0 15px 10px 35px; |
| 1901 | } |
| 1902 | |
| 1903 | #qv ol { |
| 1904 | list-style:none; |
| 1905 | margin:0 15px 15px; |
| 1906 | font-size:inherit; |
| 1907 | line-height:inherit; |
| 1908 | } |
| 1909 | |
| 1910 | #tb ol ol, |
| 1911 | #tb ul ul, |
| 1912 | #qv ol ol, |
| 1913 | #qv ul ul, |
| 1914 | .sidebox ol ol, |
| 1915 | .sidebox ul ul { |
| 1916 | margin-bottom:0; |
| 1917 | } |
| 1918 | |
| 1919 | #qv ol ol { |
| 1920 | margin:3px 0 3px 15px; |
| 1921 | } |
| 1922 | |
| 1923 | .sidebox p, |
| 1924 | #qv p, |
| 1925 | #tb p { |
| 1926 | margin: 0 0 10px; |
| 1927 | } |
| 1928 | |
Dirk Dougherty | 547d9e9 | 2013-04-15 18:13:47 -0700 | [diff] [blame] | 1929 | /* related resources blocks in checklists */ |
| 1930 | |
| 1931 | .rel-resources { |
| 1932 | margin:10px 0px; |
| 1933 | border:1px solid #ccc; |
| 1934 | background-color:rgba(0, 0, 0, 0.027451); |
| 1935 | border:1px solid #ccc; |
| 1936 | font-size:13px; |
| 1937 | color:#6f6f6f; |
| 1938 | } |
| 1939 | |
| 1940 | .rel-resources ul { |
| 1941 | padding: .5em 1em 0 1em; |
| 1942 | } |
| 1943 | |
| 1944 | .rel-resources a { |
| 1945 | font-weight:500; |
| 1946 | } |
| 1947 | |
| 1948 | .rel-resources h3 { |
| 1949 | margin:4px 15px 0px 15px; |
| 1950 | font-size:13px; |
| 1951 | font-weight:600; |
| 1952 | text-transform:uppercase; |
| 1953 | } |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 1954 | |
| 1955 | /* -------------------------------------------------------------------------- |
| 1956 | Form |
| 1957 | */ |
| 1958 | .article form { |
| 1959 | margin: 0 0 20px; |
| 1960 | } |
| 1961 | .article form .form-required { |
| 1962 | color: #dd4b39; |
| 1963 | } |
| 1964 | .article form fieldset { |
| 1965 | margin: 0 0 20px; |
| 1966 | padding: 0; |
| 1967 | } |
| 1968 | .article form legend { |
| 1969 | display: block; |
| 1970 | line-height: 1.5; |
| 1971 | margin: 0; |
| 1972 | padding: 0; |
| 1973 | } |
| 1974 | /* |
| 1975 | .article form ol, .article form ul { |
| 1976 | margin: 0 0 0 1em; |
| 1977 | padding: 0 0 0 1em; |
| 1978 | } |
| 1979 | [dir='rtl'] .article form ol, [dir='rtl'] .article form ul { |
| 1980 | margin: 0 1em 0 0; |
| 1981 | padding: 0 1em 0 0; |
| 1982 | } |
| 1983 | .article form ol ul, .article form ul ul, [dir='rtl'] .article form ol ul, [dir='rtl'] .article form |
| 1984 | ul ul { |
| 1985 | list-style: none; |
| 1986 | margin: 0; |
| 1987 | padding: 0; |
| 1988 | } |
| 1989 | .article form li { |
| 1990 | margin: 0 0 20px; |
| 1991 | } |
| 1992 | .article form li li { |
| 1993 | margin: 0 0 5px; |
| 1994 | } |
| 1995 | */ |
| 1996 | .article form label { |
| 1997 | display: block; |
| 1998 | margin: 0 0 5px; |
| 1999 | padding: 0; |
| 2000 | } |
| 2001 | .article form input[type='text'], .article form select, .article form textarea, .article form |
| 2002 | .checkbox-group, .article form .radio-group { |
| 2003 | margin-bottom: 15px; |
| 2004 | } |
| 2005 | .checkbox-group input { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 2006 | width: 13px; |
| 2007 | height: 13px; |
| 2008 | background: #fff; |
| 2009 | border: solid 1px #c6c6c6; |
| 2010 | float: left; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2011 | } |
| 2012 | .article form .checkbox-group, .article form .radio-group { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 2013 | display: block |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2014 | } |
| 2015 | .article form select { |
| 2016 | border: solid 1px #ebebeb; |
| 2017 | border-top-color: #ddd; |
| 2018 | -webkit-appearance: none; |
| 2019 | background: #f3f3f3 url(../images/arrows-up-down.png) right center no-repeat; |
| 2020 | height: 30px; |
Scott Main | 9ada226 | 2012-06-23 14:59:36 -0700 | [diff] [blame] | 2021 | color: #222; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2022 | line-height: normal; |
| 2023 | padding: 5px; |
| 2024 | width: 130px; |
| 2025 | } |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 2026 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2027 | .article form .browse .browse-msg { |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 2028 | font-size: 11.5px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2029 | } |
| 2030 | .article form .browse .button-secondary { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 2031 | height: auto; |
| 2032 | line-height: 25px; |
| 2033 | font-size: 11px; |
| 2034 | padding: 0 8px; |
| 2035 | margin: 0 10px 15px 0; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2036 | } |
| 2037 | .article form input[type='text'], .article form textarea { |
| 2038 | border: 1px solid #ebebeb; |
| 2039 | border-top-color: #dcdcdc; |
Scott Main | 9ada226 | 2012-06-23 14:59:36 -0700 | [diff] [blame] | 2040 | color: #222; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2041 | line-height: normal; |
| 2042 | padding: 6px 10px; |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 2043 | width: 300px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2044 | } |
| 2045 | .article form textarea { |
| 2046 | height: 150px; |
| 2047 | } |
| 2048 | .article form input[type='text']:focus, .article form textarea:focus { |
| 2049 | border-color: #33B5E5; |
| 2050 | -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2); |
| 2051 | -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2); |
| 2052 | -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2); |
| 2053 | box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2); |
| 2054 | outline: 0; |
| 2055 | } |
| 2056 | .article form input[disabled], .article form textarea[disabled], .article form label.form-disabled { |
| 2057 | color: #999; |
| 2058 | } |
| 2059 | .article form input[type='text'][disabled], .article form textarea[disabled] { |
| 2060 | background-color: #ebebeb; |
| 2061 | } |
| 2062 | form .form-error input[type='text'], form .form-error textarea { |
| 2063 | border-color: #dd4b39; |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 2064 | margin-right: 20px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2065 | } |
| 2066 | .aside { |
| 2067 | -moz-border-radius: 2px; |
| 2068 | -webkit-border-radius: 2px; |
| 2069 | border-radius: 2px; |
| 2070 | margin: 10px 0; |
| 2071 | padding: 20px; |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 2072 | color: #666; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2073 | position: relative; |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 2074 | background: #f9f9f9; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2075 | } |
| 2076 | /* |
| 2077 | .aside, .notification, .promo { |
| 2078 | -moz-border-radius: 2px; |
| 2079 | -webkit-border-radius: 2px; |
| 2080 | border-radius: 2px; |
| 2081 | margin: 10px 0; |
| 2082 | padding: 10px; |
| 2083 | position: relative; |
| 2084 | } |
| 2085 | .aside>:first-child, .notification>:first-child, .promo>:first-child { |
| 2086 | margin-top: 0; |
| 2087 | } |
| 2088 | .aside>:last-child, .notification>:last-child, .promo>:last-child { |
| 2089 | margin-bottom: 0; |
| 2090 | } |
| 2091 | .aside { |
| 2092 | background: #f9f9f9; |
| 2093 | } |
| 2094 | .notification { |
| 2095 | background: #fffbe4; |
| 2096 | border-color: #f8f6e6; |
| 2097 | } |
| 2098 | .promo { |
| 2099 | background: #f6f9ff; |
| 2100 | border-color: #eff2f9; |
| 2101 | } |
| 2102 | */ |
Scott Main | db3678b | 2012-10-23 14:13:41 -0700 | [diff] [blame] | 2103 | |
| 2104 | /* SDK TOS styles */ |
| 2105 | |
| 2106 | div.sdk-terms { |
| 2107 | white-space: pre-wrap; |
| 2108 | word-wrap: break-word; |
| 2109 | font-family: inherit; |
| 2110 | font-size: inherit; |
| 2111 | padding: 10px; |
| 2112 | height: 370px; |
| 2113 | width: 738px; |
| 2114 | border: 1px solid #444; |
| 2115 | background: transparent; |
| 2116 | overflow:auto; |
| 2117 | margin:0 0 10px; |
| 2118 | } |
| 2119 | |
| 2120 | div.sdk-terms.fullsize { |
| 2121 | padding: 0; |
| 2122 | height: auto; |
| 2123 | width: auto; |
| 2124 | border:none; |
| 2125 | } |
| 2126 | |
| 2127 | div.sdk-terms h3, |
| 2128 | div.sdk-terms h2 { |
| 2129 | margin:0; |
| 2130 | } |
| 2131 | |
| 2132 | div#sdk-terms-form { |
| 2133 | padding:0 0 0 10px; |
| 2134 | } |
| 2135 | |
Scott Main | 11ac05b | 2012-11-15 14:57:44 -0800 | [diff] [blame] | 2136 | div#sdk-terms-form input { |
Scott Main | db3678b | 2012-10-23 14:13:41 -0700 | [diff] [blame] | 2137 | display:inline; |
| 2138 | margin:4px 4px 4px 0; |
| 2139 | } |
| 2140 | |
| 2141 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2142 | /* -------------------------------------------------------------------------- |
| 2143 | Code Style |
| 2144 | */ |
| 2145 | pre { |
Scott Main | db3678b | 2012-10-23 14:13:41 -0700 | [diff] [blame] | 2146 | margin:0 0 1em 0; |
| 2147 | padding: 1em; |
| 2148 | overflow: auto; |
| 2149 | border: solid 1px #ddd; |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 2150 | background: #f7f7f7; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2151 | } |
Scott Main | 70557ee | 2013-10-30 14:47:40 -0700 | [diff] [blame^] | 2152 | .str { color: #800; } /* Code string */ |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2153 | .kwd { color: #008; } |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2154 | .typ { color: #606; } |
| 2155 | .lit { color: #066; } |
| 2156 | .pun { color: #660; } |
| 2157 | .pln { color: #000; } |
| 2158 | .tag { color: #008; } |
| 2159 | .atn { color: #828; } |
Scott Main | 70557ee | 2013-10-30 14:47:40 -0700 | [diff] [blame^] | 2160 | .atv { color: #800; } /* XML string */ |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2161 | .dec { color: #606; } |
| 2162 | |
| 2163 | /* -------------------------------------------------------------------------- |
| 2164 | Three-Pane |
| 2165 | */ |
| 2166 | /* Package Nav & Classes Nav */ |
| 2167 | .three-pane { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 2168 | position: relative; |
| 2169 | border-top: solid 1px #ebebeb; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2170 | } |
| 2171 | #packages-nav .js-pane, |
| 2172 | #classes-nav .js-pane { |
| 2173 | overflow:visible; |
| 2174 | } |
| 2175 | #packages-nav { |
| 2176 | height:270px; |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 2177 | max-height: inherit; |
| 2178 | overflow: hidden; |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 2179 | position: relative; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2180 | } |
| 2181 | #classes-nav { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 2182 | overflow: hidden; |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 2183 | position: relative; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2184 | } |
| 2185 | #packages-nav ul, #classes-nav ul { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 2186 | list-style-type: none; |
| 2187 | margin: 10px 0 20px 0; |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 2188 | padding: 0; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2189 | } |
| 2190 | #classes-nav li { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 2191 | font-weight: bold; |
| 2192 | margin: 5px 0; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2193 | } |
| 2194 | #packages-nav li, |
| 2195 | #classes-nav li li { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 2196 | margin: 0; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2197 | } |
| 2198 | #packages-nav li a, #packages-nav li a:active, #packages-nav li a:visited, |
| 2199 | #classes-nav li a, #classes-nav li a:active, #classes-nav li a:visited { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 2200 | padding: 0 0 0 4px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2201 | } |
| 2202 | #packages-nav li a, #packages-nav li a:active, #packages-nav li a:visited, |
| 2203 | #classes-nav li li a, #classes-nav li li a:active, #classes-nav li li a:visited, |
| 2204 | #nav-tree li a, #nav-tree li a:active, #nav-tree li a:visited { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 2205 | color: #222; |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 2206 | font-weight: normal; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2207 | } |
| 2208 | #packages-nav li a, #packages-nav li a:active, #packages-nav li a:visited, |
| 2209 | #classes-nav li li a, #classes-nav li li a:active, #classes-nav li li a:visited { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 2210 | display: block; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2211 | } |
| 2212 | #packages-nav li.selected a, #packages-nav li.selected a:active, #packages-nav li.selected |
| 2213 | a:visited, |
| 2214 | #classes-nav li li.selected a, #classes-nav li li.selected a:active, #classes-nav li li.selected |
| 2215 | a:visited, |
| 2216 | #nav-tree li div.selected { |
| 2217 | font-weight: 500; |
| 2218 | color: #0099cc; |
| 2219 | background-color:#fff; } |
| 2220 | #packages-nav li.selected ul li a, |
| 2221 | #classes-nav li.selected ul li a { |
| 2222 | /* don't highlight child items */ |
| 2223 | color: #555555; } |
| 2224 | #nav-tree li div.selected a { |
| 2225 | font-weight: 500; |
| 2226 | color: #0099cc; |
| 2227 | } |
| 2228 | #nav-swap { |
| 2229 | height:30px; |
| 2230 | border-top:1px solid #ccc; |
| 2231 | } |
| 2232 | #nav-swap a { |
| 2233 | display:inline-block; |
| 2234 | height:100%; |
Scott Main | 9ada226 | 2012-06-23 14:59:36 -0700 | [diff] [blame] | 2235 | color: #222; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2236 | font-size: 12px; |
| 2237 | padding: 5px 0 5px 5px; |
| 2238 | } |
| 2239 | |
| 2240 | #nav-swap .fullscreen { |
| 2241 | float: right; |
| 2242 | width: 24px; |
| 2243 | height: 24px; |
| 2244 | text-indent: -1000em; |
| 2245 | padding:0; |
| 2246 | margin:3px 5px 0; |
| 2247 | background: url(../images/fullscreen.png) no-repeat -24px 0; |
| 2248 | } |
| 2249 | #nav-swap .fullscreen.disabled { |
| 2250 | background-position: 0 0; |
| 2251 | } |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 2252 | #nav-swap .fullscreen:hover, |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2253 | #nav-swap .fullscreen:focus { |
| 2254 | cursor:pointer; |
| 2255 | } |
| 2256 | |
| 2257 | |
| 2258 | /* nav tree */ |
| 2259 | #side-nav, #devdoc-nav, #swapper, |
| 2260 | #nav-tree, #tree-list { |
| 2261 | overflow:hidden; |
| 2262 | margin-left:0; |
| 2263 | } |
| 2264 | |
| 2265 | #nav-tree ul { |
| 2266 | list-style:none; |
| 2267 | padding:0; |
| 2268 | margin:10px 0; |
| 2269 | } |
| 2270 | |
| 2271 | #nav-tree ul li div { |
| 2272 | padding:0 0 0 4px; |
| 2273 | } |
| 2274 | |
| 2275 | #side-nav #nav-tree ul li a, |
| 2276 | #side-nav #nav-tree ul li span.no-children { |
| 2277 | padding: 0; |
| 2278 | margin: 0; |
| 2279 | } |
| 2280 | |
| 2281 | #nav-tree .plus { |
| 2282 | margin: 0 3px 0 0; |
| 2283 | } |
| 2284 | |
| 2285 | #nav-tree ul ul { |
| 2286 | list-style: none; |
| 2287 | margin: 0; |
| 2288 | padding: 0 0 0 0; |
| 2289 | } |
| 2290 | |
| 2291 | #nav-tree ul li { |
| 2292 | margin: 0; |
| 2293 | padding: 0 0 0 0; |
| 2294 | white-space: nowrap; |
| 2295 | } |
| 2296 | |
| 2297 | #nav-tree .children_ul { |
| 2298 | padding:0; |
| 2299 | margin:0; |
| 2300 | } |
| 2301 | #nav-tree .children_ul li div { |
| 2302 | padding:0 0 0 10px; |
| 2303 | } |
| 2304 | #nav-tree .children_ul .children_ul li div { |
| 2305 | padding:0 0 0 20px; |
| 2306 | } |
| 2307 | |
| 2308 | #nav-tree a.nolink { |
Scott Main | 9ada226 | 2012-06-23 14:59:36 -0700 | [diff] [blame] | 2309 | color: #222; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2310 | text-decoration: none; |
| 2311 | } |
| 2312 | |
| 2313 | #nav-tree span.label { |
| 2314 | width: 100%; |
| 2315 | } |
| 2316 | |
| 2317 | #nav-tree { |
| 2318 | overflow-x: auto; |
| 2319 | overflow-y: scroll; |
| 2320 | outline:0; |
| 2321 | } |
| 2322 | |
| 2323 | |
| 2324 | /* Content */ |
| 2325 | #doc-col { |
| 2326 | margin-right:0; |
| 2327 | } |
| 2328 | #doc-content-container { |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 2329 | margin-left: 291px |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2330 | } |
| 2331 | #doc-header, #doc-content { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 2332 | padding: 1em 2em; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2333 | } |
| 2334 | #doc-header { |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 2335 | background: #f7f7f7; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2336 | } |
| 2337 | #doc-header h1 { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 2338 | line-height: 0; |
| 2339 | margin-bottom: 15px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2340 | } |
| 2341 | #api-info-block { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 2342 | float: right; |
| 2343 | font-weight: bold; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2344 | } |
| 2345 | #api-info-block a, #api-info-block a:active, #api-info-block a:visited { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 2346 | color: #222; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2347 | } |
| 2348 | #api-info-block a:hover, #api-info-block a:focus { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 2349 | color: #33B5E5; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2350 | } |
| 2351 | #api-nav-header { |
| 2352 | height:19px; /* plus 16px padding = 35; same as #nav li */ |
| 2353 | font-size:14px; |
| 2354 | padding: 8px 0; |
| 2355 | margin: 0; |
| 2356 | border-bottom: 1px solid #CCC; |
| 2357 | background:#e9e9e9; |
| 2358 | background: rgba(0, 0, 0, 0.05); /* matches #nav li.expanded */ |
| 2359 | |
| 2360 | } |
| 2361 | #api-nav-title { |
| 2362 | padding:0 5px; |
| 2363 | white-space:nowrap; |
| 2364 | } |
| 2365 | |
| 2366 | #api-level-toggle { |
| 2367 | float:right; |
| 2368 | padding:0 5px; |
| 2369 | } |
| 2370 | |
| 2371 | #api-level-toggle label { |
| 2372 | margin:0; |
| 2373 | vertical-align:top; |
| 2374 | line-height: 19px; |
| 2375 | font-size:13px; |
| 2376 | height: 19px; |
| 2377 | } |
| 2378 | |
| 2379 | #api-level-toggle .select-wrapper { |
| 2380 | width: 35px; |
| 2381 | display: inline-block; |
| 2382 | overflow: hidden; |
| 2383 | } |
| 2384 | #api-level-toggle select { |
| 2385 | border: 0; |
| 2386 | appearance:none; |
| 2387 | -moz-appearance:none; |
| 2388 | -webkit-appearance: none; |
| 2389 | background: transparent url(../images/arrows-up-down.png) 23px 5px no-repeat; |
Scott Main | 9ada226 | 2012-06-23 14:59:36 -0700 | [diff] [blame] | 2390 | color: #222; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2391 | height: 19px; |
| 2392 | line-height: 19px; |
| 2393 | padding: 0; |
| 2394 | margin:1px 0 0 0; |
| 2395 | width:150%; |
| 2396 | font-size:13px; |
| 2397 | vertical-align:top; |
| 2398 | outline:0; |
| 2399 | } |
| 2400 | |
| 2401 | |
| 2402 | /* Toggle for revision notes and stuff */ |
| 2403 | div.toggle-content.closed .toggle-content-toggleme { |
| 2404 | display:none; |
| 2405 | } |
| 2406 | |
| 2407 | #jd-content img.toggle-content-img { |
| 2408 | margin:0 5px 5px 0; |
| 2409 | } |
Dirk Dougherty | f5ffd4a | 2013-08-19 12:26:07 -0700 | [diff] [blame] | 2410 | |
Scott Main | 220c344 | 2012-07-16 15:40:17 -0700 | [diff] [blame] | 2411 | div.toggle-content-toggleme { |
| 2412 | padding:0 0 0 15px; |
Scott Main | 03c972c | 2012-06-26 22:23:22 -0700 | [diff] [blame] | 2413 | } |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2414 | |
| 2415 | |
| 2416 | /* API LEVEL FILTERED MEMBERS */ |
| 2417 | |
| 2418 | .absent, |
| 2419 | .absent a:link, |
| 2420 | .absent a:visited, |
| 2421 | .absent a:hover, |
| 2422 | .absent * { |
| 2423 | color:#bbb !important; |
| 2424 | cursor:default !important; |
| 2425 | text-decoration:none !important; |
| 2426 | } |
| 2427 | #devdoc-nav li.absent.selected, |
| 2428 | #devdoc-nav li.absent.selected *, |
| 2429 | #devdoc-nav div.label.absent.selected, |
| 2430 | #devdoc-nav div.label.absent.selected * { |
| 2431 | background-color:#eaeaea !important; |
| 2432 | } |
| 2433 | .absent h4.jd-details-title, |
| 2434 | .absent h4.jd-details-title * { |
| 2435 | background-color:#f6f6f6 !important; |
| 2436 | } |
| 2437 | .absent img { |
| 2438 | opacity: .3; |
| 2439 | filter: alpha(opacity=30); |
| 2440 | -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; |
| 2441 | } |
| 2442 | |
| 2443 | |
| 2444 | |
| 2445 | |
| 2446 | |
| 2447 | |
| 2448 | |
| 2449 | |
| 2450 | |
| 2451 | /* JQUERY RESIZABLE STYLES */ |
| 2452 | .ui-resizable { position: relative; } |
| 2453 | .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; } |
| 2454 | .ui-resizable .ui-resizable-handle { display: block; border-bottom: 1px solid #e4e4e4; } |
| 2455 | /*body .ui-resizable-disabled .ui-resizable-handle { display: none; } |
| 2456 | body .ui-resizable-autohide .ui-resizable-handle { display: none; }*/ |
| 2457 | .ui-resizable-s { cursor: s-resize; height: 10px; width: 100% !important; bottom: -11px; left: 0; |
| 2458 | border-bottom: solid 1px #ededed; |
| 2459 | background: #f7f7f7 url("../images/resizable-s2.png") no-repeat scroll center center; } |
| 2460 | /* |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 2461 | .ui-resizable-e { |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2462 | cursor: e-resize; width: 10px; right: 0; top: 0; height: 100%; border-right: solid |
| 2463 | 1px #ededed;background: #f7f7f7 url("../images/resizable-e2.png") no-repeat scroll center center; } |
| 2464 | */ |
| 2465 | |
| 2466 | /* -------------------------------------------------------------------------- |
| 2467 | Lightbox |
| 2468 | */ |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 2469 | .lightbox { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 2470 | width: 769px; |
| 2471 | padding: 1.5em; |
| 2472 | margin: 0 auto; |
| 2473 | border: solid 1px #dcdcdc; |
| 2474 | background: #fff; |
| 2475 | -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.1); |
| 2476 | -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.1); |
| 2477 | box-shadow: 1px 1px 5px rgba(0,0,0,0.1) |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2478 | } |
| 2479 | .lightbox .header { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 2480 | float: left; |
| 2481 | width: 720px; |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 2482 | margin: -10px 20px 10px 0; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2483 | } |
| 2484 | .lightbox .close { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 2485 | float: right; |
| 2486 | width: 10px; |
| 2487 | height: 10px; |
| 2488 | margin: -10px -10px 10px 0; |
| 2489 | text-indent: -1000em; |
| 2490 | background: url(../images/close.png) no-repeat 0 0; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2491 | } |
| 2492 | .lightbox .close:hover, .lightbox .close:focus { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 2493 | background-position: -10px 0; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2494 | } |
| 2495 | |
Dirk Dougherty | 4f7e515 | 2010-09-16 10:43:40 -0700 | [diff] [blame] | 2496 | /* -------------------------------------------------------------------------- |
| 2497 | Styles for samples project trees and code browsing in resources tab |
| 2498 | */ |
| 2499 | |
Scott Main | 498d710 | 2013-08-21 15:47:38 -0700 | [diff] [blame] | 2500 | #codesample-wrapper { |
Scott Main | 70557ee | 2013-10-30 14:47:40 -0700 | [diff] [blame^] | 2501 | width:100000px; /* super wide to contain floats, but doesn't cause scroll */ |
Scott Main | 498d710 | 2013-08-21 15:47:38 -0700 | [diff] [blame] | 2502 | overflow:visible; |
| 2503 | } |
| 2504 | pre#codesample-block { |
| 2505 | float:left; |
| 2506 | overflow:visible; |
| 2507 | background:transparent; |
| 2508 | border:none; |
| 2509 | } |
| 2510 | pre#codesample-block .code-line:hover { |
| 2511 | background:#e7e7e7; |
| 2512 | } |
| 2513 | pre#codesample-line-numbers { |
| 2514 | float:left; |
| 2515 | width:2em; |
| 2516 | background:transparent; |
| 2517 | border:none; |
| 2518 | border-right:1px solid #ccc; |
| 2519 | padding-left:0; |
| 2520 | font-family:monospace; |
| 2521 | text-align:right; |
| 2522 | -webkit-touch-callout: none; |
| 2523 | -webkit-user-select: none; |
| 2524 | -khtml-user-select: none; |
| 2525 | -moz-user-select: -moz-none; |
| 2526 | -ms-user-select: none; |
| 2527 | user-select: none; |
| 2528 | } |
| 2529 | pre#codesample-line-numbers a { |
| 2530 | color:#999; |
| 2531 | } |
| 2532 | pre#codesample-line-numbers.hidden { |
| 2533 | display:none; |
| 2534 | } |
| 2535 | pre#codesample-block span.code-line { |
| 2536 | width:100%; |
| 2537 | display:inline-block; |
| 2538 | } |
| 2539 | |
Dirk Dougherty | 4f7e515 | 2010-09-16 10:43:40 -0700 | [diff] [blame] | 2540 | .structure-dir { |
| 2541 | background-image:url(../../assets/images/folder.png); |
| 2542 | background-repeat:no-repeat; |
| 2543 | background-position:16px 2px; |
| 2544 | margin:.25em 0 0 0; |
| 2545 | padding:0 0 0 0; |
| 2546 | } |
| 2547 | |
| 2548 | .structure-toggleme { |
| 2549 | margin:0 0 0 3em; |
| 2550 | padding:0 0 0 0; |
| 2551 | text-decoration:none; |
| 2552 | } |
| 2553 | |
| 2554 | .structure-java{ |
| 2555 | background-image:url(../../assets/images/file-java.png); |
| 2556 | background-repeat:no-repeat; |
| 2557 | background-position:0px 2px; |
| 2558 | margin:.3em 0 0 0; |
| 2559 | padding:.3em 0 .3em 22px; |
| 2560 | } |
| 2561 | |
| 2562 | .structure-file { |
| 2563 | background-image:url(../../assets/images/file-generic.png); |
| 2564 | background-repeat:no-repeat; |
| 2565 | background-position:0px 2px; |
| 2566 | margin:.3em 0 0 0; |
| 2567 | padding:.3em 0 .3em 22px; |
| 2568 | } |
| 2569 | |
| 2570 | .structure-xml { |
| 2571 | background-image:url(../../assets/images/file-xml.png); |
| 2572 | background-repeat:no-repeat; |
| 2573 | background-position:0px 2px; |
| 2574 | margin:.3em 0 0 0; |
| 2575 | padding:.3em 0 .25em 22px; |
| 2576 | } |
| 2577 | |
| 2578 | .structure-img { |
| 2579 | background-image:url(../../assets/images/file-image.png); |
| 2580 | background-repeat:no-repeat; |
| 2581 | background-position:0px 2px; |
| 2582 | margin:.3em 0 0 0; |
| 2583 | padding:.3em 0 .25em 22px; |
| 2584 | } |
| 2585 | |
| 2586 | .structure-manifest { |
| 2587 | background-image:url(../../assets/images/file-manifest.png); |
| 2588 | background-repeat:no-repeat; |
| 2589 | margin:.0 0 0 1.25em; |
| 2590 | padding:0 0 0 22px; |
| 2591 | text-decoration:none; |
| 2592 | } |
| 2593 | |
| 2594 | #jd-content .structure-toggle-img { |
| 2595 | margin:.5em 0 0 0; |
| 2596 | padding-right:2.1em; |
| 2597 | } |
| 2598 | |
| 2599 | .dirInfo { |
| 2600 | margin-left:2em; |
| 2601 | } |
| 2602 | |
| 2603 | .structure-dir a { |
| 2604 | text-decoration:none; |
| 2605 | } |
| 2606 | |
| 2607 | .structure-manifest a { |
| 2608 | text-decoration: none; |
| 2609 | } |
| 2610 | .structure-file a { |
| 2611 | text-decoration: none; |
| 2612 | } |
| 2613 | |
| 2614 | .sampleEmbed { |
| 2615 | background-color:rgb(249, 249, 249); |
| 2616 | } |
| 2617 | |
| 2618 | .sampleEmbed ol.lineNumbers { |
| 2619 | list-style-type: decimal; |
| 2620 | padding-left:1em; |
| 2621 | } |
| 2622 | |
| 2623 | .sampleEmbed ol.lineNumbers li { |
| 2624 | border-left:1px solid #ddd; |
| 2625 | border-right:1px solid #ddd; |
| 2626 | color:gray; |
| 2627 | background-color:#f7f7f7; |
| 2628 | margin:0 0 0 24px; |
| 2629 | padding: 2px 2px 2px 6px; |
| 2630 | } |
| 2631 | |
| 2632 | .sampleEmbed ol.lineNumbers li:hover { |
| 2633 | background: #efefef; |
| 2634 | } |
| 2635 | |
Scott Main | 0ad622b | 2013-09-04 21:14:06 -0700 | [diff] [blame] | 2636 | .samples-nav li a { |
| 2637 | overflow: hidden; |
| 2638 | text-overflow: ellipsis; |
| 2639 | white-space: nowrap; |
| 2640 | } |
| 2641 | |
Dirk Dougherty | 4f7e515 | 2010-09-16 10:43:40 -0700 | [diff] [blame] | 2642 | /* -------------------------------------------------------------------------- |
| 2643 | Styles for raw formatted line numbers (not used with listformatted version) |
| 2644 | div.sampleLine div.lineNumber { |
| 2645 | display: inline; |
| 2646 | } |
| 2647 | div.sampleLine div.lineCode { |
| 2648 | display: inline; |
| 2649 | padding-left:6px; |
| 2650 | } |
| 2651 | div.sampleLine { |
| 2652 | padding:0; |
| 2653 | margin:0; |
| 2654 | }*/ |
| 2655 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2656 | /* -------------------------------------------------------------------------- |
Dirk Dougherty | 4c2dfcf | 2013-07-08 16:05:05 -0700 | [diff] [blame] | 2657 | Butterbar |
| 2658 | */ |
| 2659 | #butterbar-wrapper { |
| 2660 | position:absolute; |
| 2661 | top:0; |
| 2662 | left:0; |
| 2663 | width:100%; |
| 2664 | } |
| 2665 | #butterbar { |
| 2666 | width:940px; |
| 2667 | margin:0 auto; |
| 2668 | } |
| 2669 | #butterbar-message { |
| 2670 | background-color:#f80; |
| 2671 | float:right; |
| 2672 | font-size:12px; |
| 2673 | font-weight:bold; |
| 2674 | padding:0 10px; |
| 2675 | border-radius: 0 0 5px 5px; |
| 2676 | } |
| 2677 | #butterbar-message a {color:#fff !important} |
| 2678 | #butterbar-message a:hover {text-decoration:underline;} |
| 2679 | |
| 2680 | /* -------------------------------------------------------------------------- |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2681 | Misc |
| 2682 | */ |
| 2683 | |
| 2684 | |
| 2685 | .clearfix:before, .clearfix:after { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 2686 | content: ""; |
| 2687 | display: table |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2688 | } |
| 2689 | .clearfix:after { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 2690 | clear: both |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2691 | } |
| 2692 | .clearfix { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 2693 | *zoom: 1 |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2694 | } |
| 2695 | table.blank th, table.blank td { |
| 2696 | border: 0; |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 2697 | background: none |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2698 | } |
| 2699 | .caption { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 2700 | margin: 0.5em 0 2em 0; |
| 2701 | color: #000; |
Dirk Dougherty | f5ffd4a | 2013-08-19 12:26:07 -0700 | [diff] [blame] | 2702 | font-size: 11.5px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2703 | } |
| 2704 | |
Scott Main | 25c89dd | 2013-10-07 14:17:55 -0700 | [diff] [blame] | 2705 | .nolist, .nolist ul, .nolist ol { |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2706 | list-style:none; |
Scott Main | 2ccbd3f | 2012-08-01 12:05:12 -0700 | [diff] [blame] | 2707 | margin-left:0; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2708 | } |
Scott Main | 5747d38 | 2012-11-30 12:02:42 -0800 | [diff] [blame] | 2709 | #tb .nolist { |
| 2710 | margin-left:15px; |
| 2711 | } |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2712 | |
Scott Main | 8aa725e | 2013-04-25 10:00:32 -0700 | [diff] [blame] | 2713 | dl.xml>dt { |
| 2714 | text-transform:uppercase; |
| 2715 | } |
| 2716 | dl.xml dl.attr { |
| 2717 | margin-top:0; |
| 2718 | } |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2719 | |
| 2720 | pre.classic { |
| 2721 | background-color:transparent; |
| 2722 | border:none; |
| 2723 | padding:0; |
| 2724 | } |
| 2725 | |
| 2726 | p.img-caption { |
| 2727 | margin: -10px 0 20px; |
| 2728 | font-size:13px; |
| 2729 | color:#666; |
| 2730 | } |
| 2731 | |
Scott Main | 48dd7f2 | 2013-02-21 10:52:02 -0800 | [diff] [blame] | 2732 | div.figure, |
| 2733 | div.figure-right { |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2734 | float:right; |
| 2735 | clear:right; |
| 2736 | margin:10px 0 0 0; |
| 2737 | padding:0 0 0 20px; |
| 2738 | /* width must be defined w/ an inline style matching the image width */ |
| 2739 | } |
| 2740 | |
Scott Main | 48dd7f2 | 2013-02-21 10:52:02 -0800 | [diff] [blame] | 2741 | div.figure-left { |
| 2742 | float:left; |
| 2743 | clear:left; |
| 2744 | margin:10px 0 0 0; |
Scott Main | d6cb8fa | 2013-02-21 13:05:03 -0800 | [diff] [blame] | 2745 | padding:0 20px 0 0; |
Scott Main | 48dd7f2 | 2013-02-21 10:52:02 -0800 | [diff] [blame] | 2746 | /* width must be defined w/ an inline style matching the image width */ |
| 2747 | } |
| 2748 | |
| 2749 | img.frame { |
| 2750 | border:1px solid #DDD; |
| 2751 | padding:4px; |
| 2752 | } |
| 2753 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2754 | p.table-caption { |
Scott Main | 24bbcd5 | 2012-09-21 14:33:43 -0700 | [diff] [blame] | 2755 | margin: 0 0 4px 0; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2756 | font-size:13px; |
| 2757 | color:#666; |
| 2758 | } |
| 2759 | |
Scott Main | 24bbcd5 | 2012-09-21 14:33:43 -0700 | [diff] [blame] | 2760 | p.code-caption { |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 2761 | margin-bottom: 4px; |
Scott Main | a07be8e | 2013-03-06 12:12:21 -0800 | [diff] [blame] | 2762 | font: 12px/1.5 monospace; |
Scott Main | 24bbcd5 | 2012-09-21 14:33:43 -0700 | [diff] [blame] | 2763 | color:#666; |
| 2764 | } |
| 2765 | |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 2766 | div.note, |
| 2767 | div.caution, |
Scott Main | 54d2a9b | 2012-07-24 14:54:32 -0700 | [diff] [blame] | 2768 | div.warning { |
| 2769 | margin: 0 0 15px; |
| 2770 | } |
| 2771 | |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 2772 | p.note, div.note, |
| 2773 | p.caution, div.caution, |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2774 | p.warning, div.warning { |
| 2775 | padding: 0 0 0 10px; |
| 2776 | border-left: 4px solid; |
| 2777 | } |
| 2778 | |
Scott Main | 24bbcd5 | 2012-09-21 14:33:43 -0700 | [diff] [blame] | 2779 | p.note, div.note { |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2780 | border-color: #258AAF; |
| 2781 | } |
| 2782 | |
Scott Main | 24bbcd5 | 2012-09-21 14:33:43 -0700 | [diff] [blame] | 2783 | p.caution, div.caution { |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2784 | border-color: #FF8800; |
| 2785 | } |
| 2786 | |
Scott Main | 24bbcd5 | 2012-09-21 14:33:43 -0700 | [diff] [blame] | 2787 | p.warning, div.warning { |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2788 | border-color: #ff4443; |
| 2789 | } |
| 2790 | |
Scott Main | 412eaf2 | 2012-06-22 14:36:33 -0700 | [diff] [blame] | 2791 | div.note.design { |
| 2792 | border-left: 4px solid #33B5E5; |
| 2793 | } |
| 2794 | |
| 2795 | div.note.develop { |
| 2796 | border-left: 4px solid #F80; |
| 2797 | } |
| 2798 | |
| 2799 | div.note.distribute { |
| 2800 | border-left: 4px solid #9C0; |
| 2801 | } |
| 2802 | |
| 2803 | .note p, .caution p, .warning p { |
| 2804 | margin:0 0 5px; |
| 2805 | } |
| 2806 | |
| 2807 | .note p:last-child, .caution p:last-child, .warning p:last-child { |
| 2808 | margin-bottom:0; |
| 2809 | } |
| 2810 | |
Scott Main | 5b5ff1a | 2012-09-12 10:29:45 -0700 | [diff] [blame] | 2811 | body.about blockquote { |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2812 | display:block; |
| 2813 | float:right; |
| 2814 | width:280px; |
| 2815 | font-size:20px; |
| 2816 | font-style:italic; |
| 2817 | line-height:24px; |
| 2818 | color:#33B5E5; |
| 2819 | margin:0 0 20px 30px; |
| 2820 | } |
| 2821 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2822 | div.design-announce p { |
| 2823 | margin:0 0 10px; |
| 2824 | } |
| 2825 | |
| 2826 | #devdoc-nav a.totop { |
| 2827 | display:block; |
| 2828 | top:0; |
| 2829 | width:inherit; |
| 2830 | background: transparent url(../images/styles/gototop.png) no-repeat scroll 50% 50%; |
| 2831 | text-indent:-9999em; |
| 2832 | } |
| 2833 | #devdoc-nav a.totop { |
| 2834 | position:fixed; |
| 2835 | display:none; |
| 2836 | } |
| 2837 | #devdoc-nav a.totop:hover { |
| 2838 | background-color:#33B5E5; |
| 2839 | } |
| 2840 | |
| 2841 | .content-footer a.totop { |
| 2842 | text-transform:uppercase; |
| 2843 | line-height:30px; |
| 2844 | } |
| 2845 | |
Scott Main | db3678b | 2012-10-23 14:13:41 -0700 | [diff] [blame] | 2846 | .expandable { |
| 2847 | height:34px; |
| 2848 | padding-left:20px; |
| 2849 | position:relative; |
| 2850 | } |
| 2851 | .expandable:before { |
| 2852 | content: ''; |
| 2853 | background-image: url(../images/styles/disclosure_down.png); |
| 2854 | background-repeat:no-repeat; |
| 2855 | background-position: -12px -9px; |
| 2856 | width: 20px; |
| 2857 | height: 20px; |
| 2858 | display: inline-block; |
| 2859 | position: absolute; |
| 2860 | top: 0; |
| 2861 | left: 0; } |
| 2862 | } |
| 2863 | .expandable.expanded:before { |
| 2864 | background-image: url(../images/styles/disclosure_up.png); |
| 2865 | } |
| 2866 | |
Scott Main | aaf7664 | 2013-06-19 18:04:30 -0700 | [diff] [blame] | 2867 | /* notice box for cross links between Design/Develop docs */ |
| 2868 | a.notice-developers, |
| 2869 | a.notice-designers { |
Scott Main | d2af6d2 | 2013-05-13 18:39:06 -0700 | [diff] [blame] | 2870 | float:right; |
Scott Main | e80ddbe | 2013-07-12 19:22:24 -0700 | [diff] [blame] | 2871 | clear:right; |
Scott Main | aaf7664 | 2013-06-19 18:04:30 -0700 | [diff] [blame] | 2872 | width:238px; |
Scott Main | d2af6d2 | 2013-05-13 18:39:06 -0700 | [diff] [blame] | 2873 | min-height:50px; |
| 2874 | margin:0 0 20px 20px; |
| 2875 | border:1px solid #ddd; |
| 2876 | } |
Scott Main | 5eccda8 | 2013-07-30 14:56:45 -0700 | [diff] [blame] | 2877 | a.notice-developers.wide, |
| 2878 | a.notice-designers.wide { |
| 2879 | width:278px; |
| 2880 | } |
Scott Main | aaf7664 | 2013-06-19 18:04:30 -0700 | [diff] [blame] | 2881 | a.notice-developers div, |
| 2882 | a.notice-designers div { |
Scott Main | 9bfcd73 | 2013-05-14 09:14:35 -0700 | [diff] [blame] | 2883 | min-height:40px; |
Scott Main | d19c2c8 | 2013-06-19 18:48:27 -0700 | [diff] [blame] | 2884 | background:url('../images/styles/notice-developers@2x.png') no-repeat 10px 10px; |
| 2885 | background-size:40px 40px; |
Scott Main | 9bfcd73 | 2013-05-14 09:14:35 -0700 | [diff] [blame] | 2886 | padding:10px 10px 10px 60px; |
Scott Main | d2af6d2 | 2013-05-13 18:39:06 -0700 | [diff] [blame] | 2887 | } |
Scott Main | aaf7664 | 2013-06-19 18:04:30 -0700 | [diff] [blame] | 2888 | a.notice-designers div { |
Scott Main | d19c2c8 | 2013-06-19 18:48:27 -0700 | [diff] [blame] | 2889 | background:url('../images/styles/notice-designers@2x.png') no-repeat 10px 10px; |
| 2890 | background-size:40px 40px; |
Scott Main | aaf7664 | 2013-06-19 18:04:30 -0700 | [diff] [blame] | 2891 | } |
| 2892 | a.notice-developers:hover, |
| 2893 | a.notice-designers:hover { |
Scott Main | d2af6d2 | 2013-05-13 18:39:06 -0700 | [diff] [blame] | 2894 | background:#eee; |
| 2895 | } |
Scott Main | aaf7664 | 2013-06-19 18:04:30 -0700 | [diff] [blame] | 2896 | a.notice-developers h3, |
| 2897 | a.notice-designers h3 { |
Scott Main | d2af6d2 | 2013-05-13 18:39:06 -0700 | [diff] [blame] | 2898 | font-size:14px; |
| 2899 | font-weight:normal; |
| 2900 | text-transform:uppercase; |
| 2901 | color:#000 !important; |
| 2902 | margin:0; |
| 2903 | } |
Scott Main | aaf7664 | 2013-06-19 18:04:30 -0700 | [diff] [blame] | 2904 | a.notice-developers p, |
| 2905 | a.notice-designers p { |
Scott Main | d2af6d2 | 2013-05-13 18:39:06 -0700 | [diff] [blame] | 2906 | margin:0; |
Scott Main | 9bfcd73 | 2013-05-14 09:14:35 -0700 | [diff] [blame] | 2907 | line-height:16px; |
| 2908 | } |
Scott Main | aaf7664 | 2013-06-19 18:04:30 -0700 | [diff] [blame] | 2909 | a.notice-developers.left, |
| 2910 | a.notice-designers.left { |
Scott Main | 9bfcd73 | 2013-05-14 09:14:35 -0700 | [diff] [blame] | 2911 | margin-left:0; |
| 2912 | float:left; |
Scott Main | d2af6d2 | 2013-05-13 18:39:06 -0700 | [diff] [blame] | 2913 | } |
| 2914 | |
| 2915 | |
Scott Main | d7026f7 | 2013-06-17 15:08:49 -0700 | [diff] [blame] | 2916 | /* hide nested list items; companion to hideNestedLists() */ |
| 2917 | .hide-nested li ol, |
| 2918 | .hide-nested li ul { |
| 2919 | display:none; |
| 2920 | } |
| 2921 | |
| 2922 | a.header-toggle { |
| 2923 | display:block; |
| 2924 | float:right; |
| 2925 | text-transform:uppercase; |
| 2926 | font-size:.8em !important; |
| 2927 | font-weight:normal; |
| 2928 | margin-top:2px; |
| 2929 | } |
| 2930 | |
| 2931 | |
Dirk Dougherty | bec1429 | 2013-04-10 20:23:40 -0700 | [diff] [blame] | 2932 | /* ----------------------------------------------- |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 2933 | good/bad example containers |
Dirk Dougherty | bec1429 | 2013-04-10 20:23:40 -0700 | [diff] [blame] | 2934 | */ |
Scott Main | db3678b | 2012-10-23 14:13:41 -0700 | [diff] [blame] | 2935 | |
Dirk Dougherty | bec1429 | 2013-04-10 20:23:40 -0700 | [diff] [blame] | 2936 | div.example-block { |
| 2937 | background-repeat: no-repeat; |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 2938 | background-position:10px 8px; |
Dirk Dougherty | bec1429 | 2013-04-10 20:23:40 -0700 | [diff] [blame] | 2939 | background-color:#ccc; |
| 2940 | padding:4px; |
| 2941 | margin:.8em auto 1.5em 2em; |
| 2942 | width:260px; |
| 2943 | float:right; |
| 2944 | } |
| 2945 | /* red container */ |
| 2946 | .example-block.bad { |
| 2947 | background-image: url(/images/example-bad.png); |
| 2948 | background-color:#f4cccc; |
| 2949 | } |
| 2950 | /* green container */ |
| 2951 | .example-block.good { |
| 2952 | background-image: url(/images/example-good.png); |
| 2953 | background-color:#d9ead3; |
| 2954 | } |
| 2955 | /* container heading div */ |
| 2956 | #jd-content .example-block .heading { |
| 2957 | font-weight:bold; |
| 2958 | margin:6px 0 9px 36px; |
| 2959 | padding:6px auto; |
| 2960 | } |
| 2961 | /* container image (if any) */ |
| 2962 | #jd-content .example-block img { |
| 2963 | margin:0; |
| 2964 | padding:0px; |
| 2965 | } |
| 2966 | |
| 2967 | .example-block table { |
| 2968 | margin:0; |
| 2969 | } |
Scott Main | db3678b | 2012-10-23 14:13:41 -0700 | [diff] [blame] | 2970 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2971 | /* ----------------------------------------------- |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 2972 | Dialog box for popup messages |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 2973 | */ |
| 2974 | |
| 2975 | div.dialog { |
| 2976 | height:0; |
| 2977 | margin:0 auto; |
| 2978 | } |
| 2979 | |
| 2980 | div.dialog>div { |
| 2981 | z-index:99; |
| 2982 | position:fixed; |
| 2983 | margin:70px 0; |
| 2984 | width: 391px; |
| 2985 | height: 200px; |
| 2986 | background: #F7F7F7; |
| 2987 | -moz-box-shadow: 0 0 15px rgba(0,0,0,0.5); |
| 2988 | -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5); |
| 2989 | box-shadow: 0 0 15px rgba(0,0,0,0.5); |
| 2990 | } |
| 2991 | /* IE6 can't position fixed */ |
| 2992 | * html div.dialog div { position:absolute; } |
| 2993 | |
| 2994 | |
| 2995 | div#deprecatedSticker { |
| 2996 | display:none; |
| 2997 | z-index:99; |
| 2998 | position:fixed; |
| 2999 | right:15px; |
| 3000 | top:114px; |
| 3001 | margin:0; |
| 3002 | padding:1em; |
| 3003 | background:#FFF; |
| 3004 | border:1px solid #dddd00; |
| 3005 | box-shadow:-5px 5px 10px #ccc; |
| 3006 | -moz-box-shadow:-5px 5px 10px #ccc; |
| 3007 | -webkit-box-shadow:-5px 5px 10px #ccc; |
| 3008 | } |
| 3009 | |
| 3010 | div#naMessage { |
| 3011 | display:none; |
| 3012 | width:555px; |
| 3013 | height:0; |
| 3014 | margin:0 auto; |
| 3015 | } |
| 3016 | |
| 3017 | div#naMessage div { |
| 3018 | z-index:99; |
| 3019 | width:450px; |
| 3020 | position:fixed; |
| 3021 | margin:50px 0; |
| 3022 | padding:4em 4em 3em; |
| 3023 | background:#FFF; |
| 3024 | border:1px solid #999; |
| 3025 | box-shadow:-10px 10px 40px #888; |
| 3026 | -moz-box-shadow:-10px 10px 40px #888; |
| 3027 | -webkit-box-shadow:-10px 10px 40px #888; |
| 3028 | } |
| 3029 | /* IE6 can't position fixed */ |
| 3030 | * html div#naMessage div { position:absolute; } |
| 3031 | |
| 3032 | div#naMessage strong { |
| 3033 | font-size:1.1em; |
| 3034 | } |
| 3035 | |
| 3036 | |
| 3037 | /* -------------------------------------------------------------------------- |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 3038 | Slideshow Controls & Next/Prev |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3039 | */ |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 3040 | .slideshow-next, .slideshow-prev { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 3041 | width: 20px; |
| 3042 | height: 36px; |
| 3043 | text-indent: -1000em; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3044 | } |
| 3045 | .slideshow-container { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 3046 | margin: 2em 0; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3047 | } |
| 3048 | .slideshow-container:before, .slideshow-container:after { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 3049 | content: ""; |
| 3050 | display: table; |
| 3051 | clear: both; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3052 | } |
| 3053 | a.slideshow-next, a.slideshow-next:visited { |
| 3054 | |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 3055 | float: right; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3056 | |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 3057 | background: url(../images/arrow-right.png) no-repeat 0 0 |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3058 | |
| 3059 | } |
| 3060 | |
| 3061 | a.slideshow-prev, a.slideshow-prev:visited { |
| 3062 | |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 3063 | float: left; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3064 | |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 3065 | background: url(../images/arrow-left.png) no-repeat 0 0 |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3066 | |
| 3067 | } |
| 3068 | |
| 3069 | .slideshow-next:hover, .slideshow-prev:hover, .slideshow-next:focus, .slideshow-prev:focus { |
| 3070 | |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 3071 | background-position: 0 -36px |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3072 | |
| 3073 | } |
| 3074 | |
| 3075 | .slideshow-next:active, .slideshow-prev:active { |
| 3076 | |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 3077 | background-position: 0 -72px |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3078 | |
| 3079 | } |
| 3080 | .slideshow-nav { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 3081 | width: 74px; |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 3082 | margin: 0 auto; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3083 | } |
| 3084 | .slideshow-nav a, .slideshow-nav a:visited { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 3085 | display: inline-block; |
| 3086 | width: 12px; |
| 3087 | height: 12px; |
| 3088 | margin: 0 2px 20px 2px; |
| 3089 | background: #ccc; |
| 3090 | -webkit-border-radius: 50%; |
| 3091 | -moz-border-radius: 50%; |
| 3092 | border-radius: 50%; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3093 | } |
| 3094 | .slideshow-nav a:hover, .slideshow-nav a:focus { |
| 3095 | |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 3096 | background: #33B5E5 |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3097 | } |
| 3098 | |
| 3099 | .slideshow-nav a:active { |
| 3100 | |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 3101 | background: #1e799a; |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 3102 | background: #ebebeb; |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 3103 | -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05); |
| 3104 | -moz-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05); |
| 3105 | box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05); |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3106 | } |
| 3107 | .slideshow-nav a.active, .slideshow-nav a.active:active, .slideshow-nav a.active:visited { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 3108 | background: #33B5E5 |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3109 | } |
| 3110 | /* -------------------------------------------------------------------------- |
| 3111 | Tabs |
| 3112 | */ |
| 3113 | ul.tabs { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 3114 | padding: 0; |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 3115 | margin: 2em 0 0 0; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3116 | } |
| 3117 | ul.tabs:before, ul.tabs:after { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 3118 | content: ""; |
| 3119 | display: table; |
| 3120 | clear: both; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3121 | } |
| 3122 | ul.tabs li { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 3123 | list-style-type: none; |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 3124 | float: left; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3125 | } |
| 3126 | ul.tabs li a, ul.tabs li a:active, ul.tabs li a:visited { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 3127 | display: block; |
| 3128 | height: 36px; |
| 3129 | line-height: 36px; |
| 3130 | padding: 0 15px; |
| 3131 | margin-right: 2px; |
| 3132 | color: #222; |
| 3133 | -moz-border-radius-topleft: 2px; |
| 3134 | -moz-border-radius-topright: 2px; |
| 3135 | -moz-border-radius-bottomright: px; |
| 3136 | -moz-border-radius-bottomleft: px; |
| 3137 | -webkit-border-radius: 2px 2px px px; |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 3138 | border-radius: 2px 2px px px; |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 3139 | border-top: solid 1px #ebebeb; |
| 3140 | border-left: solid 1px #ebebeb; |
| 3141 | border-right: solid 1px #ebebeb; |
| 3142 | background-color: #fff; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3143 | background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fafafa)); |
| 3144 | background-image: -webkit-linear-gradient(top, #ffffff, #fafafa); |
| 3145 | background-image: -moz-linear-gradient(top, #ffffff, #fafafa); |
| 3146 | background-image: -ms-linear-gradient(top, #ffffff, #fafafa); |
| 3147 | background-image: -o-linear-gradient(top, #ffffff, #fafafa); |
| 3148 | background-image: linear-gradient(top, #ffffff, #fafafa); |
| 3149 | filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', |
| 3150 | EndColorStr='#fafafa'); |
| 3151 | } |
| 3152 | ul.tabs li a:hover { |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 3153 | color: #33B5E5; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3154 | } |
| 3155 | ul.tabs li a.selected { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 3156 | height: 37px; |
| 3157 | color: #33B5E5; |
| 3158 | background-color: #f7f7f7; |
| 3159 | background-image: none; |
| 3160 | border-color: #ddd; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3161 | } |
| 3162 | .tab-content { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 3163 | padding: 1.2em; |
| 3164 | margin: -1px 0 2em 0; |
| 3165 | -webkit-border-radius: 2px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3166 | -moz-border-radius: 2px; |
| 3167 | border-radius: 2px; |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 3168 | border: solid 1px #ddd; |
| 3169 | background: #f7f7f7; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3170 | } |
| 3171 | /* -------------------------------------------------------------------------- |
| 3172 | Feature Boxes |
| 3173 | */ |
| 3174 | .feature-box { |
| 3175 | width: 291px; |
| 3176 | height: 200px; |
| 3177 | position: relative; |
| 3178 | background: #F7F7F7; |
| 3179 | } |
| 3180 | .box-border .top, .box-border .bottom, .box-border .left, .box-border .right { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 3181 | z-index: 100; |
| 3182 | position: absolute; |
| 3183 | background-color: #aaa; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3184 | } |
| 3185 | .box-border .top, .box-border .bottom { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 3186 | width: 291px; |
| 3187 | height: 1px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3188 | } |
| 3189 | .dialog .box-border .top, |
| 3190 | .dialog .box-border .bottom { width:391px; } |
| 3191 | |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 3192 | .box-border .left, .box-border .right { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 3193 | width: 1px; |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 3194 | height: 8px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3195 | } |
| 3196 | .box-border .top { top: 0; left: 0 } |
| 3197 | .box-border .top .left { top: 1px; left: 0 } |
| 3198 | .box-border .top .right { top: 1px; right: 0 } |
| 3199 | .box-border .bottom .left { top: -8px; left: 0 } |
| 3200 | .box-border .bottom { top: 200px; left: 0 } |
| 3201 | .box-border .bottom .right { top: -8px; right: 0 } |
| 3202 | |
| 3203 | .feature-box h4, |
| 3204 | .dialog h4 { |
| 3205 | margin: 15px 18px 10px; |
| 3206 | padding:0; |
| 3207 | } |
| 3208 | |
| 3209 | .feature-box p, |
| 3210 | .dialog p { |
| 3211 | margin: 10px 18px; |
| 3212 | padding:0; |
| 3213 | } |
| 3214 | .feature-box .link, |
| 3215 | .dialog .link { |
| 3216 | border-top: 1px solid #dedede; |
| 3217 | bottom: 0; |
| 3218 | position: absolute; |
| 3219 | width: inherit; |
| 3220 | } |
| 3221 | .feature-box a, .feature-box h4, |
| 3222 | .dialog a, .dialog h4 { |
| 3223 | -webkit-transition: color .4s ease; |
| 3224 | -moz-transition: color .4s ease; |
| 3225 | -o-transition: color .4s ease; |
| 3226 | transition: color .4s ease; |
| 3227 | } |
| 3228 | .feature-box:hover { |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 3229 | cursor: pointer; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3230 | } |
| 3231 | .feature-box:hover .box-border .top, .feature-box:hover .box-border .bottom, .feature-box:hover |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 3232 | .left, .feature-box:hover .right { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 3233 | background-color: #33B5E5; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3234 | } |
| 3235 | .feature-box:hover h4, .feature-box:hover a { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 3236 | color: #33B5E5; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3237 | } |
| 3238 | /* -------------------------------------------------------------------------- |
| 3239 | Page-Specific Styles |
| 3240 | */ |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 3241 | .colors { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 3242 | position: relative; |
| 3243 | float: left; |
| 3244 | width: 92px; |
| 3245 | margin: 40px 0 20px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3246 | } |
| 3247 | .colors div { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 3248 | color: #fff; |
| 3249 | font-size: 11.5px; |
| 3250 | width: 82px; |
| 3251 | height: 82px; |
| 3252 | margin-top:-30px; |
| 3253 | line-height: 82px; |
| 3254 | text-align: center; |
| 3255 | border: solid 5px #fff; |
| 3256 | -webkit-border-radius: 50%; |
| 3257 | -moz-border-radius: 50%; |
| 3258 | border-radius: 50%; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3259 | } |
| 3260 | |
| 3261 | |
| 3262 | |
| 3263 | |
| 3264 | |
| 3265 | |
| 3266 | |
| 3267 | |
| 3268 | |
| 3269 | |
| 3270 | |
| 3271 | |
| 3272 | |
| 3273 | |
| 3274 | /* ########### REFERENCE DOCS ################## */ |
| 3275 | |
| 3276 | #packages-nav h2, |
| 3277 | #classes-nav h2 { |
| 3278 | font-size:18px; |
| 3279 | margin:0; |
| 3280 | padding:0 0 0 4px; |
| 3281 | } |
| 3282 | |
| 3283 | #jd-header { |
| 3284 | padding: 0 0 5px; |
| 3285 | margin: 20px 0 10px; |
| 3286 | font-size:13px; |
| 3287 | border-bottom:solid 1px #ccc; |
| 3288 | } |
| 3289 | |
| 3290 | #jd-header h1 { |
| 3291 | margin:0; |
| 3292 | padding:0; |
| 3293 | } |
| 3294 | |
| 3295 | /* page-top-right container for reference pages (holds |
| 3296 | links to summary tables) */ |
| 3297 | #api-info-block { |
| 3298 | font-size:13px; |
| 3299 | margin:20px 0 0; |
| 3300 | padding:0 10px 6px; |
| 3301 | font-weight:normal; |
| 3302 | float:right; |
| 3303 | text-align:right; |
| 3304 | color:#999; |
| 3305 | max-width:70%; |
| 3306 | } |
| 3307 | |
| 3308 | #api-info-block div.api-level { |
| 3309 | font-weight:bold; |
| 3310 | font-size:inherit; |
| 3311 | float:none; |
Scott Main | 9ada226 | 2012-06-23 14:59:36 -0700 | [diff] [blame] | 3312 | color:#222; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3313 | padding:0; |
| 3314 | margin:0; |
| 3315 | } |
| 3316 | |
| 3317 | /* inheritance table */ |
| 3318 | .jd-inheritance-table { |
| 3319 | border-spacing:0; |
| 3320 | margin:0; |
| 3321 | padding:0; |
| 3322 | font-size:13px; |
| 3323 | background-color:transparent; |
| 3324 | } |
| 3325 | .jd-inheritance-table tr td { |
| 3326 | border: none; |
| 3327 | margin: 0; |
| 3328 | padding: 0; |
| 3329 | background-color:transparent; |
| 3330 | } |
| 3331 | .jd-inheritance-table .jd-inheritance-space { |
| 3332 | font-weight:bold; |
| 3333 | width:1em; |
| 3334 | } |
| 3335 | .jd-inheritance-table .jd-inheritance-interface-cell { |
| 3336 | padding-left: 17px; |
| 3337 | } |
| 3338 | |
| 3339 | |
| 3340 | |
| 3341 | .jd-sumtable a { |
| 3342 | text-decoration:none; |
| 3343 | } |
| 3344 | |
| 3345 | .jd-sumtable a:hover { |
| 3346 | text-decoration:underline; |
| 3347 | } |
| 3348 | |
| 3349 | /* the link inside a sumtable for "Show All/Hide All" */ |
| 3350 | .toggle-all { |
| 3351 | display:block; |
| 3352 | float:right; |
| 3353 | font-weight:normal; |
| 3354 | font-size:0.9em; |
| 3355 | } |
| 3356 | |
| 3357 | /* adjustments for in/direct subclasses tables */ |
| 3358 | .jd-sumtable.jd-sumtable-subclasses { |
| 3359 | margin: 1em 0 0 0; |
| 3360 | max-width:968px; |
| 3361 | background-color:transparent; |
| 3362 | font-size:13px; |
| 3363 | } |
| 3364 | |
| 3365 | /* extra space between end of method name and open-paren */ |
| 3366 | .sympad { |
| 3367 | margin-right: 2px; |
| 3368 | } |
| 3369 | |
| 3370 | /* right alignment for the return type in sumtable */ |
| 3371 | .jd-sumtable .jd-typecol { |
| 3372 | text-align:right; |
| 3373 | } |
| 3374 | |
| 3375 | /* adjustments for the expando table-in-table */ |
| 3376 | .jd-sumtable-expando { |
| 3377 | margin:.5em 0; |
| 3378 | padding:0; |
| 3379 | } |
| 3380 | |
| 3381 | /* a div that holds a short description */ |
| 3382 | .jd-descrdiv { |
| 3383 | padding:3px 1em 0 1em; |
| 3384 | margin:0; |
| 3385 | border:0; |
| 3386 | } |
| 3387 | |
| 3388 | #jd-content img.jd-expando-trigger-img { |
| 3389 | padding:0 4px 4px 0; |
| 3390 | margin:0; |
| 3391 | } |
| 3392 | |
| 3393 | .jd-sumtable-subclasses div#subclasses-direct, |
| 3394 | .jd-sumtable-subclasses div#subclasses-indirect { |
| 3395 | margin:0 0 0 13px; |
| 3396 | } |
| 3397 | |
| 3398 | |
| 3399 | |
| 3400 | /********* MEMBER REF *************/ |
| 3401 | |
| 3402 | |
| 3403 | .jd-details { |
| 3404 | /* border:1px solid #669999; |
| 3405 | padding:4px; */ |
| 3406 | margin:0 0 1em; |
| 3407 | } |
| 3408 | |
| 3409 | /* API reference: a container for the |
| 3410 | .tagdata blocks that make up the detailed |
| 3411 | description */ |
| 3412 | .jd-details-descr { |
| 3413 | padding:0; |
| 3414 | margin:.5em .25em; |
| 3415 | } |
| 3416 | |
| 3417 | /* API reference: a block containing |
| 3418 | a detailed description, a params table, |
| 3419 | seealso list, etc */ |
| 3420 | .jd-tagdata { |
| 3421 | margin:.5em 1em; |
| 3422 | } |
| 3423 | |
| 3424 | .jd-tagdata p { |
| 3425 | margin:0 0 1em 1em; |
| 3426 | } |
| 3427 | |
| 3428 | /* API reference: adjustments to |
| 3429 | the detailed description block */ |
| 3430 | .jd-tagdescr { |
| 3431 | margin:.25em 0 .75em 0; |
| 3432 | } |
| 3433 | |
| 3434 | .jd-tagdescr ol, |
| 3435 | .jd-tagdescr ul { |
| 3436 | margin:0 2.5em; |
| 3437 | padding:0; |
| 3438 | } |
| 3439 | |
| 3440 | .jd-tagdescr table, |
| 3441 | .jd-tagdescr img { |
| 3442 | margin:.25em 1em; |
| 3443 | } |
| 3444 | |
| 3445 | .jd-tagdescr li { |
| 3446 | margin:0 0 .25em 0; |
| 3447 | padding:0; |
| 3448 | } |
| 3449 | |
| 3450 | /* API reference: heading marking |
| 3451 | the details section for constants, |
| 3452 | attrs, methods, etc. */ |
| 3453 | h4.jd-details-title { |
| 3454 | font-size:1.15em; |
| 3455 | background-color: #E2E2E2; |
| 3456 | margin:1.5em 0 .6em; |
| 3457 | padding:3px 95px 3px 3px; /* room for api-level */ |
| 3458 | } |
Scott Main | ab4daf4 | 2012-11-30 11:27:17 -0800 | [diff] [blame] | 3459 | body.google h4.jd-details-title { |
| 3460 | background-color: #FFF; |
| 3461 | padding-top:5px; |
| 3462 | border-top: 1px solid #ccc; |
| 3463 | } |
| 3464 | body.google table.jd-sumtable th { |
| 3465 | background-color: #FFF; |
| 3466 | color:#000; |
| 3467 | } |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3468 | |
| 3469 | h4.jd-tagtitle { |
| 3470 | margin:0; |
| 3471 | } |
| 3472 | |
| 3473 | h4 .normal { |
| 3474 | font-weight:normal; |
| 3475 | } |
| 3476 | |
| 3477 | /* API reference: heading for "Parameters", "See Also", etc., |
| 3478 | in details sections */ |
| 3479 | h5.jd-tagtitle { |
| 3480 | margin:0 0 .25em 0; |
| 3481 | font-size:1em; |
| 3482 | } |
| 3483 | |
| 3484 | .jd-tagtable { |
| 3485 | margin:0; |
| 3486 | background-color:transparent; |
Scott Main | 03c972c | 2012-06-26 22:23:22 -0700 | [diff] [blame] | 3487 | width:auto; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3488 | } |
| 3489 | |
| 3490 | .jd-tagtable td, |
| 3491 | .jd-tagtable th { |
| 3492 | border:none; |
| 3493 | background-color:#fff; |
| 3494 | vertical-align:top; |
| 3495 | font-weight:normal; |
| 3496 | padding:2px 10px; |
| 3497 | } |
| 3498 | |
| 3499 | .jd-tagtable th { |
| 3500 | font-style:italic; |
| 3501 | } |
| 3502 | |
| 3503 | /* Inline api level indicator for methods */ |
| 3504 | div.api-level { |
| 3505 | font-size:.8em; |
| 3506 | font-weight:normal; |
| 3507 | color:#999; |
| 3508 | float:right; |
| 3509 | padding:0 8px 0; |
| 3510 | margin-top:-30px; |
| 3511 | } |
| 3512 | |
| 3513 | table.jd-tagtable td, |
| 3514 | table.jd-tagtable th { |
| 3515 | background-color:transparent; |
| 3516 | } |
| 3517 | |
| 3518 | table.jd-tagtable th { |
| 3519 | color:inherit; |
| 3520 | } |
| 3521 | |
| 3522 | |
| 3523 | |
| 3524 | |
| 3525 | |
| 3526 | |
| 3527 | |
| 3528 | |
| 3529 | |
| 3530 | |
| 3531 | |
| 3532 | |
| 3533 | |
| 3534 | |
| 3535 | |
| 3536 | |
| 3537 | |
| 3538 | |
| 3539 | |
| 3540 | |
| 3541 | |
| 3542 | |
| 3543 | |
| 3544 | /* SEARCH FILTER */ |
| 3545 | |
Scott Main | 0e76e7e | 2013-03-12 10:24:07 -0700 | [diff] [blame] | 3546 | .menu-container { |
| 3547 | position:relative; |
| 3548 | } |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3549 | #search_autocomplete { |
| 3550 | font-weight:normal; |
| 3551 | } |
| 3552 | |
Scott Main | 0e76e7e | 2013-03-12 10:24:07 -0700 | [diff] [blame] | 3553 | .search_filtered_wrapper.reference { |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3554 | width: 193px; |
| 3555 | float: right; |
| 3556 | } |
Scott Main | 0e76e7e | 2013-03-12 10:24:07 -0700 | [diff] [blame] | 3557 | .search_filtered_wrapper.docs { |
| 3558 | width:875px; |
| 3559 | float: left; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3560 | position:absolute; |
Scott Main | 0e76e7e | 2013-03-12 10:24:07 -0700 | [diff] [blame] | 3561 | top:26px; |
| 3562 | right:66px; |
| 3563 | } |
| 3564 | .suggest-card { |
| 3565 | position:relative; |
| 3566 | width:170px; |
| 3567 | min-height:90px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3568 | padding:5px; |
| 3569 | border: solid 1px #C5C5C5; |
| 3570 | background: white; |
Scott Main | 0e76e7e | 2013-03-12 10:24:07 -0700 | [diff] [blame] | 3571 | top: 15px; |
| 3572 | margin-right:-5px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3573 | -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); |
| 3574 | -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); |
| 3575 | box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); |
| 3576 | } |
Scott Main | 0e76e7e | 2013-03-12 10:24:07 -0700 | [diff] [blame] | 3577 | .suggest-card.reference { |
| 3578 | position:absolute; |
| 3579 | z-index:999; |
| 3580 | min-width:171px; /* +padding and border makes this match input width */ |
| 3581 | min-height:93px; /* add 3px because this has 1 not 4px top border */ |
| 3582 | width:auto; |
| 3583 | top:41px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3584 | margin:0; |
Scott Main | 0e76e7e | 2013-03-12 10:24:07 -0700 | [diff] [blame] | 3585 | } |
| 3586 | .suggest-card.develop { |
| 3587 | z-index:997; |
| 3588 | border-top: solid 4px #F80; |
| 3589 | float:right; |
| 3590 | } |
| 3591 | .suggest-card.design { |
| 3592 | z-index:996; |
| 3593 | border-top: solid 4px #33b5e5; |
| 3594 | float:right; |
| 3595 | } |
| 3596 | .suggest-card.distribute { |
| 3597 | z-index:995; |
| 3598 | border-top: solid 4px #9C0; |
| 3599 | float:right; |
| 3600 | } |
| 3601 | .child-card { |
| 3602 | width:100%; |
| 3603 | } |
| 3604 | .suggest-card.dummy { |
| 3605 | width:172px; |
| 3606 | float:right; |
| 3607 | border:0; |
| 3608 | background:transparent; |
| 3609 | -moz-box-shadow: none; |
| 3610 | -webkit-box-shadow: none; |
| 3611 | box-shadow: none; |
| 3612 | } |
| 3613 | |
| 3614 | ul.search_filtered { |
| 3615 | min-width:100%; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3616 | list-style: none; |
Scott Main | 0e76e7e | 2013-03-12 10:24:07 -0700 | [diff] [blame] | 3617 | margin: 0 0 5px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3618 | padding: 0; |
| 3619 | } |
Scott Main | 0e76e7e | 2013-03-12 10:24:07 -0700 | [diff] [blame] | 3620 | .search_filtered .jd-selected { |
| 3621 | background:#efefef; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3622 | cursor:pointer; |
| 3623 | } |
Scott Main | 0e76e7e | 2013-03-12 10:24:07 -0700 | [diff] [blame] | 3624 | .search_filtered .jd-selected, |
| 3625 | .search_filtered .jd-selected a { |
| 3626 | color:#09C !important; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3627 | } |
| 3628 | |
| 3629 | .no-display { |
| 3630 | display: none; |
| 3631 | } |
| 3632 | |
Scott Main | 0e76e7e | 2013-03-12 10:24:07 -0700 | [diff] [blame] | 3633 | .search_filtered li.jd-autocomplete { |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3634 | font-size: 0.81em; |
| 3635 | border: none; |
Scott Main | 7e447ed | 2013-02-19 17:22:37 -0800 | [diff] [blame] | 3636 | margin: 0 0 2px; |
| 3637 | padding: 0; |
| 3638 | line-height:1.5em; |
| 3639 | } |
| 3640 | |
Scott Main | 0e76e7e | 2013-03-12 10:24:07 -0700 | [diff] [blame] | 3641 | .search_filtered li a { |
Scott Main | 7e447ed | 2013-02-19 17:22:37 -0800 | [diff] [blame] | 3642 | padding:0 5px; |
| 3643 | color:#222 !important; |
Scott Main | 0e76e7e | 2013-03-12 10:24:07 -0700 | [diff] [blame] | 3644 | display:inline-block; |
| 3645 | line-height:12px; |
Scott Main | 7e447ed | 2013-02-19 17:22:37 -0800 | [diff] [blame] | 3646 | } |
| 3647 | |
Scott Main | 0e76e7e | 2013-03-12 10:24:07 -0700 | [diff] [blame] | 3648 | .search_filtered li.header { |
Scott Main | 7e447ed | 2013-02-19 17:22:37 -0800 | [diff] [blame] | 3649 | font-weight:bold; |
Scott Main | 0e76e7e | 2013-03-12 10:24:07 -0700 | [diff] [blame] | 3650 | color:#444; |
Scott Main | 7e447ed | 2013-02-19 17:22:37 -0800 | [diff] [blame] | 3651 | border: none; |
| 3652 | margin: 8px 0 2px; |
| 3653 | padding:1px 5px; |
| 3654 | line-height:1.5em; |
| 3655 | } |
Scott Main | 0e76e7e | 2013-03-12 10:24:07 -0700 | [diff] [blame] | 3656 | .search_filtered li.header.small { |
| 3657 | font-size:0.85em; |
| 3658 | } |
Scott Main | 7e447ed | 2013-02-19 17:22:37 -0800 | [diff] [blame] | 3659 | |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 3660 | .suggest-card.reference |
Scott Main | 0e76e7e | 2013-03-12 10:24:07 -0700 | [diff] [blame] | 3661 | .search_filtered li.header { |
| 3662 | color:#aaa; |
| 3663 | font-size: 0.81em; |
| 3664 | } |
| 3665 | |
| 3666 | .search_filtered li.header:first-child { |
Scott Main | 7e447ed | 2013-02-19 17:22:37 -0800 | [diff] [blame] | 3667 | margin: 0 0 2px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3668 | } |
| 3669 | |
| 3670 | .show-item { |
| 3671 | display: table-row; |
| 3672 | } |
| 3673 | .hide-item { |
| 3674 | display: hidden; |
| 3675 | } |
| 3676 | |
| 3677 | |
| 3678 | |
| 3679 | |
| 3680 | |
| 3681 | /* SEARCH RESULTS */ |
| 3682 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3683 | |
| 3684 | #leftSearchControl .gsc-twiddle { |
| 3685 | background-image : none; |
| 3686 | } |
| 3687 | |
| 3688 | #leftSearchControl td, #searchForm td { |
| 3689 | border: 0px solid #000; |
| 3690 | padding:0; |
| 3691 | } |
| 3692 | |
| 3693 | #leftSearchControl .gsc-resultsHeader .gsc-title { |
| 3694 | padding-left : 0px; |
| 3695 | font-weight : bold; |
| 3696 | font-size : 13px; |
| 3697 | color:#006699; |
| 3698 | display : none; |
| 3699 | } |
| 3700 | |
| 3701 | #leftSearchControl .gsc-resultsHeader div.gsc-results-selector { |
| 3702 | display : none; |
| 3703 | } |
| 3704 | |
| 3705 | #leftSearchControl .gsc-resultsRoot { |
| 3706 | padding-top : 6px; |
| 3707 | } |
| 3708 | |
| 3709 | #leftSearchControl div.gs-visibleUrl-long { |
| 3710 | display : block; |
| 3711 | color:#006699; |
| 3712 | } |
| 3713 | |
| 3714 | #leftSearchControl .gsc-webResult { |
| 3715 | padding:0 0 20px 0; |
| 3716 | } |
| 3717 | |
| 3718 | .gsc-webResult div.gs-visibleUrl-short, |
| 3719 | table.gsc-branding, |
| 3720 | .gsc-clear-button { |
| 3721 | display : none; |
| 3722 | } |
| 3723 | |
| 3724 | .gsc-cursor-box .gsc-cursor div.gsc-cursor-page, |
| 3725 | .gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results, |
| 3726 | #leftSearchControl a, |
| 3727 | #leftSearchControl a b { |
| 3728 | color:#006699; |
| 3729 | } |
| 3730 | |
| 3731 | .gsc-resultsHeader { |
| 3732 | display: none; |
| 3733 | } |
| 3734 | |
| 3735 | /* Disable built in search forms */ |
| 3736 | .gsc-control form.gsc-search-box { |
| 3737 | display : none; |
| 3738 | } |
| 3739 | table.gsc-search-box { |
| 3740 | margin:6px 0 0 0; |
| 3741 | border-collapse:collapse; |
| 3742 | } |
| 3743 | |
| 3744 | td.gsc-input { |
| 3745 | padding:0 2px; |
| 3746 | width:100%; |
| 3747 | vertical-align:middle; |
| 3748 | } |
| 3749 | |
| 3750 | input.gsc-input { |
| 3751 | border:1px solid #BCCDF0; |
| 3752 | width:99%; |
| 3753 | padding-left:2px; |
| 3754 | font-size:.95em; |
| 3755 | } |
| 3756 | |
| 3757 | td.gsc-search-button { |
| 3758 | text-align: right; |
| 3759 | padding:0; |
| 3760 | vertical-align:top; |
| 3761 | } |
| 3762 | |
| 3763 | |
| 3764 | #searchResults { |
| 3765 | overflow:hidden; /* because the repositioned page links makes the section think it needs to scroll |
| 3766 | (it doesn't) */ |
| 3767 | height:auto; |
| 3768 | } |
| 3769 | |
| 3770 | #searchResults .gsc-control { |
| 3771 | position:relative; |
| 3772 | width:auto; |
| 3773 | padding:0 0 10px; |
| 3774 | } |
| 3775 | |
| 3776 | #searchResults .gsc-tabsArea { |
| 3777 | position:relative; |
| 3778 | white-space:nowrap; |
| 3779 | float:left; |
| 3780 | width:200px; |
| 3781 | } |
| 3782 | |
| 3783 | #searchResults .gsc-above-wrapper-area { |
| 3784 | display:none; |
| 3785 | } |
| 3786 | |
| 3787 | #searchResults .gsc-resultsbox-visible { |
| 3788 | float:left; |
| 3789 | width:720px; |
| 3790 | margin-left:20px; |
| 3791 | } |
| 3792 | |
| 3793 | #searchResults .gsc-tabHeader { |
| 3794 | padding: 3px 6px; |
| 3795 | position:relative; |
| 3796 | width:auto; |
| 3797 | display:block; |
| 3798 | } |
| 3799 | |
| 3800 | #searchResults h2#searchTitle { |
| 3801 | padding:0; |
| 3802 | margin:5px 0; |
| 3803 | border:none; |
| 3804 | } |
| 3805 | |
| 3806 | #searchResults h2#searchTitle em { |
| 3807 | font-style:normal; |
| 3808 | color:#33B5E5; |
| 3809 | } |
| 3810 | |
| 3811 | #searchResults .gsc-table-result { |
| 3812 | margin:5px 0 10px 0; |
| 3813 | background-color:transparent; |
| 3814 | } |
| 3815 | #searchResults .gs-web-image-box, .gs-promotion-image-box { |
| 3816 | width:120px; |
| 3817 | } |
| 3818 | #searchResults .gs-web-image-box img.gs-image, .gs-promotion-image-box img.gs-promotion-image { |
| 3819 | max-width:120px; |
| 3820 | } |
| 3821 | |
| 3822 | #searchResults .gsc-table-result .gsc-thumbnail { |
| 3823 | padding:0 20px 0 0; |
| 3824 | } |
| 3825 | |
| 3826 | #searchResults td { |
| 3827 | background-color:transparent; |
| 3828 | } |
| 3829 | |
| 3830 | #searchResults .gsc-expansionArea { |
| 3831 | position:relative; |
| 3832 | } |
| 3833 | #searchResults .gsc-tabsArea .gsc-cursor-box { |
| 3834 | width:200px; |
| 3835 | padding:20px 0 0 1px; |
| 3836 | } |
| 3837 | #searchResults .gsc-cursor-page { |
| 3838 | display:inline-block; |
| 3839 | float:left; |
| 3840 | margin:-1px 0 0 -1px; |
| 3841 | padding:0; |
| 3842 | height:27px; |
| 3843 | width:27px; |
| 3844 | text-align:center; |
| 3845 | line-height:2; |
| 3846 | } |
| 3847 | |
| 3848 | #searchResults .gsc-tabHeader.gsc-tabhInactive, |
| 3849 | #searchResults .gsc-cursor-page { |
| 3850 | text-decoration:none; |
| 3851 | color:#258AAF; |
| 3852 | border: solid 1px #DADADA; |
| 3853 | } |
| 3854 | |
| 3855 | #searchResults .gsc-tabHeader.gsc-tabhInactive:hover, |
| 3856 | #searchResults .gsc-cursor-page:hover { |
| 3857 | border-color: #DBDBDB; |
| 3858 | background-color: #F3F3F3; |
| 3859 | background-image: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#ECECEC)); |
| 3860 | background-image: -webkit-linear-gradient(top, #F9F9F9, #ECECEC); |
| 3861 | background-image: -moz-linear-gradient(top, #F9F9F9, #ECECEC); |
| 3862 | background-image: -ms-linear-gradient(top, #F9F9F9, #ECECEC); |
| 3863 | background-image: -o-linear-gradient(top, #F9F9F9, #ECECEC); |
| 3864 | background-image: linear-gradient(top, #F9F9F9, #ECECEC); |
| 3865 | filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', |
| 3866 | EndColorStr='#ececec'); |
| 3867 | color: #33B5E5; |
| 3868 | } |
| 3869 | |
| 3870 | #searchResults .gsc-tabHeader.gsc-tabhActive, |
| 3871 | #searchResults .gsc-tabHeader.gsc-tabhActive:hover, |
| 3872 | #searchResults .gsc-cursor-page.gsc-cursor-current-page, |
| 3873 | #searchResults .gsc-cursor-page.gsc-cursor-current-page:hover { |
| 3874 | color:#fff; |
| 3875 | background-color: #09C; |
| 3876 | background-image: -webkit-gradient(linear, left top, left bottom, from(#2FADDB), to(#09C)); |
| 3877 | background-image: -webkit-linear-gradient(top, #2FADDB, #09C); |
| 3878 | background-image: -moz-linear-gradient(top, #2FADDB, #09C); |
| 3879 | background-image: -ms-linear-gradient(top, #2FADDB, #09C); |
| 3880 | background-image: -o-linear-gradient(top, #2FADDB, #09C); |
| 3881 | background-image: linear-gradient(top, #2FADDB, #09C); |
| 3882 | filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#09c'); |
| 3883 | border: 1px solid #3990AB; |
| 3884 | z-index:100; |
| 3885 | } |
| 3886 | |
| 3887 | } |
| 3888 | |
| 3889 | |
| 3890 | |
| 3891 | |
| 3892 | |
| 3893 | |
| 3894 | |
| 3895 | |
| 3896 | |
| 3897 | |
| 3898 | |
| 3899 | |
| 3900 | |
| 3901 | /*********** PREVIOUSLY dac-styles.css ***************/ |
| 3902 | |
| 3903 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 3904 | #header { |
| 3905 | border-bottom:0; |
| 3906 | } |
| 3907 | |
| 3908 | #header .wrap { |
| 3909 | max-width:940px; |
| 3910 | height:41px; |
| 3911 | border-bottom:1px solid; |
| 3912 | border-color: #ccc; |
| 3913 | position:relative; |
| 3914 | } |
| 3915 | |
| 3916 | .about #header .wrap { |
| 3917 | border-color: #9933CC; |
| 3918 | } |
| 3919 | |
| 3920 | .design #header .wrap { |
| 3921 | border-color: #33b5e5; |
| 3922 | } |
| 3923 | |
| 3924 | .develop #header .wrap { |
| 3925 | border-color: #F80; |
| 3926 | } |
| 3927 | |
| 3928 | .distribute #header .wrap { |
| 3929 | border-color: #9C0; |
| 3930 | } |
| 3931 | |
| 3932 | .logo a { |
| 3933 | width:123px; |
| 3934 | float:left; |
| 3935 | } |
| 3936 | |
| 3937 | #header .logo { |
| 3938 | margin-top: -6px; |
| 3939 | margin-left: 0px; |
| 3940 | margin-bottom:0px; |
| 3941 | width: 160px; |
| 3942 | padding-right:10px; |
| 3943 | } |
| 3944 | |
| 3945 | .search { |
| 3946 | height:25px; |
| 3947 | margin-top: -3px; |
| 3948 | margin-bottom: 0px; |
| 3949 | } |
| 3950 | |
| 3951 | |
| 3952 | |
| 3953 | /* Quicknav */ |
| 3954 | .btn-quicknav { |
| 3955 | width:20px; |
| 3956 | height:28px; |
| 3957 | float:left; |
| 3958 | margin-left:6px; |
| 3959 | padding-right:10px; |
| 3960 | position:relative; |
| 3961 | cursor:pointer; |
| 3962 | border-right:1px solid #CCC; |
| 3963 | } |
| 3964 | |
| 3965 | .btn-quicknav a { |
| 3966 | zoom:1; |
| 3967 | position:absolute; |
| 3968 | top:13px; |
| 3969 | left:5px; |
| 3970 | display:block; |
| 3971 | text-indent:-9999em; |
| 3972 | width:10px; |
| 3973 | height:5px; |
| 3974 | background:url(../images/quicknav_arrow.png) no-repeat; |
| 3975 | } |
| 3976 | |
| 3977 | .btn-quicknav a.arrow-active { |
| 3978 | background-position: 0 -5px; |
| 3979 | display:none; |
| 3980 | } |
| 3981 | |
| 3982 | #header-wrap.quicknav a.arrow-inactive { |
| 3983 | display:none; |
| 3984 | } |
| 3985 | |
| 3986 | .btn-quicknav.active a.arrow-active { |
| 3987 | display:block; |
| 3988 | } |
| 3989 | |
| 3990 | .nav-x li { |
| 3991 | display:block; |
| 3992 | float:left; |
| 3993 | margin-right:45px; |
| 3994 | -webkit-transition: all 0.25s linear; |
| 3995 | -moz-transition: all 0.25s linear; |
| 3996 | -ms-transition: all 0.25s linear; |
| 3997 | -o-transition: all 0.25s linear; |
| 3998 | transition: all 0.25s linear; |
| 3999 | } |
| 4000 | |
| 4001 | #header-wrap.quicknav .nav-x li { |
| 4002 | min-width:160px; |
| 4003 | margin-right:20px; |
| 4004 | } |
| 4005 | |
| 4006 | #header-wrap.quicknav li.last { |
| 4007 | margin-right:0px; |
| 4008 | } |
| 4009 | |
| 4010 | #quicknav { |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 4011 | float:none; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4012 | clear:both; |
| 4013 | margin-left:180px; |
| 4014 | margin-top:-30px; |
| 4015 | display:none; |
| 4016 | overflow:hidden; |
| 4017 | } |
| 4018 | |
| 4019 | #header-wrap.quicknav #quicknav { |
| 4020 | |
| 4021 | } |
| 4022 | |
| 4023 | #quicknav ul { |
| 4024 | margin:10px 0; |
| 4025 | padding:0; |
| 4026 | } |
| 4027 | |
| 4028 | #quicknav ul li.design { |
| 4029 | border-top:1px solid #33b5e5; |
| 4030 | } |
| 4031 | |
| 4032 | #quicknav ul li.develop { |
| 4033 | border-top:1px solid #FF8800; |
| 4034 | } |
| 4035 | |
| 4036 | #quicknav ul li.distribute { |
| 4037 | border-top:1px solid #99cc00; |
| 4038 | } |
| 4039 | |
| 4040 | #quicknav ul li { |
| 4041 | display:block; |
| 4042 | float:left; |
| 4043 | margin:0 20px 0 0; |
| 4044 | min-width:140px; |
| 4045 | } |
| 4046 | |
| 4047 | #quicknav ul li.last { |
| 4048 | margin-right:0px; |
| 4049 | } |
| 4050 | |
| 4051 | #quicknav ul li ul li { |
| 4052 | float:none; |
| 4053 | } |
| 4054 | |
| 4055 | #quicknav ul li ul li a { |
Scott Main | 9ada226 | 2012-06-23 14:59:36 -0700 | [diff] [blame] | 4056 | color:#222; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4057 | } |
| 4058 | |
| 4059 | #quicknav ul li li ul, |
| 4060 | #quicknav ul li li ul li { |
| 4061 | margin:0; |
| 4062 | } |
| 4063 | |
| 4064 | #quicknav ul li li ul li:before { |
| 4065 | content:"\21B3"; |
| 4066 | } |
| 4067 | |
| 4068 | #header-wrap { |
| 4069 | -webkit-transition: all 0.25s ease-out; |
| 4070 | -moz-transition: all 0.25s ease-out; |
| 4071 | -ms-transition: all 0.25s ease-out; |
| 4072 | -o-transition: all 0.25s ease-out; |
| 4073 | transition: all 0.25s ease-out; |
| 4074 | |
| 4075 | } |
| 4076 | |
| 4077 | #header-wrap.quicknav { |
Dirk Dougherty | 8f20607 | 2012-10-08 13:14:17 -0700 | [diff] [blame] | 4078 | height:196px; |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 4079 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4080 | } |
| 4081 | |
| 4082 | /* SEARCH AND MORE */ |
| 4083 | .search { |
| 4084 | position: absolute; |
| 4085 | width: 50px; |
| 4086 | height:28px; |
| 4087 | display: block; |
| 4088 | margin-top:-3px; |
| 4089 | margin-bottom:7px; |
| 4090 | overflow:hidden; |
| 4091 | z-index:100; |
| 4092 | right:54px; |
| 4093 | -webkit-transition: width 0.4s ease; |
| 4094 | -moz-transition: width 0.4s ease; |
| 4095 | -o-transition: width 0.4s ease; |
| 4096 | transition: width 0.4s ease; |
| 4097 | } |
| 4098 | |
| 4099 | .search #search-btn { |
| 4100 | width:50px; |
| 4101 | height:28px; |
| 4102 | background:url(../images/icon_search.png) no-repeat; |
| 4103 | float:left; |
| 4104 | } |
| 4105 | |
| 4106 | .search-inner { |
| 4107 | width:245px; |
| 4108 | } |
| 4109 | |
| 4110 | .search:hover, .search.active { |
| 4111 | width:245px; |
| 4112 | } |
| 4113 | |
| 4114 | .search .bottom, .search .left, .search .right { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 4115 | position: absolute; |
| 4116 | background-color: #a2a2a2 |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4117 | } |
| 4118 | |
| 4119 | .search .bottom { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 4120 | width: 214px; |
| 4121 | height: 1px; |
| 4122 | top: 24px; |
| 4123 | left: 0 |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4124 | } |
| 4125 | |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 4126 | .search .left, .search .right { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 4127 | height: 5px; |
| 4128 | width: 1px |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4129 | } |
| 4130 | |
| 4131 | .search .left { |
| 4132 | top: 22px; |
| 4133 | left: 56px; |
| 4134 | background-color:#CCC; |
| 4135 | } |
| 4136 | |
| 4137 | .search .right { |
| 4138 | top: 22px; |
| 4139 | left: 238px; |
| 4140 | background-color:#CCC; |
| 4141 | } |
| 4142 | |
| 4143 | .search form { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 4144 | margin-top: 2px; |
| 4145 | width: 162px; |
| 4146 | float:left; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4147 | } |
| 4148 | |
| 4149 | .search form input { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 4150 | color: #2f2f2f; |
| 4151 | font-size: 0.95em; |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 4152 | width: 178px; |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 4153 | border: none; |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 4154 | margin-left: 6px; |
| 4155 | z-index: 1500; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4156 | position: relative; |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 4157 | background-color: transparent; |
| 4158 | border-bottom:1px solid #CCC; |
| 4159 | padding:0 0 0 4px; |
| 4160 | outline:none; |
| 4161 | height:24px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4162 | } |
| 4163 | |
| 4164 | .search:hover form input { |
| 4165 | border-bottom:1px solid #33B5E5; |
| 4166 | } |
| 4167 | |
| 4168 | .search:hover .bottom, .search:hover .left, .search:hover .right { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 4169 | background-color: #33b5e5; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4170 | } |
| 4171 | |
| 4172 | .search:hover #search-btn { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 4173 | background-position: 0 -28px |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4174 | } |
| 4175 | |
| 4176 | .search form input:focus { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 4177 | color: #222; |
| 4178 | font-weight: bold |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4179 | } |
| 4180 | |
| 4181 | .moremenu { |
| 4182 | float: right; |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 4183 | position: relative; |
| 4184 | width: 50px; |
| 4185 | height:28px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4186 | display: block; |
| 4187 | margin-top:-3px; |
| 4188 | margin-bottom:7px; |
| 4189 | overflow:hidden; |
| 4190 | -webkit-transition: width 0.25s ease; |
| 4191 | -moz-transition: width 0.25s ease; |
| 4192 | -o-transition: width 0.25s ease; |
| 4193 | transition: width 0.25s ease; |
| 4194 | } |
| 4195 | |
| 4196 | .moremenu #more-btn { |
| 4197 | width:40px; |
| 4198 | height:28px; |
| 4199 | background:url(../images/icon_more.png) no-repeat; |
| 4200 | border-left:1px solid #CCC; |
| 4201 | float:left; |
| 4202 | cursor:pointer; |
| 4203 | } |
| 4204 | |
| 4205 | .moremenu:hover #more-btn { |
| 4206 | background-position:0 -28px; |
| 4207 | } |
| 4208 | |
| 4209 | .morehover { |
| 4210 | position:absolute; |
| 4211 | right:6px; |
| 4212 | top:-9px; |
| 4213 | width:40px; |
| 4214 | height:35px; |
| 4215 | z-index:99; |
| 4216 | overflow:hidden; |
| 4217 | |
| 4218 | -webkit-opacity:0; |
| 4219 | -moz-opacity:0; |
| 4220 | -o-opacity:0; |
| 4221 | opacity:0; |
| 4222 | |
| 4223 | -webkit-transform-origin:100% 0%; |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 4224 | -moz-transform-origin:100% 0%; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4225 | -o-transform-origin:100% 0%; |
| 4226 | transform-origin:100% 0%; |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 4227 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4228 | -webkit-transition-property: -webkit-opacity; |
| 4229 | -webkit-transition-duration: .25s; |
| 4230 | -webkit-transition-timing-function:ease; |
| 4231 | |
Scott Main | 0e76e7e | 2013-03-12 10:24:07 -0700 | [diff] [blame] | 4232 | -moz-transition-property: -moz-opacity; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4233 | -moz-transition-duration: .25s; |
| 4234 | -moz-transition-timing-function:ease; |
| 4235 | |
Scott Main | 0e76e7e | 2013-03-12 10:24:07 -0700 | [diff] [blame] | 4236 | -o-transition-property: -o-opacity; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4237 | -o-transition-duration: .25s; |
| 4238 | -o-transition-timing-function:ease; |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 4239 | |
Scott Main | 0e76e7e | 2013-03-12 10:24:07 -0700 | [diff] [blame] | 4240 | transition-property: opacity; |
| 4241 | transition-duration: .25s; |
| 4242 | transition-timing-function:ease; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4243 | } |
| 4244 | |
Scott Main | e05e6f9 | 2013-01-29 13:34:17 -0800 | [diff] [blame] | 4245 | .morehover:hover, |
| 4246 | .morehover.hover { |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4247 | opacity:1; |
Scott Main | 55163c8 | 2012-07-18 16:18:25 -0700 | [diff] [blame] | 4248 | height:385px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4249 | width:268px; |
| 4250 | -webkit-transition-property:height, -webkit-opacity; |
| 4251 | } |
| 4252 | |
| 4253 | .morehover .top { |
| 4254 | width:268px; |
| 4255 | height:39px; |
| 4256 | background:url(../images/more_top.png) no-repeat; |
| 4257 | } |
| 4258 | |
| 4259 | .morehover .mid { |
| 4260 | width:228px; |
| 4261 | background:url(../images/more_mid.png) repeat-y; |
Scott Main | 55163c8 | 2012-07-18 16:18:25 -0700 | [diff] [blame] | 4262 | padding:10px 20px 0 20px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4263 | } |
| 4264 | |
| 4265 | .morehover .mid .header { |
| 4266 | border-bottom:1px solid #ccc; |
| 4267 | font-weight:bold; |
| 4268 | } |
| 4269 | |
| 4270 | .morehover .bottom { |
| 4271 | width:268px; |
| 4272 | height:6px; |
| 4273 | background:url(../images/more_bottom.png) no-repeat; |
| 4274 | } |
| 4275 | |
| 4276 | .morehover ul { |
| 4277 | margin:10px 10px 20px 0; |
| 4278 | } |
| 4279 | |
| 4280 | .morehover ul li { |
| 4281 | list-style:none; |
| 4282 | } |
| 4283 | |
| 4284 | .morehover ul li.active a, |
| 4285 | .morehover ul li.active a:hover { |
Scott Main | 9ada226 | 2012-06-23 14:59:36 -0700 | [diff] [blame] | 4286 | color:#222 !important; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4287 | } |
| 4288 | |
| 4289 | .morehover ul li.active img { |
| 4290 | margin-right:4px; |
| 4291 | } |
| 4292 | |
| 4293 | |
| 4294 | |
| 4295 | |
| 4296 | /* MARQUEE */ |
| 4297 | .slideshow-container { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 4298 | width:100%; |
| 4299 | overflow:hidden; |
| 4300 | position:relative; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4301 | } |
| 4302 | .slideshow-container .slideshow-prev { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 4303 | position:absolute; |
| 4304 | top:50%; |
| 4305 | left:0px; |
| 4306 | margin-top:-36px; |
| 4307 | z-index:99; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4308 | } |
| 4309 | .slideshow-container .slideshow-next { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 4310 | position:absolute; |
| 4311 | top:50%; |
| 4312 | margin-top:-36px; |
| 4313 | z-index:99; |
| 4314 | right:0px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4315 | } |
| 4316 | |
| 4317 | .slideshow-container .pagination { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 4318 | position:absolute; |
| 4319 | bottom:20px; |
| 4320 | width:100%; |
| 4321 | text-align:center; |
| 4322 | z-index:99; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4323 | } |
| 4324 | .slideshow-container .pagination ul { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 4325 | margin:0; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4326 | } |
| 4327 | .slideshow-container .pagination ul li{ |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 4328 | display: inline-block; |
| 4329 | width:12px; |
| 4330 | height:12px; |
| 4331 | text-indent:-8000px; |
| 4332 | list-style:none; |
| 4333 | margin: 0 2px; |
| 4334 | border-radius:6px; |
| 4335 | background-color:#ccc; |
| 4336 | cursor:pointer; |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 4337 | -webkit-transition:color .5s ease-in; |
| 4338 | -moz-transition:color .5s ease-in; |
| 4339 | -o-transition:color .5s ease-in; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4340 | transition:color .5s ease-in; |
| 4341 | } |
| 4342 | .slideshow-container .pagination ul li:hover { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 4343 | background-color:#999; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4344 | } |
| 4345 | .slideshow-container .pagination ul li.active { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 4346 | background-color:#33b5e5; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4347 | } |
| 4348 | .slideshow-container .pagination ul li.active:hover { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 4349 | background-color:#33b5e5; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4350 | } |
| 4351 | .slideshow-container ul li { |
Scott Main | b7f9637 | 2013-02-07 16:56:43 -0800 | [diff] [blame] | 4352 | display:inline; |
| 4353 | list-style:none; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4354 | } |
| 4355 | |
| 4356 | |
| 4357 | |
| 4358 | |
| 4359 | a.download-sdk { |
| 4360 | float:right; |
| 4361 | margin:-10px 0; |
| 4362 | height:30px; |
| 4363 | padding-top:4px; |
| 4364 | padding-bottom:0px; |
| 4365 | } |
| 4366 | |
| 4367 | #nav-x { |
| 4368 | padding-top: 14px; |
| 4369 | } |
| 4370 | |
Scott Main | 1d62fa8 | 2012-07-17 13:15:12 -0700 | [diff] [blame] | 4371 | #nav-x .wrap { |
| 4372 | min-height:34px; |
| 4373 | } |
| 4374 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4375 | #nav-x .wrap, |
| 4376 | #searchResults.wrap { |
| 4377 | max-width:940px; |
| 4378 | border-bottom:1px solid #CCC; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4379 | } |
| 4380 | |
Scott Main | a214d84 | 2012-07-16 17:14:40 -0700 | [diff] [blame] | 4381 | #searchResults.wrap #leftSearchControl { |
| 4382 | min-height:700px |
| 4383 | } |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4384 | .nav-x { |
| 4385 | margin-left:0; |
| 4386 | margin-bottom:0; |
| 4387 | } |
| 4388 | |
| 4389 | |
| 4390 | |
| 4391 | |
| 4392 | |
| 4393 | |
| 4394 | |
| 4395 | |
| 4396 | |
| 4397 | |
| 4398 | /* |
| 4399 | * CSS Styles that are needed by jScrollPane for it to operate correctly. |
| 4400 | */ |
| 4401 | |
| 4402 | .jspContainer { |
| 4403 | overflow: hidden; |
| 4404 | position: relative; |
| 4405 | } |
| 4406 | |
| 4407 | .jspPane { |
| 4408 | position: absolute; |
Scott Main | 2d967c6 | 2013-03-11 09:21:07 -0700 | [diff] [blame] | 4409 | width:100% !important; /* to avoid cut-off api names in reference in horiz scroll */ |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4410 | } |
| 4411 | |
| 4412 | .jspVerticalBar { |
| 4413 | position: absolute; |
| 4414 | top: 0; |
| 4415 | right: 0; |
| 4416 | width: 4px; |
| 4417 | height: 100%; |
| 4418 | background: #f5f5f5; |
| 4419 | } |
| 4420 | |
| 4421 | .jspHorizontalBar { |
| 4422 | position: absolute; |
| 4423 | bottom: 0; |
| 4424 | left: 0; |
| 4425 | width: 100%; |
| 4426 | height: 4px; |
| 4427 | background: #f5f5f5; |
| 4428 | } |
| 4429 | |
| 4430 | .jspVerticalBar *, |
| 4431 | .jspHorizontalBar * { |
| 4432 | margin: 0; |
| 4433 | padding: 0; |
| 4434 | } |
| 4435 | .jspCap { |
| 4436 | display: block; |
| 4437 | } |
| 4438 | |
| 4439 | .jspVerticalBar .jspCap { |
| 4440 | height: 4px; |
| 4441 | } |
| 4442 | |
| 4443 | .jspHorizontalBar .jspCap { |
| 4444 | width: 0; |
| 4445 | height: 100%; |
| 4446 | } |
| 4447 | |
| 4448 | .jspHorizontalBar .jspCap { |
| 4449 | float: left; |
| 4450 | } |
| 4451 | |
| 4452 | .jspTrack { |
| 4453 | position: relative; |
| 4454 | } |
| 4455 | |
| 4456 | .jspDrag { |
| 4457 | background: #bbb; |
| 4458 | position: relative; |
| 4459 | top: 0; |
| 4460 | left: 0; |
| 4461 | cursor: pointer; |
| 4462 | } |
| 4463 | |
| 4464 | .jspDrag:hover, |
| 4465 | .jspDrag:active { |
| 4466 | border-color: #09c; |
| 4467 | background-color: #4cadcb; |
| 4468 | background-image: -webkit-gradient(linear, left top, right top, from(#5dbcd9), to(#4cadcb)); |
| 4469 | background-image: -webkit-linear-gradient(left, #5dbcd9, #4cadcb); |
| 4470 | background-image: -moz-linear-gradient(left, #5dbcd9, #4cadcb); |
| 4471 | background-image: -ms-linear-gradient(left, #5dbcd9, #4cadcb); |
| 4472 | background-image: -o-linear-gradient(left, #5dbcd9, #4cadcb); |
| 4473 | background-image: linear-gradient(left, #5dbcd9, #4cadcb); |
Scott Main | 98a2a71 | 2013-07-17 13:15:04 -0700 | [diff] [blame] | 4474 | filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5dbcd9', EndColorStr='#4cadcb'); |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4475 | } |
| 4476 | |
| 4477 | .jspHorizontalBar .jspTrack, |
| 4478 | .jspHorizontalBar .jspDrag { |
| 4479 | float: left; |
| 4480 | height: 100%; |
| 4481 | } |
| 4482 | |
| 4483 | .jspArrow { |
| 4484 | background: #999; |
| 4485 | text-indent: -20000px; |
| 4486 | display: block; |
| 4487 | cursor: pointer; |
| 4488 | } |
| 4489 | |
| 4490 | .jspArrow.jspDisabled { |
| 4491 | cursor: default; |
| 4492 | background: #ccc; |
| 4493 | } |
| 4494 | |
| 4495 | .jspVerticalBar .jspArrow { |
| 4496 | height: 16px; |
| 4497 | } |
| 4498 | |
| 4499 | .jspHorizontalBar .jspArrow { |
| 4500 | width: 16px; |
| 4501 | float: left; |
| 4502 | height: 100%; |
| 4503 | } |
| 4504 | |
| 4505 | .jspVerticalBar .jspArrow:focus { |
| 4506 | outline: none; |
| 4507 | } |
| 4508 | |
| 4509 | .jspCorner { |
| 4510 | float: left; |
| 4511 | height: 100%; |
| 4512 | } |
| 4513 | |
| 4514 | /* Yuk! CSS Hack for IE6 3 pixel bug :( */ |
| 4515 | * html .jspCorner { |
| 4516 | margin: 0 -3px 0 0; |
| 4517 | } |
| 4518 | /******* end of jscrollpane *********/ |
| 4519 | |
| 4520 | |
| 4521 | |
| 4522 | |
| 4523 | |
| 4524 | /************ DEVELOP HOMEPAGE ******************/ |
| 4525 | |
| 4526 | /* Slideshow */ |
| 4527 | .slideshow-develop { |
| 4528 | height: 300px; |
| 4529 | width: 940px; |
| 4530 | position: relative; |
| 4531 | overflow:hidden; |
| 4532 | } |
| 4533 | .slideshow-develop .frame { |
| 4534 | width: 940px; |
| 4535 | height: 300px; |
| 4536 | } |
| 4537 | .slideshow-develop img.play { |
Scott Main | 06cb5c7 | 2012-07-23 14:34:34 -0700 | [diff] [blame] | 4538 | max-width:350px; |
| 4539 | max-height:240px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4540 | margin:20px 0 0 90px; |
| 4541 | -webkit-transform: perspective(800px ) rotateY( 35deg ); |
| 4542 | box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3); |
| 4543 | -moz-box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3); |
| 4544 | -webkit-box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3); |
| 4545 | } |
| 4546 | .slideshow-develop img.play.no-shadow { |
| 4547 | box-shadow: none; |
| 4548 | -moz-box-shadow: none; |
| 4549 | -webkit-box-shadow: none; |
| 4550 | } |
| 4551 | .slideshow-develop img.play.no-transform { |
| 4552 | -webkit-transform: none; |
| 4553 | } |
| 4554 | .slideshow-develop a.slideshow-next { |
| 4555 | background: url(../images/arrow-right-develop.png); |
| 4556 | } |
| 4557 | .slideshow-develop a.slideshow-prev { |
| 4558 | background: url(../images/arrow-left-develop.png); |
| 4559 | } |
| 4560 | .slideshow-develop .content-right { |
| 4561 | float: left; |
| 4562 | } |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4563 | .slideshow-develop .content-right h2 { |
| 4564 | padding:0; |
| 4565 | margin-bottom:10px; |
| 4566 | border:none; |
| 4567 | } |
| 4568 | .slideshow-develop .item { |
| 4569 | height: 300px; |
| 4570 | width: 940px; |
| 4571 | } |
| 4572 | .slideshow-develop .pagination ul li.active { |
| 4573 | background-color: #F80; |
| 4574 | } |
| 4575 | .slideshow-develop .pagination ul li.active:hover { |
| 4576 | background-color: #F80; |
| 4577 | } |
Scott Main | 0e58570 | 2012-10-22 20:30:22 -0700 | [diff] [blame] | 4578 | .slideshow-develop .item hr { |
| 4579 | margin:5px 0 10px; |
| 4580 | } |
| 4581 | .slideshow-develop .item p { |
| 4582 | margin:10px 0; |
| 4583 | } |
| 4584 | .slideshow-develop .item p.title-intro { |
| 4585 | position:absolute; |
| 4586 | margin:0; |
| 4587 | } |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4588 | |
| 4589 | /* Feeds */ |
| 4590 | .feed ul { |
| 4591 | margin: 0; |
| 4592 | } |
| 4593 | .feed .feed-nav { |
| 4594 | height: 25px; |
| 4595 | border-bottom: 1px solid #CCC; |
| 4596 | } |
| 4597 | .feed .feed-nav li { |
| 4598 | list-style: none; |
| 4599 | float: left; |
Scott Main | 06cb5c7 | 2012-07-23 14:34:34 -0700 | [diff] [blame] | 4600 | height: 21px; /* +4px bottom border = 25px; same as .feed-nav */ |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4601 | margin-right: 25px; |
| 4602 | cursor: pointer; |
| 4603 | } |
| 4604 | .feed .feed-nav li.active { |
| 4605 | color: #000; |
| 4606 | border-bottom: 4px solid #F80; |
| 4607 | } |
| 4608 | .feed .feed-container { |
| 4609 | overflow: hidden; |
| 4610 | width: 460px; |
| 4611 | } |
| 4612 | .feed .feed-container .feed-frame { |
| 4613 | width: 1000px; |
| 4614 | } |
| 4615 | .feed .feed-container .feed-frame ul { |
| 4616 | float: left; |
| 4617 | width:460px; |
| 4618 | } |
| 4619 | .feed .feed-container .feed-frame ul ul { |
| 4620 | float: none; |
| 4621 | margin:10px 0 0 30px; |
| 4622 | } |
| 4623 | .feed .feed-container .feed-frame li { |
| 4624 | list-style: none; |
| 4625 | margin: 20px 0 20px 0; |
| 4626 | width: 460px; |
| 4627 | height:93px; |
| 4628 | } |
| 4629 | .feed .feed-container .feed-frame li.playlist { |
| 4630 | height:auto; |
| 4631 | } |
| 4632 | .feed .feed-container .feed-frame li.playlist a { |
| 4633 | height:93px; |
| 4634 | display:block; |
| 4635 | } |
| 4636 | .feed .feed-container .feed-frame li.more { |
| 4637 | height:20px; |
| 4638 | margin:10px 0 5px 5px; |
| 4639 | } |
| 4640 | .feed .feed-container .feed-frame li.more a { |
| 4641 | height:inherit; |
| 4642 | } |
| 4643 | .feed .feed-container .feed-frame li.playlist-video { |
| 4644 | list-style: none; |
| 4645 | margin: 0; |
| 4646 | width: 460px; |
| 4647 | height:55px; |
| 4648 | font-size:12px; |
| 4649 | } |
| 4650 | .feed .feed-container .feed-frame li.playlist-video a { |
| 4651 | height:45px; |
| 4652 | padding:5px; |
| 4653 | } |
| 4654 | .feed .feed-container .feed-frame li.playlist-video h5 { |
| 4655 | font-size:12px; |
| 4656 | line-height:13px; |
| 4657 | margin:0; |
| 4658 | } |
| 4659 | .feed .feed-container .feed-frame li.playlist-video p { |
| 4660 | margin:5px 0 0; |
| 4661 | line-height:15px; |
| 4662 | } |
| 4663 | .feed-container .feed-frame div.feed-image { |
| 4664 | float: left; |
| 4665 | border: 1px solid #999; |
| 4666 | margin:0 20px 0 0; |
| 4667 | width:122px; |
| 4668 | height:92px; |
| 4669 | background:url('../images/blog-default.png') no-repeat 0 0; |
| 4670 | background-size:180px; |
| 4671 | } |
| 4672 | #jd-content .feed .feed-container .feed-frame li img { |
| 4673 | float: left; |
| 4674 | border: 1px solid #999; |
| 4675 | margin:0 20px 0 0; |
| 4676 | width:122px; |
| 4677 | height:92px; |
| 4678 | } |
| 4679 | #jd-content .feed .feed-container .feed-frame li.playlist-video img { |
| 4680 | width:inherit; |
| 4681 | height:inherit; |
| 4682 | } |
| 4683 | |
| 4684 | .feed .feed-container .feed-frame li a, |
| 4685 | .feed .feed-container .feed-frame li a:active { |
| 4686 | color:#555 !important; |
| 4687 | } |
| 4688 | |
| 4689 | .feed .feed-container .feed-frame li a:hover, |
| 4690 | .feed .feed-container .feed-frame li a:hover * { |
| 4691 | color:#7AA1B0 !important; |
| 4692 | } |
| 4693 | |
| 4694 | /* Video player */ |
| 4695 | #player-wrapper { |
| 4696 | display:none; |
| 4697 | margin: -1px auto 0; |
| 4698 | position: relative; |
| 4699 | width: 940px; |
| 4700 | height: 0px; |
| 4701 | } |
| 4702 | #player-frame { |
| 4703 | background: #EFEFEF; |
| 4704 | border: 1px solid #CCC; |
| 4705 | padding: 0px 207px; |
| 4706 | z-index: 10; /* stay above marque, but below search suggestions */ |
| 4707 | width: 525px; |
| 4708 | height: 330px; |
| 4709 | position: relative; |
| 4710 | } |
| 4711 | |
| 4712 | |
| 4713 | |
| 4714 | /************ DISTRIBUTE HOMEPAGE ***************/ |
| 4715 | |
| 4716 | .marquee { |
| 4717 | width: 760px; |
| 4718 | } |
| 4719 | .marquee .main-img { |
| 4720 | float: left; |
| 4721 | margin-top: 20px; |
| 4722 | width: 490px; |
| 4723 | } |
| 4724 | .marquee .copy { |
| 4725 | width: 270px; |
| 4726 | float: left; |
| 4727 | margin-top: 30px; |
| 4728 | } |
| 4729 | .distribute-features { |
| 4730 | margin: 0; |
| 4731 | } |
| 4732 | .distribute-features ul { |
| 4733 | margin: 0; |
| 4734 | } |
| 4735 | .distribute-features ul li { |
| 4736 | list-style: none; |
| 4737 | float: left; |
| 4738 | border-top: 1px solid #9C0; |
| 4739 | width: 220px; |
| 4740 | margin-right: 50px; |
| 4741 | } |
| 4742 | .distribute-features ul li.last { |
| 4743 | margin-right: 0px; |
| 4744 | } |
| 4745 | |
Dirk Dougherty | e5862e8 | 2013-05-15 02:19:54 -0700 | [diff] [blame] | 4746 | .distribute-features .distribute-link li a { |
| 4747 | color:red !important; |
| 4748 | } |
| 4749 | |
| 4750 | .distribute-features .distribute-link li a, |
| 4751 | .distribute-features .distribute-link li a:active { |
| 4752 | color:#555 !important; |
| 4753 | } |
| 4754 | |
| 4755 | .distribute-features .distribute-link li a:hover, |
| 4756 | .distribute-features .distribute-link li a:hover * { |
| 4757 | color:#7AA1B0 !important; |
| 4758 | } |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4759 | |
Scott Main | 8fa5351 | 2012-11-30 20:16:42 -0800 | [diff] [blame] | 4760 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4761 | /************ DEVELOP TOPIC CONTAINERS ************/ |
| 4762 | |
| 4763 | .landing-banner, |
| 4764 | .landing-docs { |
| 4765 | margin:20px 0 0; |
| 4766 | } |
Scott Main | 8fa5351 | 2012-11-30 20:16:42 -0800 | [diff] [blame] | 4767 | .landing-banner div:first-child, |
| 4768 | .landing-docs div:first-child, |
Scott Main | 0e71cee | 2012-08-07 13:59:43 -0700 | [diff] [blame] | 4769 | .landing-docs .col-12 { |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4770 | margin-left:0; |
Scott Main | 0e71cee | 2012-08-07 13:59:43 -0700 | [diff] [blame] | 4771 | min-height:280px; |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4772 | } |
Scott Main | 8fa5351 | 2012-11-30 20:16:42 -0800 | [diff] [blame] | 4773 | .landing-banner div:last-child, |
| 4774 | .landing-docs div:last-child, |
Scott Main | 0e71cee | 2012-08-07 13:59:43 -0700 | [diff] [blame] | 4775 | .landing-docs .col-12 { |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4776 | margin-right:0; |
| 4777 | } |
| 4778 | |
| 4779 | .landing-banner h1 { |
| 4780 | margin-top:0; |
| 4781 | } |
Scott Main | 0e71cee | 2012-08-07 13:59:43 -0700 | [diff] [blame] | 4782 | .landing-docs { |
| 4783 | clear:left; |
Scott Main | e6850d2 | 2012-10-08 15:59:01 -0700 | [diff] [blame] | 4784 | overflow:hidden; |
Scott Main | 0e71cee | 2012-08-07 13:59:43 -0700 | [diff] [blame] | 4785 | } |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4786 | .landing-docs h3 { |
| 4787 | font-size:14px; |
| 4788 | line-height:21px; |
| 4789 | color:#555; |
| 4790 | text-transform:uppercase; |
| 4791 | border-bottom:1px solid #CCC; |
| 4792 | margin:0 0 20px; |
| 4793 | } |
| 4794 | .landing-docs a { |
| 4795 | color:#333 !important; |
| 4796 | } |
Robert Ly | 40e9099 | 2012-11-28 17:46:17 -0800 | [diff] [blame] | 4797 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4798 | .landing-docs a:hover, |
| 4799 | .landing-docs a:hover * { |
| 4800 | color:#7AA1B0 !important |
| 4801 | } |
| 4802 | |
Robert Ly | 40e9099 | 2012-11-28 17:46:17 -0800 | [diff] [blame] | 4803 | .landing-docs .normal-links a { |
| 4804 | color:#258aaf !important; |
| 4805 | } |
| 4806 | |
Scott Main | e4d8f1b | 2012-06-21 18:03:05 -0700 | [diff] [blame] | 4807 | .plusone { |
| 4808 | float:right; |
Scott Main | b72b7b8 | 2012-07-19 11:03:41 -0700 | [diff] [blame] | 4809 | } |
Scott Main | 9edfa6d | 2012-08-14 15:04:40 -0700 | [diff] [blame] | 4810 | |
| 4811 | |
| 4812 | |
| 4813 | /************* HOME/LANDING PAGE *****************/ |
| 4814 | |
| 4815 | .slideshow-home { |
| 4816 | height: 500px; |
| 4817 | width: 940px; |
| 4818 | border-bottom: 1px solid #CCC; |
| 4819 | position: relative; |
| 4820 | margin: 0; |
| 4821 | } |
| 4822 | .slideshow-home .frame { |
| 4823 | width: 940px; |
| 4824 | height: 500px; |
| 4825 | } |
| 4826 | .slideshow-home .content-left { |
| 4827 | float: left; |
| 4828 | text-align: center; |
| 4829 | vertical-align: center; |
| 4830 | margin: 0 0 0 35px; |
| 4831 | } |
| 4832 | .slideshow-home .content-right { |
| 4833 | margin: 80px 0 0 0; |
| 4834 | } |
| 4835 | .slideshow-home .content-right p { |
| 4836 | margin-bottom: 10px; |
| 4837 | } |
| 4838 | .slideshow-home .content-right p:last-child { |
| 4839 | margin-top: 15px; |
| 4840 | } |
| 4841 | .slideshow-home .content-right h1 { |
| 4842 | padding:0; |
| 4843 | } |
| 4844 | .slideshow-home .item { |
| 4845 | height: 500px; |
| 4846 | width: 940px; |
| 4847 | } |
| 4848 | .home-sections { |
| 4849 | padding: 30px 20px 20px; |
| 4850 | margin: 20px 0; |
| 4851 | background: -webkit-linear-gradient(top, #F6F6F6,#F9F9F9); |
| 4852 | } |
| 4853 | .home-sections ul { |
| 4854 | margin: 0; |
| 4855 | } |
| 4856 | .home-sections ul li { |
| 4857 | float: left; |
| 4858 | display: block; |
| 4859 | list-style: none; |
| 4860 | width: 170px; |
| 4861 | height: 35px; |
| 4862 | border: 1px solid #ccc; |
| 4863 | background: white; |
| 4864 | margin-right: 10px; |
| 4865 | border-radius: 1px; |
| 4866 | -webkit-border-radius: 1px; |
| 4867 | -moz-border-radius: 1px; |
| 4868 | box-shadow: 1px 1px 5px #EEE; |
| 4869 | -webkit-box-shadow: 1px 1px 5px #EEE; |
| 4870 | -moz-box-shadow: 1px 1px 5px #EEE; |
| 4871 | background: white; |
| 4872 | } |
| 4873 | .home-sections ul li:hover { |
| 4874 | background: #F9F9F9; |
| 4875 | border: 1px solid #CCC; |
| 4876 | } |
| 4877 | .home-sections ul li a, |
| 4878 | .home-sections ul li a:hover { |
| 4879 | font-weight: bold; |
| 4880 | margin-top: 8px; |
| 4881 | line-height: 18px; |
| 4882 | float: left; |
| 4883 | width: 100%; |
| 4884 | text-align: center; |
| 4885 | color: #09c !important; |
| 4886 | } |
| 4887 | .home-sections ul li a { |
| 4888 | font-weight: bold; |
| 4889 | margin-top: 8px; |
| 4890 | line-height: 18px; |
| 4891 | float: left; |
| 4892 | width:100%; |
| 4893 | text-align:center; |
| 4894 | } |
| 4895 | .home-sections ul li img { |
| 4896 | float: left; |
| 4897 | margin: -8px 0 0 10px; |
| 4898 | } |
| 4899 | .home-sections ul li.last { |
| 4900 | margin-right: 0px; |
| 4901 | } |
Scott Main | f508984 | 2012-08-14 16:31:07 -0700 | [diff] [blame] | 4902 | .fullpage #footer { |
Scott Main | 9edfa6d | 2012-08-14 15:04:40 -0700 | [diff] [blame] | 4903 | margin-top: -40px; |
| 4904 | } |