close #24, Kalender hinzugefügt
This commit is contained in:
BIN
src/images/SchneeMann-Zylinder .png
Normal file
BIN
src/images/SchneeMann-Zylinder .png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 609 KiB |
@@ -21,6 +21,7 @@ $doorWidth: ($kalenderWidth - 3.5*$marginLeftRight - 3*$marginBetween)/4
|
||||
/*background-size: $backgroundWidth
|
||||
background-size: $backgroundSize
|
||||
background-position: $bgPosition
|
||||
//padding: 0 0 10vh 0
|
||||
|
||||
div
|
||||
position: absolute
|
||||
@@ -32,7 +33,7 @@ $doorWidth: ($kalenderWidth - 3.5*$marginLeftRight - 3*$marginBetween)/4
|
||||
|
||||
h3
|
||||
padding-top: 1.5rem
|
||||
font-weight: bold
|
||||
//font-weight: bold
|
||||
padding: 1rem
|
||||
color: #E8690F
|
||||
|
||||
@@ -87,7 +88,7 @@ $doorWidth: ($kalenderWidth - 3.5*$marginLeftRight - 3*$marginBetween)/4
|
||||
pointer-events: none
|
||||
cursor: default
|
||||
|
||||
@for $row from 0 through 5
|
||||
@for $row from 0 through 6
|
||||
@for $col from 0 through 3
|
||||
$leftCalc: $marginLeftRight+($doorWidth+$marginBetween+2*$doorBorderSize)*$col
|
||||
$topCalc: $marginTop+($doorWidth+$marginBetween+2*$doorBorderSize)*$row
|
||||
|
||||
@@ -147,7 +147,7 @@ button
|
||||
|
||||
.sGalerie
|
||||
display: inline-block
|
||||
max-width: 30rem
|
||||
max-width: 35vh
|
||||
|
||||
div
|
||||
background-color: #fff
|
||||
@@ -195,10 +195,10 @@ button
|
||||
background: gainsboro
|
||||
|
||||
.develop
|
||||
display: inline-block
|
||||
//display: inline-block
|
||||
text-decoration: underline
|
||||
position: absolute
|
||||
//position: absolute
|
||||
color: red
|
||||
font-weight: bold
|
||||
margin: 3rem 0 0 -7rem
|
||||
//margin: 3rem 0 0 -7rem
|
||||
text-shadow: -1px -1px 1rem black, 1px 1px 1rem black
|
||||
@@ -10,8 +10,8 @@ body
|
||||
margin: 0
|
||||
//background-image: url("../inc/bg/snow3.png")
|
||||
background-size: 90%
|
||||
background-color: #e2e4e6
|
||||
background-color: hsla(190, 50%, 80%, 0.7)
|
||||
background-color: darkgray //hsla(190, 50%, 80%, 0.7)
|
||||
//height: 100vh
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user