weitere äbdnsderungen
This commit is contained in:
@@ -1,18 +1,23 @@
|
||||
$navInPadding: 0.5rem
|
||||
$ulBorder: 2px ridge darkgreen
|
||||
$ulRadios: 0.5rem
|
||||
|
||||
/* ******************
|
||||
|
||||
nav
|
||||
ul
|
||||
list-style-type: none
|
||||
margin: -0.13rem auto
|
||||
margin: 0 auto
|
||||
padding: 0
|
||||
background-color: hsla(0, 0%, 100%, 0.8)
|
||||
border: 2px solid darkred
|
||||
border-bottom: $ulBorder
|
||||
border-left: $ulBorder
|
||||
border-right: $ulBorder
|
||||
border-radius: 0 0 $ulRadios $ulRadios
|
||||
display: inline-block
|
||||
transition: all 60ms
|
||||
box-shadow: inset -2px -2px 10px lightblue, inset 2px 2px 10px lightblue
|
||||
height: 2rem
|
||||
height: 1.5rem
|
||||
|
||||
li
|
||||
float: left
|
||||
@@ -26,17 +31,14 @@ nav
|
||||
display: block
|
||||
color: darkred
|
||||
text-align: center
|
||||
padding: 0.4rem $navInPadding $navInPadding 0
|
||||
padding: 0.3rem $navInPadding $navInPadding 0
|
||||
text-decoration: none
|
||||
font-weight: bold
|
||||
font-size: 0.8rem
|
||||
|
||||
&:active, &:hover, &:focus, &.active
|
||||
/*background: none;
|
||||
color: red
|
||||
text-decoration: underline
|
||||
|
||||
&:active, &:hover, &:focus
|
||||
transition: 1s
|
||||
transform: scale(1.1)
|
||||
|
||||
ul li ul li
|
||||
|
||||
15
sass/_other.sass
Normal file
15
sass/_other.sass
Normal file
@@ -0,0 +1,15 @@
|
||||
#titel
|
||||
color: red
|
||||
text-decoration: underline
|
||||
|
||||
.euber
|
||||
display: inline-block
|
||||
color: black
|
||||
font-size: 0.7rem
|
||||
font-weight: normal
|
||||
border: 0px solid red
|
||||
max-width: 700px
|
||||
|
||||
span
|
||||
text-decoration: underline
|
||||
font-weight: bold
|
||||
@@ -2,5 +2,23 @@
|
||||
margin-top: $navtop
|
||||
|
||||
h3
|
||||
color: darkred
|
||||
text-decoration: underline
|
||||
margin-top: 3rem
|
||||
|
||||
#txt
|
||||
display: inline-block
|
||||
color: darkred
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif
|
||||
border: 4px ridge red
|
||||
background: hsla(0, 0%, 100%, 0.4) url("../inc/teet/20201222_065407.png") -1px -5px no-repeat
|
||||
background-size: 101%
|
||||
padding: 0 1.5rem 1.5rem 1.5rem
|
||||
width: 75%
|
||||
|
||||
p
|
||||
font-weight: 500
|
||||
|
||||
#false
|
||||
color: red
|
||||
text-decoration: underline
|
||||
font-weight: 500
|
||||
@@ -1,46 +1,42 @@
|
||||
$navtop: 20px
|
||||
$txttop: 5px
|
||||
@import 'nav', 'home', 'kalender', 'tueren'
|
||||
$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: #E2EAEC
|
||||
background-color: #dde7ea
|
||||
/*background-color: #e2e4e6
|
||||
background-color: hsla(190, 50%, 80%, 0.7)
|
||||
|
||||
header
|
||||
margin: auto
|
||||
/*background-color: Lightgrey
|
||||
background-image: url("../inc/bg/christmas background.jpg")
|
||||
background: url("../inc/bg/christmas background.jpg") 0 90% no-repeat
|
||||
background-size: 100%
|
||||
background-position: 0% 88%
|
||||
background-repeat: no-repeat
|
||||
overflow: hidden
|
||||
margin-top: 3px
|
||||
border: 3px solid darkred
|
||||
border-radius: 40px 40px
|
||||
border-bottom: 4px ridge darkgreen
|
||||
border-radius: 0 0 $headerRadios $headerRadios
|
||||
text-align: center
|
||||
padding: 25px
|
||||
box-shadow: -1px -1px 5px silver, 1px 1px 5px silver
|
||||
padding: 20px
|
||||
box-shadow: -1px -1px 5px silver, 1px 1px 5px black
|
||||
|
||||
h1
|
||||
color: red
|
||||
text-decoration: underline
|
||||
font-size: 30px
|
||||
font-size: 1.5rem
|
||||
font-weight: bold
|
||||
text-shadow: 1px 1px 1px black
|
||||
|
||||
footer
|
||||
position: fixed
|
||||
bottom: -0rem
|
||||
margin: 0 auto
|
||||
border: 0px solid red
|
||||
height: 2rem
|
||||
width: 100%
|
||||
background: linear-gradient(to bottom, #fefffd, #e7e9ea 50%, #e7e9ea)
|
||||
margin-left: -8px
|
||||
box-shadow: -2px -2px 5px gray
|
||||
|
||||
img
|
||||
|
||||
Reference in New Issue
Block a user