|
|
@ -312,6 +312,7 @@ header a { |
|
|
|
white-space: nowrap; |
|
|
|
white-space: nowrap; |
|
|
|
text-overflow: ellipsis; |
|
|
|
text-overflow: ellipsis; |
|
|
|
overflow: hidden; |
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
} |
|
|
|
.equipName:hover { |
|
|
|
.equipName:hover { |
|
|
|
background: linear-gradient(45deg,rgba(76,113,126,0.66),rgba(113,169,189,00.66)); |
|
|
|
background: linear-gradient(45deg,rgba(76,113,126,0.66),rgba(113,169,189,00.66)); |
|
|
@ -323,9 +324,8 @@ header a { |
|
|
|
font-size: 18px; |
|
|
|
font-size: 18px; |
|
|
|
text-align: left; |
|
|
|
text-align: left; |
|
|
|
} |
|
|
|
} |
|
|
|
.equipEnhancement:hover { |
|
|
|
.equipEnhancement .editOverlay { |
|
|
|
background: linear-gradient(45deg,rgba(76,113,126,0.66),rgba(113,169,189,00.66)); |
|
|
|
text-align: left; |
|
|
|
outline: 2px solid hsl(180, 78%, 50%); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
.saveControls { |
|
|
|
.saveControls { |
|
|
|
margin-top: 10px; |
|
|
|
margin-top: 10px; |
|
|
@ -418,15 +418,25 @@ header a { |
|
|
|
"enhance1 enhance2 enhance2 enhance2" |
|
|
|
"enhance1 enhance2 enhance2 enhance2" |
|
|
|
"variance1 variance2 variance2 variance2" |
|
|
|
"variance1 variance2 variance2 variance2" |
|
|
|
"weaponup mel rng tec" |
|
|
|
"weaponup mel rng tec" |
|
|
|
"ailment ailment1 ailment2 ailment3" |
|
|
|
"ailment1 ailment2 ailment3 ailment4" |
|
|
|
"class1 class2 class2 class2" |
|
|
|
"class1 class2 class2 class2" |
|
|
|
"mw1 mw2 mw2 mw2" |
|
|
|
"mw1 mw2 mw2 mw2"; |
|
|
|
|
|
|
|
margin: 10px; |
|
|
|
} |
|
|
|
} |
|
|
|
.statsDetails > div:nth-child(-n+6){ |
|
|
|
.statsDetails > div:nth-child(-n+6){ |
|
|
|
color: #97e2fc; |
|
|
|
color: #97e2fc; |
|
|
|
|
|
|
|
padding-right: 20px; |
|
|
|
} |
|
|
|
} |
|
|
|
.statsDetails > div { |
|
|
|
.statsDetails > div { |
|
|
|
border-bottom: 1px solid rgba(128,128,128,0.5); |
|
|
|
border-bottom: 1px solid rgba(128,128,128,0.5); |
|
|
|
|
|
|
|
margin-top: 5px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.statsDetails div > span { |
|
|
|
|
|
|
|
margin-top: 5px; |
|
|
|
|
|
|
|
display: inline-block; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.statsDetails div > span:first-child { |
|
|
|
|
|
|
|
margin-top: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
.augmentDetails { |
|
|
|
.augmentDetails { |
|
|
|
display: grid; |
|
|
|
display: grid; |
|
|
@ -713,6 +723,41 @@ header a { |
|
|
|
margin-right: 5px; |
|
|
|
margin-right: 5px; |
|
|
|
vertical-align: middle; |
|
|
|
vertical-align: middle; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.burn:before { |
|
|
|
|
|
|
|
content: url("./icons/status/burn.png"); |
|
|
|
|
|
|
|
margin-right: 5px; |
|
|
|
|
|
|
|
vertical-align: middle; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.freeze:before { |
|
|
|
|
|
|
|
content: url("./icons/status/freeze.png"); |
|
|
|
|
|
|
|
margin-right: 5px; |
|
|
|
|
|
|
|
vertical-align: middle; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.blind:before { |
|
|
|
|
|
|
|
content: url("./icons/status/blind.png"); |
|
|
|
|
|
|
|
margin-right: 5px; |
|
|
|
|
|
|
|
vertical-align: middle; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.panic:before { |
|
|
|
|
|
|
|
content: url("./icons/status/panic.png"); |
|
|
|
|
|
|
|
margin-right: 5px; |
|
|
|
|
|
|
|
vertical-align: middle; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.shock:before { |
|
|
|
|
|
|
|
content: url("./icons/status/shock.png"); |
|
|
|
|
|
|
|
margin-right: 5px; |
|
|
|
|
|
|
|
vertical-align: middle; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.poison:before { |
|
|
|
|
|
|
|
content: url("./icons/status/poison.png"); |
|
|
|
|
|
|
|
margin-right: 5px; |
|
|
|
|
|
|
|
vertical-align: middle; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.stun:before { |
|
|
|
|
|
|
|
content: url("./icons/status/stun.png"); |
|
|
|
|
|
|
|
margin-right: 5px; |
|
|
|
|
|
|
|
vertical-align: middle; |
|
|
|
|
|
|
|
} |
|
|
|
.clear { |
|
|
|
.clear { |
|
|
|
clear: both; |
|
|
|
clear: both; |
|
|
|
} |
|
|
|
} |
|
|
@ -1553,8 +1598,6 @@ p.adminNav hr { |
|
|
|
top:16px; |
|
|
|
top:16px; |
|
|
|
} |
|
|
|
} |
|
|
|
.equipWindow { |
|
|
|
.equipWindow { |
|
|
|
display: flex; |
|
|
|
|
|
|
|
flex-direction: column; |
|
|
|
|
|
|
|
min-height: 440px; |
|
|
|
min-height: 440px; |
|
|
|
} |
|
|
|
} |
|
|
|
.itemDetailsGridTop { |
|
|
|
.itemDetailsGridTop { |
|
|
@ -1570,8 +1613,8 @@ p.adminNav hr { |
|
|
|
"ability fixa" |
|
|
|
"ability fixa" |
|
|
|
"augment augment"; |
|
|
|
"augment augment"; |
|
|
|
grid-template-columns: repeat(2,minmax(0,1fr)); |
|
|
|
grid-template-columns: repeat(2,minmax(0,1fr)); |
|
|
|
margin: 10px; |
|
|
|
margin: 5px 10px 0 10px; |
|
|
|
flex: 1; |
|
|
|
padding-top: 5px; |
|
|
|
} |
|
|
|
} |
|
|
|
.itemDetailsIcon { |
|
|
|
.itemDetailsIcon { |
|
|
|
grid-area: icon; |
|
|
|
grid-area: icon; |
|
|
@ -1630,13 +1673,13 @@ p.adminNav hr { |
|
|
|
.itemDetailsAugment { |
|
|
|
.itemDetailsAugment { |
|
|
|
margin: 15px 0 0 0; |
|
|
|
margin: 15px 0 0 0; |
|
|
|
grid-area: augment; |
|
|
|
grid-area: augment; |
|
|
|
|
|
|
|
min-height: 145px; |
|
|
|
} |
|
|
|
} |
|
|
|
.itemDetailsAugmentWrapper { |
|
|
|
.itemDetailsAugmentWrapper { |
|
|
|
margin: 10px 0 0 0; |
|
|
|
margin: 10px 0 0 0; |
|
|
|
display: grid; |
|
|
|
display: grid; |
|
|
|
grid-template-columns: repeat(auto-fit,minmax(125px, 1fr)); |
|
|
|
grid-template-columns: repeat(auto-fit,minmax(125px, 1fr)); |
|
|
|
gap: 10px 30px; |
|
|
|
gap: 10px 30px; |
|
|
|
flex: 1; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
.itemDetailsAugmentWrapper > div { |
|
|
|
.itemDetailsAugmentWrapper > div { |
|
|
|
background-color:rgba(0,0,0,0.33); |
|
|
|
background-color:rgba(0,0,0,0.33); |
|
|
|