﻿/*************************
 mybb.ru, 
 Стиль для скрипта: контейнер с ограниченным временем отображения;
 от 06.09.2020; v1;
 Author: Deff
*************************/

/*Cтиль к скрипту: Вставка  постов в конец темы по времени by Deff*/
.post-content div[class^="time_limited_"] {
  visibility : hidden;
  position:relative;
  padding:20px;
  border:12px solid #4EF7FC;
  border-radius:20px;
  margin-top:63px;
}
.post-content .display_time {
  box-sizing:border-box;
  color: #4EF7FC;
  font: normal normal 400 11px/normal Verdana; /*Размер шрифта меняет оступы текста*/
  padding-top:12px;
  height: 63px;
  width:240px;
  color: #fff;

  text-align: center!important;
  display:inline-block;
  position:absolute;
  background: #000;
  margin:auto auto 12px  auto!important;
  left:0; right:0;
  bottom: 100%;
}
.post-content .display_time  span[class$="_blk"]{
  display:inline-block;
  //margin-top:-11px;
}
.post-content .display_time  name{
  font-size:9px;
  font-family: Impact;
  display:block;
}
.post-content .display_time sep,
.post-content .display_time .num_fld {
  display:inline-block;
  width:22px;
  height:29px;
  margin:0 2px!important;
  /*outline:red solid 1px;*/
  color: #4EF7FC;
  background: center top no-repeat;
  background-size: cover;
  font: normal normal 400 40px/26px Tahoma;
  letter-spacing:0;
}
.post-content .display_time sep{
  width:7px;
  opacity: 1;
  transition: .5s;
}
 .display_time inline {
  display:inline-block;
  position:absolute;
  margin-top:-4px!important;
  margin-left:-4px!important;
}
.post-content .display_time sep.unvis{
  opacity: 0;
  transition: .5s;
}
.post-content .display_time sep.unvis1{
  opacity: 0.8;
  transition: .5s;
}
.wrap_DV input{text-align:center}
.wrap_DV font[color="red"]{font-size:130%;}