Added a watermark.

master
Pacman Ghost 6 years ago
parent e320f6513a
commit 4ec4d9b4ca
  1. 5
      vasl_templates/webapp/static/css/main.css
  2. BIN
      vasl_templates/webapp/static/images/menu.png
  3. BIN
      vasl_templates/webapp/static/images/watermark.png
  4. BIN
      vasl_templates/webapp/static/images/watermark2.png
  5. 5
      vasl_templates/webapp/static/main.js
  6. 2
      vasl_templates/webapp/templates/index.html

@ -11,6 +11,11 @@ body { height: 100% ; overflow: hidden ; }
.PopMenu-Item a { padding: 5px 10px 5px 10px ; }
.PopMenu-Icon { display: none ; }
#watermark { position: absolute ; left: 8px ; right: 8px ; bottom: 6px ; height: 30% ; }
#watermark { background: url("../images/watermark2.png") left bottom repeat-x ; background-size: auto 100% ; z-index: -999 ; }
#watermark img { height: 100% ; }
#tabs { opacity: 0.9 ; }
/* -------------------------------------------------------------------- */
#tabs {

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

@ -27,6 +27,11 @@ $(document).ready( function () {
} ) ;
}
// initialize the watermark
$( "#watermark img" ).on( "load", function() {
$("#watermark").fadeIn( 5*1000 ) ;
} ).attr( "src", gImagesBaseUrl+"/watermark.png" ) ;
// initialize the menu
var $menu = $("#menu input") ;
$menu.popmenu( {

@ -239,6 +239,8 @@
</div>
<div id="watermark" style="display:none;"> <img src=""> </div>
<!-- ----------------------------------------------------------------- -->
<div id="edit-template" style="display:none;">

Loading…
Cancel
Save