61 lines
1.4 KiB
Sass
61 lines
1.4 KiB
Sass
$navtop: 20px
|
|
$headerRadios: 2rem
|
|
|
|
@import 'nav', 'home', 'kalender', 'tueren', 'other'
|
|
|
|
/* **************************************
|
|
|
|
body
|
|
text-align: center
|
|
margin: 0
|
|
background-image: url("../inc/bg/snow3.png")
|
|
background-size: 90%
|
|
/*background-color: #e2e4e6
|
|
background-color: hsla(190, 50%, 80%, 0.7)
|
|
|
|
header
|
|
margin: auto
|
|
/*background-color: Lightgrey
|
|
background: url("../inc/bg/christmas background.jpg") 0 90% no-repeat
|
|
background-size: 100%
|
|
border-bottom: 4px ridge darkgreen
|
|
border-radius: 0 0 $headerRadios $headerRadios
|
|
text-align: center
|
|
padding: 20px
|
|
box-shadow: -1px -1px 5px silver, 1px 1px 5px black
|
|
|
|
h1
|
|
color: red
|
|
text-decoration: underline
|
|
font-size: 1.5rem
|
|
font-weight: bold
|
|
text-shadow: 1px 1px 1px black
|
|
|
|
footer
|
|
position: fixed
|
|
bottom: -0rem
|
|
height: 2rem
|
|
width: 100%
|
|
background: linear-gradient(to bottom, #fefffd, #e7e9ea 50%, #e7e9ea)
|
|
box-shadow: -2px -2px 5px gray
|
|
|
|
img
|
|
position: absolute
|
|
max-width: 15rem
|
|
/*border: 3px solid red
|
|
margin-top: -124px
|
|
|
|
a
|
|
display: inline-block
|
|
position: relative
|
|
text-decoration: none
|
|
color: darkgray
|
|
font-size: 0.8rem
|
|
padding-top: 0.7rem
|
|
/*padding-right: 0.5rem
|
|
|
|
#footer2
|
|
color: darkgray
|
|
|
|
article
|
|
padding-bottom: 12rem |