colorbox.css
14 years ago
diff.css
14 years ago
dt_table.css
14 years ago
fullLog.css
14 years ago
iptraf.css
14 years ago
main.css
13 years ago
phpinfo.css
14 years ago
main.css
309 lines
| 1 | .wordfenceWrap { |
| 2 | margin: 20px 0 0 20px; |
| 3 | } |
| 4 | div.wordfenceLive { |
| 5 | height: 29px; |
| 6 | white-space: nowrap; |
| 7 | overflow: hidden; |
| 8 | border-width: 1px 0 1px 0; |
| 9 | background-color: #FFFCEF; |
| 10 | border-color: #666; |
| 11 | border-style: solid; |
| 12 | margin: 20px 0 10px 0; |
| 13 | padding: 3px 3px 3px 10px; |
| 14 | font-family: Arial; |
| 15 | font-size: 14px; |
| 16 | -webkit-font-smoothing: antialiased; |
| 17 | } |
| 18 | div.wordfenceLive h2 { |
| 19 | font-weight: bold; |
| 20 | color: #888; |
| 21 | margin: 0 10px 0 0; |
| 22 | padding: 0; |
| 23 | display: inline; |
| 24 | font-size: 14px; |
| 25 | font-family: Georgia, serif; |
| 26 | font-style: italic; |
| 27 | -webkit-font-smoothing: antialiased; |
| 28 | } |
| 29 | div.wordfenceLive p { |
| 30 | color: #000; |
| 31 | font-weight: normal; |
| 32 | display: inline; |
| 33 | } |
| 34 | .wordfence-icon32 { |
| 35 | width: 32px; |
| 36 | height: 32px; |
| 37 | background-position: 0 0; |
| 38 | background-repeat: no-repeat; |
| 39 | padding: 0; |
| 40 | margin: 7px 5px 0 0; |
| 41 | float: left; |
| 42 | } |
| 43 | .wordfence-lock-icon { |
| 44 | background-image: url(../images/wordfence-logo-32x32.png); |
| 45 | } |
| 46 | |
| 47 | .wordfence .resulticon { |
| 48 | display: block; |
| 49 | float: left; |
| 50 | width: 16px; |
| 51 | height: 16px; |
| 52 | background-position: 0 0; |
| 53 | background-repeat: no-repeat; |
| 54 | border-width: 0; |
| 55 | padding: 0; |
| 56 | margin: 0 3px 0 0; |
| 57 | background-image: url(../images/icons/bullet_yellow.png); |
| 58 | } |
| 59 | |
| 60 | .wordfence .wordfenceScanButton { margin: 20px 0 20px 0; } |
| 61 | |
| 62 | .wordfenceBoldTD { |
| 63 | font-weight: bold; |
| 64 | } |
| 65 | |
| 66 | .wfAjax24 { |
| 67 | display: none; |
| 68 | width: 24px; |
| 69 | height: 24px; |
| 70 | background-image: url(../images/icons/ajax24.gif); |
| 71 | margin: 0; |
| 72 | padding: 0; |
| 73 | } |
| 74 | |
| 75 | |
| 76 | div.wfLoadingWhite32 { |
| 77 | width: 32px; |
| 78 | height: 32px; |
| 79 | background-image: url(../images/icons/ajaxWhite32x32.gif); |
| 80 | margin: 0; |
| 81 | padding: 0; |
| 82 | } |
| 83 | |
| 84 | div.wordfenceScanButton input.button-wf-grey { |
| 85 | background: #EFEFEF url(../images/button-grad-grey.png) repeat-x scroll left top; |
| 86 | border-color: #EFEFEF; |
| 87 | } |
| 88 | .wordfenceScanButton table td { vertical-align: top; } |
| 89 | |
| 90 | .wfTabsContainer { |
| 91 | overflow: hidden; |
| 92 | border: 1px solid #CCC; |
| 93 | max-width: 870px; |
| 94 | padding: 15px; |
| 95 | min-height: 200px; |
| 96 | -webkit-font-smoothing: antialiased; |
| 97 | } |
| 98 | #wfTabs::after { |
| 99 | content: "."; |
| 100 | display: block; |
| 101 | height: 0; |
| 102 | width: 0; |
| 103 | line-height: 0; |
| 104 | clear: both; |
| 105 | visibility: hidden; |
| 106 | } |
| 107 | #wfTabs a { |
| 108 | float: left; |
| 109 | z-index: 10; |
| 110 | height: 18px; |
| 111 | margin: 0 5px -1px 0; |
| 112 | padding: 5px 8px; |
| 113 | border: 1px solid #CCC; |
| 114 | text-decoration: none; |
| 115 | background-color: #EFEFEF; |
| 116 | color: #21759B; |
| 117 | -moz-border-radius-topright: 3px; |
| 118 | -moz-border-radius-topleft: 3px; |
| 119 | border-top-right-radius: 3px; |
| 120 | border-top-left-radius: 3px; |
| 121 | } |
| 122 | #wfTabs a.selected { |
| 123 | border-bottom: 1px solid #FFF; |
| 124 | background-color: #FFF; |
| 125 | color: #777; |
| 126 | } |
| 127 | table.wfSummaryParent { font-family: sans-serif; font-size: 14px; color: #000; z-index: 9;} |
| 128 | table.wfSummaryParent td { vertical-align: top; padding: 0; margin: 0; } |
| 129 | table.wfSummaryParent table.wfSummaryChild th { font-weight: bold; text-align: right; font-family: Georgia, serif; color: #000; padding: 5px 10px 5px 0; border-top: 1px solid #CCC; } |
| 130 | table.wfSummaryParent table.wfSummaryChild td { font-weight: normal; text-align: left; padding: 5px 0 5px 0; border-top: 1px solid #CCC; } |
| 131 | table.wfSummaryParent table.wfSC1 td { width: 300px; padding: 0px 25px 10px 0; } |
| 132 | table.wfSummaryParent table.wfSC2 th { width: 80px; } |
| 133 | table.wfSummaryParent table.wfSC2 td { width: 100px; } |
| 134 | table.wfSummaryParent table.wfSC3 th { width: 80px; } |
| 135 | table.wfSummaryParent table.wfSC3 td { width: 250px; } |
| 136 | table.wfSummaryParent th.wfHead { font-size: 22px; font-family: Georgia, serif; font-style: italic; color: #555; font-weight: bold; text-align: left; padding: 20px 0 20px 0px; -webkit-font-smoothing: antialiased; } |
| 137 | |
| 138 | div.wfIssue table.wfIssue td { padding: 2px; margin: 0; border-width: 0px; text-align: left; } |
| 139 | div.wfIssue table.wfIssue th { padding: 2px; margin: 0; font-weight: bold; text-align: left; color: #777; } |
| 140 | div.wfIssue h2 { margin: 0px 0 5px 0; padding: 0; } |
| 141 | div.wfIssue table.wfIssueLinks td { border-width: 0px; text-align: left; padding-right: 10px; } |
| 142 | .wfIssueOptions { |
| 143 | border-top: 1px solid #CCC; |
| 144 | padding: 10px; |
| 145 | } |
| 146 | .wfIssueOptions a { |
| 147 | margin-left: 10px; |
| 148 | } |
| 149 | .wfIssueOptions strong { |
| 150 | float: left; |
| 151 | display: block; |
| 152 | width: 60px; |
| 153 | } |
| 154 | .wfProbSev1, .wfProbSev2, .wfAjaxLight128, .wfResolved { |
| 155 | width: 128px; |
| 156 | height: 128px; |
| 157 | border: 0; |
| 158 | margin: 0 auto; |
| 159 | background-repeat: no-repeat; background-position: 0 0; |
| 160 | text-decoration: none; |
| 161 | display: block; |
| 162 | } |
| 163 | .wfProbSev1 { background-image: url(../images/icons/error128.png); } |
| 164 | .wfProbSev2 { background-image: url(../images/icons/warning128.png); } |
| 165 | .wfResolved { background-image: url(../images/icons/tick128.png); } |
| 166 | .wfAjaxLight128 { background-image: url(../images/icons/ajax3.gif); } |
| 167 | .wfStrong { font-weight: bold; } |
| 168 | .wordfenceModeElem { display: none; } |
| 169 | .wfIssuesContainer { width: 800px; display: none; } |
| 170 | .wfIssuesContainer p { width: 550px; } |
| 171 | .wfWarn { color: #F00; } |
| 172 | img.wfFlag { vertical-align: middle; margin: -3px 4px 0 0; } |
| 173 | .wfHitTime { font-style: italic; } |
| 174 | .wfAvatar img { vertical-align: middle; } |
| 175 | .wfActEvent { border-bottom: 1px solid #CCC; margin: 0 0 10px 0; padding: 0 0 10px 0; } |
| 176 | .wfTimeAgo { font-family: Georgia, times; color: #999; font-weight: bold; font-style: italic; } |
| 177 | table.wfConfigForm th { |
| 178 | font-weight: normal; |
| 179 | text-align: left; |
| 180 | padding: 2px 3px 1px 0; |
| 181 | vertical-align: middle; |
| 182 | } |
| 183 | table.wfConfigForm td { |
| 184 | vertical-align: middle; |
| 185 | } |
| 186 | table th.wfConfigEnable { font-weight: bold; } |
| 187 | .wfSavedMsg { display: none; color: #A00; } |
| 188 | table th.wfSubheading { font-weight: bold; padding-top: 10px; } |
| 189 | .wfALogTime { color: #999; } |
| 190 | .wfALogEntry { } |
| 191 | .wfALogMailLink, .wfALogViewLink { |
| 192 | display: block; |
| 193 | position: absolute; |
| 194 | padding: 0 0 0 18px; |
| 195 | margin: 0; |
| 196 | right: 10px; |
| 197 | top: 0px; |
| 198 | background-repeat: no-repeat; |
| 199 | font-weight: normal; |
| 200 | } |
| 201 | .wfALogMailLink { |
| 202 | background-image: url(../images/icons/email_go.png); |
| 203 | } |
| 204 | .wfALogViewLink { |
| 205 | background-image: url(../images/icons/magnifier.png); |
| 206 | } |
| 207 | #wfActivity { position: relative; } |
| 208 | h3.wfConfigHeading { |
| 209 | font-size: 22px; |
| 210 | color: #777; |
| 211 | font-family: Georgia; |
| 212 | font-style: italic; |
| 213 | font-weight: normal |
| 214 | } |
| 215 | .wfTipText { |
| 216 | color: #777; |
| 217 | font-family: Georgia; |
| 218 | font-style: italic; |
| 219 | } |
| 220 | |
| 221 | .consoleHead { |
| 222 | position: relative; |
| 223 | padding: 0 0 0 3px; |
| 224 | font-weight: bold; |
| 225 | width: 800px; |
| 226 | } |
| 227 | .consoleHeadText { |
| 228 | font-size: 18px; |
| 229 | font-family: Georgia, serif; |
| 230 | font-style: italic; |
| 231 | color: #555; |
| 232 | font-weight: bold; |
| 233 | -webkit-font-smoothing: antialiased; |
| 234 | |
| 235 | } |
| 236 | .consoleOuter { width: 800px; } |
| 237 | .consoleInner { height: 116px; overflow: auto; z-index: 1; } |
| 238 | .bevelDiv1 { border: 1px solid #EFEFEF; } |
| 239 | .bevelDiv2 { border: 1px solid #AAA; } |
| 240 | .bevelDiv3 { border: 1px solid #555; |
| 241 | background-color: #FFFFE0; /* #FFFFF0; /* #FFEBCD; #FFFACD; */ |
| 242 | color: #000; padding: 5px; font-family: Arial; -webkit-font-smoothing: none; } |
| 243 | |
| 244 | .wfBlackCursor{ color: #FFF; } |
| 245 | .wfSecure { color: #0A0; font-weight: bold; } |
| 246 | .wfActivityLine { |
| 247 | } |
| 248 | .wfSummaryDate { float: left; margin-left: 3px; } |
| 249 | .wfSummaryMsg { float: left; margin-left: 3px; } |
| 250 | .wfSummaryResult { float: right; text-align: left; width: 280px; } |
| 251 | .wfSummaryLoading { width: 16px; height: 11px; background-image: url('../images/icons/ajaxScan.gif'); } |
| 252 | .wfSummaryBad, .wfSummaryErr { color: #A00; } |
| 253 | .wfSummaryOK { color: #0A0; } |
| 254 | .wfClear { |
| 255 | content: "."; |
| 256 | display: block; |
| 257 | height: 0; |
| 258 | width: 0; |
| 259 | line-height: 0; |
| 260 | clear: both; |
| 261 | visibility: hidden; |
| 262 | } |
| 263 | .wfSummaryFinal { |
| 264 | -webkit-font-smoothing: antialiased; |
| 265 | font-weight: bold; |
| 266 | color: #555; |
| 267 | } |
| 268 | input.wfStartScanButton { width: 160px; text-align: left; padding-left: 20px; } |
| 269 | .wferror { |
| 270 | color: #F00; |
| 271 | } |
| 272 | #wordfenceWorking { |
| 273 | padding: 2px 8px 2px 24px; |
| 274 | z-index: 100000; |
| 275 | position: fixed; |
| 276 | right: 2px; |
| 277 | bottom: 2px; |
| 278 | border: 1px solid #000; |
| 279 | background-color: #F00; |
| 280 | color: #FFF; |
| 281 | font-size: 12px; |
| 282 | font-weight: bold; |
| 283 | font-family: Arial; |
| 284 | text-align: center; |
| 285 | background-image: url('../images/icons/ajaxRed16.gif'); |
| 286 | background-position: 2px 2px; |
| 287 | background-repeat: no-repeat; |
| 288 | } |
| 289 | #paidWrap { |
| 290 | position: relative; |
| 291 | } |
| 292 | #paidCover { |
| 293 | } |
| 294 | .paidInnerMsg { |
| 295 | width: 400px; |
| 296 | margin: 200px auto 0 auto; |
| 297 | color: #000; |
| 298 | font-size: 18px; |
| 299 | font-family: Georgia, Times; |
| 300 | line-height: 1.8em; |
| 301 | text-align: center; |
| 302 | -webkit-font-smoothing: antialiased; |
| 303 | } |
| 304 | .wfMarker { |
| 305 | height: 1px; |
| 306 | width: 1px; |
| 307 | } |
| 308 | |
| 309 |