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.
:root {
--rda-theme-page-dynamic-color-1-dimmed: rgba(var(--theme-page-dynamic-color-1--rgb), .25);
}
.rda-activity-summary {
-webkit-box-pack: justify;
display: -webkit-box;
display: flex;
justify-content: space-between;
}
.rda-activity-tabs {
margin: 12px 0;
}
/* As of 2022-08-12 the next two rules are no longer needed, they can be removed once the new JS version has propagated through caches */
.rda-activity-summary__help-link > svg {
vertical-align: text-bottom;
}
.rda-activity-summary__help-caption {
font-weight: 700;
margin-left: 2px;
text-transform: uppercase;
}
ul.rda-feed {
list-style: none;
margin-left: 0;
}
ul.rda-feed > li:not(:last-child) {
border-bottom: solid 3px var(--rda-theme-page-dynamic-color-1-dimmed);
margin-bottom: 15px;
}
.rda-entry {
display: table;
}
.rda-info-icons,
.rda-main-data {
display: table-cell;
}
.rda-info-icons {
vertical-align: top;
}
.rda-info-icons > div {
border-radius: 25%;
border: 1px solid var(--rda-theme-page-dynamic-color-1-dimmed);
height: 1.5em;
margin-bottom: 0.5em;
margin-right: 0.5em;
width: 1.5em;
}
.rda-info-icons > div > div {
background-color: rgba(var(--theme-page-dynamic-color-1--rgb), .75);
height: 100%;
mask-position: center;
mask-repeat: no-repeat;
mask-size: 1em;
-webkit-mask-position: center;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: 1em;
width: 100%;
}
.rda-post-type-text > div {
mask-image: url("/resources-ucp/mw143/dist/svg/wds-icons-left-align.svg");
-webkit-mask-image: url("/resources-ucp/mw143/dist/svg/wds-icons-left-align.svg");
}
.rda-post-type-poll > div {
mask-image: url("/resources-ucp/mw143/dist/svg/wds-icons-poll.svg");
-webkit-mask-image: url("/resources-ucp/mw143/dist/svg/wds-icons-poll.svg");
}
.rda-post-type-reply > div {
mask-image: url("/resources-ucp/mw143/dist/svg/wds-icons-reply.svg");
-webkit-mask-image: url("/resources-ucp/mw143/dist/svg/wds-icons-reply.svg");
}
.rda-container-forum > div {
mask-image: url("/resources-ucp/mw143/dist/svg/wds-icons-comment.svg");
-webkit-mask-image: url("/resources-ucp/mw143/dist/svg/wds-icons-comment.svg");
}
.rda-container-wall > div {
mask-image: url("/resources-ucp/mw143/dist/svg/wds-icons-message.svg");
-webkit-mask-image: url("/resources-ucp/mw143/dist/svg/wds-icons-message.svg");
}
.rda-container-article > div {
mask-image: url("/resources-ucp/mw143/dist/svg/wds-icons-page.svg");
-webkit-mask-image: url("/resources-ucp/mw143/dist/svg/wds-icons-page.svg");
}
.rda-title {
font-weight: bold;
}
.rda-authorinfo {
font-style: italic;
}
.rda-authorinfo .wds-avatar {
margin-right: 0.5em;
vertical-align: middle;
}
.rda-authorinfo .wds-avatar__image {
color: var(--rda-theme-page-dynamic-color-1-dimmed);
}
ul.rda-tags {
margin: 0;
}
.rda-datatable th,
.rda-datatable tr {
vertical-align: top;
}
ul.rda-images {
margin-left: 0;
}
ul.rda-images li {
display: inline;
}
ul.rda-images img {
border-radius: 5px;
border: 1px solid var(--rda-theme-page-dynamic-color-1-dimmed);
margin-right: 10px;
vertical-align: top;
}
ul.rda-tags li {
display: inline;
}
ul.rda-tags > li:before {
background-color: var(--theme-page-text-color);
content: "";
display: inline-block;
height: 1em;
margin-right: 0.25em;
mask-image: url("/resources-ucp/mw143/dist/svg/wds-icons-tag.svg");
mask-repeat: no-repeat;
-webkit-mask-image: url("/resources-ucp/mw143/dist/svg/wds-icons-tag.svg");
-webkit-mask-repeat: no-repeat;
vertical-align: text-bottom;
width: 1em;
}
ul.rda-tags > li:not(:last-child):after {
content: ", ";
margin-right: 0.5em;
}