Індекс:Іван Франко. Твори в 20 тт. Т. 13. Повісті (1960).djvu/styles.css

Матеріал з Вікіджерел
#box_menu {
	margin:0 auto;
	width:19em;
	text-align:center;
	padding:0.5em 0;
}

.m_item {
 display:inline-block;
 width:3.3em;
 text-align:center;
}

.crop{
	overflow:hidden;
	width: 350px;
    height: 420px;
    position: relative;
	}

.crop img{
    min-height: 115%;
    min-width: 115%;
    position: absolute;
    margin: auto; 
	width: auto;
    height: auto;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -105%;
	}