Показать сообщение отдельно
  #2 (permalink)  
Старый 03.05.2014, 13:30
Новичок на форуме
Отправить личное сообщение для Zorila Посмотреть профиль Найти все сообщения от Zorila
 
Регистрация: 23.01.2014
Сообщений: 7

кажется я понял дело в css(
*{
    font-family: Areal;
}
.b-container{
    width:200px;
    height:150px;
    background-color: #ccc;
    margin:0px auto;
    padding:10px;
    font-size:30px;
    color: #fff;
}
.b-popup{
    width:100%;
    min-height:100%;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:0px;
}
.b-popup .b-popup-content{
    margin:40px auto 0px auto;
    width:560px;
    height: 315px;
    padding:10px;
    background-color: #c5c5c5;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;
}
Ответить с цитированием