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

(MrGorun изменил модель содержимого страницы Шаблон:Item/styles.css с «обычный текст» на «Sanitized CSS»)
Метки: изменение модели содержимого ручная отмена
 
Нет описания правки
Строка 3: Строка 3:
text-align: center;
text-align: center;
margin: 0 auto;
margin: 0 auto;
border: 1px solid #394e5a;
border: 1px solid #486c81;
padding: 0;
padding: 0;
}
}
Строка 13: Строка 13:
     text-transform: uppercase;
     text-transform: uppercase;
     border-bottom: none;
     border-bottom: none;
     background-color: #2b3c46;
     background-color: #031e2f;
     padding: 15px 0 5px 0 !important;
     padding: 15px 0 5px 0 !important;
     text-shadow: 2px 2px 2px #223038;
     text-shadow: 2px 2px 2px #223038;
Строка 20: Строка 20:
.item .item-icon {
.item .item-icon {
padding: 10px 0 20px 0;
padding: 10px 0 20px 0;
background-color: #2b3c46;
background-color: #031e2f;
}
}


Строка 53: Строка 53:
.item .item-type {
.item .item-type {
padding: 10px 0;
padding: 10px 0;
border-top: 1px solid #172027;
border-top: 1px solid #486c81;
border-bottom: 1px solid #172027;
border-bottom: 1px solid #486c81;
background-color: #223038;
background-color: #0e364d;
font-family: BeaufortforLoL;
font-family: BeaufortforLoL;
font-size: 14px;
font-size: 14px;
Строка 70: Строка 70:
color: #649ec0;
color: #649ec0;
font-style: italic;
font-style: italic;
background-color: #2b3c46;
background-color: #031e2f;
padding: 10px 0;
padding: 10px 0;
}
}

Версия от 12:00, 9 апреля 2022

.item {
	width: 346px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #486c81;
	padding: 0;
}

.item .item-title {
    color: #eae5b1;
    font-family: Susan;
    font-size: 1.4rem;
    text-transform: uppercase;
    border-bottom: none;
    background-color: #031e2f;
    padding: 15px 0 5px 0 !important;
    text-shadow: 2px 2px 2px #223038;
}

.item .item-icon {
	padding: 10px 0 20px 0;
	background-color: #031e2f;
}

.item .item-gray img {
	border: 4px solid gray;
}

.item .item-white img {
	border: 4px solid #fff;
}

.item .item-green img {
	border: 4px solid #09db4b;
}

.item .item-blue img {
	border: 4px solid #03a9fc;
}

.item .item-epic img {
	border: 4px solid #7408bd;
}

.item .item-lega img {
	border: 4px solid #ff9600;
}

.item .item-icon img {
	border-radius: 10px;
}

.item .item-type {
	padding: 10px 0;
	border-top: 1px solid #486c81;
	border-bottom: 1px solid #486c81;
	background-color: #0e364d;
	font-family: BeaufortforLoL;
	font-size: 14px;
	font-weight: bold;
}

.item .item-level {
	color: #219ae0;
}

.item .item-description {
	font-family: BeaufortforLoL;
	font-size: 14px;
	color: #649ec0;
	font-style: italic;
	background-color: #031e2f;
	padding: 10px 0;
}

.item .item-second-skill .item-rune-description {
	padding: 5px !important;
}

.item .item-rune-description {
	color: #53b0bd;
	padding: 10px 5px 5px 5px !important;
	background-color: #2b3c46;
}

.item .item-rune-description .item-rune-body {
	color: #eae7c1;
	line-height: 15px;
	display: flex;
	margin: 0 10px;
	font-size:12px;
}

.item .item-rune-description .item-rune-property {
	display: block;
	color: #e0e1e2;
	font-size: 14px;
	text-align: left;
	letter-spacing: .2px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	font-family: BeaufortforLoL;
}

.item .item-rune-description .item-rune-property span {
	display: inline-block;
	color: #ffb257;
	text-transform: uppercase;
	font-size: 12px;
}

.item .item-auc-description {
	font-family: BeaufortforLoL;
	font-size: 14px;
	width: 346px;
	color: #97b7cc;
	background-color: #06233c;
	padding: 10px 0;
}

.item .item-min-cost {
	color: #97b7cc;
	font-weight: bold;
}

.item .item-min-cost span {
	color: #569bc9;
}

.item .item-deposit {
	color: #97b7cc;
	font-weight: bold;
}

.item .item-deposit span {
	color: #569bc9;
}