[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 /* 2 YUI 3.17.2 (build 9c3c78e) 3 Copyright 2014 Yahoo! Inc. All rights reserved. 4 Licensed under the BSD License. 5 http://yuilibrary.com/license/ 6 */ 7 8 .yui3-skin-sam .yui3-scrollview-scrollbar { 9 -webkit-transform: translate3d(0, 0, 0); 10 -moz-transform: translate(0, 0); 11 } 12 13 .yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-first, 14 .yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-middle, 15 .yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-last { 16 border-radius:3px; 17 -webkit-border-radius: 3px; 18 -moz-border-radius: 3px; 19 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAABCAYAAAD9yd/wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABJJREFUeNpiZGBgSGPAAgACDAAIkABoFyloZQAAAABJRU5ErkJggg==); 20 } 21 22 .yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-first, 23 .yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-last { 24 border-bottom-right-radius:0; 25 border-bottom-left-radius:0; 26 27 -webkit-border-bottom-right-radius:0; 28 -webkit-border-bottom-left-radius:0; 29 30 -moz-border-radius-bottomright:0; 31 -moz-border-radius-bottomleft:0; 32 } 33 34 .yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-last { 35 border-radius:0; 36 border-bottom-right-radius:3px; 37 border-bottom-left-radius:3px; 38 39 -webkit-border-radius:0; 40 -webkit-border-bottom-right-radius:3px; 41 -webkit-border-bottom-left-radius:3px; 42 -webkit-transform: translate3d(0, 0, 0); 43 44 -moz-border-radius:0; 45 -moz-border-radius-bottomright:3px; 46 -moz-border-radius-bottomleft:3px; 47 -moz-transform: translate(0, 0); 48 } 49 50 .yui3-skin-sam .yui3-scrollview-scrollbar .yui3-scrollview-middle { 51 border-radius:0; 52 -webkit-border-radius: 0; 53 -moz-border-radius: 0; 54 55 -webkit-transform: translate3d(0,0,0) scaleY(1); 56 -webkit-transform-origin-y: 0; 57 58 -moz-transform: translate(0,0) scaleY(1); 59 -moz-transform-origin: 0 0; 60 } 61 62 .yui3-skin-sam .yui3-scrollview-scrollbar-horiz .yui3-scrollview-first, 63 .yui3-skin-sam .yui3-scrollview-scrollbar-horiz .yui3-scrollview-last { 64 border-top-right-radius: 0; 65 border-bottom-left-radius: 3px; 66 67 -webkit-border-top-right-radius: 0; 68 -webkit-border-bottom-left-radius: 3px; 69 70 -moz-border-radius-topright: 0; 71 -moz-border-radius-bottomleft: 3px; 72 } 73 74 .yui3-skin-sam .yui3-scrollview-scrollbar-horiz .yui3-scrollview-last { 75 border-bottom-left-radius: 0; 76 border-top-right-radius: 3px; 77 78 -webkit-border-bottom-left-radius: 0; 79 -webkit-border-top-right-radius: 3px; 80 81 -moz-border-radius-bottomleft: 0; 82 -moz-border-radius-topright: 3px; 83 } 84 85 .yui3-skin-sam .yui3-scrollview-scrollbar-horiz .yui3-scrollview-middle { 86 -webkit-transform: translate3d(0,0,0) scaleX(1); 87 -webkit-transform-origin: 0 0; 88 89 -moz-transform: translate(0,0) scaleX(1); 90 -moz-transform-origin: 0 0; 91 } 92 93 .yui3-skin-sam .yui3-scrollview-scrollbar-vert-basic .yui3-scrollview-child, 94 .yui3-skin-sam .yui3-scrollview-scrollbar-horiz-basic .yui3-scrollview-child { 95 background-color: #aaa; 96 background-image: none; 97 } 98 /* 99 YUI 3.17.2 (build 9c3c78e) 100 Copyright 2014 Yahoo! Inc. All rights reserved. 101 Licensed under the BSD License. 102 http://yuilibrary.com/license/ 103 */ 104 105 .yui3-resize-handle-inner-r, 106 .yui3-resize-handle-inner-l, 107 .yui3-resize-handle-inner-t, 108 .yui3-resize-handle-inner-b, 109 .yui3-resize-handle-inner-tr, 110 .yui3-resize-handle-inner-br, 111 .yui3-resize-handle-inner-tl, 112 .yui3-resize-handle-inner-bl { 113 background-repeat: no-repeat; 114 background: url(arrows.png) no-repeat 0 0; 115 display: block; 116 height: 15px; 117 overflow: hidden; 118 text-indent: -99999em; 119 width: 15px; 120 } 121 122 .yui3-resize-handle-inner-br { 123 background-position: -30px 0; 124 bottom: -2px; 125 right: -2px; 126 } 127 128 .yui3-resize-handle-inner-tr { 129 background-position: -58px 0; 130 bottom: 0; 131 right: -2px; 132 133 } 134 135 .yui3-resize-handle-inner-bl { 136 background-position: -75px 0; 137 bottom: -2px; 138 right: -2px; 139 } 140 141 .yui3-resize-handle-inner-tl { 142 background-position: -47px 0; 143 bottom: 0; 144 right: -2px; 145 146 } 147 148 .yui3-resize-handle-inner-b,.yui3-resize-handle-inner-t { 149 background-position: -15px 0; 150 } 151 152 /* 153 YUI 3.17.2 (build 9c3c78e) 154 Copyright 2014 Yahoo! Inc. All rights reserved. 155 Licensed under the BSD License. 156 http://yuilibrary.com/license/ 157 */ 158 159 .yui3-skin-sam .yui3-calendar-day-highlighted { 160 background-color: #DCDEF5; 161 } 162 163 .yui3-skin-sam .yui3-calendar-day-selected.yui3-calendar-day-highlighted { 164 background-color: #758FBB; 165 } 166 /* 167 YUI 3.17.2 (build 9c3c78e) 168 Copyright 2014 Yahoo! Inc. All rights reserved. 169 Licensed under the BSD License. 170 http://yuilibrary.com/license/ 171 */ 172 173 174 /* 175 YUI 3.17.2 (build 9c3c78e) 176 Copyright 2014 Yahoo! Inc. All rights reserved. 177 Licensed under the BSD License. 178 http://yuilibrary.com/license/ 179 */ 180 181 /* Vertical menus and submenus */ 182 183 .yui3-skin-sam .yui3-menu-content, 184 .yui3-skin-sam .yui3-menu .yui3-menu .yui3-menu-content { 185 186 font-size: 93%; /* 12px */ 187 line-height: 1.5; /* 18px */ 188 *line-height: 1.45; /* For IE */ 189 border: solid 1px #808080; 190 background: #fff; 191 padding: 3px 0; 192 193 } 194 195 .yui3-skin-sam .yui3-menu .yui3-menu .yui3-menu-content { 196 197 font-size: 100%; 198 199 } 200 201 202 /* Horizontal menus */ 203 204 .yui3-skin-sam .yui3-menu-horizontal .yui3-menu-content { 205 206 line-height: 2; /* ~24px */ 207 *line-height: 1.9; /* For IE */ 208 background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0; 209 padding: 0; 210 211 } 212 213 214 .yui3-skin-sam .yui3-menu ul, 215 .yui3-skin-sam .yui3-menu ul ul { 216 217 margin-top: 3px; 218 padding-top: 3px; 219 border-top: solid 1px #ccc; 220 221 } 222 223 .yui3-skin-sam .yui3-menu ul.first-of-type { 224 225 border: 0; 226 margin: 0; 227 padding: 0; 228 229 } 230 231 .yui3-skin-sam .yui3-menu-horizontal ul { 232 233 padding: 0; 234 margin: 0; 235 border: 0; 236 237 } 238 239 240 .yui3-skin-sam .yui3-menu li, 241 .yui3-skin-sam .yui3-menu .yui3-menu li { 242 243 /* 244 For and IE 6 (Strict Mode and Quirks Mode) and IE 7 (Quirks Mode only): 245 Used to collapse superfluous white space between <li> elements that is 246 triggered by the "display" property of the <a> elements being set to 247 "block" by node-menunav-core.css file. 248 */ 249 250 _border-bottom: solid 1px #fff; 251 252 } 253 254 .yui3-skin-sam .yui3-menu-horizontal li { 255 256 _border-bottom: 0; 257 258 } 259 260 .yui3-skin-sam .yui3-menubuttonnav li { 261 262 border-right: solid 1px #ccc; 263 264 } 265 266 .yui3-skin-sam .yui3-splitbuttonnav li { 267 268 border-right: solid 1px #808080; 269 270 } 271 272 .yui3-skin-sam .yui3-menubuttonnav li li, 273 .yui3-skin-sam .yui3-splitbuttonnav li li { 274 275 border-right: 0; 276 277 } 278 279 280 /* Menuitems and menu labels */ 281 282 283 .yui3-skin-sam .yui3-menu-label, 284 .yui3-skin-sam .yui3-menu .yui3-menu .yui3-menu-label, 285 .yui3-skin-sam .yui3-menuitem-content, 286 .yui3-skin-sam .yui3-menu .yui3-menu .yui3-menuitem-content { 287 288 /*padding: 0 20px;*/ 289 padding: 0 1em; 290 color: #000; 291 text-decoration: none; 292 cursor: default; 293 294 /* 295 Necessary specify values for border, position and margin to override 296 values specified in the selectors that follow. 297 */ 298 299 float: none; 300 border: 0; 301 margin: 0; 302 303 } 304 305 .yui3-skin-sam .yui3-menu-horizontal .yui3-menu-label, 306 .yui3-skin-sam .yui3-menu-horizontal .yui3-menuitem-content { 307 308 padding: 0 10px; 309 border-style: solid; 310 border-color: #808080; 311 border-width: 1px 0; 312 margin: -1px 0; 313 314 float: left; /* Ensures that menu labels clear floated descendents. 315 Also gets negative margins working in IE 7 316 (Strict Mode). */ 317 width: auto; 318 319 } 320 321 .yui3-skin-sam .yui3-menu-label, 322 .yui3-skin-sam .yui3-menu .yui3-menu .yui3-menu-label { 323 324 background: url(vertical-menu-submenu-indicator.png) right center no-repeat; 325 326 } 327 328 .yui3-skin-sam .yui3-menu-horizontal .yui3-menu-label { 329 330 background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0; 331 332 } 333 334 .yui3-skin-sam .yui3-menubuttonnav .yui3-menu-label, 335 .yui3-skin-sam .yui3-splitbuttonnav .yui3-menu-label { 336 337 background-image: none; 338 339 } 340 341 .yui3-skin-sam .yui3-menubuttonnav .yui3-menu-label { 342 343 padding-right: 0; 344 345 } 346 347 .yui3-skin-sam .yui3-menubuttonnav .yui3-menu-label em { 348 349 font-style: normal; 350 padding-right: 20px; 351 display: block; 352 background: url(horizontal-menu-submenu-indicator.png) right center no-repeat; 353 354 } 355 356 357 .yui3-skin-sam .yui3-splitbuttonnav .yui3-menu-label { 358 359 padding: 0; 360 361 } 362 363 .yui3-skin-sam .yui3-splitbuttonnav .yui3-menu-label a { 364 365 float: left; 366 width: auto; 367 color: #000; 368 text-decoration: none; 369 cursor: default; 370 padding: 0 5px 0 10px; 371 372 } 373 374 .yui3-skin-sam .yui3-splitbuttonnav .yui3-menu-label .yui3-menu-toggle { 375 376 padding: 0; /* Overide padding applied by the preceeding rule. */ 377 border-left: solid 1px #ccc; 378 width: 15px; 379 overflow: hidden; 380 text-indent: -1000px; 381 background: url(horizontal-menu-submenu-indicator.png) 3px center no-repeat; 382 383 } 384 385 386 /* Selected menuitem */ 387 388 .yui3-skin-sam .yui3-menu-label-active, 389 .yui3-skin-sam .yui3-menu-label-menuvisible, 390 .yui3-skin-sam .yui3-menu .yui3-menu .yui3-menu-label-active, 391 .yui3-skin-sam .yui3-menu .yui3-menu .yui3-menu-label-menuvisible { 392 393 background-color: #B3D4FF; 394 395 } 396 397 .yui3-skin-sam .yui3-menuitem-active .yui3-menuitem-content, 398 .yui3-skin-sam .yui3-menu .yui3-menu .yui3-menuitem-active .yui3-menuitem-content { 399 400 background-image: none; 401 background-color: #B3D4FF; 402 403 /* 404 Undo values set for "border-left-width" and "margin-left" when the root 405 menu has a class of "yui-menubuttonnav" or "yui-splitbuttonnav" applied. 406 */ 407 408 border-left-width: 0; 409 margin-left: 0; 410 411 } 412 413 .yui3-skin-sam .yui3-menu-horizontal .yui3-menu-label-active, 414 .yui3-skin-sam .yui3-menu-horizontal .yui3-menuitem-active .yui3-menuitem-content, 415 .yui3-skin-sam .yui3-menu-horizontal .yui3-menu-label-menuvisible { 416 417 border-color: #7D98B8; 418 background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -1700px; 419 420 } 421 422 .yui3-skin-sam .yui3-menubuttonnav .yui3-menu-label-active, 423 .yui3-skin-sam .yui3-menubuttonnav .yui3-menuitem-active .yui3-menuitem-content, 424 .yui3-skin-sam .yui3-menubuttonnav .yui3-menu-label-menuvisible, 425 .yui3-skin-sam .yui3-splitbuttonnav .yui3-menu-label-active, 426 .yui3-skin-sam .yui3-splitbuttonnav .yui3-menuitem-active .yui3-menuitem-content, 427 .yui3-skin-sam .yui3-splitbuttonnav .yui3-menu-label-menuvisible { 428 429 border-left-width: 1px; 430 margin-left: -1px; 431 432 } 433 434 .yui3-skin-sam .yui3-splitbuttonnav .yui3-menu-label-menuvisible { 435 436 border-color: #808080; 437 background: transparent; 438 439 } 440 441 .yui3-skin-sam .yui3-splitbuttonnav .yui3-menu-label-menuvisible .yui3-menu-toggle { 442 443 border-color: #7D98B8; 444 background: url(horizontal-menu-submenu-toggle.png) left center no-repeat; 445 446 } 447 /* 448 YUI 3.17.2 (build 9c3c78e) 449 Copyright 2014 Yahoo! Inc. All rights reserved. 450 Licensed under the BSD License. 451 http://yuilibrary.com/license/ 452 */ 453 454 .yui3-skin-sam .yui3-calendar-content { 455 padding:10px; 456 color: #000000; 457 border: 1px solid gray; 458 background: #f2f2f2; /* Old browsers */ 459 background: -moz-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%); /* FF3.6+ */ 460 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */ 461 background: -webkit-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */ 462 background: -o-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* Opera11.10+ */ 463 background: -ms-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* IE10+ */ 464 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */ 465 background: linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); /* W3C */ 466 -moz-border-radius: 5px; 467 border-radius: 5px; 468 } 469 470 .yui3-skin-sam .yui3-calendar-grid { 471 padding:5px; 472 border-collapse: collapse; 473 } 474 475 .yui3-skin-sam .yui3-calendar-header { 476 padding-bottom:10px; 477 } 478 479 .yui3-skin-sam .yui3-calendar-header-label { 480 margin: 0; 481 font-size: 1em; 482 font-weight: bold; 483 text-align: center; 484 width: 100%; 485 } 486 487 .yui3-skin-sam .yui3-calendar-day, 488 .yui3-skin-sam .yui3-calendar-prevmonth-day, 489 .yui3-skin-sam .yui3-calendar-nextmonth-day { 490 padding:5px; 491 border: 1px solid #CCCCCC; 492 background: #FFFFFF; 493 text-align:center; 494 } 495 496 497 .yui3-skin-sam .yui3-calendar-day:hover { 498 background: #0066CC; 499 color: #FFFFFF; 500 } 501 502 .yui3-skin-sam .yui3-calendar-selection-disabled, 503 .yui3-skin-sam .yui3-calendar-selection-disabled:hover { 504 color: #A6A6A6; 505 background: #CCCCCC; 506 } 507 508 .yui3-skin-sam .yui3-calendar-weekday { 509 font-weight: bold; 510 } 511 512 .yui3-skin-sam .yui3-calendar-prevmonth-day, .yui3-skin-sam .yui3-calendar-nextmonth-day { 513 color: #A6A6A6; 514 } 515 516 .yui3-skin-sam .yui3-calendar-day { 517 font-weight: bold; 518 } 519 520 .yui3-skin-sam .yui3-calendar-day-selected { 521 background-color: #B3D4FF; 522 color: #000000; 523 } 524 525 .yui3-skin-sam .yui3-calendar-left-grid { 526 margin-right:1em; 527 } 528 529 [dir="rtl"] .yui3-skin-sam .yui3-calendar-left-grid, 530 .yui3-skin-sam [dir="rtl"] .yui3-calendar-left-grid { 531 margin-right: auto; 532 margin-left: 1em; 533 } 534 535 .yui3-skin-sam .yui3-calendar-right-grid { 536 margin-left:1em; 537 } 538 539 [dir="rtl"] .yui3-skin-sam .yui3-calendar-right-grid, 540 .yui3-skin-sam [dir="rtl"] .yui3-calendar-right-grid { 541 margin-left: auto; 542 margin-right: 1em; 543 } 544 545 .yui3-skin-sam .yui3-calendar-day-highlighted { 546 background-color: #DCDEF5; 547 } 548 549 .yui3-skin-sam .yui3-calendar-day-selected.yui3-calendar-day-highlighted { 550 background-color: #758FBB; 551 } 552 553 /* 554 YUI 3.17.2 (build 9c3c78e) 555 Copyright 2014 Yahoo! Inc. All rights reserved. 556 Licensed under the BSD License. 557 http://yuilibrary.com/license/ 558 */ 559 560 .yui3-skin-sam .yui3-aclist-content { 561 background: #fff; 562 border: 1px solid #afafaf; 563 -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.58); 564 -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.58); 565 box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.58); 566 } 567 568 .yui3-skin-sam .yui3-aclist-item-hover { 569 background: #bfdaff; 570 } 571 572 .yui3-skin-sam .yui3-aclist-item-active { 573 background: #2647a0; 574 color: #fff; 575 outline: none; 576 } 577 578 /* 579 YUI 3.17.2 (build 9c3c78e) 580 Copyright 2014 Yahoo! Inc. All rights reserved. 581 Licensed under the BSD License. 582 http://yuilibrary.com/license/ 583 */ 584 585 .yui3-skin-sam .yui3-datatable-scroll-columns { 586 border-collapse: separate; 587 border-spacing: 0; 588 font-family: arial, sans-serif; 589 margin: 0; 590 padding: 0; 591 top: 0; 592 left: 0; 593 } 594 595 .yui3-skin-sam .yui3-datatable-scroll-columns .yui3-datatable-header { 596 padding: 0; 597 } 598 599 .yui3-skin-sam .yui3-datatable-x-scroller, 600 .yui3-skin-sam .yui3-datatable-y-scroller-container { 601 border: 1px solid #cbcbcb; 602 } 603 604 .yui3-skin-sam .yui3-datatable-scrollable-x .yui3-datatable-y-scroller-container, 605 .yui3-skin-sam .yui3-datatable-x-scroller .yui3-datatable-table, 606 .yui3-skin-sam .yui3-datatable-y-scroller .yui3-datatable-table { 607 border: 0 none; 608 } 609 610 /* 611 YUI 3.17.2 (build 9c3c78e) 612 Copyright 2014 Yahoo! Inc. All rights reserved. 613 Licensed under the BSD License. 614 http://yuilibrary.com/license/ 615 */ 616 617 618 /* 619 YUI 3.17.2 (build 9c3c78e) 620 Copyright 2014 Yahoo! Inc. All rights reserved. 621 Licensed under the BSD License. 622 http://yuilibrary.com/license/ 623 */ 624 625 .yui3-skin-sam .yui3-console-separate { 626 position:absolute; 627 right:1em; 628 top:1em; 629 z-index:999; 630 } 631 632 .yui3-skin-sam .yui3-console-inline { 633 /* xbrowser inline-block styles */ 634 display: -moz-inline-stack; /* FF2 */ 635 display: inline-block; 636 *display: inline; /* IE 7- (with zoom) */ 637 zoom: 1; 638 vertical-align: top; 639 } 640 .yui3-skin-sam .yui3-console-inline .yui3-console-content { 641 position: relative; 642 } 643 644 .yui3-skin-sam .yui3-console-content { 645 background: #777; 646 _background: #D8D8DA url(bg.png) repeat-x 0 0; 647 font: normal 13px/1.3 Arial, sans-serif; 648 text-align: left; 649 650 border: 1px solid #777; 651 border-radius: 10px; 652 -moz-border-radius: 10px; 653 -webkit-border-radius: 10px; 654 } 655 656 .yui3-skin-sam .yui3-console-hd, 657 .yui3-skin-sam .yui3-console-bd, 658 .yui3-skin-sam .yui3-console-ft { 659 position: relative; 660 } 661 662 .yui3-skin-sam .yui3-console-hd, 663 .yui3-skin-sam .yui3-console-ft .yui3-console-controls { 664 text-align: right; 665 } 666 667 .yui3-skin-sam .yui3-console-hd { 668 background: #D8D8DA url(bg.png) repeat-x 0 0; 669 padding: 1ex; 670 671 border: 1px solid transparent; 672 _border: 0 none; 673 border-top-right-radius: 10px; 674 border-top-left-radius: 10px; 675 -moz-border-radius-topright: 10px; 676 -moz-border-radius-topleft: 10px; 677 -webkit-border-top-right-radius: 10px; 678 -webkit-border-top-left-radius: 10px; 679 } 680 681 .yui3-skin-sam .yui3-console-bd { 682 background: #fff; 683 border-top: 1px solid #777; 684 border-bottom: 1px solid #777; 685 color: #000; 686 font-size: 11px; 687 overflow: auto; 688 overflow-x: auto; 689 overflow-y: scroll; 690 _width: 100%; 691 } 692 693 .yui3-skin-sam .yui3-console-ft { 694 background: #D8D8DA url(bg.png) repeat-x 0 0; 695 696 border: 1px solid transparent; 697 _border: 0 none; 698 border-bottom-right-radius: 10px; 699 border-bottom-left-radius: 10px; 700 -moz-border-radius-bottomright: 10px; 701 -moz-border-radius-bottomleft: 10px; 702 -webkit-border-bottom-right-radius: 10px; 703 -webkit-border-bottom-left-radius: 10px; 704 } 705 706 .yui3-skin-sam .yui3-console-controls { 707 padding: 4px 1ex; 708 zoom: 1; 709 } 710 711 .yui3-skin-sam .yui3-console-title { 712 color: #000; 713 display: inline; 714 float: left; 715 font-weight: bold; 716 font-size: 13px; 717 height: 24px; 718 line-height: 24px; 719 margin: 0; 720 padding-left: 1ex; 721 } 722 723 .yui3-skin-sam .yui3-console-pause-label { 724 float: left; 725 } 726 .yui3-skin-sam .yui3-console-button { 727 line-height: 1.3; 728 } 729 730 .yui3-skin-sam .yui3-console-collapsed .yui3-console-bd, 731 .yui3-skin-sam .yui3-console-collapsed .yui3-console-ft { 732 display: none; 733 } 734 .yui3-skin-sam .yui3-console-content.yui3-console-collapsed { 735 -webkit-border-radius: 0; 736 } 737 .yui3-skin-sam .yui3-console-collapsed .yui3-console-hd { 738 border-radius: 10px; 739 -moz-border-radius: 10px; 740 -webkit-border-radius: 0; 741 } 742 743 /* Log entries */ 744 .yui3-skin-sam .yui3-console-entry { 745 border-bottom: 1px solid #aaa; 746 min-height: 32px; 747 _height: 32px; 748 } 749 750 .yui3-skin-sam .yui3-console-entry-meta { 751 margin: 0; 752 overflow: hidden; 753 } 754 755 .yui3-skin-sam .yui3-console-entry-content { 756 margin: 0; 757 padding: 0 1ex; 758 white-space: pre-wrap; 759 word-wrap: break-word; 760 } 761 762 .yui3-skin-sam .yui3-console-entry-meta .yui3-console-entry-src { 763 color: #000; 764 font-style: italic; 765 font-weight: bold; 766 float: right; 767 margin: 2px 5px 0 0; 768 } 769 .yui3-skin-sam .yui3-console-entry-meta .yui3-console-entry-time { 770 color: #777; 771 padding-left: 1ex; 772 } 773 .yui3-skin-sam .yui3-console-entry-warn .yui3-console-entry-meta .yui3-console-entry-time { 774 color: #555; 775 } 776 777 .yui3-skin-sam .yui3-console-entry-info .yui3-console-entry-meta .yui3-console-entry-cat, 778 .yui3-skin-sam .yui3-console-entry-warn .yui3-console-entry-meta .yui3-console-entry-cat, 779 .yui3-skin-sam .yui3-console-entry-error .yui3-console-entry-meta .yui3-console-entry-cat { 780 display: none; 781 } 782 .yui3-skin-sam .yui3-console-entry-warn { 783 background: #aee url(warn_error.png) no-repeat -15px 15px; 784 } 785 .yui3-skin-sam .yui3-console-entry-error { 786 background: #ffa url(warn_error.png) no-repeat 5px -24px; 787 color: #900; 788 } 789 .yui3-skin-sam .yui3-console-entry-warn .yui3-console-entry-content, 790 .yui3-skin-sam .yui3-console-entry-error .yui3-console-entry-content { 791 padding-left: 24px; 792 } 793 .yui3-skin-sam .yui3-console-entry-cat { 794 text-transform: uppercase; 795 padding: 1px 4px; 796 background-color: #ccc; 797 } 798 .yui3-skin-sam .yui3-console-entry-info .yui3-console-entry-cat { 799 background-color: #ac2; 800 } 801 .yui3-skin-sam .yui3-console-entry-warn .yui3-console-entry-cat { 802 background-color: #e81; 803 } 804 .yui3-skin-sam .yui3-console-entry-error .yui3-console-entry-cat { 805 background-color: #b00; 806 color: #fff; 807 } 808 809 .yui3-skin-sam .yui3-console-hidden { display: none; } 810 811 /* 812 YUI 3.17.2 (build 9c3c78e) 813 Copyright 2014 Yahoo! Inc. All rights reserved. 814 Licensed under the BSD License. 815 http://yuilibrary.com/license/ 816 */ 817 818 .yui3-skin-sam .yui3-calendarnav-prevmonth, .yui3-skin-sam .yui3-calendarnav-nextmonth { 819 width: 0; 820 height: 0; 821 padding: 0; 822 margin: 0; 823 border: 10px solid transparent; 824 position: absolute; 825 /* ie6 height fix */ 826 font-size: 0; 827 line-height: 0; 828 /* ie6 transparent fix */ 829 _border-left-color: white; 830 _border-top-color: white; 831 _border-right-color: white; 832 _border-bottom-color: white; 833 _filter: chroma(color=white); 834 } 835 836 .yui3-skin-sam .yui3-calendarnav-prevmonth:hover, 837 [dir="rtl"] .yui3-skin-sam .yui3-calendarnav-nextmonth:hover, 838 .yui3-skin-sam [dir="rtl"] .yui3-calendarnav-nextmonth:hover { 839 border-right-color: #0066CC; 840 } 841 842 .yui3-skin-sam .yui3-calendarnav-nextmonth:hover, 843 [dir="rtl"] .yui3-skin-sam .yui3-calendarnav-prevmonth:hover, 844 .yui3-skin-sam [dir="rtl"] .yui3-calendarnav-prevmonth:hover { 845 border-left-color: #0066CC; 846 } 847 848 .yui3-skin-sam .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled, 849 .yui3-skin-sam .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled:hover, 850 [dir="rtl"] .yui3-skin-sam .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled, 851 .yui3-skin-sam [dir="rtl"] .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled, 852 [dir="rtl"] .yui3-skin-sam .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled:hover, 853 .yui3-skin-sam [dir="rtl"] .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled:hover { 854 cursor: default; 855 border-right-color: #CCCCCC; 856 border-left-color: transparent; 857 } 858 .yui3-skin-sam .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled, 859 .yui3-skin-sam .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled:hover, 860 [dir="rtl"] .yui3-skin-sam .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled, 861 .yui3-skin-sam [dir="rtl"] .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled, 862 [dir="rtl"] .yui3-skin-sam .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled:hover, 863 .yui3-skin-sam [dir="rtl"] .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled:hover { 864 cursor: default; 865 border-left-color: #CCCCCC; 866 border-right-color: transparent; 867 } 868 869 .yui3-skin-sam .yui3-calendarnav-prevmonth { 870 border-right-color: #000000; 871 left: 0; 872 margin-left: -10px; 873 } 874 875 .yui3-skin-sam .yui3-calendarnav-nextmonth { 876 border-left-color: #000000; 877 right: 0; 878 margin-right: -10px; 879 } 880 881 [dir="rtl"] .yui3-skin-sam .yui3-calendarnav-prevmonth, 882 .yui3-skin-sam [dir="rtl"] .yui3-calendarnav-prevmonth { 883 left: auto; 884 right: 0; 885 border-left-color: #000000; 886 border-right-color: transparent; 887 } 888 889 [dir="rtl"] .yui3-skin-sam .yui3-calendarnav-nextmonth, 890 .yui3-skin-sam [dir="rtl"] .yui3-calendarnav-nextmonth { 891 left: 0; 892 right: auto; 893 border-right-color: #000000; 894 border-left-color: transparent; 895 } 896 897 /* 898 YUI 3.17.2 (build 9c3c78e) 899 Copyright 2014 Yahoo! Inc. All rights reserved. 900 Licensed under the BSD License. 901 http://yuilibrary.com/license/ 902 */ 903 904 /* .yui-navset defaults to .yui-navset-top */ 905 .yui3-skin-sam .yui3-tabview-list { 906 border:solid #2647a0; /* color between tab list and content */ 907 border-width:0 0 5px; 908 zoom:1; 909 } 910 911 .yui3-skin-sam .yui3-tab { 912 margin:0 0.2em 0 0; 913 padding:1px 0 0; /* gecko: make room for overflow */ 914 zoom:1; 915 } 916 917 .yui3-skin-sam .yui3-tab-selected { 918 margin-bottom:-1px; /* for overlap (mapped to tabview-list border-width) */ 919 } 920 921 .yui3-skin-sam .yui3-tab-label { 922 background:#d8d8d8 url(../../../../assets/skins/sam/sprite.png) repeat-x; /* tab background */ 923 border:solid #a3a3a3; 924 border-width: 1px 1px 0 1px; 925 color:#000; 926 cursor:pointer; 927 font-size:85%; 928 padding:0.3em .75em; 929 text-decoration:none; 930 } 931 932 .yui3-skin-sam .yui3-tab-label:hover, 933 .yui3-skin-sam .yui3-tab-label:focus { 934 background:#bfdaff url(../../../../assets/skins/sam/sprite.png) repeat-x left -1300px; /* hovered tab background */ 935 outline:0; 936 } 937 938 .yui3-skin-sam .yui3-tab-selected .yui3-tab-label, 939 .yui3-skin-sam .yui3-tab-selected .yui3-tab-label:focus, 940 .yui3-skin-sam .yui3-tab-selected .yui3-tab-label:hover { /* no hover effect for selected */ 941 background:#2647a0 url(../../../../assets/skins/sam/sprite.png) repeat-x left -1400px; /* selected tab background */ 942 color:#fff; 943 } 944 945 .yui3-skin-sam .yui3-tab-selected .yui3-tab-label { 946 padding:0.4em 0.75em; /* raise selected tab */ 947 } 948 949 .yui3-skin-sam .yui3-tab-selected .yui3-tab-label { 950 border-color:#243356; /* selected tab border color */ 951 } 952 953 .yui3-skin-sam .yui3-tabview-panel { 954 background:#edf5ff; /* content background color */ 955 } 956 957 .yui3-skin-sam .yui3-tabview-panel { 958 border:1px solid #808080; /* content border */ 959 border-top-color:#243356; /* different border color */ 960 padding:0.25em 0.5em; /* content padding */ 961 } 962 963 /* 964 YUI 3.17.2 (build 9c3c78e) 965 Copyright 2014 Yahoo! Inc. All rights reserved. 966 Licensed under the BSD License. 967 http://yuilibrary.com/license/ 968 */ 969 970 /* basic skin styles */ 971 .yui3-skin-sam .yui3-datatable-table { 972 margin: 0; 973 padding: 0; 974 font-family: arial, sans-serif; 975 border-collapse: separate; 976 border-spacing: 0; 977 /* IE7- don't support border-spacing, but separate is needed for more 978 * reliable dimension calculation for scrollable's header width sync, 979 * and it doesn't hurt to have the declaration here. 980 */ 981 /**border-collapse: collapse;*/ 982 border: 1px solid #cbcbcb; 983 } 984 985 .yui3-skin-sam .yui3-datatable-caption { 986 color: #000; 987 font: italic 85%/1 arial, sans-serif; 988 padding: 1em 0; 989 text-align: center; 990 } 991 992 .yui3-skin-sam .yui3-datatable-cell, 993 .yui3-skin-sam .yui3-datatable-header { 994 border-left: 1px solid #cbcbcb;/* inner column border */ 995 border-width: 0 0 0 1px; 996 font-size: inherit; 997 margin: 0; 998 overflow: visible; /*to make ths where the title is really long work*/ 999 padding: 4px 10px 4px 10px; /* cell padding */ 1000 } 1001 .yui3-skin-sam .yui3-datatable-cell:first-child, 1002 .yui3-skin-sam .yui3-datatable-first-header { 1003 border-left-width: 0px; 1004 } 1005 1006 .yui3-skin-sam .yui3-datatable-header { 1007 /* header gradient */ 1008 background: #fff url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0; 1009 1010 background-image:-webkit-linear-gradient(transparent 40%, rgba(0,0,0,0.21)); 1011 background-image:-moz-linear-gradient(top,transparent 40%,rgba(0,0,0,0.21)); 1012 background-image: -ms-linear-gradient(transparent 40%, rgba(0,0,0,0.21)); 1013 background-image: -o-linear-gradient(transparent 40%, rgba(0,0,0,0.21)); 1014 background-image: linear-gradient(transparent 40%, rgba(0,0,0,0.21)); 1015 /* Not using an IE gradient because it doesn't support color stops */ 1016 1017 color: #000; 1018 font-weight: normal; 1019 text-align: left; 1020 text-shadow: 0 1px 1px #fff; 1021 vertical-align: bottom; 1022 white-space: nowrap; 1023 } 1024 1025 /* 1026 striping: 1027 even - #fff (white) 1028 odd - #edf5ff (light blue) 1029 */ 1030 .yui3-skin-sam .yui3-datatable-cell { 1031 background-color: transparent; 1032 } 1033 .yui3-skin-sam .yui3-datatable-even .yui3-datatable-cell { 1034 background-color: #fff; 1035 } 1036 .yui3-skin-sam .yui3-datatable-odd .yui3-datatable-cell { 1037 background-color: #edf5ff; 1038 } 1039 1040 /* 1041 YUI 3.17.2 (build 9c3c78e) 1042 Copyright 2014 Yahoo! Inc. All rights reserved. 1043 Licensed under the BSD License. 1044 http://yuilibrary.com/license/ 1045 */ 1046 1047 .yui3-skin-sam .yui3-datatable-sortable-column { 1048 cursor: pointer; 1049 } 1050 1051 .yui3-skin-sam .yui3-datatable-columns .yui3-datatable-sorted, 1052 .yui3-skin-sam .yui3-datatable-sortable-column:hover { 1053 *background: #c1c4c8 url(../../../../assets/skins/sam/sprite.png) repeat-x 0 -100px; 1054 background-color: #f1f2f3; 1055 } 1056 1057 .yui3-skin-sam .yui3-datatable-sort-liner { 1058 display: block; 1059 height: 100%; 1060 position: relative; 1061 padding-right: 15px; 1062 position: relative; 1063 } 1064 1065 .yui3-skin-sam .yui3-datatable-sort-indicator { 1066 position: absolute; 1067 right: 0; 1068 bottom: .5ex; 1069 width: 7px; 1070 height: 10px; 1071 background: url(sort-arrow-sprite.png) no-repeat 0 0; 1072 _background: url(sort-arrow-sprite-ie.png) no-repeat 0 0; 1073 overflow: hidden; 1074 } 1075 1076 .yui3-skin-sam .yui3-datatable-sorted .yui3-datatable-sort-indicator { 1077 background-position: 0 -10px; 1078 } 1079 .yui3-skin-sam .yui3-datatable-sorted-desc .yui3-datatable-sort-indicator { 1080 background-position: 0 -20px; 1081 } 1082 1083 .yui3-skin-sam .yui3-datatable-data .yui3-datatable-even .yui3-datatable-sorted { 1084 background-color: #edf5ff; 1085 } 1086 1087 .yui3-skin-sam .yui3-datatable-data .yui3-datatable-odd .yui3-datatable-sorted { 1088 background-color: #dbeaff; 1089 } 1090 1091 /* 1092 YUI 3.17.2 (build 9c3c78e) 1093 Copyright 2014 Yahoo! Inc. All rights reserved. 1094 Licensed under the BSD License. 1095 http://yuilibrary.com/license/ 1096 */ 1097 1098 .yui3-skin-sam .yui3-datatable .yui3-datatable-highlight-row td { 1099 background-color: #fef2cd; 1100 } 1101 1102 .yui3-skin-sam .yui3-datatable tr .yui3-datatable-highlight-col { 1103 background-color: #fef2cd; 1104 } 1105 1106 .yui3-skin-sam .yui3-datatable tr .yui3-datatable-highlight-cell { 1107 background-color: #fef2cd; 1108 } 1109 /* 1110 YUI 3.17.2 (build 9c3c78e) 1111 Copyright 2014 Yahoo! Inc. All rights reserved. 1112 Licensed under the BSD License. 1113 http://yuilibrary.com/license/ 1114 */ 1115 1116 .yui3-skin-sam .yui3-widget-mask { 1117 background-color: black; 1118 zoom: 1; 1119 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)"; 1120 filter: alpha(opacity=40); 1121 opacity: 0.4; 1122 } 1123 1124 /* 1125 YUI 3.17.2 (build 9c3c78e) 1126 Copyright 2014 Yahoo! Inc. All rights reserved. 1127 Licensed under the BSD License. 1128 http://yuilibrary.com/license/ 1129 */ 1130 1131 .yui3-skin-sam .yui3-panel-content { 1132 -webkit-box-shadow: 0 0 5px #333; 1133 -moz-box-shadow: 0 0 5px #333; 1134 box-shadow: 0 0 5px #333; 1135 border: 1px solid black; 1136 background: white; 1137 } 1138 .yui3-skin-sam .yui3-panel .yui3-widget-hd { 1139 padding: 8px 28px 8px 8px; /* Room for close button. */ 1140 min-height: 13px; /* For the close button */ 1141 _height: 13px; /* IE6 */ 1142 color: white; 1143 background-color: #3961c5; 1144 background: -moz-linear-gradient( 1145 0% 100% 90deg, 1146 #2647a0 7%, 1147 #3d67ce 50%, 1148 #426fd9 100% 1149 ); 1150 background: -webkit-gradient( 1151 linear, 1152 left bottom, 1153 left top, 1154 from(#2647a0), 1155 color-stop(0.07, #2647a0), 1156 color-stop(0.5, #3d67ce), 1157 to(#426fd9) 1158 ); 1159 /* 1160 TODO: Add support for IE and W3C gradients 1161 */ 1162 } 1163 .yui3-skin-sam .yui3-panel .yui3-widget-hd .yui3-widget-buttons { 1164 padding: 8px; 1165 } 1166 .yui3-skin-sam .yui3-panel .yui3-widget-bd { 1167 padding: 10px; 1168 } 1169 .yui3-skin-sam .yui3-panel .yui3-widget-ft { 1170 background: #EDF5FF; 1171 padding: 8px; 1172 text-align: right; 1173 } 1174 .yui3-skin-sam .yui3-panel .yui3-widget-ft .yui3-button { 1175 margin-left: 8px; 1176 } 1177 1178 /* 1179 Support for icon-based [x] "close" button in the header. 1180 1181 Nicolas Gallagher: "CSS image replacement with pseudo-elements (NIR)" 1182 http://nicolasgallagher.com/css-image-replacement-with-pseudo-elements/ 1183 */ 1184 .yui3-skin-sam .yui3-panel .yui3-widget-hd .yui3-button-close { 1185 /* Reset base button styles */ 1186 background: transparent; 1187 filter: none; 1188 border: none; 1189 -webkit-border-radius: 0; 1190 -moz-border-radius: 0; 1191 border-radius: 0; 1192 -webkit-box-shadow: none; 1193 -moz-box-shadow: none; 1194 box-shadow: none; 1195 1196 /* Structure */ 1197 width: 13px; 1198 height: 13px; 1199 padding: 0; 1200 overflow: hidden; 1201 vertical-align: top; 1202 /* IE < 8 :( */ 1203 *font-size: 0; 1204 *line-height: 0; 1205 *letter-spacing: -1000px; 1206 *color: #86A5EC; 1207 *background: url(sprite_icons.png) no-repeat 1px 1px; 1208 } 1209 .yui3-skin-sam .yui3-panel .yui3-widget-hd .yui3-button-close:before { 1210 /* 1211 Displays the [x] icon in place of the "Close" text. 1212 Note: The `width` of this pseudo element is the same as its "host" element. 1213 */ 1214 content: url(sprite_icons.png); 1215 display: inline-block; 1216 text-align: center; 1217 font-size: 0; 1218 line-height: 0; 1219 width: 13px; 1220 margin: 1px 0 0 1px; 1221 } 1222 .yui3-skin-sam .yui3-panel-hidden .yui3-widget-hd .yui3-button-close { 1223 /* Required for IE > 7 to deal with pseudo :before element */ 1224 display: none; 1225 } 1226 1227 /* 1228 YUI 3.17.2 (build 9c3c78e) 1229 Copyright 2014 Yahoo! Inc. All rights reserved. 1230 Licensed under the BSD License. 1231 http://yuilibrary.com/license/ 1232 */ 1233 1234 1235 /* 1236 YUI 3.17.2 (build 9c3c78e) 1237 Copyright 2014 Yahoo! Inc. All rights reserved. 1238 Licensed under the BSD License. 1239 http://yuilibrary.com/license/ 1240 */ 1241 1242 .yui3-skin-sam .yui3-console-ft .yui3-console-filters-categories, 1243 .yui3-skin-sam .yui3-console-ft .yui3-console-filters-sources { 1244 text-align: left; 1245 padding: 5px 0; 1246 border: 1px inset; 1247 margin: 0 2px; 1248 } 1249 .yui3-skin-sam .yui3-console-ft .yui3-console-filters-categories { 1250 background: #fff; 1251 border-bottom: 2px ridge; 1252 } 1253 .yui3-skin-sam .yui3-console-ft .yui3-console-filters-sources { 1254 background: #fff; 1255 margin-bottom: 2px; 1256 1257 border-top: 0 none; 1258 border-bottom-right-radius: 10px; 1259 border-bottom-left-radius: 10px; 1260 -moz-border-radius-bottomright: 10px; 1261 -moz-border-radius-bottomleft: 10px; 1262 -webkit-border-bottom-right-radius: 10px; 1263 -webkit-border-bottom-left-radius: 10px; 1264 } 1265 .yui3-skin-sam .yui3-console-filter-label { 1266 white-space: nowrap; 1267 margin-left: 1ex; 1268 } 1269 1270 /* 1271 YUI 3.17.2 (build 9c3c78e) 1272 Copyright 2014 Yahoo! Inc. All rights reserved. 1273 Licensed under the BSD License. 1274 http://yuilibrary.com/license/ 1275 */ 1276 1277 .yui3-skin-sam .yui3-scrollview { 1278 -webkit-tap-highlight-color: rgba(255,255,255,0); 1279 } 1280 1281 .yui3-skin-sam .yui3-scrollview{ 1282 background-color: white; 1283 } 1284 /* For IE 6/7 - needs a background color (above) to pick up events, and zoom, to fill the UL */ 1285 .yui3-skin-sam .yui3-scrollview-vert .yui3-scrollview-content .yui3-scrollview-item { 1286 *zoom:1; 1287 } 1288 1289 /* For IE7 - needs zoom, otherwise clipped content is not rendered */ 1290 .yui3-skin-sam .yui3-scrollview-vert .yui3-scrollview-content .yui3-scrollview-list { 1291 *zoom:1; 1292 list-style:none; /*need these since reset is not required*/ 1293 padding:0; /*need these since reset is not required*/ 1294 margin:0; /*need these since reset is not required*/ 1295 } 1296 1297 .yui3-skin-sam .yui3-scrollview-vert .yui3-scrollview-content { 1298 /*border:1px solid #303030; If the ScrollView needs a border add it here */ 1299 border-top:0; 1300 background-color:white; 1301 font-family: HelveticaNeue,arial,helvetica,clean,sans-serif; 1302 color:black; 1303 } 1304 1305 .yui3-skin-sam .yui3-scrollview-vert .yui3-scrollview-content .yui3-scrollview-item { 1306 border-bottom: 1px solid #303030; 1307 padding: 15px 20px 16px; 1308 font-size: 100%; 1309 font-weight: bold; 1310 background-color:white; 1311 cursor:pointer; 1312 } 1313 1314 1315 /* 1316 YUI 3.17.2 (build 9c3c78e) 1317 Copyright 2014 Yahoo! Inc. All rights reserved. 1318 Licensed under the BSD License. 1319 http://yuilibrary.com/license/ 1320 */ 1321 1322 /* empty */ 1323 1324 /* 1325 YUI 3.17.2 (build 9c3c78e) 1326 Copyright 2014 Yahoo! Inc. All rights reserved. 1327 Licensed under the BSD License. 1328 http://yuilibrary.com/license/ 1329 */ 1330 1331 /* Horizontal Slider */ 1332 1333 /* Use thumbUrl /build/slider-base/assets/skins/sam/thumb-x.png */ 1334 1335 .yui3-skin-sam .yui3-slider-x .yui3-slider-rail, 1336 .yui3-skin-sam .yui3-slider-x .yui3-slider-rail-cap-left, 1337 .yui3-skin-sam .yui3-slider-x .yui3-slider-rail-cap-right { 1338 background-image: url(rail-x.png); 1339 background-repeat: repeat-x; 1340 /* alternate: rail-x-lines.png */ 1341 } 1342 1343 .yui3-skin-sam .yui3-slider-x .yui3-slider-rail { 1344 height: 26px; 1345 } 1346 .yui3-skin-sam .yui3-slider-x .yui3-slider-thumb { 1347 height: 26px; 1348 width: 15px; 1349 } 1350 1351 .yui3-skin-sam .yui3-slider-x .yui3-slider-rail-cap-left { 1352 background-position: 0 -20px; 1353 height: 20px; 1354 left: -2px; 1355 width: 5px; 1356 } 1357 .yui3-skin-sam .yui3-slider-x .yui3-slider-rail-cap-right { 1358 background-position: 0 -40px; 1359 height: 20px; 1360 right: -2px; 1361 width: 5px; 1362 } 1363 1364 .yui3-skin-sam .yui3-slider-x .yui3-slider-thumb-image { 1365 left: 0; 1366 top: -10px; 1367 } 1368 .yui3-skin-sam .yui3-slider-x .yui3-slider-thumb-shadow { 1369 left: 0; 1370 opacity: 0.15; 1371 filter: alpha(opacity=15); 1372 top: -50px; 1373 } 1374 1375 /* Vertical Slider */ 1376 1377 /* Use thumbUrl /build/slider-base/assets/skins/sam/thumb-y.png */ 1378 1379 .yui3-skin-sam .yui3-slider-y .yui3-slider-rail, 1380 .yui3-skin-sam .yui3-slider-y .yui3-slider-rail-cap-top, 1381 .yui3-skin-sam .yui3-slider-y .yui3-slider-rail-cap-bottom { 1382 background-image: url(rail-y.png); 1383 background-repeat: repeat-y; 1384 /* alternate: rail-y-lines.png */ 1385 } 1386 1387 .yui3-skin-sam .yui3-slider-y .yui3-slider-rail { 1388 width: 26px; 1389 } 1390 .yui3-skin-sam .yui3-slider-y .yui3-slider-thumb { 1391 width: 26px; 1392 height: 15px; 1393 } 1394 1395 .yui3-skin-sam .yui3-slider-y .yui3-slider-rail-cap-top { 1396 background-position: -20px 0; 1397 width: 20px; 1398 top: -2px; 1399 height: 5px; 1400 } 1401 .yui3-skin-sam .yui3-slider-y .yui3-slider-rail-cap-bottom { 1402 background-position: -40px 0; 1403 width: 20px; 1404 bottom: -2px; 1405 height: 5px; 1406 } 1407 1408 .yui3-skin-sam .yui3-slider-y .yui3-slider-thumb-image { 1409 left: -10px; 1410 top: 0; 1411 } 1412 .yui3-skin-sam .yui3-slider-y .yui3-slider-thumb-shadow { 1413 left: -50px; 1414 opacity: 0.15; 1415 filter: alpha(opacity=15); 1416 top: 0; 1417 } 1418 1419 /* 1420 YUI 3.17.2 (build 9c3c78e) 1421 Copyright 2014 Yahoo! Inc. All rights reserved. 1422 Licensed under the BSD License. 1423 http://yuilibrary.com/license/ 1424 */ 1425 1426 /* Horizontal Slider */ 1427 1428 /* Use thumbUrl /build/slider-base/assets/skins/sam/thumb-x.png */ 1429 1430 .yui3-skin-sam .yui3-slider-x .yui3-slider-rail, 1431 .yui3-skin-sam .yui3-slider-x .yui3-slider-rail-cap-left, 1432 .yui3-skin-sam .yui3-slider-x .yui3-slider-rail-cap-right { 1433 background-image: url(rail-x.png); 1434 background-repeat: repeat-x; 1435 /* alternate: rail-x-lines.png */ 1436 } 1437 1438 .yui3-skin-sam .yui3-slider-x .yui3-slider-rail { 1439 height: 26px; 1440 } 1441 .yui3-skin-sam .yui3-slider-x .yui3-slider-thumb { 1442 height: 26px; 1443 width: 15px; 1444 } 1445 1446 .yui3-skin-sam .yui3-slider-x .yui3-slider-rail-cap-left { 1447 background-position: 0 -20px; 1448 height: 20px; 1449 left: -2px; 1450 width: 5px; 1451 } 1452 .yui3-skin-sam .yui3-slider-x .yui3-slider-rail-cap-right { 1453 background-position: 0 -40px; 1454 height: 20px; 1455 right: -2px; 1456 width: 5px; 1457 } 1458 1459 .yui3-skin-sam .yui3-slider-x .yui3-slider-thumb-image { 1460 left: 0; 1461 top: -10px; 1462 } 1463 .yui3-skin-sam .yui3-slider-x .yui3-slider-thumb-shadow { 1464 left: 0; 1465 opacity: 0.15; 1466 filter: alpha(opacity=15); 1467 top: -50px; 1468 } 1469 1470 /* Vertical Slider */ 1471 1472 /* Use thumbUrl /build/slider-base/assets/skins/sam/thumb-y.png */ 1473 1474 .yui3-skin-sam .yui3-slider-y .yui3-slider-rail, 1475 .yui3-skin-sam .yui3-slider-y .yui3-slider-rail-cap-top, 1476 .yui3-skin-sam .yui3-slider-y .yui3-slider-rail-cap-bottom { 1477 background-image: url(rail-y.png); 1478 background-repeat: repeat-y; 1479 /* alternate: rail-y-lines.png */ 1480 } 1481 1482 .yui3-skin-sam .yui3-slider-y .yui3-slider-rail { 1483 width: 26px; 1484 } 1485 .yui3-skin-sam .yui3-slider-y .yui3-slider-thumb { 1486 width: 26px; 1487 height: 15px; 1488 } 1489 1490 .yui3-skin-sam .yui3-slider-y .yui3-slider-rail-cap-top { 1491 background-position: -20px 0; 1492 width: 20px; 1493 top: -2px; 1494 height: 5px; 1495 } 1496 .yui3-skin-sam .yui3-slider-y .yui3-slider-rail-cap-bottom { 1497 background-position: -40px 0; 1498 width: 20px; 1499 bottom: -2px; 1500 height: 5px; 1501 } 1502 1503 .yui3-skin-sam .yui3-slider-y .yui3-slider-thumb-image { 1504 left: -10px; 1505 top: 0; 1506 } 1507 .yui3-skin-sam .yui3-slider-y .yui3-slider-thumb-shadow { 1508 left: -50px; 1509 opacity: 0.15; 1510 filter: alpha(opacity=15); 1511 top: 0; 1512 } 1513 1514 /* 1515 YUI 3.17.2 (build 9c3c78e) 1516 Copyright 2014 Yahoo! Inc. All rights reserved. 1517 Licensed under the BSD License. 1518 http://yuilibrary.com/license/ 1519 */ 1520 1521 .yui3-skin-sam .yui3-scrollview { 1522 -webkit-tap-highlight-color: rgba(255,255,255,0); 1523 } 1524 1525 /* 1526 YUI 3.17.2 (build 9c3c78e) 1527 Copyright 2014 Yahoo! Inc. All rights reserved. 1528 Licensed under the BSD License. 1529 http://yuilibrary.com/license/ 1530 */ 1531 1532 .yui3-datatable-paginator { 1533 background: white url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0; 1534 background-image: -webkit-linear-gradient(transparent 40%, hsla(0, 0%, 0%, 0.21)); 1535 background-image: -moz-linear-gradient(top, transparent 40%, hsla(0, 0%, 0%, 0.21)); 1536 background-image: -ms-linear-gradient(transparent 40%, hsla(0, 0%, 0%, 0.21)); 1537 background-image: -o-linear-gradient(transparent 40%, hsla(0, 0%, 0%, 0.21)); 1538 background-image: linear-gradient(transparent 40%, hsla(0, 0%, 0%, 0.21)); 1539 border-color: #cbcbcb; 1540 } 1541 1542 .yui3-datatable-paginator .yui3-datatable-paginator-control { 1543 color: #242D42; 1544 } 1545 1546 .yui3-datatable-paginator .yui3-datatable-paginator-control-first:hover, 1547 .yui3-datatable-paginator .yui3-datatable-paginator-control-last:hover, 1548 .yui3-datatable-paginator .yui3-datatable-paginator-control-prev:hover, 1549 .yui3-datatable-paginator .yui3-datatable-paginator-control-next:hover { 1550 box-shadow: 0 1px 2px #292442; 1551 } 1552 1553 .yui3-datatable-paginator .yui3-datatable-paginator-control-first:active, 1554 .yui3-datatable-paginator .yui3-datatable-paginator-control-last:active, 1555 .yui3-datatable-paginator .yui3-datatable-paginator-control-prev:active, 1556 .yui3-datatable-paginator .yui3-datatable-paginator-control-next:active { 1557 box-shadow: inset 0 1px 1px #292442; 1558 background: #E0DEED; 1559 background: hsla(250, 30%, 90%, 0.3); 1560 } 1561 1562 .yui3-datatable-paginator .yui3-datatable-paginator-control-disabled, 1563 .yui3-datatable-paginator .yui3-datatable-paginator-control-disabled:hover { 1564 color: #BDC7DB; 1565 border-color: transparent; 1566 box-shadow: none; 1567 } 1568 /* 1569 YUI 3.17.2 (build 9c3c78e) 1570 Copyright 2014 Yahoo! Inc. All rights reserved. 1571 Licensed under the BSD License. 1572 http://yuilibrary.com/license/ 1573 */ 1574 1575 /* Reset base Console skin styles */ 1576 .yui3-skin-sam .yui3-testconsole .yui3-console-content, 1577 .yui3-skin-sam .yui3-testconsole .yui3-console-bd, 1578 .yui3-skin-sam .yui3-testconsole .yui3-console-entry, 1579 .yui3-skin-sam .yui3-testconsole .yui3-console-ft, 1580 .yui3-skin-sam .yui3-testconsole .yui3-console-ft .yui3-console-filters-categories, 1581 .yui3-skin-sam .yui3-testconsole .yui3-console-ft .yui3-console-filters-sources, 1582 .yui3-skin-sam .yui3-testconsole .yui3-console-hd { 1583 background: none; 1584 border: none; 1585 -moz-border-radius: 0; 1586 -webkit-border-radius: 0; 1587 border-radius: 0; 1588 } 1589 1590 .yui3-skin-sam .yui3-testconsole-content, 1591 .yui3-skin-sam .yui3-testconsole .yui3-console-bd { 1592 color: #333; 1593 font: 13px/1.4 Helvetica, 'DejaVu Sans', 'Bitstream Vera Sans', Arial, sans-serif; 1594 } 1595 1596 .yui3-skin-sam .yui3-testconsole-content { 1597 border: 1px solid #afafaf; 1598 } 1599 1600 .yui3-skin-sam .yui3-testconsole .yui3-console-entry { 1601 border-bottom: 1px solid #eaeaea; 1602 font-family: Menlo, Inconsolata, Consolas, 'DejaVu Mono', 'Bitstream Vera Sans Mono', monospace; 1603 font-size: 11px; 1604 } 1605 1606 .yui3-skin-sam .yui3-testconsole .yui3-console-ft { 1607 border-top: 1px solid; 1608 } 1609 1610 .yui3-skin-sam .yui3-testconsole .yui3-console-hd { 1611 border-bottom: 1px solid; 1612 *zoom: 1; 1613 } 1614 1615 .yui3-skin-sam .yui3-testconsole.yui3-console-collapsed .yui3-console-hd { 1616 border: none; 1617 } 1618 1619 .yui3-skin-sam .yui3-testconsole .yui3-console-ft, 1620 .yui3-skin-sam .yui3-testconsole .yui3-console-hd { 1621 border-color: #cfcfcf; 1622 } 1623 1624 .yui3-skin-sam .yui3-testconsole .yui3-testconsole-entry-fail { 1625 background-color: #FFE0E0; 1626 border-bottom-color: #FFC5C4; 1627 } 1628 1629 .yui3-skin-sam .yui3-testconsole .yui3-testconsole-entry-pass { 1630 background-color: #ECFFEA; 1631 border-bottom-color: #D1FFCC; 1632 } 1633 1634 /* 1635 YUI 3.17.2 (build 9c3c78e) 1636 Copyright 2014 Yahoo! Inc. All rights reserved. 1637 Licensed under the BSD License. 1638 http://yuilibrary.com/license/ 1639 */ 1640 1641 .yui3-skin-sam .yui3-dial-handle{ /*container. top left corner used for trig positioning*/ 1642 background:#6C3A3A; 1643 opacity:0.3; 1644 -moz-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.9) inset; 1645 /*-webkit-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.9) inset; Chrome 7/Win bug*/ 1646 cursor:pointer; 1647 font-size:1px; 1648 } 1649 .yui3-skin-sam .yui3-dial-ring { 1650 background:#BEBDB7; 1651 background:-moz-linear-gradient(100% 100% 135deg, #7B7A6D, #FFFFFF); 1652 background:-webkit-gradient(linear, left top, right bottom, from(#FFFFFF), to(#7B7A6D)); 1653 box-shadow:1px 1px 5px rgba(0, 0, 0, 0.4) inset; 1654 -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4) inset; /*Chrome 7/Win bug*/ 1655 -moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.4) inset; 1656 } 1657 .yui3-skin-sam .yui3-dial-center-button{ 1658 box-shadow:-1px -1px 2px rgba(0, 0, 0, 0.3) inset, 1px 1px 2px rgba(0, 0, 0, 0.5); 1659 -moz-box-shadow:-1px -1px 2px rgba(0, 0, 0, 0.3) inset, 1px 1px 2px rgba(0, 0, 0, 0.5); 1660 /*-webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.3) inset, 1px 1px 2px rgba(0, 0, 0, 0.5); Chrome 7/Win bug*/ 1661 background:#DDDBD4; 1662 background:-moz-radial-gradient(30% 30% 0deg, circle farthest-side, #FBFBF9 24%, #F2F0EA 41%, #D3D0C3 83%) repeat scroll 0 0 transparent; 1663 background:-webkit-gradient(radial, 15 15, 15, 30 30, 40, from(#FBFBF9), to(#D3D0C3), color-stop(.2,#F2F0EA)); 1664 cursor:pointer; 1665 opacity:0.7; 1666 /*text-align:center;*/ 1667 } 1668 .yui3-skin-sam .yui3-dial-reset-string{ 1669 color:#676767; 1670 font-size:85%; 1671 text-decoration:underline; 1672 } 1673 .yui3-skin-sam .yui3-dial-label{ 1674 color:#808080; 1675 margin-bottom:0.8em; 1676 } 1677 .yui3-skin-sam .yui3-dial-value-string{ 1678 margin-left:0.5em; 1679 color:#000; 1680 font-size:130%; 1681 } 1682 .yui3-skin-sam .yui3-dial-value { 1683 visibility:hidden; 1684 position:absolute; 1685 top:0; 1686 left:102%; 1687 width:4em; 1688 } 1689 .yui3-skin-sam .yui3-dial-north-mark{ 1690 position:absolute; 1691 border-left:2px solid #ccc; 1692 height:5px; 1693 width:10px; 1694 left:50%; 1695 top:-7px; 1696 font-size:1px; 1697 } 1698 .yui3-skin-sam .yui3-dial-marker { 1699 background-color:#000; 1700 opacity:0.2; 1701 font-size:1px; 1702 } 1703 .yui3-skin-sam .yui3-dial-marker-max-min{ 1704 background-color:#AB3232; 1705 opacity:0.6; 1706 } 1707 .yui3-skin-sam .yui3-dial-ring-vml, 1708 .yui3-skin-sam .yui3-dial-center-button-vml, 1709 .yui3-skin-sam .yui3-dial-marker v\:oval.yui3-dial-marker-max-min, 1710 .yui3-skin-sam v\:oval.yui3-dial-marker-max-min, 1711 .yui3-skin-sam .yui3-dial-marker-vml, 1712 .yui3-skin-sam .yui3-dial-handle-vml { 1713 background: none; 1714 opacity:1; 1715 } 1716 /* 1717 YUI 3.17.2 (build 9c3c78e) 1718 Copyright 2014 Yahoo! Inc. All rights reserved. 1719 Licensed under the BSD License. 1720 http://yuilibrary.com/license/ 1721 */ 1722 1723 .yui3-skin-sam .yui3-datatable-message-content { 1724 border: 0 none; 1725 border-bottom: 1px solid #cbcbcb; 1726 padding: 4px 10px; 1727 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |