﻿/******************************************************************
  Cтиль к скрипту: 
 "Всплываюшая таблица с вкладками, в топике, с инфой о персонаже"
******************************************************************/
/*Стиль иконки в мини-профиле*/
img.a-info{
  padding:2px;
  display:block!important;
  cursor:pointer;
  /*border-radius:50%;*/
  position:absolute;
  text-align:left!important;
}
/* Затемняющий фон */
#pre-wrap {
 margin:0;
 top:0;bottom:0;
 left:0;right:0;
 width:100%;
 height:100%;
 position:fixed;
 z-index:20000;
 background: rgba(0,0,0,.65);
}
/*Подвижка иконки закрытия таблички*/
.my-tabs > img.close {
float: right;
width: 26px;
z-index: 100;
margin-left: 72px !important;
margin-top: 49px !important;
position: absolute;
}
/* Корневой таб(UL) */
.my-tabs{
 display:block;
 z-index:30000;
 position:absolute;
 max-height:300px;  /*максимальная высота таблички*/
}
/* Стиль "Ушка" вкладок */
.my-tabs>span{
 opacity:1;
 color:#ddcca3;
 cursor:pointer;
 display:block!important;
 position:relative; z-index:12;
 padding:4px;
 padding-top: 9px;
 height: 17px!important;
 margin-right: 2px;
 margin-left: -1px;
 margin-bottom:-4px!important;
 text-align:center;
 padding-right:6px;
 text-shadow: 0px 0px 3px rgba(72, 0, 0, 0.75);
 font: normal 20px "Medieval_English";
 float:left;
}
/* Cдвиг самого первого "Уха" */
.my-tabs>span:first-child{
 margin-left: 8px;
}
/* Активное "Ушко" */
.my-tabs>span.selected{
 opacity:1;
 border-bottom-color:transparent!important;
}
/* Стиль вкладки(LI)*/
.my-tabs>.tab-a{
 width:100%;
 height:100%;
 position:relative;z-index:1;
 display:none;
 overflow-y:auto;
 overflow-x:hidden;  
 text-align:center;
 vertical-align:middle;
 padding:0px 12px!important;
 border-style:solid; 
border-width: 24px 24px 24px 25px; -moz-border-image: url(http://thelastclan.rusff.ru/files/0016/ce/97/57446.jpg) 24 24 24 25 round; -webkit-border-image: url(http://thelastclan.rusff.ru/files/0016/ce/97/57446.jpg) 24 24 24 25 round; -o-border-image: url(http://thelastclan.rusff.ru/files/0016/ce/97/57446.jpg) 24 24 24 25 round; border-image: url(http://thelastclan.rusff.ru/files/0016/ce/97/57446.jpg) 24 24 24 25 fill round;
}
/*Отступ контента вкладки сверху*/
.tab-a .post-content{
 margin-top:0.4em;
 text-align:left;
 display:inline-block;
}