diff --git a/sq2bs.css b/sq2bs.css index 22c7f3c..80f5a59 100644 --- a/sq2bs.css +++ b/sq2bs.css @@ -182,7 +182,7 @@ li.search-item:hover { .float-tooltip { background-color: hsl(0, 0%, 16%); position: absolute; - transition: .5s; + transition: .3s; cursor: pointer; } @@ -214,6 +214,10 @@ input.equipment-input { font-weight: bold; } +.spell-expand { + cursor: pointer; +} + .scaled-font { font-size: 2.5rem; } @@ -223,6 +227,11 @@ input.equipment-input { font-weight: bold; } +.spellcost-tooltip b { + font-size: 2.1875rem !important; + font-weight: bold; +} + .warning { color: #ff8180; font-size: 1.875rem; @@ -256,6 +265,10 @@ input.equipment-input { font-size: .625rem; } + .spellcost-tooltip b { + font-size: .625rem !important; + } + .scaled-item-icon { width: 3.2rem; } @@ -295,6 +308,10 @@ input.equipment-input { font-size: .78rem; } + .spellcost-tooltip b { + font-size: .78rem !important; + } + .scaled-item-icon { width: 4rem; } @@ -412,6 +429,10 @@ input.equipment-input { box-shadow: 0rem 0rem 1.25rem 0.1875rem black; } - .dark-shadow-sm { +.dark-shadow-sm { box-shadow: 0rem 0rem 0.625rem 0.125rem black; +} + +.border-dark-7 { + border-color:hsl(0, 0%, 14%) !important; } \ No newline at end of file diff --git a/sq2bs.html b/sq2bs.html index b08dec5..99825e7 100644 --- a/sq2bs.html +++ b/sq2bs.html @@ -333,8 +333,8 @@