/** * DO NOT EDIT THIS FILE! Rules here are for the WordPress admin area only. * * If you wish to add CSS rules to modify the appearance of Auction Nudge * on your site, either add the rules to your theme's stylesheet or add * them through the plugin in Admin > Settings > Auction Nudge > Insert CSS Rules * * Information on customising Auction Nudge can be found here: * https://www.auctionnudge.com/customize * */ #an-custom-field-container { min-height: 370px; } #an-custom-field-container .an-custom-field-help { float: right; padding: 10px; width: 220px; border: 1px solid #DDDDDD; background: #F9F9F9; } #an-custom-field-container .an-custom-field-help p { margin: 0 0 12px 0; } #an-custom-field-container fieldset { margin-bottom: 20px; } .an-widget-container fieldset { margin: 10px 0; } .an-widget-container fieldset legend, #an-custom-field-container fieldset legend { display: block; padding: 7px; width: 400px; font-weight: bold; font-size: 14px; border: 1px solid #DDDDDD; background: #F9F9F9; border-radius: 5px; cursor: pointer; } .an-widget-container fieldset legend { width: 95%; } #an-custom-field-container .an-parameter-group { width: 400px; } .an-widget-container .an-parameter-group-content p { margin: 10px 0 0 0; } .an-widget-container label, #an-custom-field-container label { display: block; padding: 3px; float: left; width: 190px; font-weight: bold; } .an-widget-container label { width: 70%; } .an-widget-container label a, #an-custom-field-container label a { cursor: help; text-decoration: none; } .an-widget-container .control-group, #an-custom-field-container .control-group { position: relative; margin: 3px 0; padding: 3px; width: 400px; } .an-widget-container .control-group { width: 100%; } .an-widget-container input[type="text"], #an-custom-field-container input[type="text"] { width: 180px; } .an-widget-container select, #an-custom-field-container select { width: 180px; } /* Custom fields tabs */ ul#an-tab-links { list-style-type: none; border-bottom: 1px solid #DDDDDD; } ul#an-tab-links li { display: inline-block; } ul#an-tab-links li a { padding: 7px 12px 6px 12px; color: #444; text-decoration: none; border: 1px solid #DDDDDD; border-bottom: none; background: #F9F9F9; } ul#an-tab-links li:first-child { margin-left: 10px; } ul#an-tab-links li a:hover, ul#an-tab-links li a.active { padding-bottom: 7px; background: #fff; } div.an-custom-field-tab {} /* Individual Fields */ .an-parameter-group-keyword label { width: 160px; } .an-parameter-group-keyword input[type="text"] { width: 220px; } /* Settings Page */ #an-options-container { position: relative; padding-right: 200px; width: 600px; } #an-options-container #an-about { position: absolute; top: 0; right: 0; width: 150px; height: 555px; padding: 15px; border: 1px solid #ccc; background: #f7f7f7; } #an-options-container #an-about p { margin-top: 0; } #an-options-container #an-about img { width: 60px; height: 60px; margin-right: 7px; float: left; border-radius: 50%; } #an-options-container #an-about a.button { margin-bottom: 5px; } #an-options-container th[scope="row"] { width: 170px; } #an-options-container select, #an-options-container input[type="text"] { width: 200px; border-style: solid; border-width: 1px; border-color: #DDDDDD; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset; } /* Help Popup */ #an-help-popup { font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; } #an-help-popup p { font-size: 12px; } #an-help-popup pre { padding: 5px; font-size: 12px; border: 1px solid #999; background: #f7f7f7; } #an-help-popup code { font-size: 11px; } #an-help-popup .video iframe { width: 585px; height: 330px; } /* Tooltips */ a.an-tooltip { display: inline-block; padding: 0 5px; text-decoration: none; cursor: help; background: #F9F9F9; color: #444; border: 1px solid #DDDDDD; border-radius: 50%; } .control-group a.an-tooltip { position: absolute; top: 6px; right: 0; } #tooltip-active { position: absolute; max-width: 500px; border: 1px solid #333; background-color: #161616; border-radius: 5px; padding: 10px; color: #fff; } /* Adblock Message */ #an-adblock-detected { margin-left: 2px; }