<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * ViperFish Framework
 *
 * @author fish &lt;fish@archa.cz&gt;
 * @package viper
 * @version 0.1
 *
 * @author fish &lt;fish@archa.cz&gt;
 * @css for error_msgbox
 * @version 0.1
 *
 */

div.msgbox {
  width:99%;
  margin:0 auto;
  margin-top:10px;
  margin-bottom:10px;
  border:3px solid #f6e5da;
}

div.msgbox div.head {
  text-align:left;
  background:#a50c07;
  padding:10px;
  text-transform:uppercase;
  color:white;
  font-weight:bold;
}

div.msgbox div {
  padding:10px;
  font-weight:bold;
  color:#8e0703;
}
</pre></body></html>