ubdate
This commit is contained in:
118
src/sass/_other.sass
Normal file
118
src/sass/_other.sass
Normal file
@@ -0,0 +1,118 @@
|
||||
.titel
|
||||
display: inline-block
|
||||
/*background: url("../inc/teet/red navigation.png") no-repeat
|
||||
background-size: 100%
|
||||
background-position: 0px -63px
|
||||
|
||||
img
|
||||
max-width: 210px
|
||||
margin-top: 10px
|
||||
|
||||
h3
|
||||
//text-decoration: underline
|
||||
color: gold
|
||||
margin-top: -54px
|
||||
padding-bottom: 1.5rem
|
||||
|
||||
/* *** */
|
||||
|
||||
#kstart
|
||||
display: inline-block
|
||||
font-weight: bold
|
||||
color: darkred
|
||||
margin-top: -3rem
|
||||
padding: 1.5rem
|
||||
text-decoration: underline
|
||||
background-color: #fff
|
||||
background: linear-gradient(to bottom, #fefffd, #e7e9ea 50%, #e1e1e1)
|
||||
border: 2px solid #C21514
|
||||
|
||||
/* *** */
|
||||
|
||||
.euber
|
||||
display: inline-block
|
||||
color: black
|
||||
font-size: 0.9rem
|
||||
font-weight: normal
|
||||
border: 0px solid red
|
||||
max-width: 700px
|
||||
|
||||
span
|
||||
text-decoration: underline
|
||||
font-weight: bold
|
||||
|
||||
/* *** */
|
||||
|
||||
.radio
|
||||
iframe
|
||||
padding: 0 0 1rem 1rem
|
||||
|
||||
/* *** */
|
||||
|
||||
.select
|
||||
font-size: 0.7rem
|
||||
display: inline-block
|
||||
background: linear-gradient(to bottom, #fefffd, #e7e9ea 50%, #e1e1e1)
|
||||
border: 1px solid darkred
|
||||
border-radius: 5px
|
||||
padding: 0.5rem
|
||||
|
||||
|
||||
select
|
||||
-moz-appearance: none
|
||||
-webkit-appearance: none
|
||||
appearance: none
|
||||
border: none
|
||||
font-family: Times New Roman
|
||||
background-color: transparent
|
||||
font-size: 0.7rem
|
||||
|
||||
/* *** */
|
||||
|
||||
button
|
||||
border: 2px solid darkgreen
|
||||
border-radius: 5px
|
||||
background: linear-gradient(to bottom, #fefffd,#e7e9ea)
|
||||
font-weight: bold
|
||||
padding: 5px 10px 5px 10px
|
||||
color: black
|
||||
|
||||
|
||||
a
|
||||
color: black
|
||||
text-decoration: none
|
||||
padding: 0 0.5rem 0 0
|
||||
|
||||
img
|
||||
max-width: 2rem
|
||||
padding-right: 0.5rem
|
||||
|
||||
.pList
|
||||
padding-bottom: 0.5rem
|
||||
|
||||
div
|
||||
font-size: 0.9rem
|
||||
|
||||
img
|
||||
max-width: 1.5rem
|
||||
|
||||
button
|
||||
display: inline-flex
|
||||
flex-direction: row
|
||||
align-items: center // Vertical center alignment
|
||||
margin-bottom: auto
|
||||
margin-top: auto
|
||||
padding: 0.5rem
|
||||
|
||||
|
||||
.üList
|
||||
display: inline-block
|
||||
padding: 0.5rem
|
||||
margin: 1em
|
||||
color: darkred
|
||||
font-weight: bold
|
||||
text-decoration: underline
|
||||
background: linear-gradient(to bottom, #fefffd, #e7e9ea 50%, #e1e1e1)
|
||||
border: 2px solid black
|
||||
border-radius: 0.5rem
|
||||
text-shadow: 1px 1px 1px darkgray
|
||||
Reference in New Issue
Block a user