/* Plugin: AdBlock X Plugin URI: http://www.adblockx.com Description: Plugin designed to help you examine ad-blockers' impact on your website. Author: DDC Inc. Author URI: http://www.adblockx.com License: GPLv2 or later */ .logo-container { border-bottom:1px solid #434552; background:#555866; display: block; height:40px; } .logo-container img{ margin:11px; float: left; } .error-container{ color:red; font-weight: bold; border:1px solid red; background:#fff; padding:6px 10px; } .refresh-success{ text-align: center; display: block; font-weight: bold; border:1px solid black; background:#fff; padding:6px 10px; } .refresh-failure{ text-align: center; display: block; color:red; font-weight: bold; border:1px solid red; background:#fff; padding:6px 10px; } .x-body{ font-size:12px; font-family: tahoma, arial; } .x-window{ margin: 20px auto; width:400px; border-radius: 5px; border:1px solid #a2b1c5; padding:4px; background:#ced9e7; box-shadow:#ecf2fb 0 1px 0px 0 inset, #ecf2fb 0 -1px 0px 0 inset, #ecf2fb -1px 0 0px 0 inset, #ecf2fb 1px 0 0px 0 inset; } .x-window-header{ font-size:11px; color:#04486c; line-height: 1.9em; padding-bottom:4px; font-weight: bold; } .x-window-body{ border:1px solid #99bbe8; background:#fff; } .x-panel-body{ padding:20px 20px 15px; } .register-text { color:#666; margin:0 0 20px; } .x-field{ margin-bottom:5px; } .x-field label{ font-size:12px; width:120px; color:#000; float: left; } .x-field input{ line-height: 18px; height:22px; padding:1px 3px; border:1px solid #b5b8c8; background:white; } .x-field input.x-form-field-disabled{ border:none; font-size:12px; color:#999; } .x-toolbar{ background:#dfe8f6; height:26px; padding:2px 6px; margin-top:3px; } .x-btn { float:right; border-radius: 3px; border:1px solid #d1d1d1; font-size:11px; padding:2px; margin-top:2px; background-color:white; background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(48%, #f9f9f9), color-stop(52%, #e2e2e2), color-stop(100%, #e7e7e7)); background-image:-webkit-linear-gradient(top, #ffffff,#f9f9f9 48%,#e2e2e2 52%,#e7e7e7); background-image:linear-gradient(top, #ffffff,#f9f9f9 48%,#e2e2e2 52%,#e7e7e7); top:0; } .x-btn button{ border:none; background:none; line-height: 16px; height:16px; cursor:pointer; } .go-to-portal{ color:#000; width:100px; text-align: center; display: block; border-radius: 3px; border:1px solid #d1d1d1; font-size:13px; padding:5px 10px; margin:20px auto 10px; text-decoration: none; background-color:white; background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(48%, #f9f9f9), color-stop(52%, #e2e2e2), color-stop(100%, #e7e7e7)); background-image:-webkit-linear-gradient(top, #ffffff,#f9f9f9 48%,#e2e2e2 52%,#e7e7e7); background-image:linear-gradient(top, #ffffff,#f9f9f9 48%,#e2e2e2 52%,#e7e7e7); top:0; line-height: 16px; height:16px; }