Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Trending part */
#content .category-page__trending-page {
border-radius: 5px;
}
#content .category-page__trending-page figure {
position: relative;
height: 100%;
}
#content .category-page__trending-page img {
border-radius: 5px;
}
#content .category-page__trending-page-title {
align-items: center;
background: #00000099;
border-radius: 5px;
color: white;
display: flex;
height: 100%;
justify-content: center;
margin: 0;
padding: 15px;
position: absolute;
text-align: center;
top: 0;
transition: 0.3s;
width: 100%;
z-index: 1;
}
#content .category-page__trending-page-title:hover {
background: #00000066;
}
/* Local nav fix */
.ns-14 .page__main {
backdrop-filter: saturate(180%);
}
/* Antiborder.css */
.category-page__member-thumbnail,
.category-page__trending-page-thumbnail {
border: none !important;
}
.category-page__trending-pages {
padding-bottom: 20px;
}
.category-page__total-number {
margin-bottom: 20px;
margin-top: 20px;
text-align: center;
}
.category-page__trending-pages-header {
margin-top: 20px;
}
.category-page__alphabet-shortcuts {
margin: 0 0 20px;
}
/* Bottom part */
.category-page__members-wrapper {
background: var(--theme-page-background-color--secondary);
padding: 1em;
margin-bottom: 0.5em;
border-radius: 4px;
}
.category-page__members-for-char {
margin: 0 !important;
}
.category-page__member-left {
width: 40px;
height: 30px;
background: var(--theme-page-background-color);
}
.category-page__first-char {
border-bottom: none !important;
font-size: 16px !important;
padding: 0 !important;
display: inline;
background: linear-gradient(
to top,
rgba(var(--theme-link-color--rgb), 0.1) 54%,
transparent 54%,
transparent 100%
);
padding-left: 3px !important;
padding-right: 3px !important;
}
.category-page__trending-pages-header {
justify-content: center;
display: flex;
}