This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| style:local [2026/02/24 18:48] – 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 */ |
| - | /* Cookie Banner Custom Styling — Ad-hominem Template | + | body { outline: 6px solid red !important; } |
| - | /* ------------------------------------------------------- */ | + | |
| - | /* Hide OK button and 'More information' | + | /* (keep your cookie |
| - | #cookie-notice .button, | + | |
| - | # | + | |
| - | display: none !important; | + | |
| - | } | + | |
| - | + | ||
| - | /* Slimmer, cleaner banner | + | |
| - | # | + | |
| - | padding: 6px 14px !important; | + | |
| - | font-size: 0.9em !important; | + | |
| - | line-height: | + | |
| - | } | + | |
| - | + | ||
| - | /* Dark theme improvements */ | + | |
| - | # | + | |
| - | background-color: | + | |
| - | color: #e0e0e0 !important; | + | |
| - | border-top: 1px solid #444 !important; | + | |
| - | } | + | |
| - | + | ||
| - | /* Optional: shrink cookie icon */ | + | |
| - | # | + | |
| - | height: 18px !important; | + | |
| - | width: auto !important; | + | |
| - | margin-right: | + | |
| - | } | + | |
| </ | </ | ||