Galarie Updat und schadow updatate

This commit is contained in:
2024-04-16 16:49:39 +02:00
parent e4b68bd591
commit fe15639593
301 changed files with 348 additions and 107 deletions

View File

@@ -75,7 +75,7 @@
/* *** */
button
border: 2px solid $siteColor
border: 3px solid $siteColor
border-radius: 5px
background: linear-gradient(to bottom, #fefffd,#e7e9ea)
font-weight: bold
@@ -106,6 +106,7 @@ button
margin-bottom: auto
margin-top: auto
padding: 0.5rem
box-shadow: 2px 2px 3px black
.LFilme
display: inline-block
@@ -131,6 +132,8 @@ button
padding: 0 0.5rem 0 0.5rem
margin-bottom: auto
margin-top: auto
box-shadow: 3px 3px 8px black
.üList
@@ -141,15 +144,16 @@ button
font-weight: bold
text-decoration: underline
background: linear-gradient(to bottom, #fefffd, #e7e9ea 50%, #e1e1e1)
border: 2px solid black
border: 2px solid $headerFontColor
border-radius: 0.5rem
text-shadow: 1px 1px 1px darkgray
text-shadow: 1px 1px 1px darkgray
box-shadow: 1px 1px 5px black
// Galerie Tab
.sGalerie
display: inline-block
max-width: 36vh
max-width: 38vh
div
background-color: #fff
@@ -158,24 +162,25 @@ button
button
padding: 0.4rem 0 0 0
box-shadow: 3px 3px 8px black
img
padding: 0.4rem 0 0.6rem 0
padding: 0.4rem 0.6rem 0.6rem 0.6rem
width: 5.5rem
height: 6.5rem
object-fit: cover
#leer
display: inline-block
padding: 0.5rem 0.5rem 0 0
padding: 10px 10px 0 0
// Galerie Album Tab
.gimages
display: inline-block
max-width: 30rem
background: $galeryBackgraund
border: 2px solid $siteColor
//background: $galeryBackgraund
//border: 2px solid $siteColor
padding: 1rem 0.5rem 0.5rem 0.5rem
a
@@ -183,9 +188,12 @@ button
padding: 0 5px 5px 5px
img
width: 9rem
height: 9rem
width: $imageGweight
height: $imageGweight
border: 3px solid $siteColor
box-shadow: 3px 3px 8px black
padding: 0.5rem
background: #fff
object-fit: cover
.neu

View File

@@ -7,6 +7,7 @@ $headerRadios: 2rem
$siteColor: #E945BD
$galeryBackgraund: hsla(326, 78.8%, 59.2%, 0.2)
$headerFontColor: #de5359
$imageGweight: 8rem
@import 'nav2', 'home', 'kalender', 'tueren', 'other'