You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
roundcubemail/skins/elastic/watermark.html

13 lines
368 B
HTML

<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
html, body { height: 100%; overflow: hidden; }
body { background: url(images/logo.svg) center no-repeat #fff; background-size: 30%; }
body:before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(255, 255, 255, .85); }
</style>
</head>
<body></body>
</html>