diff -r f5718d7c2a6a -r ec90736b9cb9 includes/clientside/css/enano-shared.css --- a/includes/clientside/css/enano-shared.css Sun Feb 17 20:19:17 2008 -0500 +++ b/includes/clientside/css/enano-shared.css Mon Feb 18 16:27:28 2008 -0500 @@ -656,3 +656,60 @@ div.nobordertop * { border-top-width: 0px; } + +/* Theme buttons in admin CP */ + +div.themebutton { + width: 216px; + float: left; + background-position: center center; + background-repeat: no-repeat; + margin-right: 10px; + padding: 5px; + border: 1px solid #F0F0F0; +} + +div.themebutton_theme_disabled { + background-color: #D84308; +} + +div.themebutton_theme_system { + display: none; +} + +div.themebutton a.tb-inner { + opacity: 0; + filter: alpha(opacity=0); + display: block; + height: 110px; + padding-top: 40px; + text-align: center; + font-size: 40px; + text-decoration: none; +} +div.themebutton_theme_system a.tb-inner { + font-size: 28px; + height: 100px; + padding-top: 50px; +} +div.themebutton a.tb-inner:hover { + opacity: 0.75; + filter: alpha(opacity=75); + background-color: #ffffff; +} +div.themebutton a.tb-inner span.themename { + font-size: 8pt; + color: #606060; + display: block; +} + +div.themebutton div.status { + opacity: 0.75; + filter: alpha(opacity=75); + background-image: url(../../../images/loading-big.gif); + background-repeat: no-repeat; + background-position: center center; + background-color: #ffffff; + height: 150px; +} +