tür update

This commit is contained in:
2023-11-30 20:00:13 +01:00
parent c1164c17a0
commit a5311c9453
10 changed files with 340 additions and 262 deletions

View File

@@ -7,7 +7,7 @@ $timerPosition: -10px
.TimeContainer
margin-top: $navtop
color: darkred
color: $nav-font-color
font-size: 20px
font-weight: bold
text-shadow: 1px 1px 1px darkgray

View File

@@ -4,7 +4,7 @@ $kalenderWidth: 460px // breite des kalenders
$marginLeftRight: 5px // abstand linker und rechter rand
$marginTop: 5px
$marginBetween: 5px // abstand zwischen den Tueren
$doorBorderSize: 1px
$doorBorderSize: 2px
$doorWidth: ($kalenderWidth - 3.5*$marginLeftRight - 3*$marginBetween)/4
/* ********************************
@@ -25,7 +25,7 @@ $doorWidth: ($kalenderWidth - 3.5*$marginLeftRight - 3*$marginBetween)/4
div
position: absolute
border: $doorBorderSize solid darkred
border: $doorBorderSize solid $nav-font-color
width: $doorWidth
height: $doorWidth
overflow: hidden

View File

@@ -22,7 +22,7 @@
#kstart
display: inline-block
font-weight: bold
color: darkred
color: $nav-font-color
margin-top: -3rem
padding: 1.5rem
text-decoration: underline
@@ -37,8 +37,10 @@
color: black
font-size: 0.9rem
font-weight: normal
border: 0px solid red
max-width: 700px
border: 3px solid $nav-font-color
max-width: 460px
padding: 0 1rem 0 1rem
background-color: #fff
span
text-decoration: underline
@@ -147,7 +149,7 @@ button
.sGalerie
display: inline-block
max-width: 35vh
max-width: 36vh
div
background-color: #fff

View File

@@ -1,3 +1,7 @@
$bibi: darkgreen
$melly: #6959cd
.tueren
margin-top: $navtop
@@ -18,12 +22,23 @@
width: 75%
u
color: darkgreen
color: black
font-weight: bold
#bibi
color: grey
color: $bibi
u
color: $bibi
font-weight: bold
span
color: grey
margin: 1rem 0 0 0
#melly
color: $melly
u
color: $melly
font-weight: bold
span
color: grey
margin: 1rem 0 0 0