|
|
@@ -1282,50 +1282,50 @@ a.website:hover .favicon {
|
|
|
position: initial;
|
|
|
}
|
|
|
|
|
|
-.flux .item.title a {
|
|
|
+.flux .flux_header .item.title a {
|
|
|
color: var(--frss-font-color-dark);
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
-.flux .item.thumbnail {
|
|
|
+.flux .flux_header .item.thumbnail {
|
|
|
line-height: 0;
|
|
|
padding: var(--frss-padding-top-bottom) var(--frss-padding-flux-items);
|
|
|
height: 80px;
|
|
|
}
|
|
|
|
|
|
-.flux .item.thumbnail .item-element {
|
|
|
+.flux .flux_header .item.thumbnail .item-element {
|
|
|
padding: 0;
|
|
|
}
|
|
|
|
|
|
-.flux .item.thumbnail.small {
|
|
|
+.flux .flux_header .item.thumbnail.small {
|
|
|
height: 40px;
|
|
|
}
|
|
|
|
|
|
-.flux .item.thumbnail.portrait {
|
|
|
+.flux .flux_header .item.thumbnail.portrait {
|
|
|
width: 60px;
|
|
|
}
|
|
|
|
|
|
-.flux .item.thumbnail.square {
|
|
|
+.flux .flux_header .item.thumbnail.square {
|
|
|
width: 80px;
|
|
|
}
|
|
|
|
|
|
-.flux .item.thumbnail.landscape {
|
|
|
+.flux .flux_header .item.thumbnail.landscape {
|
|
|
width: 128px;
|
|
|
}
|
|
|
|
|
|
-.flux .item.thumbnail.portrait.small {
|
|
|
+.flux .flux_header .item.thumbnail.portrait.small {
|
|
|
width: 30px;
|
|
|
}
|
|
|
|
|
|
-.flux .item.thumbnail.square.small {
|
|
|
+.flux .flux_header .item.thumbnail.square.small {
|
|
|
width: 40px;
|
|
|
}
|
|
|
|
|
|
-.flux .item.thumbnail.landscape.small {
|
|
|
+.flux .flux_header .item.thumbnail.landscape.small {
|
|
|
width: 64px;
|
|
|
}
|
|
|
|
|
|
-.flux .item.thumbnail img {
|
|
|
+.flux .flux_header .item.thumbnail img {
|
|
|
background: repeating-linear-gradient( -45deg, var(--frss-noThumbnailImage-background-color), var(--frss-noThumbnailImage-background-color) 5px, transparent 5px, transparent 10px );
|
|
|
display: inline-block;
|
|
|
width: 100%;
|
|
|
@@ -1334,7 +1334,7 @@ a.website:hover .favicon {
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
|
|
|
-.flux .item.title .summary {
|
|
|
+.flux .flux_header .item.title .summary {
|
|
|
display: -webkit-box;
|
|
|
color: var(--frss-font-color-grey-dark);
|
|
|
font-size: 0.9rem;
|
|
|
@@ -1346,19 +1346,19 @@ a.website:hover .favicon {
|
|
|
white-space: break-spaces;
|
|
|
}
|
|
|
|
|
|
-.flux .item.title .author {
|
|
|
+.flux .flux_header .item.title .author {
|
|
|
padding-left: 1rem;
|
|
|
color: var(--frss-font-color-grey-dark);
|
|
|
font-weight: normal;
|
|
|
}
|
|
|
|
|
|
-.flux .item.date {
|
|
|
+.flux .flux_header .item.date {
|
|
|
width: 155px;
|
|
|
text-align: right;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
-.flux .item > a {
|
|
|
+.flux .flux_header .item > a {
|
|
|
display: block;
|
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|