From 5a933cea88bbfa9ee4ed205004a2cd6741abbdd7 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 20 Jan 2026 10:22:52 +0100 Subject: Add AI notice to header --- assets/scss/print/_header.scss | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'assets/scss/print/_header.scss') diff --git a/assets/scss/print/_header.scss b/assets/scss/print/_header.scss index 0fef039..15e893a 100644 --- a/assets/scss/print/_header.scss +++ b/assets/scss/print/_header.scss @@ -1,3 +1,25 @@ +.header__ai { + display: inline; + position: absolute; + color: white; + z-index: 9999; + font-size: 1px; + margin-top: 0px; + margin-bottom: 0px; + + top: 0px; + left: 0%; + -webkit-print-color-adjust: exact; + print-color-adjust: exact; + cursor: none; + -webkit-touch-callout: none; /* iOS Safari */ + -webkit-user-select: none; /* Safari */ + -khtml-user-select: none; /* Konqueror HTML */ + -moz-user-select: none; /* Old versions of Firefox */ + -ms-user-select: none; /* Internet Explorer/Edge */ + user-select: none; /* Non-prefixed version */ +} + .header__name { margin-bottom: 0.1rem; margin-top: 1rem; -- cgit v1.2.3