Update kalender 23
This commit is contained in:
BIN
inc/bg/snow3.jpg
Normal file
BIN
inc/bg/snow3.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 533 KiB |
@@ -43,9 +43,9 @@ if ($tab == "") {$tab = "home";}
|
||||
<body>
|
||||
|
||||
|
||||
<div class="develop">
|
||||
<!--div class="develop">
|
||||
<h1>!!! Develop !!!</h1>
|
||||
</div>
|
||||
</div-->
|
||||
|
||||
|
||||
<article>
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -75,7 +75,7 @@ function initsnow() {
|
||||
function movesnow() {
|
||||
marginright = window.innerWidth;
|
||||
marginbottom = window.innerHeight
|
||||
$("#kstart").html(marginbottom);
|
||||
//$("#kstart").html(marginbottom);
|
||||
for (i=0;i<=snowmax;i++) {
|
||||
crds[i] += x_mv[i];
|
||||
snow[i].posy+=snow[i].sink;
|
||||
|
||||
BIN
src/images/bibi/packa.png
Normal file
BIN
src/images/bibi/packa.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 214 KiB |
@@ -25,11 +25,11 @@ $doorWidth: ($kalenderWidth - 3.5*$marginLeftRight - 3*$marginBetween)/4
|
||||
|
||||
div
|
||||
position: absolute
|
||||
//border: $doorBorderSize solid darkred
|
||||
border: $doorBorderSize solid darkred
|
||||
width: $doorWidth
|
||||
height: $doorWidth
|
||||
overflow: hidden
|
||||
//background: #fff
|
||||
background: hsla(0, 0%, 100%, 0.5)
|
||||
|
||||
h3
|
||||
padding-top: 1.5rem
|
||||
@@ -98,3 +98,5 @@ $doorWidth: ($kalenderWidth - 3.5*$marginLeftRight - 3*$marginBetween)/4
|
||||
.left
|
||||
background-position: #{-($leftCalc+$doorBorderSize)} #{-($topCalc+$doorBorderSize)}
|
||||
|
||||
#türPlus
|
||||
display: none
|
||||
@@ -58,3 +58,4 @@
|
||||
#false
|
||||
color: red
|
||||
font-weight: 500
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ $headerRadios: 2rem
|
||||
body
|
||||
text-align: center
|
||||
margin: 0
|
||||
//background-image: url("../inc/bg/snow3.png")
|
||||
background-image: url("../inc/bg/snow3.jpg")
|
||||
background-size: 90%
|
||||
background-color: darkgray //hsla(190, 50%, 80%, 0.7)
|
||||
//height: 100vh
|
||||
|
||||
@@ -147,7 +147,7 @@
|
||||
|
||||
<!-- Zusatz Türen-->
|
||||
|
||||
<div class="türPlus">
|
||||
<div id="türPlus">
|
||||
|
||||
<div class="active" id="ak25">
|
||||
<a href="?tab=tuer&nr=25">
|
||||
@@ -202,7 +202,8 @@
|
||||
"22-walpurgia_besenstiel",
|
||||
"23-mania_flippinger",
|
||||
"24-erzaehler",
|
||||
"scheniiW"
|
||||
"scheniiW",
|
||||
"packa"
|
||||
];
|
||||
console.log(dayMap);
|
||||
for(let i=1; i<=24; i++) {
|
||||
|
||||
@@ -951,9 +951,9 @@ echo('
|
||||
break;
|
||||
case 26:
|
||||
echo('
|
||||
<div class="packa">
|
||||
<img id="SRechts" src="inc/bg/schneeiRechts.png"</img>
|
||||
<div id="txt"><h3>Von Schneei</h3>
|
||||
<!--div class="packa">
|
||||
<img id="SRechts" src="inc/bg/schneeiRechts.png"</img-->
|
||||
<div id="txt"><h3>Von Packa</h3>
|
||||
<p>
|
||||
<u>Erzähler:</u>
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user