<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* changement de l'image de fond de ma page de connexion WordPres */
body.login { 

	background-image: url('http://swp-dev.com/wordpress/wp-content/uploads/2020/11/login-background-900x600-1.png'); 	
	background-color:white;
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-position: center;
	background-size:cover;
}

.login h1 a { 
	background-image: url('http://nesso.sitewebpro.com/wp-content/uploads/2021/05/logo-nesso-baseline-320x120-1.jpg'); 
	width: 320px;
	height: 120px;
	background-size: cover;}

.login #nav , .login #backtoblog {background-color:#FFF; margin: 0; padding: 16px 0 16px 24px;}</pre></body></html>