1 Commits

Author SHA1 Message Date
c759c98029 fix mentions and member list
All checks were successful
Zip and attach installable zip to release / zip-and-attach (release) Successful in 39s
2025-08-08 16:47:15 -05:00
2 changed files with 39 additions and 21 deletions

View File

@@ -1252,7 +1252,7 @@ div.bbc_footnotes .meaction {}
.childboard_row h4,
.board_new_posts {
color: var(--color-secondary);
color: var(--color-secondary-dark-3);
}
/* Styles for the info center on the board index. */
@@ -1372,17 +1372,6 @@ div.bbc_footnotes .meaction {}
background: #FFF5CD;
}
.sticky_row,
.locked_row.sticky_row {
background: #222222;
border-color: #1A1A1A;
}
.locked_row,
.locked_row.core_posts {
background: #222222;
}
#topic_icons {
border-color: var(--color-secondary);
background: var(--color-body);
@@ -1986,14 +1975,14 @@ li.ui-tab.ui-tabs-active.ui-state-active.ui-state-hover .ui-tabs-anchor {
.whos_online dd:nth-child(odd) div {
border-top-color: var(--color-secondary);
border-bottom-color: var(--color-secondary);
background-color: #1A1A1A;
background-color: var(--color-body-alternate);
}
.mlist li.alternate_row div,
.whos_online dd:nth-child(even) div {
border-top-color: var(--color-secondary);
border-bottom-color: var(--color-secondary);
background-color: #222222;
background-color: var(--color-body);
}
.mlist li div:first-child {
@@ -2006,7 +1995,7 @@ li.ui-tab.ui-tabs-active.ui-state-active.ui-state-hover .ui-tabs-anchor {
.letter_row>h3 {
border-color: var(--color-secondary);
background: #1A1A1A linear-gradient(to bottom, #1A1A1A, #222222);
background: var(--color-body-alternate) linear-gradient(to bottom, var(--color-body-alternate), var(--color-body));
}
/* -------------------------------------------------------
@@ -2014,17 +2003,17 @@ li.ui-tab.ui-tabs-active.ui-state-active.ui-state-hover .ui-tabs-anchor {
* -------------------------------------------------------
*/
.coppa_contact {
color: #585858;
border-color: #585858;
background: #1A1A1A;
color: var(--color-text-light-2);
border-color: var(--color-body-border);
background: var(--color-body);
}
.valid_input {
background: #F5FFF0;
border-color: var(--color-success-border);
}
.invalid_input {
background: #FFF0F0;
background: var(--color-error-bg);
}
/* -------------------------------------------------------
@@ -2172,6 +2161,35 @@ li.ui-tab.ui-tabs-active.ui-state-active.ui-state-hover .ui-tabs-anchor {
.floating_error .error_btn:hover {}
/* -------------------------------------------------------
* Mentions
* -------------------------------------------------------
*/
.atwho-view.atwho-view {
background-color: var(--color-body-alternate);
border-color: var(--color-secondary);
}
.atwho-view.atwho-view strong {
color: var(--color-box-header-border);
}
.atwho-view.atwho-view .cur {
background-color: var(--color-box-header);
color: var(--color-text-light-1);
}
.atwho-view.atwho-view .cur strong {
color: var(--color-text);
}
.atwho-view.atwho-view ul li {
border-bottom-color: var(--color-secondary);
}
.atwho-view.atwho-view ul li:last-child {
border-bottom: none;
}
/* -------------------------------------------------------
* $ICONS
* -------------------------------------------------------

View File

@@ -2,7 +2,7 @@
<theme-info xmlns="https://www.elkarte.net/site/theme-info" xmlns:elk="https://www.elkarte.net/">
<!-- For the id, always use something unique - put your name, a colon, and then the package name. -->
<id>artix:Artix</id>
<version>1.2.2</version>
<version>1.2.3</version>
<!-- Theme name, used purely for aesthetics. -->
<name>Artix</name>
<!-- Author: your email address or contact information. The name attribute is optional. -->