Elastic: Logo related fixes/improvements
- Use only one image for logo and watermark - Fix watermark.html in devel_mode (no generated styles.css file)pull/6373/head
parent
c9010fec02
commit
abfb7ce2ff
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 959 B |
@ -1,19 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 155 155" style="enable-background:new 0 0 155 155;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#C6CDCF;}
|
||||
.st1{fill:#E3E7E8;}
|
||||
.st2{fill:#F3F5F5;}
|
||||
.st3{fill:#FAFAFB;}
|
||||
</style>
|
||||
<polygon class="st0" points="77.7,48.9 1.4,77.9 1.4,124.9 77.7,95.7 "/>
|
||||
<polygon class="st1" points="153.7,124.9 77.7,95.7 77.7,48.9 153.7,77.9 "/>
|
||||
<path class="st2" d="M77.7,1.9c29,0,52.7,23.5,52.7,52.7c0,29-23.5,52.7-52.7,52.7S24.9,83.7,24.9,54.7C24.9,25.4,48.6,1.9,77.7,1.9
|
||||
"/>
|
||||
<path class="st3" d="M77.7,1.9c29,0,52.7,23.5,52.7,52.7s-23.7,52.5-52.7,52.5C60.9,95.9,54.2,73.3,54.2,54.7
|
||||
C53.9,35.8,60.9,13.2,77.7,1.9"/>
|
||||
<polygon class="st1" points="153.7,77.9 77.7,107.2 77.7,154.2 153.7,124.9 "/>
|
||||
<polygon class="st0" points="1.4,77.9 77.7,107.2 77.7,154.2 1.4,124.9 "/>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.9 KiB |
@ -1,15 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link href="./styles/styles.css"
|
||||
rel="stylesheet">
|
||||
<title></title>
|
||||
<style type="text/css">
|
||||
html, body { height: 100%; overflow: hidden; }
|
||||
</style>
|
||||
<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 id="watermark">
|
||||
<div class="content"></div>
|
||||
</body>
|
||||
<body></body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue