Go to file
2020-03-07 22:12:08 +01:00
admin.css jquery und ui 2020-02-14 19:18:58 +01:00
bootstrap.min.css bootstrap und doku 2020-02-22 17:46:15 +01:00
bootstrap.min.js bootstrap und doku 2020-02-22 17:46:15 +01:00
dropzone.css dropzone 2020-02-22 13:29:51 +01:00
dropzone.js dropzone 2020-02-22 13:29:51 +01:00
form.js . 2020-02-14 20:14:24 +01:00
jquery-ui.min.css jquery und ui 2020-02-14 19:18:58 +01:00
jquery-ui.min.js jquery und ui 2020-02-14 19:18:58 +01:00
jquery.min.js jquery und ui 2020-02-14 19:18:58 +01:00
parallax.css parallax css 2020-03-05 18:26:30 +01:00
push.js push geholt 2020-03-07 22:12:08 +01:00
README.md cssjs 2020-03-07 22:09:37 +01:00

cssjs_func_lib

install

git submodule add https://git.seemsleg.it/ef/cssjs-func-lib css

<link rel="stylesheet" type="text/css" href="/cssjs/admin.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/cssjs/jquery-ui.min.css" media="screen" />

<script src="/cssjs/jquery.min.js"></script>
<script src="/cssjs/jquery-ui.min.js"></script>
<script src="/cssjs/form.js"></script>

Dropzone

<form action="/upload" class="dropzone needsclick dz-clickable" id="demo-upload">
  <div class="dz-message needsclick">
    <button type="button" class="dz-button">Drop files here or click to upload.</button><br>
    <span class="note needsclick">(This is just a demo dropzone. Selected files are <strong>not</strong> actually uploaded.)</span>
  </div>
</form>

Parallax

<link rel="stylesheet" href="/css/parallax.css">

...

<div class="parallax" style="background-image: url(img);">&nbsp;</div>