| 1 |
@charset "utf-8"; |
| 2 |
/* CSS Document */ |
| 3 |
.odb-title-bar { |
| 4 |
width: 96%; |
| 5 |
background-color: #0F145B; |
| 6 |
color: #FFF !important; |
| 7 |
display: inline-block; |
| 8 |
padding-left: 16px; |
| 9 |
margin-top: 30px; |
| 10 |
} |
| 11 |
.wp-core-ui #odb-options-wrap .button-primary, |
| 12 |
.wp-core-ui #odb-start-buttons .button-primary, |
| 13 |
.wp-core-ui #odb-done .button-primary { |
| 14 |
background-color: #0F145B; |
| 15 |
border-color: #0F145B; |
| 16 |
} |
| 17 |
|
| 18 |
.wp-core-ui #odb-options-wrap .button-primary:hover, |
| 19 |
.wp-core-ui #odb-start-buttons .button-primary:hover, |
| 20 |
.wp-core-ui #odb-done .button-primary:hover { |
| 21 |
background-color: #fff; |
| 22 |
color: #0F145B; |
| 23 |
border-color: #0F145B; |
| 24 |
} |
| 25 |
|
| 26 |
.wp-core-ui #odb-options-wrap .button, |
| 27 |
.wp-core-ui #odb-options-wrap .button-secondary, |
| 28 |
.wp-core-ui #odb-start-buttons .button, |
| 29 |
.wp-core-ui #odb-start-buttons .button-secondary, |
| 30 |
.wp-core-ui #odb-done .button, |
| 31 |
.wp-core-ui #odb-done .button-secondary { |
| 32 |
color: #0F145B; |
| 33 |
border-color: #0F145B; |
| 34 |
} |
| 35 |
|
| 36 |
.odb-title-bar h2 { |
| 37 |
color: #FFF; |
| 38 |
} |
| 39 |
.odb-subheader-container { |
| 40 |
width: 96%; |
| 41 |
} |
| 42 |
.odb-subheader-left { |
| 43 |
float: left; |
| 44 |
} |
| 45 |
.odb-subheader-right { |
| 46 |
float: right; |
| 47 |
margin-top: 20px; |
| 48 |
} |
| 49 |
.odb-bold { |
| 50 |
font-weight: 900; |
| 51 |
} |
| 52 |
.odb-normal { |
| 53 |
font-weight: normal; |
| 54 |
} |
| 55 |
.odb-italic { |
| 56 |
font-style: italic; |
| 57 |
} |
| 58 |
.odb-blue { |
| 59 |
/*color: #00F;*/ |
| 60 |
color: #0F145B; |
| 61 |
} |
| 62 |
.odb-red { |
| 63 |
color: #C30; |
| 64 |
} |
| 65 |
/* v4.1.9: RUNNING INDICATOR ADDED */ |
| 66 |
#odb-running { |
| 67 |
background: rgba(0,0,0,.08) url('../images/running.gif') no-repeat 50% 50%; |
| 68 |
width: 100%; |
| 69 |
height: 100%; |
| 70 |
position: fixed; |
| 71 |
top: 0; |
| 72 |
left: 0; |
| 73 |
z-index: 999; |
| 74 |
} |
| 75 |
.odb-action { |
| 76 |
font-size: 13px; |
| 77 |
font-weight: bold; |
| 78 |
color: #000; |
| 79 |
} |
| 80 |
.odb-wp-table { |
| 81 |
font-weight: bold; |
| 82 |
color: #0F145B; |
| 83 |
} |
| 84 |
.odb-padding-left { |
| 85 |
padding-left: 8px; |
| 86 |
} |
| 87 |
.odb-border-bottom { |
| 88 |
border-bottom: solid 1px #999; |
| 89 |
} |
| 90 |
.odb-border-top { |
| 91 |
border-top: solid 1px #999; |
| 92 |
} |
| 93 |
.odb-optimizing-table { |
| 94 |
margin-top: 16px; |
| 95 |
} |
| 96 |
.odb-optimized { |
| 97 |
color: #0074a2; |
| 98 |
font-weight: bold; |
| 99 |
} |
| 100 |
.odb-underline-red { |
| 101 |
text-decoration: underline; |
| 102 |
color: #F00; |
| 103 |
} |
| 104 |
.odb-updated { |
| 105 |
position: relative; |
| 106 |
left: -15px; |
| 107 |
} |
| 108 |
.odb-found { |
| 109 |
font-size: 13px; |
| 110 |
font-weight: bold; |
| 111 |
color: #000; |
| 112 |
} |
| 113 |
.odb-found-number { |
| 114 |
margin-left: 8px; |
| 115 |
margin-bottom: 18px; |
| 116 |
font-size: 13px; |
| 117 |
font-weight: bold; |
| 118 |
color: #000; |
| 119 |
} |
| 120 |
.odb-result-table { |
| 121 |
background-color: #E8E8E8; |
| 122 |
margin-bottom: 20px; |
| 123 |
} |
| 124 |
.odb-not-found { |
| 125 |
margin-left: 8px; |
| 126 |
margin-bottom: 16px; |
| 127 |
color: #999; |
| 128 |
} |
| 129 |
.odb-post-type-select { |
| 130 |
font-size: inherit; |
| 131 |
} |
| 132 |
.odb-schedule-select { |
| 133 |
font-size: inherit; |
| 134 |
padding: 0px; |
| 135 |
margin: 0px; |
| 136 |
} |
| 137 |
.odb-schedulehour { |
| 138 |
display: none; |
| 139 |
} |
| 140 |
.odb-schedulehour-select { |
| 141 |
font-size: inherit; |
| 142 |
} |
| 143 |
.odb-table-excludes { |
| 144 |
margin-top: 10px; |
| 145 |
border: solid 1px #CCC; |
| 146 |
padding: 10px; |
| 147 |
} |
| 148 |
.odb-table-excludes td { |
| 149 |
padding: 3px; |
| 150 |
} |
| 151 |
/******************************************************** |
| 152 |
* |
| 153 |
* OPTIONS FORM |
| 154 |
* |
| 155 |
********************************************************/ |
| 156 |
#odb-options-tables-container { |
| 157 |
text-align: center; |
| 158 |
} |
| 159 |
#odb-options-tables-wrapper { |
| 160 |
width: 97%; |
| 161 |
display: inline-block; |
| 162 |
/*border: solid 1px #CCC;*/ |
| 163 |
margin-top: 16px; |
| 164 |
margin-left: -16px; |
| 165 |
padding: 8px 0 8px 0; |
| 166 |
} |
| 167 |
.odb-options-table { |
| 168 |
background-color: #f0f0f0; |
| 169 |
display: inline-block; |
| 170 |
height: 17px; |
| 171 |
margin: 3px; |
| 172 |
border: solid 1px #E0E0E0; |
| 173 |
overflow: hidden; |
| 174 |
padding: 2px; |
| 175 |
text-align: left; |
| 176 |
white-space: nowrap; |
| 177 |
width: 200px; |
| 178 |
} |
| 179 |
/******************************************************** |
| 180 |
* |
| 181 |
* LOGS |
| 182 |
* |
| 183 |
********************************************************/ |
| 184 |
.odb-log-table { |
| 185 |
font-size: 13px; |
| 186 |
} |
| 187 |
.odb-log-table th { |
| 188 |
border-top: solid 1px #000; |
| 189 |
border-bottom: solid 1px #000; |
| 190 |
} |
| 191 |
.odb-log-table td { |
| 192 |
padding-bottom: 4px; |
| 193 |
border-bottom: dotted 1px #CCC; |
| 194 |
} |
| 195 |
|