/* ==UserStyle==
@name           Alsacréations optimisé et personnalisable pour les écrans larges
@description    L'interface du site web Alsacréations a été repensée pour offrir une expérience plus épurée et confortable sur ordinateur, avec des ajustements visuels qui s'adaptent à vos besoins.
@version        1.0.2
@author         BreatFR (https://breat.fr)
@namespace      https://breat.fr
@homepageURL    https://usercssjs.breat.fr/a/alsacreations
@updateURL      https://code.breat.fr/a/alsacreations/css/pc.user.css
@supportURL     https://discord.gg/Q8KSHzdBxs
@license        AGPL-3.0-or-later; https://www.gnu.org/licenses/agpl-3.0.txt
@preprocessor	stylus

@var 	checkbox   	hidescrollbars	"Masquer les barres de défilement"	1
@var    checkbox    widemode    	"Mode écran large"         			1
==/UserStyle== */

/* ==Credits==
Website         https://breat.fr
Bluesky			https://bsky.app/profile/breatfroff.bsky.social
facebook        https://www.facebook.com/breatfroff
mastodon        https://mastodon.social/@breat_fr
telegram        https://t.me/breatfr
vk              https://vk.com/breatfroff
X (twitter)     https://x.com/breatfroff
==/Credits== */

/* ==Support==
brave Creators  https://publishers.basicattentiontoken.org/c/breatfr
ko-fi           https://ko-fi.com/breatfr
PayPal          https://paypal.me/breat
==/Support== */

@-moz-document domain("alsacreations.com") {
/* =========================================
	Alsacréations
========================================= */
	/* Versions */
    :root {
        --themeversion: 'Thème v1.0.2 by BreatFR (https://breat.fr)';
        --install: ' usercssjs.breat.fr/a/alsacreations';
		--help: ' discord.gg/Q8KSHzdBxs';
        --support1: ' ko-fi.com/breatfr ';
        --support2: ' paypal.me/breat';
    }

    @media screen and (min-width: 900px) {
		body {
			overflow-x: hidden;
		}

        header::after,
		header::before {
			background: linear-gradient(88.55deg, rgb(139, 109, 255) 22.43%, rgb(254, 132, 132) 92.28%);
            background-clip: text;
            color: transparent;
			display: block;
            font-family: inherit;
            font-size: inherit;
			line-height: calc(80.8px / 2);
            pointer-events: none;
            position: absolute;
            text-align: center;
			top: 0;
            width: 100vw;
            white-space: pre-line;
            z-index: 9999;
		}
        header::after {
            content: var(--themeversion) '\A Aide: ' url("https://code.breat.fr/share/images/icons/discord.png") var(--help);
			left: -40%;
        }
		header::before {
            content: 'Install & Infos: ' url("https://code.breat.fr/share/images/icons/breat.fr.png") var(--install) '\A Support me: ' url("https://code.breat.fr/share/images/icons/ko-fi.png") var(--support1) ' · ' url("https://code.breat.fr/share/images/icons/paypal.png") var(--support2);
            left: 37.5%;
        }
    }

	if hidescrollbars {
		*,
 		:root {
        	scrollbar-width: none !important;
        }
    }

	if widemode {
		main,
		#page,
		#message {
			max-width: 100% !important;
		}

		.smilies .smiley {
			width: 24px;
		}
	}
}
