2 Commits

Author SHA1 Message Date
fc822247af More color fixes pointed out by clappingsnowdrop
All checks were successful
Zip and attach installable zip to release / zip-and-attach (release) Successful in 35s
2025-08-11 23:08:24 -05:00
685fa04854 grid layout for profile info 2025-08-11 00:31:20 -05:00
3 changed files with 10 additions and 15 deletions

View File

@@ -1357,7 +1357,7 @@ div.bbc_footnotes .meaction {}
}
.topic_stats {
color: var(--color-secondary);
color: var(--color-secondary-dark-6);
}
.qaction_row {
@@ -2131,7 +2131,7 @@ li.ui-tab.ui-tabs-active.ui-state-active.ui-state-hover .ui-tabs-anchor {
/* Absolute positioning stops these breaking the bars on narrow screens. */
.statsbar .righttext {
background: #1A1A1A;
background: var(--color-body);
}
#stats {

View File

@@ -4122,24 +4122,15 @@ dl.merge_topic dd {
overflow: auto;
margin: 0 0 18px 0;
padding: 0 0 15px 0;
display: grid;
grid-template-columns: auto 1fr;
gap: .25em;
}
#detailedinfo dt, #tracking dt, .profileblock dt {
float: left;
clear: both;
margin: 0 0 3px 0;
padding: 0;
width: 35%;
font-weight: bold;
}
#detailedinfo dd, #tracking dd, .profileblock dd {
float: left;
margin: 0 0 3px 0;
padding: 0;
width: 65%;
}
.profileblock_signature dd {
width: auto;
word-wrap: break-word;
@@ -6827,6 +6818,10 @@ a > i {
display: none;
}
#detailedinfo dl, #tracking dl, .profileblock dl {
display: block;
}
dt, dd, dd label, .login dt, #advanced_search dt {
width: 100% !important;
margin: 0 !important;

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.5</version>
<version>1.2.6</version>
<!-- Theme name, used purely for aesthetics. -->
<name>Artix</name>
<!-- Author: your email address or contact information. The name attribute is optional. -->