Skip to content

Commit 2346464

Browse files
committed
update watermark
1 parent f1ad896 commit 2346464

File tree

4 files changed

+52
-3
lines changed

4 files changed

+52
-3
lines changed

client/html/index.tmpl

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,29 @@
2222
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
2323
<link rel="stylesheet" href="/resources/site.css"/>
2424
<style type="text/css">
25-
.watermark-brand {
26-
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='100px' width='300px' opacity='0.05'><text transform='translate(20, 100) rotate(-25)' fill='rgb(245,45,45)' font-size='46'>{[{ .brand }]}</text></svg>");
25+
#watermark-valoper {
26+
position: fixed;
27+
top: 0;
28+
left: 0;
29+
width: 100%;
30+
height: 100%;
31+
z-index: -1;
32+
pointer-events: none;
33+
background-image: url("resources/images/logo-1.svg");
34+
background-repeat: repeat;
35+
background-size: 50px 50px;
36+
opacity: .04;
2737
}
38+
2839
.brandLink {
2940
text-decoration: none;
3041
color: inherit;
3142
opacity: .3;
3243
}
3344
</style>
3445
</head>
35-
<body class="watermark-brand">
46+
<body>
47+
<div id="watermark-valoper"></div>
3648
<div id="main" class="container my-3">
3749
<h3>{[{ .description }]}</h3>
3850
{[{ if .logo }]}
-1.31 KB
Loading
Lines changed: 37 additions & 0 deletions
Loading
-47.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)