Current Path :
/
home
/
zrcdevco
/
public_html
/
zrcprod
/
media
/
betterpreview
/
css
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/zrcdevco/public_html/zrcprod/media/betterpreview/css/preview.css
/** * @package Better Preview * @version 6.2.2PRO * * @author Peter van Westen <info@regularlabs.com> * @link http://www.regularlabs.com * @copyright Copyright © 2019 Regular Labs All Rights Reserved * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL */ div.betterpreview_message, div.betterpreview_error { position: fixed; top: 0; right: 0; padding: 7px 20px; width: 100%; text-align: center; font-weight: bold; font-size: 13px; line-height: 18px; color: #ffffff; background-color: #666666; z-index: 2000; opacity: 0.7; filter: alpha(opacity=70); cursor: pointer; } div.betterpreview_message:before, div.betterpreview_error:before { display: 'block'; content: 'x'; float: right; } div.betterpreview_error { top: 32px; background-color: #9d261d; }