/**
* @package phpBB Extension - Wrap It BBCode
* @copyright (c) 2024 Sniper_E - http://sniper-e.net
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*/

.media-wrap { text-align: center; }
.wrapit-title { font-family: Cambria;margin-top: 25px;margin-bottom: -40px;color:#A47756;font-size: 1.6em;font-style: italic; }
.header-leftcorner { width: 25px;height: 88px;background-image: url("./images/wrapit/header-leftcorner.png"); }
.header-left { min-width: 45px;height: 88px;background-image: url("./images/wrapit/header-leftwrap.png");background-position: 0% 0%; }
.header-center { width: 250px;height: 88px;background-image: url("./images/wrapit/header-centerwrap.png"); }
.header-right { min-width: 45px;height: 88px;background-image: url("./images/wrapit/header-rightwrap.png");background-position: 100% 0%; }
.header-rightcorner { width: 25px;height: 88px;background-image: url("./images/wrapit/header-rightcorner.png"); }
.left-wrap { width: 25px;background-image: url("./images/wrapit/left-wrap.png");background-position: 0% 50%; }
.center-wrap { height: auto;background: #000; }
.right-wrap { width: 25px;background-image: url("./images/wrapit/right-wrap.png");background-position: 100% 50%; }
.footer-leftcorner {width: 25px;height: 58px;background-image: url("./images/wrapit/footer-leftcorner.png"); }
.footer-left { min-width: 45px;width: fill;height: 58px;background-image: url("./images/wrapit/footer-leftwrap.png");background-position: 0% 0%; }
.footer-center { width: 250px;height: 58px;background-image: url("./images/wrapit/footer-centerwrap.png"); }
.footer-right { min-width: 45px;height: 58px;background-image: url("./images/wrapit/footer-rightwrap.png");background-position: 100% 0%; }
.footer-rightcorner { width: 25px;height: 58px;background-image: url("./images/wrapit/footer-rightcorner.png"); }
