169 lines
3.1 KiB
CSS
169 lines
3.1 KiB
CSS
.darkweb-header {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 118px;
|
|
top: 0;
|
|
left: 0;
|
|
color: rgb(243, 243, 243);
|
|
}
|
|
|
|
.darkweb-app {
|
|
background-image: url('https://i.ibb.co/2KQxNHw/Sin-titulo-1.webp');
|
|
background-size: cover;
|
|
}
|
|
|
|
.darkweb-app article {
|
|
position: relative;
|
|
top: 16.5%;
|
|
width: 50%;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
opacity: 0.6
|
|
}
|
|
|
|
.darkweb-app article h1 {
|
|
font-size: 40px;
|
|
color: white;
|
|
}
|
|
|
|
.darkweb-header-logo {
|
|
position: absolute;
|
|
top: 89%;
|
|
transform: translateY(-50%);
|
|
width: 60px;
|
|
height: 60px;
|
|
left: 20px;
|
|
border-radius: 50%;
|
|
box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
|
|
}
|
|
|
|
.darkweb-header>p {
|
|
font-size: 21px;
|
|
line-height: 180px;
|
|
text-indent: 95px;
|
|
color: white;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.darkweb-header>span {
|
|
position: absolute;
|
|
top: 105px;
|
|
left: 95px;
|
|
font-size: 18px;
|
|
color: white;
|
|
}
|
|
|
|
.darkweb2-list {
|
|
position: absolute;
|
|
background-color: #2a1b51;
|
|
width: 93%;
|
|
height: 68%;
|
|
right: 13px;
|
|
top: 35%;
|
|
border-top-left-radius: 18px;
|
|
border-top-right-radius: 18px;
|
|
overflow-y: scroll;
|
|
border: 2px solid rgba(255,255,255,0.5);
|
|
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
|
|
padding-bottom: 50px;
|
|
}
|
|
|
|
.darkweb2-list::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|
|
.darkweb-list {
|
|
position: relative;
|
|
width: 90%;
|
|
height: 90px;
|
|
border-bottom: 1px solid #473575;
|
|
margin: 2.5%;
|
|
}
|
|
|
|
.darkweb-list:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.darkweb-list-firstletter img {
|
|
position: absolute;
|
|
border-radius: 0 !important;
|
|
height: 65px;
|
|
width: 65px;
|
|
top: 20px;
|
|
left: 5px;
|
|
object-fit: cover;
|
|
}
|
|
|
|
.darkweb-list-fullname {
|
|
position: absolute;
|
|
top: 40%;
|
|
transform: translateY(-50%);
|
|
left: 90px;
|
|
font-size: 17px;
|
|
max-width: 190px;
|
|
white-space: nowrap;
|
|
overflow: hidden !important;
|
|
text-overflow: ellipsis;
|
|
color: rgb(255, 255, 255);
|
|
}
|
|
|
|
.darkweb-list-price {
|
|
position: absolute;
|
|
top: 70%;
|
|
transform: translateY(-50%);
|
|
left: 90px;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
max-width: 70px;
|
|
min-width: 60px;
|
|
background-color: #27ae60;
|
|
border-radius: 3px;
|
|
white-space: nowrap;
|
|
overflow: hidden !important;
|
|
text-overflow: ellipsis;
|
|
color: rgb(255, 255, 255);
|
|
}
|
|
|
|
.darkweb-list-count {
|
|
position: absolute;
|
|
top: 70.5%;
|
|
transform: translateY(-50%);
|
|
left: 170px;
|
|
font-size: 17px;
|
|
text-align: center;
|
|
width: 40px;
|
|
height: 22px;
|
|
background-color: #00000033;
|
|
border-radius: 5px;
|
|
white-space: nowrap;
|
|
overflow: hidden !important;
|
|
text-overflow: ellipsis;
|
|
color: #fff;
|
|
}
|
|
|
|
.no-darkweb {
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
font-size: 15px;
|
|
margin: 0 auto;
|
|
left: 20px;
|
|
right: 0;
|
|
text-align: center;
|
|
max-width: 100%;
|
|
color: rgb(255, 255, 255);
|
|
}
|
|
|
|
.darkweb-list-call {
|
|
color: white;
|
|
position: absolute;
|
|
top: 35%;
|
|
right: 0;
|
|
font-size: 25px;
|
|
transition: .2s ease-in-out;
|
|
}
|
|
|
|
.darkweb-list-call:hover {
|
|
color: #8334b7;
|
|
cursor: pointer;
|
|
} |