.tenon-result .certainty, .tenon-result .priority { padding: 2px; border-radius: 2px; text-shadow: 1px 1px #000; } .tenon-result .am-meta, .tenon-result .meta { font-family: Arial, sans-serif; } .tenon-result .high, .tenon-result .high .dashicons { font-weight: 700; color: white; background: red; } .tenon-result .medium, .tenon-result .medium .dashicons { font-weight: 700; color: black; background: yellow; text-shadow: 1px 1px #fff; } .tenon-result .low, .tenon-result .low .dashicons { color: white; background: dark-green; } .tenon-result { padding: 1em; margin-bottom: 2em; } .tenon-result.highlight-error { background: #fff !important; border-left: 6px solid red; } .tenon-result:nth-of-type(even), .tenon-report tr:nth-of-type(even) { background: rgb( 240,240,240 ); } .tenon-report td { position: relative; overflow: visible; } .no-js .codepanel { display: none; } .codepanel { left: -2em; position: absolute; background: #e6e6e6; padding: .5em; z-index: 10; width: 24em; } .codepanel code { background: #e6e6e6; color: #222; } button.close { border: none; background: none; padding: 0; margin: 0; margin: 0 0 2px 2px; float: right; color: darkred; } button.close:hover, button.close:focus { background: #fff; } .error-total { text-align: center; line-height: 1.2; background: rgba( 0,0,0,.05 ); padding: .25em; } .error-total span { display: block; font-size: 4em; } #am_total, #am_tested { width: 4em; } #am_schedule { width: 10em; } #am_report_div pre { overflow: scroll; background: #f3f3f3; } #am_report_div code { background: transparent; } .no-js .report-settings { display: none; } .post-type-tenon-report .misc-pub-visibility { display: none; } #access-monitor h1 .dashicons-universal-access { font-size: 1.3em; width: 1.3em; } .tenon-result code, .tenon-result pre { margin: 1em 0!important; padding: .5em!important; white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ } #am-errors { display: none; } .tenon-results { position: fixed; z-index: 10000; background: #f3f3f3; color: #333; border-top: 3px solid #666; overflow: scroll; bottom: 0; height: 50%; width: 100%; padding: 1em; text-align: left; font-size: 12px; } .tenon-results p { font-size: 1.2em; } .tenon-results h2 { font-size: 1.6em; text-transform: initial; } .tenon-results h3 { font-size: 1.4em; text-transform: initial; } .tenon-results button { position: fixed; right: 2em; } .tenon-view-container { position: relative; } .tenon-view-container button { position: absolute; top: 0; right: 0; left: auto!important; } .tenon-view-container h3 { font-size: 1.1em; } .tenon-results .tenon-result, .tenon-results h2 { padding: .5em; max-width: 760px; margin: 0 auto .5em; } .tenon-result a, .tenon-error-comment a { text-decoration: underline !important; border: none !important; color: #22a !important; } .tenon-result a:hover, .tenon-result a:focus, .tenon-error-comment a:hover, .tenon-error-comment a:focus { text-decoration: none !important; } .tenon-error { position: relative; display: inline; } .toggle-results .dashicons { width: auto; height: auto; font-size: inherit; vertical-align: middle; } .toggle-view { padding: .1em!important; font-size: 1.5em!important; width: 1.2em !important; height: 1.2em !important; z-index: 5; position: absolute; top: 0px !important; left: -1.6em !important; color: #fff !important; background-color: #900 !important; border-radius: 4px !important; border: 1px solid transparent !important; text-decoration: none !important; } .toggle-view .dashicons { position: relative; left: -3px; display: inline-block; min-width: 1em !important; margin: 0; } .tenon-updating { font-family: dashicons !important; } .tenon-updating.animating { animation-name: tenon-updating; animation-duration: 6s; animation-iteration-count: 10; } .tenon-updating.complete { color: #7f7; } @keyframes tenon-updating { 0% { transform: rotate( 45deg ); } 12.5% { transform: rotate( 90deg ); } 25% { transform: rotate( 136deg ); } 37.5% { transform: rotate( 180deg ); } 50% { transform: rotate( 225deg ); } 62.5% { transform: rotate( 270deg ); } 75% { transform: rotate( 315deg ); } 87.5% { transform: rotate( 360deg ); } } .toggle-view.medium { background-color: #3ff !important; color: #000 !important; } .toggle-view.low { background-color: #333 !important; color: #fff !important; } .toggle-view:hover, .toggle-view:focus, .toggle-view:active { border: 1px solid #111 !important; } .toggle-view .dashicons { width: 16px !important; height: 16px !important; font-size: 28px !important; } .tenon-error-comment { position: absolute; display: block; left: 12em; top: 0; width: 24em; padding: 1em; background: #f3f3f3; color: #333; z-index: 1000; border: 1px solid #666; } .tenon-error-comment p { margin: 0; padding: 0; line-height: 1.4; } .tenon-error-comment p * { padding: 2px; margin: 2px; } /* Xpath Data is intentionally hidden to make this view more compact */ .tenon-results .xpath-data { display: none; } .tenon-results .tenon-standards ul { margin: 0; margin-left: 2em; } .tenon-results .tenon-standards li { list-style-type: disc; line-height: 1.7; } .tenon-results p.am-meta, .tenon-results p.meta { margin-bottom: 0; } #access-monitor .hndle { cursor: auto; } .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; word-wrap: normal !important;