6 Commits

Author SHA1 Message Date
c3b78ff2ce add OTHER solved checkmark
All checks were successful
Zip and attach installable zip to release / zip-and-attach (release) Successful in 6s
2025-08-10 19:05:55 -05:00
7f07b28c4c read topics 2025-08-10 15:35:53 -05:00
4ca660d6c3 fix for seldom-used footnotes feature 2025-08-10 02:28:03 -05:00
528b9a73a7 fix rich text editor menus and live preview mode 2025-08-10 02:27:26 -05:00
ec2f903063 fix textarea margin jiggle
All checks were successful
Zip and attach installable zip to release / zip-and-attach (release) Successful in 37s
2025-08-10 01:39:12 -05:00
cd9d68c419 better mobile experience 2025-08-10 01:29:57 -05:00
7 changed files with 17 additions and 12 deletions

View File

@@ -325,7 +325,6 @@ button:focus,
select:focus, select:focus,
.editor:focus { .editor:focus {
border-color: #999999; border-color: #999999;
margin-top: 1px;
} }
/* Give disabled text input elements a different background color. */ /* Give disabled text input elements a different background color. */
@@ -647,8 +646,9 @@ div.bbc_footnotes {
border-top-color: var(--color-secondary-dark-9); border-top-color: var(--color-secondary-dark-9);
} }
.bbc_footnotes .target:target { .target:target {
background-color: var(--color-primary-dark-6); color: var(--color-text-dark);
background-color: var(--color-primary-light-4);
} }
sup.bbc_footnotes, sup.bbc_footnotes,
@@ -1342,7 +1342,7 @@ div.bbc_footnotes .meaction {}
.sticky_row .topic_name h4 a, .sticky_row .topic_name h4 a,
.locked_row.sticky_row .topic_name h4 a { .locked_row.sticky_row .topic_name h4 a {
color: #585858; color: var(--color-secondary-dark-6);
} }
.locked_row .topic_name h4 a { .locked_row .topic_name h4 a {
@@ -2325,11 +2325,14 @@ li.ui-tab.ui-tabs-active.ui-state-active.ui-state-hover .ui-tabs-anchor {
box-shadow: none; box-shadow: none;
} }
.poster:after,
.posterarea:before { .posterarea:before {
border-bottom: 1px solid var(--color-code-border); border-bottom: 1px solid var(--color-code-border);
} }
.post_separator:not(:has(+ a#new)) {
display: block;
}
.whos_online dd:nth-child(even), .whos_online dd:nth-child(even),
.whos_online dd:nth-child(odd) { .whos_online dd:nth-child(odd) {
border-top-color: var(--color-code-border); border-top-color: var(--color-code-border);

View File

@@ -102,10 +102,10 @@
margin: 22px 0 0 0; margin: 22px 0 0 0;
color: #444444; color: var(--color-text);
border: 1px solid #CCCCCC; border: 1px solid var(--color-box-body-border);
border-radius: 0 0 2px 2px; border-radius: 0 0 2px 2px;
background: #222222; background: var(--color-body);
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);;
} }

View File

@@ -1,7 +1,8 @@
html, body, p, code:before, table { html, body, p, code:before, table {
margin: 0; margin: 0;
padding: 0; padding: 0;
color: #afafaf; color: #181c21;
background-color: #ffffff;
} }
html { html {
overflow: auto; overflow: auto;

View File

@@ -271,7 +271,7 @@
} }
.i-menu::before { .i-menu::before {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23222222' viewBox='0 0 32 32'%3E%3Cpath d='M2 6h28v6H2zm0 8h28v6H2zm0 8h28v6H2z'/%3E%3C/svg%3E"); content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23777777' viewBox='0 0 32 32'%3E%3Cpath d='M2 6h28v6H2zm0 8h28v6H2zm0 8h28v6H2z'/%3E%3C/svg%3E");
} }
/* From Font Awesome */ /* From Font Awesome */

View File

@@ -6611,7 +6611,7 @@ a > i {
display: none; display: none;
} }
.poster:after, .posterarea:before { .posterarea:before {
display: block; display: block;
clear: both; clear: both;
padding-bottom: 3px; padding-bottom: 3px;

1
images/post/solved.png Symbolic link
View File

@@ -0,0 +1 @@
./check.png

View File

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