UNPKG

automizy-js

Version:

Automizy widget collection

102 lines 3.83 kB
.automizy-button{ display: inline-block; position: relative; } .automizy-button.new-row{ clear: both; margin: 0 24px 16px 0; display: block; } .automizy-button.automizy-skin-nobox-green a{ color: #669138; font-size: 14px; font-weight: bold; margin: 6px 0 0 0; text-decoration: none; } .automizy-button.automizy-skin-simple-white a{ background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f7f8f1) ); background:-moz-linear-gradient( center top, #ffffff 5%, #f7f8f1 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f8f1'); background-color:#ffffff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-indent:0px; border:1px solid #cadfb6; display:inline-block; color:#777777; font-family:Arial; font-size:12px; font-weight:bold; font-style:normal; padding:8px 20px 9px 20px; text-decoration:none; text-align:center; margin:0; position:relative; vertical-align:middle; white-space: nowrap; } .automizy-button.automizy-skin-simple-white a:hover{ background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f7f8f1), color-stop(1, #ffffff) ); background:-moz-linear-gradient( center top, #f7f8f1 5%, #ffffff 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f8f1', endColorstr='#ffffff'); background-color:#f7f8f1; } .automizy-button.automizy-skin-simple-white a:active{ top:1px; } .automizy-button.automizy-skin-simple-white a:disabled{ background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9eae2), color-stop(1, #dbdcd4) ); background:-moz-linear-gradient( center top, #e9eae2 5%, #dbdcd4 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9eae2', endColorstr='#dbdcd4'); background-color:#e9eae2; opacity:0.5; cursor:default; } .automizy-button.automizy-skin-simple-white a:active{ top:0; } .automizy-button.automizy-skin-simple-orange a{ -moz-box-shadow:inset 0px -3px 0px 0px #d56224; -webkit-box-shadow:inset 0px -3px 0px 0px #d56224; box-shadow:inset 0px -3px 0px 0px #d56224; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f79764), color-stop(1, #f47e3e) ); background:-moz-linear-gradient( center top, #f79764 5%, #f47e3e 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f79764", endColorstr="#f47e3e"); background-color:#f79764; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-indent:0px; display:inline-block; color:#ffffff; font-family:Arial; font-size:12px; font-weight:bold; font-style:normal; padding:8px 20px 9px 20px; text-decoration:none; text-align:center; text-shadow:1px 2px 1px #ca6e3d; margin:0 0 0 0; } .automizy-button.automizy-skin-simple-orange a:hover{ background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f47e3e), color-stop(1, #f79764) ); background:-moz-linear-gradient( center top, #f47e3e 5%, #f79764 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f47e3e", endColorstr="#f79764"); background-color:#f47e3e; } .automizy-button.automizy-skin-simple-orange a:active{ position:relative; top:1px; -moz-box-shadow:inset 0px -2px 0px 0px #d56224; -webkit-box-shadow:inset 0px -2px 0px 0px #d56224; box-shadow:inset 0px -2px 0px 0px #d56224; } .automizy-button.automizy-skin-simple-orange a:disabled{ color:#e6e6e6; opacity:0.5; cursor:default; }