This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| style:local [2026/02/24 18:41] – created dadm1n | style:local [2026/02/24 18:51] (current) – dadm1n | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| <css> | <css> | ||
| - | /* ------------------------------------------------------- | + | /* TEST: should draw a red outline around the whole page */ |
| - | /* | + | body { outline: 6px solid red !important; } |
| - | /* ------------------------------------------------------- */ | + | |
| - | /* Hide OK button and 'More info' link */ | + | /* (keep your cookie |
| - | # | + | |
| - | # | + | |
| - | display: none !important; | + | |
| - | } | + | |
| - | + | ||
| - | /* Slimmer, cleaner banner */ | + | |
| - | # | + | |
| - | padding: 6px 14px !important; | + | |
| - | line-height: | + | |
| - | font-size: 0.9em !important; | + | |
| - | opacity: 0.95; /* optional – slight transparency */ | + | |
| - | } | + | |
| - | + | ||
| - | /* Improve readability on dark theme */ | + | |
| - | # | + | |
| - | background-color: | + | |
| - | color: #e0e0e0 !important; | + | |
| - | border-top: 1px solid #444 !important; | + | |
| - | } | + | |
| - | + | ||
| - | /* Optional: shrink any cookie | + | |
| - | # | + | |
| - | height: 18px !important; | + | |
| - | width: auto !important; | + | |
| - | margin-right: | + | |
| - | } | + | |
| </ | </ | ||