<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
background-color: #f1ffed;
background-image: url(..);
}
body {
background: -moz-linear-gradient(top, rgba(241,255,237,0) 0%, rgba(241,255,237,0) 1%, rgba(241,255,237,1) 63%, rgba(241,255,237,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,255,237,0)), color-stop(1%,rgba(241,255,237,0)), color-stop(63%,rgba(241,255,237,1)), color-stop(100%,rgba(241,255,237,1))); 
background: -webkit-linear-gradient(top, rgba(241,255,237,0) 0%,rgba(241,255,237,0) 1%,rgba(241,255,237,1) 63%,rgba(241,255,237,1) 100%);
background: -o-linear-gradient(top, rgba(241,255,237,0) 0%,rgba(241,255,237,0) 1%,rgba(241,255,237,1) 63%,rgba(241,255,237,1) 100%);
background: -ms-linear-gradient(top, rgba(241,255,237,0) 0%,rgba(241,255,237,0) 1%,rgba(241,255,237,1) 63%,rgba(241,255,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1ffed', endColorstr='#f1ffed',GradientType=0 );
-ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1ffed', endColorstr='#f1ffed',GradientType=0 );
background: linear-gradient(top, rgba(241,255,237,0) 0%,rgba(241,255,237,0) 1%,rgba(241,255,237,1) 63%,rgba(241,255,237,1) 100%);
}
div.name {
}
</pre></body></html>