diff --git a/index.html b/index.html index 1b6e9e4..f8f1b8d 100644 --- a/index.html +++ b/index.html @@ -179,7 +179,22 @@ button:disabled { font-size: 20px; box-shadow: var(--pip-glow); opacity: 0; transition: visibility 0.4s, opacity 0.4s linear; } .toast.show { visibility: visible; opacity: 1; } - +/* --- V.A.T.S. Hover Tooltip --- */ +#vats-tooltip { + position: fixed; + background: var(--pip-panel-solid); + border: 2px solid var(--pip-color); + color: var(--pip-color); + padding: 10px; + font-family: 'VT323', monospace; + text-transform: uppercase; + box-shadow: var(--pip-glow); + pointer-events: none; /* Prevents the tooltip from blocking your clicks */ + z-index: 10000; + display: none; + font-size: 18px; + line-height: 1.2; +} /* --- Map Settings (Filter Removed for Accurate Colors) --- */ .map { position: absolute; left: 260px; right: 260px; top: 0; bottom: 150px; @@ -357,7 +372,7 @@ button:disabled {
-

ROBCO OS v1.3

+

ROBCO OS v1.5

@@ -372,11 +387,23 @@ button:disabled {
-
- - +
+
+ + +
+
+ + +
-
@@ -387,7 +414,7 @@ button:disabled {
-
+
@@ -397,6 +424,11 @@ button:disabled {
+ +
+ + +
@@ -422,7 +454,7 @@ button:disabled {
-

ROBCO STRAT-COMv1.3

+

ROBCO STRAT-COMv1.5

@@ -829,65 +861,58 @@ button:disabled {