Шаблон:Item/styles.css: различия между версиями
Нет описания правки |
Нет описания правки |
||
(не показано 10 промежуточных версий этого же участника) | |||
Строка 3: | Строка 3: | ||
text-align: center; | text-align: center; | ||
margin: 0 auto; | margin: 0 auto; | ||
border: 1px solid # | border: 1px solid #314755; | ||
padding: 0; | padding: 0; | ||
} | } | ||
Строка 9: | Строка 9: | ||
.item .item-title { | .item .item-title { | ||
color: #eae5b1; | color: #eae5b1; | ||
font- | font-weight: bold; | ||
font-size: 1.4rem; | font-size: 1.4rem; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
border-bottom: none; | border-bottom: none; | ||
background-color: # | background-color: #081f2e; | ||
padding: 15px | padding: 15px 5px 5px 5px !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: # | background-color: #081f2e; | ||
display: flex; | |||
justify-content: center; | |||
} | } | ||
Строка 53: | Строка 55: | ||
.item .item-type { | .item .item-type { | ||
padding: 10px 0; | padding: 10px 0; | ||
border-top: 1px solid # | border-top: 1px solid #314755; | ||
border-bottom: 1px solid # | border-bottom: 1px solid #314755; | ||
background-color: # | background-color: #183344; | ||
font-family: BeaufortforLoL; | font-family: BeaufortforLoL; | ||
font-size: 14px; | font-size: 14px; | ||
Строка 70: | Строка 72: | ||
color: #649ec0; | color: #649ec0; | ||
font-style: italic; | font-style: italic; | ||
background-color: # | background-color: #081f2e; | ||
padding: 10px | padding: 10px; | ||
} | } | ||
.item .item- | .item .item-skills { | ||
display: flex; | |||
flex-flow: column wrap; | |||
background: #031e2f; | |||
padding: 10px 5px 5px 5px; | |||
gap: 10px; | |||
padding: 10px 5px 5px 5px | |||
} | } | ||
Строка 88: | Строка 88: | ||
line-height: 15px; | line-height: 15px; | ||
display: flex; | display: flex; | ||
padding: 0 10px; | |||
font-size:12px; | font-size:12px; | ||
} | } |
Текущая версия от 06:43, 12 января 2024
.item { width: 346px; text-align: center; margin: 0 auto; border: 1px solid #314755; padding: 0; } .item .item-title { color: #eae5b1; font-weight: bold; font-size: 1.4rem; text-transform: uppercase; border-bottom: none; background-color: #081f2e; padding: 15px 5px 5px 5px !important; text-shadow: 2px 2px 2px #223038; } .item .item-icon { padding: 10px 0 20px 0; background-color: #081f2e; display: flex; justify-content: center; } .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 #314755; border-bottom: 1px solid #314755; background-color: #183344; 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: #081f2e; padding: 10px; } .item .item-skills { display: flex; flex-flow: column wrap; background: #031e2f; padding: 10px 5px 5px 5px; gap: 10px; } .item .item-rune-description .item-rune-body { color: #eae7c1; line-height: 15px; display: flex; padding: 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: #efefef; background-color: #0f2c45; padding: 10px 0; } .item .item-min-cost { color: #efefef; font-weight: bold; } .item .item-min-cost span { color: #efde22; } .item .item-deposit { color: #efefef; font-weight: bold; } .item .item-deposit span { color: #efde22; }