/* Accessibility styles chris@inathought.com */ a:focus { outline: 2px dotted red !important; } .a11y-jump-link { position: absolute; top: -100px; left: 0; width: 100%; background: black; z-index: 99999; margin: 0; padding: 10px; text-align: center; } .a11y-jump-link:focus { top: 0; } .focusable:focus { outline: none !important; } .has-focus { background: yellow; } fieldset fieldset { margin: 0 0 16px 0; } fieldset fieldset legend { border-bottom: none !important; font-size: inherit; margin: 0 !important; } fieldset p { font-size: inherit !important; line-height: 1.3 !important; } section:first-child { margin-top: 48px; } .label-search { display: none; } .a11y-toolbar { position: fixed; z-index: 99999; top: 43%; left: 0; } .a11y-toolbar ul { list-style: none; margin: 0; padding: 0; /* box-shadow: 0 0 3px #888; */ border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .a11y-toolbar ul li { display: block; height: 24px; width: 24px; } .a11y-toolbar .icon { display: inline-block; background: url('../img/sprite.png') transparent no-repeat; height: 16px; width: 16px; margin-top: 3px; } .a11y-toolbar .icon-adjust { background-position: 0 0; } .a11y-toolbar .icon-tint { background-position: 0 -16px; } .a11y-toolbar .icon-font { background-position: 0 -32px; } .a11y-toolbar .icon-white.icon-adjust { background-position: -16px -16px; } .a11y-toolbar .icon-white.icon-tint { background-position: -16px 0; } .a11y-toolbar .icon-white.icon-font { background-position: -16px -32px; } .a11y-toolbar ul li a { display: block; height: 24px; width: 24px; background: #e2e2e2; text-align: center; line-height: 24px; border-top: 1px solid #f5f5f5; border-bottom: 1px solid #d2d2d2; } .a11y-toolbar ul li a:hover { background: #0066cc; } .a11y-toolbar ul li a.active { background: #0066cc; } .a11y-toolbar ul li:first-child a { border-top-right-radius: 4px; } .a11y-toolbar ul li:last-child a { border-bottom-right-radius: 4px; } .a11y-toolbar .offscreen { display: none; }