#acp_toolbarWrap { width: 172px; height: 100%; position: fixed; top: 0; bottom: 0; border: 0; z-index: 10000000001; font-family: 'Arial', sans-serif !important; -webkit-transition: all 400ms ease-out; -moz-transition: all 400ms ease-out; -ms-transition: all 400ms ease-out; -o-transition: all 400ms ease-out; transition: all 400ms ease-out; } #acp_toolbarWrap button.acp_hide_toolbar { border: 0; padding: 0; position: absolute; top: 10%; background-color: #4169E1 !important; background-image: url("../img/universal-access.png"); background-repeat: no-repeat; } #acp_toolbarWrap button.acp_hide_toolbar.middle { top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } #acp_toolbarWrap button.acp_hide_toolbar.bottom { top: auto; bottom: 10%; } #acp_toolbarWrap button.acp_hide_toolbar span { position: absolute; display: block; width: 100%; text-align: center; bottom: 5px; top: 39px; line-height: 12px; font-weight: 700; height: 12px; background-color: #4169E1 !important; color: white !important; } #acp_toolbarWrap button.acp_hide_toolbar.acp-icon-small { width: 38px; height: 38px; background-size: 80%; background-position: center center; overflow: hidden; } #acp_toolbarWrap button.acp_hide_toolbar.acp-icon-medium { width: 66px; height: 56px; font-size: 12px; background-position: center 5px; } #acp_toolbarWrap.right { right: 0; } #acp_toolbarWrap.right.close-toolbar { right: -172px; } #acp_toolbarWrap.right button.acp_hide_toolbar.acp-icon-small { left: -38px; } #acp_toolbarWrap.right button.acp_hide_toolbar.acp-icon-medium { left: -66px; } #acp_toolbarWrap.left { left: 0; } #acp_toolbarWrap.left.close-toolbar { left: -172px; } #acp_toolbarWrap.left button.acp_hide_toolbar.acp-icon-small { right: -38px; } #acp_toolbarWrap.left button.acp_hide_toolbar.acp-icon-medium { right: -66px; } #acp_toolbarWrap .acp-author { position: absolute; bottom: 0; right: 0; left: 0; text-align: center; background-color: transparent !important; } #acp_toolbarWrap .acp-author a { font-size: 13px; line-height: 2; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -ms-transition: all 250ms ease; -o-transition: all 250ms ease; transition: all 250ms ease; background-color: transparent !important; } #acp_toolbarWrap .acp-author a span { color: #3d3d3d !important; position: relative; z-index: 2; font-size: 13px; background-color: transparent !important; } #acp_toolbarWrap .acp-author a:before { content: ""; display: block; height: 0; position: absolute; z-index: 1; right: 0; left: 0; bottom: 0; background-color: #4169E1; -webkit-transition: all 250ms ease; -moz-transition: all 250ms ease; -ms-transition: all 250ms ease; -o-transition: all 250ms ease; transition: all 250ms ease; } #acp_toolbarWrap .acp-author a:hover, #acp_toolbarWrap .acp-author a:focus { opacity: 1; text-decoration: none; color: white !important; } #acp_toolbarWrap .acp-author a:hover:before, #acp_toolbarWrap .acp-author a:focus:before { height: 28px; } #acp_toolbar { list-style: none; padding: 0; margin: 0; background: #ddd !important; border-left: 2px solid #4169E1; position: absolute; right: 0; left: 0; top: 0; bottom: 0; } #acp_toolbar h3 { font-size: 20px; font-weight: 700; text-align: center; padding: 0 0 10px; margin: 10px 0 0; color: #171717 !important; background-color: transparent !important; } #acp_toolbar .acp-font-reset, #acp_toolbar .acp-contrast-reset { -webkit-appearance: none; background: none; border: 0; text-decoration: underline; text-align: center; } #acp_toolbar li { display: inline-block; width: 100%; margin: 0; padding: 0; border-bottom: 1px solid #ccc; background-color: transparent !important; } #acp_toolbar li button { border: 0; padding: 0 15px 0 0; display: block; width: 100%; text-align: left; line-height: 32px; background-color: transparent !important; -webkit-appearance: none; font-size: 14px; -webkit-transition: background-color 250ms ease; -moz-transition: background-color 250ms ease; -ms-transition: background-color 250ms ease; -o-transition: background-color 250ms ease; transition: background-color 250ms ease; } #acp_toolbar li button:before { display: block; content: ""; width: 0; height: 32px; position: absolute; left: 0; right: auto; background-color: #3d3d3d; -webkit-transition: width 250ms ease; -moz-transition: width 250ms ease; -ms-transition: width 250ms ease; -o-transition: width 250ms ease; transition: width 250ms ease; z-index: 1; } #acp_toolbar li button i { display: inline-block; text-align: center; font-style: normal; font-size: 18px; margin-right: 7px; position: relative; top: 2px; z-index: 2; color: #171717 !important; background-color: transparent !important; } #acp_toolbar li button span { font-size: 14px; position: relative; z-index: 2; color: #3d3d3d !important; background-color: transparent !important; } #acp_toolbar li button:hover span, #acp_toolbar li button:focus span { color: #ddd !important; } #acp_toolbar li button:hover:before, #acp_toolbar li button:focus:before { width: 100%; } #acp_toolbar li button:hover i, #acp_toolbar li button:focus i { color: #ddd !important; } #acp_toolbar li button.acp-hide { display: none; } .rtl #acp_toolbar li button { text-align: right; } .rtl #acp_toolbar li button:before { left: auto; right: 0; } .rtl #acp_toolbar li button i { margin-right: auto; margin-left: 7px; } /* disable toolbar buttons animation */ body.acp-no-toolbar-animation #acp_toolbar li button:before { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; } body.acp-dark { background: #171717 !important; color: white !important; } body.acp-bright { background: white !important; color: #171717 !important; } body.acp-dark a { color: #ffee00 !important; } body.acp-dark #acp_toolbar li button.acp-dark-btn { background-color: #3d3d3d !important; } body.acp-dark #acp_toolbar li button.acp-dark-btn span, body.acp-dark #acp_toolbar li button.acp-dark-btn i { color: #ddd !important; } body.acp-bright a { color: #4169E1 !important; } body.acp-bright #acp_toolbar li button.acp-bright-btn { background-color: #3d3d3d !important; } body.acp-bright #acp_toolbar li button.acp-bright-btn span, body.acp-bright #acp_toolbar li button.acp-bright-btn i { color: #ddd !important; } body.acp-focus a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } body.acp-grayscale { filter: url("data:image/svg+xml;utf8,#grayscale"); filter: gray; -webkit-filter: grayscale(100%); } body.acp-grayscale #acp_toolbar li button.acp-grayscale { background-color: #3d3d3d; } body.acp-readable-font * { font-family: "Arial", sans-serif !important; }