| Current Path : /var/www/consult-e-syn/public_html/media/betterpreview/css/ |
| Current File : /var/www/consult-e-syn/public_html/media/betterpreview/css/preview.css |
/**
* @package Better Preview
* @version 6.9.0
*
* @author Peter van Westen <info@regularlabs.com>
* @link https://regularlabs.com
* @copyright Copyright © 2023 Regular Labs All Rights Reserved
* @license GNU General Public License version 2 or later
*/
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;
}