169 lines
2.4 KiB
CSS
169 lines
2.4 KiB
CSS
body{
|
|
background-image: url("./../images/Hintergrund.png");
|
|
background-repeat: no-repeat;
|
|
position: sticky;
|
|
background-size: cover;
|
|
background-attachment: fixed
|
|
}
|
|
|
|
.logo-image{
|
|
width: 46px;
|
|
height: 46px;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
margin-top: -6px;
|
|
}
|
|
|
|
.layout{
|
|
margin: 5%;
|
|
}
|
|
|
|
.purchased-items{
|
|
background-color: transparent;
|
|
size: 50px;
|
|
}
|
|
|
|
.card{
|
|
margin: O auto;
|
|
float: none;
|
|
}
|
|
|
|
.checkbox{
|
|
background-color: transparent;
|
|
}
|
|
|
|
.btn-light{
|
|
border-color: 1px solid black;
|
|
}
|
|
|
|
.trash{
|
|
background: transparent;
|
|
position:absolute;
|
|
right: 5px;
|
|
margin-top:-7px;
|
|
}
|
|
.sharetrash{
|
|
background: transparent;
|
|
position:absolute;
|
|
right: 5px;
|
|
margin-top:-7px;
|
|
}
|
|
|
|
.exinvitemembersssss{
|
|
background: transparent;
|
|
position:fixed;
|
|
margin-top: -7px;
|
|
}
|
|
|
|
.edit{
|
|
background: transparent;
|
|
position: absolute;
|
|
right: 29px;
|
|
margin-top:-7px;
|
|
}
|
|
|
|
.shareedit{
|
|
background: transparent;
|
|
position: absolute;
|
|
right: 29px;
|
|
margin-top:-7px;
|
|
}
|
|
|
|
.showMembers{
|
|
background: transparent;
|
|
margin-top: -2%;
|
|
}
|
|
|
|
.sledit{
|
|
background: transparent;
|
|
position: absolute;
|
|
margin-top: -7px;
|
|
}
|
|
|
|
.postshare{
|
|
background: transparent;
|
|
position: absolute;
|
|
margin-top: -5px;
|
|
margin-left: 23px;
|
|
}
|
|
|
|
.gredit{
|
|
background: transparent;
|
|
position: absolute;
|
|
right: 67px;
|
|
margin-top:-40px;
|
|
border: 0px;
|
|
}
|
|
|
|
.itemedit{
|
|
background: transparent;
|
|
position: absolute;
|
|
margin-top:-8px;
|
|
}
|
|
|
|
.groupadd{
|
|
background: transparent;
|
|
position: absolute;
|
|
right:5px;
|
|
margin-top: -7px;
|
|
}
|
|
|
|
.ueberschrift{
|
|
font-size: 25px;
|
|
}
|
|
|
|
.itemadd{
|
|
background: transparent;
|
|
position: absolute;
|
|
right:47px;
|
|
margin-top:-40px;
|
|
border: 0px;
|
|
}
|
|
.seemore{
|
|
background: transparent;
|
|
position: absolute;
|
|
right:5px;
|
|
margin-top:-40px;
|
|
border: 0px;
|
|
}
|
|
|
|
.farbeeen{
|
|
margin-left: 19px;
|
|
}
|
|
|
|
.spez-farbe{
|
|
background-color: #b3b3b3;
|
|
}
|
|
|
|
.trashgroup{
|
|
background: transparent;
|
|
position: absolute;
|
|
right:25px;
|
|
margin-top:-40px;
|
|
}
|
|
|
|
/* button.change {
|
|
border: none;
|
|
}
|
|
|
|
button.change:hover{
|
|
cursor:pointer;
|
|
}
|
|
|
|
button:active{
|
|
outline: none;
|
|
border: none;
|
|
} */
|
|
/*
|
|
button:focus{
|
|
outline: none;
|
|
} */
|
|
|
|
.btn:focus, .btn:active {
|
|
outline: none !important;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
.itemcard{
|
|
height: 2%;
|
|
} |