Changeset 144 for Dev/trunk/css/awesome.css
- Timestamp:
- 11/03/11 10:30:40 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/css/awesome.css
r142 r144 59 59 background-image: url('../images/bg/blueishgridblock.png'); 60 60 height: 100%; 61 font-size: 12px; 61 62 } 62 63 … … 586 587 #sequencer { 587 588 width: 100%; 588 margin: 0 auto auto auto; 589 background-image: url('../images/bg/sequencerBG.png'); 589 margin: 0 auto 0 auto; 590 /*background-image: url('../images/bg/sequencerBG.png');*/ 591 background-image: linear-gradient(top, #B0B0B0 21%, #888888 80%); 592 background-image: -o-linear-gradient(top, #B0B0B0 21%, #888888 80%); 593 background-image: -moz-linear-gradient(top, #B0B0B0 21%, #888888 80%); 594 background-image: -webkit-linear-gradient(top, #B0B0B0 21%, #888888 80%); 595 background-image: -ms-linear-gradient(top, #B0B0B0 21%, #888888 80%); 596 597 background-image: -webkit-gradient( 598 linear, 599 left top, 600 left bottom, 601 color-stop(0.21, #B0B0B0), 602 color-stop(0.8, #888888) 603 ); 590 604 background-position: bottom; 591 605 background-repeat: repeat-x; … … 597 611 margin-top:0.5em; 598 612 margin-left: 1em; 599 font-size: 1.2 em;613 font-size: 1.25em; 600 614 color: #FFF; 601 615 602 616 } 603 617 604 #sequencer #seqContent { 605 height: 10em; 618 #sequencer .seqContent { 619 height: 9em; 620 overflow-x: scroll; 621 overflow-y: hidden; 606 622 margin-bottom: 0.5em; 607 background-image: url('../images/bg/sequencerContentBG.png'); 608 /*background-position: top; 609 background-color: #dddddd;*/ 623 624 background-image: linear-gradient(top, #B0B0B0 21%, #888888 80%); 625 background-image: -o-linear-gradient(top, #B0B0B0 21%, #888888 80%); 626 background-image: -moz-linear-gradient(top, #B0B0B0 21%, #888888 80%); 627 background-image: -webkit-linear-gradient(top, #B0B0B0 21%, #888888 80%); 628 background-image: -ms-linear-gradient(top, #B0B0B0 21%, #888888 80%); 629 background-image: -webkit-gradient( 630 linear, 631 left bottom, 632 left top, 633 color-stop(0.25, #B0B0B0), 634 color-stop(0.8, #888888) 635 ); 636 610 637 border: 1px solid #ddd; 611 638 -moz-border-radius: 0.5em; … … 620 647 } 621 648 622 #seqContent .displayStep {649 .seqContent .displayStep { 623 650 /*height: 140px;*/ 624 width: 100px; 651 width: 52px; 652 padding: 0; 625 653 margin: 10px 0 0 0; 626 654 background-repeat: no-repeat; … … 629 657 } 630 658 631 #seqContent .displayStep p{ 632 margin-top: 105px; 659 .seqContent .displayStep .displayStepIcon { 660 width: 50px; 661 height: 50px; 662 border: 2px solid #444444; 663 color: #FFF; 664 float: left; 665 } 666 667 .seqContent .displayStep p{ 668 margin-top: 55px; 633 669 font-weight: normal; 634 670 font-size: 0.875em; 671 float: left; 635 672 636 673 } 637 674 638 #seqContent .divider {675 .seqContent .divider { 639 676 width: 10px; 640 height: 100px;641 margin: 10px 5px 0 10px;677 height: 50px; 678 margin: 10px 15px 0 20px; 642 679 background-image: url('../images/ui/sequencerDivider.png'); 643 680 float: left; 644 681 } 645 682 683 684 685 686 687 646 688 /* 647 Toolbox 689 * 690 * 691 * TOOLBOX 692 * 693 * 648 694 */ 649 695 650 696 #toolbox { 651 width: 40%; 652 float: left; 653 background-image: url('../images/bg/sequencerBG.png'); 697 /*width: 40%;*/ 698 float: left; 699 /*background-image: url('../images/bg/sequencerBG.png');*/ 700 background-image: linear-gradient(top, #B0B0B0 21%, #888888 80%); 701 background-image: -o-linear-gradient(top, #B0B0B0 21%, #888888 80%); 702 background-image: -moz-linear-gradient(top, #B0B0B0 21%, #888888 80%); 703 background-image: -webkit-linear-gradient(top, #B0B0B0 21%, #888888 80%); 704 background-image: -ms-linear-gradient(top, #B0B0B0 21%, #888888 80%); 705 706 background-image: -webkit-gradient( 707 linear, 708 left top, 709 left bottom, 710 color-stop(0.25, #B0B0B0), 711 color-stop(0.8, #888888) 712 ); 713 654 714 } 655 715 … … 659 719 margin-top:0.5em; 660 720 margin-left: 1em; 661 font-size: 1.2 em;721 font-size: 1.25em; 662 722 color: #FFF; 663 723 } 664 724 665 #toolbox .displayStep { 666 height: 140px; 667 width: 100px; 668 margin: 0 5px 0 5px; 669 background-repeat: no-repeat; 670 float: left; 671 text-align: center; 672 } 673 674 #toolbox .displayStep p { 675 margin-top: 105px; 676 color: #FFF; 677 } 725 #toolbox .creationButton { 726 height: 50px; 727 margin: 0 0 5px 0; 728 border: 1px solid #000; 729 border-radius: 5px; 730 -moz-border-radius: 5px; 731 } 732 733 #toolbox .creationButton:hover { 734 border: 1px solid #FFF; 735 background: rgba(255, 255, 255, 0.2); 736 } 737 738 #toolbox .buttonIcon { 739 margin: 0 10px 0 5px; 740 float: left; 741 } 742 743 #toolbox .creationButton p { 744 margin: 15px 10px 0 0; 745 color: #444; 746 float: left; 747 }
Note: See TracChangeset
for help on using the changeset viewer.