equal
deleted
inserted
replaced
654 } |
654 } |
655 |
655 |
656 div.nobordertop * { |
656 div.nobordertop * { |
657 border-top-width: 0px; |
657 border-top-width: 0px; |
658 } |
658 } |
|
659 |
|
660 /* Theme buttons in admin CP */ |
|
661 |
|
662 div.themebutton { |
|
663 width: 216px; |
|
664 float: left; |
|
665 background-position: center center; |
|
666 background-repeat: no-repeat; |
|
667 margin-right: 10px; |
|
668 padding: 5px; |
|
669 border: 1px solid #F0F0F0; |
|
670 } |
|
671 |
|
672 div.themebutton_theme_disabled { |
|
673 background-color: #D84308; |
|
674 } |
|
675 |
|
676 div.themebutton_theme_system { |
|
677 display: none; |
|
678 } |
|
679 |
|
680 div.themebutton a.tb-inner { |
|
681 opacity: 0; |
|
682 filter: alpha(opacity=0); |
|
683 display: block; |
|
684 height: 110px; |
|
685 padding-top: 40px; |
|
686 text-align: center; |
|
687 font-size: 40px; |
|
688 text-decoration: none; |
|
689 } |
|
690 div.themebutton_theme_system a.tb-inner { |
|
691 font-size: 28px; |
|
692 height: 100px; |
|
693 padding-top: 50px; |
|
694 } |
|
695 div.themebutton a.tb-inner:hover { |
|
696 opacity: 0.75; |
|
697 filter: alpha(opacity=75); |
|
698 background-color: #ffffff; |
|
699 } |
|
700 div.themebutton a.tb-inner span.themename { |
|
701 font-size: 8pt; |
|
702 color: #606060; |
|
703 display: block; |
|
704 } |
|
705 |
|
706 div.themebutton div.status { |
|
707 opacity: 0.75; |
|
708 filter: alpha(opacity=75); |
|
709 background-image: url(../../../images/loading-big.gif); |
|
710 background-repeat: no-repeat; |
|
711 background-position: center center; |
|
712 background-color: #ffffff; |
|
713 height: 150px; |
|
714 } |
|
715 |