<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@import url(forms.css);
@import url(l10n.css);
*/


.login h1 a {
	background-image: url("../img/bouddha-fenetre_200x200.jpg");
	/*background-image: none, url(../images/wordpress-logo.svg?ver=20131107);*/
	-webkit-background-size: 160px;
	background-size: 160px;
	background-position: center top;
	background-repeat: no-repeat;
	color: #444;
	height: 160px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3em;
	margin: 0 auto 0px;
	padding: 0;
	text-decoration: none;
	width:160px;
	text-indent: -9999px;
	outline: none;
	overflow: hidden;
	display: block;
	border-radius : 100%;
	border : 2px solid #795f4c;
}

</pre></body></html>