Current Path : /var/test/www/ljmti/wp-content/themes/clevercourse/framework/stylesheet/ |
Current File : /var/test/www/ljmti/wp-content/themes/clevercourse/framework/stylesheet/gdlr-alert-box.css |
/*--- alert box ---*/ .gdlr-alert-wrapper{ position: fixed; z-index: 99999; top: 45%; left: 50%; width:320px; padding:40px 25px; background: #000; background: rgba(0, 0, 0, 0.7); color:#fff; font-size: 12px; text-align: center; opacity: 0; filter: alpha(opacity=0); } .gdlr-alert-wrapper .head{ font-size: 13px; line-height: 25px; font-weight: bold; display: block; } .gdlr-alert-wrapper .alert-icon{ display: block; margin: 0px auto 12px; width: 48px; height: 48px; background-image: url('../images/alert-box/failed-icon.png'); } .gdlr-alert-wrapper .alert-icon.success{ background-image: url('../images/alert-box/complete-icon.png'); } /*--- confirm box ---*/ .gdlr-confirm-wrapper{ position: fixed; z-index: 99999; top: 45%; left: 50%; width:320px; padding:40px 25px; background: #000; background: rgba(0, 0, 0, 0.7); color:#fff; font-size: 12px; text-align: center; opacity: 0; filter: alpha(opacity=0); } .gdlr-confirm-wrapper .head{ font-size: 13px; line-height: 25px; font-weight: bold; display: block; margin-bottom: 25px; } .gdlr-confirm-wrapper .gdlr-button { display: inline-block; height: 28px; line-height: 28px; cursor: pointer; font-weight: bold; margin: 0px 15px; padding: 0px 20px 0px 20px; text-shadow: #000 0 0px 0; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -moz-box-shadow: 1px 1px 3px #444; -webkit-box-shadow: 1px 1px 3px #444; box-shadow: 1px 1px 3px #444; } .gdlr-confirm-wrapper .confirm-yes { border: 1px solid #f5b74e; color: #996633; background-repeat: repeat-x; background-image: url('../images/alert-box/button-confirm.png'); } .gdlr-confirm-wrapper .confirm-no { border: 1px solid #de6b85; color: #913945; background-repeat: repeat-x; background-image: url('../images/alert-box/button-decline.png'); }