2024-05-21 15:21:07 +02:00
|
|
|
.banner {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
width: 100%;
|
|
|
|
min-height: 210px;
|
|
|
|
|
|
|
|
img {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.noImage {
|
|
|
|
background-color: rgb(219, 219, 219);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.belowBanner {
|
|
|
|
padding: 0 15px;
|
|
|
|
}
|
|
|
|
|
2024-05-21 09:07:52 +02:00
|
|
|
.upper {
|
2024-05-21 15:21:07 +02:00
|
|
|
width: 100%;
|
2024-05-21 09:07:52 +02:00
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
2024-03-01 15:16:35 +05:00
|
|
|
.container {
|
2024-05-21 09:07:52 +02:00
|
|
|
color: black
|
|
|
|
}
|
|
|
|
|
|
|
|
.left {
|
|
|
|
margin-right: 10px;
|
2024-05-21 15:21:07 +02:00
|
|
|
margin-top: -35px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.middle {
|
|
|
|
flex: 1;
|
2024-05-21 09:07:52 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.right {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.imageWrapper {
|
|
|
|
overflow: hidden;
|
|
|
|
border-radius: 50%;
|
|
|
|
width: 80px;
|
|
|
|
height: 80px;
|
2024-03-01 15:16:35 +05:00
|
|
|
display: flex;
|
2024-05-21 09:07:52 +02:00
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2024-03-01 15:16:35 +05:00
|
|
|
}
|
|
|
|
|
2024-05-21 09:07:52 +02:00
|
|
|
.image-placeholder {
|
|
|
|
width: 150px;
|
2024-03-01 15:16:35 +05:00
|
|
|
}
|
|
|
|
|
2024-05-22 11:09:41 +02:00
|
|
|
.link {
|
|
|
|
&:hover {
|
|
|
|
color: #3a3a3a;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.nostrSince {
|
|
|
|
color: #5c5c5c;
|
|
|
|
margin-top: 15px !important;
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: #3a3a3a;
|
|
|
|
}
|
2024-03-01 15:16:35 +05:00
|
|
|
}
|
|
|
|
|
2024-05-21 09:07:52 +02:00
|
|
|
.website {
|
2024-05-22 11:09:41 +02:00
|
|
|
margin-top: 8px !important;
|
|
|
|
text-decoration: underline;
|
|
|
|
text-decoration-color: #3e3e3e;
|
|
|
|
color: #3e3e3e;
|
2024-03-01 15:16:35 +05:00
|
|
|
}
|
|
|
|
|
2024-05-21 09:07:52 +02:00
|
|
|
.captionWrapper {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2024-03-01 15:16:35 +05:00
|
|
|
}
|
2024-05-21 09:07:52 +02:00
|
|
|
|
|
|
|
.captionIcon {
|
|
|
|
color: #15999b;
|
2024-05-21 15:21:07 +02:00
|
|
|
margin-left: 5px;
|
2024-05-21 09:07:52 +02:00
|
|
|
font-size: 12px;
|
2024-05-22 11:09:41 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.npubNipItem {
|
|
|
|
display: inline-flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
color: #3e3e3e;
|
|
|
|
line-height: 1.3;
|
|
|
|
|
|
|
|
.copyIcon {
|
|
|
|
font-size: 0.9rem !important;
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
2024-05-21 09:07:52 +02:00
|
|
|
}
|