/**
* @package phpBB Extension - TV Wrap 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;margin: 5px 0; }
.headertv-leftcorner { width: 8px;background: #333;border-top: solid 1px #555;border-left: solid 1px #555; }
.headertv-center { height: 8px;background: #333;border-top: solid 1px #555;border-bottom: solid 1px #111; }
.headertv-rightcorner { width: 8px;background: #333;border-top: solid 1px #555;border-right: solid 1px #555; }
.lefttv-wrap { width: 8px;background: #333;border-left: solid 1px #555;border-right: solid 1px #111; }
.centertv-wrap { background: #000; }
.righttv-wrap { width: 8px;background: #333;border-right: solid 1px #555;border-left: solid 1px #111; }
.footertv-leftcorner { width: 8px;background: #333;border-left: solid 1px #555;border-bottom: solid 1px #555; }
.footertv-center { height: 8px;background: #333;border-bottom: solid 1px #555;border-top: solid 1px #111; }
.footertv-rightcorner { width: 8px;background: #333;border-right: solid 1px #555;border-bottom: solid 1px #555; }
.tvstand-leftcorner {width: 8px; }
.tvstand-left { min-width: 27px;background-image: url("./images/tvwrap/tvstand-left.png");background-repeat: no-repeat;background-position: 30% 0%; }
.tvstand-center {width: 19px;height: 19px;background-image: url("./images/tvwrap/power-button.png");background-repeat: no-repeat;background-position: 50% 0%; }
.tvstand-right { min-width: 27px;background-image: url("./images/tvwrap/tvstand-right.png");background-repeat: no-repeat;background-position: 70% 0%; }
.tvstand-rightcorner { width: 8px; }
