@charset "utf-8"; /* CSS Document */ .odb-title-bar { width: 96%; background-color: #0F145B; color: #FFF !important; display: inline-block; padding-left: 16px; margin-top: 30px; } .wp-core-ui #odb-options-wrap .button-primary, .wp-core-ui #odb-start-buttons .button-primary, .wp-core-ui #odb-done .button-primary { background-color: #0F145B; border-color: #0F145B; } .wp-core-ui #odb-options-wrap .button-primary:hover, .wp-core-ui #odb-start-buttons .button-primary:hover, .wp-core-ui #odb-done .button-primary:hover { background-color: #fff; color: #0F145B; border-color: #0F145B; } .wp-core-ui #odb-options-wrap .button, .wp-core-ui #odb-options-wrap .button-secondary, .wp-core-ui #odb-start-buttons .button, .wp-core-ui #odb-start-buttons .button-secondary, .wp-core-ui #odb-done .button, .wp-core-ui #odb-done .button-secondary { color: #0F145B; border-color: #0F145B; } .odb-title-bar h2 { color: #FFF; } .odb-subheader-container { width: 96%; } .odb-subheader-left { float: left; } .odb-subheader-right { float: right; margin-top: 20px; } .odb-bold { font-weight: 900; } .odb-normal { font-weight: normal; } .odb-italic { font-style: italic; } .odb-blue { /*color: #00F;*/ color: #0F145B; } .odb-red { color: #C30; } /* v4.1.9: RUNNING INDICATOR ADDED */ #odb-running { background: rgba(0,0,0,.08) url('../images/running.gif') no-repeat 50% 50%; width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 999; } .odb-action { font-size: 13px; font-weight: bold; color: #000; } .odb-wp-table { font-weight: bold; color: #0F145B; } .odb-padding-left { padding-left: 8px; } .odb-border-bottom { border-bottom: solid 1px #999; } .odb-border-top { border-top: solid 1px #999; } .odb-optimizing-table { margin-top: 16px; } .odb-optimized { color: #0074a2; font-weight: bold; } .odb-underline-red { text-decoration: underline; color: #F00; } .odb-updated { position: relative; left: -15px; } .odb-found { font-size: 13px; font-weight: bold; color: #000; } .odb-found-number { margin-left: 8px; margin-bottom: 18px; font-size: 13px; font-weight: bold; color: #000; } .odb-result-table { background-color: #E8E8E8; margin-bottom: 20px; } .odb-not-found { margin-left: 8px; margin-bottom: 16px; color: #999; } .odb-post-type-select { font-size: inherit; } .odb-schedule-select { font-size: inherit; padding: 0px; margin: 0px; } .odb-schedulehour { display: none; } .odb-schedulehour-select { font-size: inherit; } .odb-table-excludes { margin-top: 10px; border: solid 1px #CCC; padding: 10px; } .odb-table-excludes td { padding: 3px; } /******************************************************** * * OPTIONS FORM * ********************************************************/ #odb-options-tables-container { text-align: center; } #odb-options-tables-wrapper { width: 97%; display: inline-block; /*border: solid 1px #CCC;*/ margin-top: 16px; margin-left: -16px; padding: 8px 0 8px 0; } .odb-options-table { background-color: #f0f0f0; display: inline-block; height: 17px; margin: 3px; border: solid 1px #E0E0E0; overflow: hidden; padding: 2px; text-align: left; white-space: nowrap; width: 200px; } /******************************************************** * * LOGS * ********************************************************/ .odb-log-table { font-size: 13px; } .odb-log-table th { border-top: solid 1px #000; border-bottom: solid 1px #000; } .odb-log-table td { padding-bottom: 4px; border-bottom: dotted 1px #CCC; }