/** * Advanced Custom Fields Viewer * Theme: Light * Author: Joseph Fusco http://josephfus.co/ */ html.acfv-active { overflow-y: hidden !important; } .acfv-btn-icon { max-width: 100%; height: 60px; fill: #555; } #acfv-current-viewer, #acfv-options-viewer { margin: 0; padding: 5px; } #acfv-wrap { position: fixed; display: table; background-color: #EEE; color: #333; font-size: 14px; font-family: monospace; height: 100%; width: 80%; top: 0; left: -100%; padding: 10px; z-index: 99999; -webkit-transition: left 0.2s ease; -moz-transition: left 0.2s ease; -o-transition: left 0.2s ease; transition: left 0.2s ease; } #acfv-click-layer{ z-index: 99998; position: fixed; top: 0; left: -100%; height: 100%; width: 100%; background-color: transparent; } #acfv-click-layer.acfv-open { left: 0; } #acfv-wrap.acfv-open { left: 0; } #acfv-wrap h2 { font-size: 16px; font-weight: 200; line-height: 1.1; text-align: right; } #acfv-wrap.adminbar-visible { top: 32px; } #acfv-wrap.adminbar-visible table tr td { padding-bottom: 30px; } #acfv-wrap pre { word-break: break-all; white-space: pre-wrap; overflow-y: auto; background-color: #DDD; line-height: 1.2; max-width: 100%; width: 100%; border-radius: 0 4px 4px 4px; border: none; height: 100%; margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px; line-height: 1.1; color: #333; } #acfv-wrap pre::selection { background-color: #16E4A4; color: #5ee8bf; } #acfv-wrap pre::-moz-selection { background-color: #16E4A4; color: #5ee8bf; } #acfv-wrap table { height: 100%; width: 100%; border: none; } #acfv-wrap table tr { height: 100%; } #acfv-wrap table tr td{ vertical-align: top; height: 100%; position: relative; padding: 0; overflow-y: auto; border: none; } span.acfv-label { position: absolute; bottom: 0; left: 0; background-color: rgba(0,0,0,.6); padding: 2px 10px; width: 100%; border-radius: 0 0 4px 4px; } .acfv-btn-col { width: 160px } .acfv-spacer { border-top: 1px solid #E5E5E5; border-bottom: 1px solid #EEEEEE; width: 150px; display: block; margin: 10px 0; } .acfv-btn { display: block; cursor: pointer; text-align: center; width: 150px; background-color: #DDD; padding: 18px 20px; border-radius: 4px; box-shadow: 0px 3px 0px #BBB; color: #555; font-family: monospace; margin-bottom: 15px; margin-right: 10px; -webkit-transition: color 0.1s ease; -moz-transition: color 0.1s ease; -o-transition: color 0.1s ease; transition: color 0.1s ease; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .acfv-btn.acfv-active { background-color: #BCBCBC; box-shadow: 0px 0px 0px #555; -webkit-transform: translateY(3px); transform: translateY(3px); } .acfv-btn:hover, .acfv-btn:focus { text-decoration: none; color: #888; } .acfv-btn:active { -webkit-transform: translateY(3px); transform: translateY(3px); box-shadow: 0px 0px 0px #555; } .acfv-link { color: #777; } .acfv-link span { height: 30px; width: 30px; font-size: 30px; } .acfv-link:hover, .acfv-link:focus { text-decoration: none; color: #888; } .acfv-footer { position: absolute; bottom: 30px; } .acfv-footer a { text-decoration: none; } #acfv-toggle { position: fixed; z-index: 99999; top: 10px; left: 10px; opacity: 0; padding: 0; -webkit-transition: opacity 0.1s ease; -moz-transition: opacity 0.1s ease; -o-transition: opacity 0.1s ease; transition: opacity 0.1s ease; } #acfv-toggle:hover { opacity: 1; } #acfv-toggle.adminbar-visible { top: 42px; }