Шаблон:RecipeImage/styles.css: различия между версиями

(MrGorun изменил модель содержимого страницы Шаблон:RecipeImage/styles.css с «обычный текст» на «Sanitized CSS»)
Метки: изменение модели содержимого ручная отмена
 
Нет описания правки
Строка 2: Строка 2:
height: 120px;
height: 120px;
background-color: #132833;
background-color: #132833;
border: 1px solid #667985;
border: 1px solid #394e5a;
margin: 10px;
margin: 10px;
}
}

Версия от 17:34, 24 декабря 2021

.recipe-block {
	height: 120px;
	background-color: #132833;
	border: 1px solid #394e5a;
	margin: 10px;
}

.recipe-name {
	margin-top: 8px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.item-main {
	margin: 8px 0 8px 8px;
	float: left;
}

.item-main span {
	border-width: 4px;
	border-radius: 10px;
}

.item-main span img {
	border-radius: 7px;
	margin: 0 !important;
}

.item-small-block {
	display: flex;
	flex-flow: row wrap;
	margin-top: 9px;
}

.item-small {
	margin-bottom: 5px;
	margin-left: 6px;
}

.item-small span {
	border-width: 3px;
	border-radius: 7px;
}

.item-small span img {
	border-radius: 5px;
	margin: 0 !important;
}

.item-main .item-count {
	font-size: 14px !important;
	bottom: 3px !important;
	right: 8px !important;
	text-shadow: -1px 1px 2px #000000;
}

.item-small .item-count {
	font-size: 11px !important;
	bottom: 3px !important;
	right: 6px !important;
	text-shadow: -1px 1px 2px #000000;
}