MediaWiki:Common.css: различия между версиями

Материал из PokePower Wiki
Перейти к навигации Перейти к поиску
(Новая страница: «.PokemonBox{ width: 170px; padding: 5px; background-position: center; background-repeat: no-repeat; background-color: #fbfbfb; border-radius:...»)
 
Строка 11: Строка 11:
 
     display: inline-block;
 
     display: inline-block;
 
     margin: 25px 10px;
 
     margin: 25px 10px;
 +
}
 +
.PokemonBox > .Image{
 +
width: 100%;
 +
height: 70px;
 +
margin-top: -25px;
 
}
 
}

Версия 01:33, 19 апреля 2020

.PokemonBox{
width: 170px;
    padding: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fbfbfb;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 25px 10px;
}
.PokemonBox > .Image{
width: 100%;
height: 70px;
margin-top: -25px;
}