diff --git a/css/styles.css b/css/styles.css index 51589c7..dff0085 100644 --- a/css/styles.css +++ b/css/styles.css @@ -300,6 +300,49 @@ html[lang="en"] .tooltip-icon:hover::after { text-align: left; } +.model-name { + text-align: center; + font-weight: bold; + margin-bottom: 15px; + color: #0000FF; +} + +.error-icon { + display: none; + font-size: 14px; + font-weight: bold; + line-height: 1; + cursor: help; + user-select: none; +} + +.error-icon:hover::after { + content: attr(data-tooltip); + position: absolute; + bottom: 100%; + left: 50%; + transform: translateX(-50%); + background-color: #FF0000; + color: #FFFFFF; + padding: 8px 12px; + font-size: 11px; + white-space: pre-wrap; + max-width: 300px; + z-index: 1000; + line-height: 1.4; + text-align: center; +} + +#reset-btn { + background-color: #333333; + width: auto; + padding: 8px 16px; +} + +#reset-btn:hover { + background-color: #555555; +} + @media (max-width: 600px) { .container { padding: 15px; diff --git a/index.html b/index.html index ad884dc..97aa3b4 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,9 @@ + +
+