mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-17 15:59:06 +01:00
Add preprod CSS & SVG image to easily add a watermark
This commit is contained in:
parent
9469103f0e
commit
16c6d9fa6e
2 changed files with 23 additions and 0 deletions
3
src/css/preprod.css
Normal file
3
src/css/preprod.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
body {
|
||||
background: url('../image/preprod') no-repeat center;
|
||||
}
|
20
src/images/default/preprod.svg
Normal file
20
src/images/default/preprod.svg
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
version="1.1" width="300" height="300">
|
||||
<text
|
||||
x="-150"
|
||||
y="180"
|
||||
transform = "rotate(-45 90 16)"
|
||||
style="font-size:40px;
|
||||
font-style:normal;
|
||||
font-weight:normal;
|
||||
line-height:125%;
|
||||
letter-spacing:0px;
|
||||
word-spacing:0px;
|
||||
fill:#CCCCCC;
|
||||
fill-opacity:1;
|
||||
stroke:none;
|
||||
font-family:Sans">
|
||||
PRE-PRODUCTION</text>
|
||||
</svg>
|
After Width: | Height: | Size: 539 B |
Loading…
Reference in a new issue