init commit
This commit is contained in:
14
skins/litecube-f/watermark.html
Normal file
14
skins/litecube-f/watermark.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<style type="text/css">html, body { height: 95%; }</style>
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
if (parent.rcmail.env.xwatermark !== undefined) {
|
||||
document.body.style.background = "url(" + parent.rcmail.env.xwatermark + ") center center no-repeat";
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user