diff --git a/index.html b/index.html index 6d8cbe6..fe0559b 100644 --- a/index.html +++ b/index.html @@ -327,6 +327,55 @@ gap: 10px; margin-left: 10px; } + + /* v1.5 Notice Banner */ + .v15-notice-banner { + background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); + border-radius: 12px; + padding: 20px 30px; + margin: 20px auto 30px; + max-width: 900px; + box-shadow: 0 4px 15px rgba(0,0,0,0.2); + border: 2px solid rgba(255,255,255,0.3); + } + + .v15-banner-content { + text-align: center; + color: white; + } + + .v15-banner-title { + margin: 0 0 12px 0; + font-size: 28px; + font-weight: 700; + text-shadow: 2px 2px 4px rgba(0,0,0,0.3); + } + + .v15-banner-text { + margin: 0 0 15px 0; + font-size: 18px; + line-height: 1.6; + text-shadow: 1px 1px 2px rgba(0,0,0,0.2); + } + + .v15-banner-link { + display: inline-block; + background-color: white; + color: #667eea; + padding: 12px 32px; + border-radius: 8px; + text-decoration: none; + font-weight: 700; + font-size: 18px; + box-shadow: 0 2px 8px rgba(0,0,0,0.2); + transition: all 0.3s ease; + border: 2px solid white; + } + + .v15-banner-link:hover { + transform: scale(1.05); + box-shadow: 0 4px 12px rgba(0,0,0,0.3); + } @@ -1181,6 +1230,24 @@