6 Commits

Author SHA1 Message Date
549ea8f263 approvebg, back to development 2025-09-24 10:03:24 -05:00
01127016ee version 1.2.10
All checks were successful
Zip and attach installable zip to release / zip-and-attach (release) Successful in 5s
2025-09-10 00:23:35 -05:00
1d2e5a941b add readme 2025-09-10 00:22:33 -05:00
ce7413ad89 update/add images 2025-09-10 00:22:21 -05:00
a9e216eff0 rearrange icons, attempt ??? at influencing firefox icon 2025-09-09 23:47:12 -05:00
f18a957c89 force font colors
All checks were successful
Zip and attach installable zip to release / zip-and-attach (release) Successful in 37s
2025-09-02 13:17:53 -05:00
10 changed files with 151 additions and 3 deletions

12
README.MD Normal file
View File

@@ -0,0 +1,12 @@
# Artix ElkArte Theme
A theme for Artix Linux's ElkArte forum. Based off of the [Silence](https://themes.elkarte.net//variant/Silence.html) theme, this theme features dark and light mode variants.
![Preview screenshot of the Artix dark theme applied to an ElkArte forum](/screenshots/preview.png)
A live version can be demo'd [here](https://forum.artixlinux.org/index.php?theme=10).
Screenshots:
* [Dark variant](/screenshots/dark_screenie.png)
* [Light variant](/screenshots/light_screenie.png)

View File

@@ -128,6 +128,10 @@
--color-pink-contrast: var(--color-pink-dark-2);
--color-brown-contrast: var(--color-brown-dark-2);
--color-black-contrast: var(--color-black-dark-2);
--color-white-contrast: #bcbcbc;
--color-beige-contrast: #a0a084;
--color-navy-contrast: #000080;
--color-maroon-contrast: #800000;
/* ansi colors used for actions console and console files */
--color-ansi-black: #1e2327;
--color-ansi-red: #cc4848;
@@ -247,4 +251,8 @@
.i-upload::before {
filter: brightness(0);
}
.approvebg {
background: #ffa4a4;
}
}

View File

@@ -173,6 +173,10 @@
--color-pink-contrast: var(--color-pink-light);
--color-brown-contrast: var(--color-brown-light);
--color-black-contrast: var(--color-black-light);
--color-white-contrast: #ffffff;
--color-beige-contrast: #f5f5dc;
--color-navy-contrast: #3535b4;
--color-maroon-contrast: #973333;
/* ansi colors used for actions console and console files */
--color-ansi-black: #1e2327;
--color-ansi-red: #cc4848;
@@ -1451,7 +1455,7 @@ div.bbc_footnotes .meaction {}
/* Colors for background of posts requiring approval */
.approvebg {
background: #FFF5CD;
background: #220505;
}
.poster .name {
@@ -2209,6 +2213,70 @@ li.ui-tab.ui-tabs-active.ui-state-active.ui-state-hover .ui-tabs-anchor {
border-bottom: none;
}
/* -------------------------------------------------------
* Font colors
* -------------------------------------------------------
*/
.bbc_color[style="color: red;"] {
color: var(--color-red-contrast) !important;
}
.bbc_color[style="color: yellow;"] {
color: var(--color-yellow-contrast) !important;
}
.bbc_color[style="color: pink;"] {
color: var(--color-pink-contrast) !important;
}
.bbc_color[style="color: green;"] {
color: var(--color-green-contrast) !important;
}
.bbc_color[style="color: orange;"] {
color: var(--color-orange-contrast) !important;
}
.bbc_color[style="color: purple;"] {
color: var(--color-purple-contrast) !important;
}
.bbc_color[style="color: blue;"] {
color: var(--color-blue-contrast) !important;
}
.bbc_color[style="color: brown;"] {
color: var(--color-brown-contrast) !important;
}
.bbc_color[style="color: teal;"] {
color: var(--color-teal-contrast) !important;
}
.bbc_color[style="color: limegreen;"] {
color: var(--color-olive-contrast) !important;
}
.bbc_color[style="color: beige;"] {
color: var(--color-beige-contrast) !important;
}
.bbc_color[style="color: navy;"] {
color: var(--color-navy-contrast) !important;
}
.bbc_color[style="color: maroon;"] {
color: var(--color-maroon-contrast) !important;
}
.bbc_color[style="color: black;"] {
color: var(--color-secondary-dark-11) !important;
}
.bbc_color[style="color: white;"] {
color: var(--color-secondary-dark-1) !important;
}
/* -------------------------------------------------------
* Cookie
* -------------------------------------------------------

View File

@@ -238,6 +238,66 @@
border: 2px solid #333333;
}
.sceditor-color-option[style="background-color: red"] {
background-color: var(--color-red-contrast) !important;
}
.sceditor-color-option[style="background-color: yellow"] {
background-color: var(--color-yellow-contrast) !important;
}
.sceditor-color-option[style="background-color: pink"] {
background-color: var(--color-pink-contrast) !important;
}
.sceditor-color-option[style="background-color: green"] {
background-color: var(--color-green-contrast) !important;
}
.sceditor-color-option[style="background-color: orange"] {
background-color: var(--color-orange-contrast) !important;
}
.sceditor-color-option[style="background-color: purple"] {
background-color: var(--color-purple-contrast) !important;
}
.sceditor-color-option[style="background-color: blue"] {
background-color: var(--color-blue-contrast) !important;
}
.sceditor-color-option[style="background-color: brown"] {
background-color: var(--color-brown-contrast) !important;
}
.sceditor-color-option[style="background-color: teal"] {
background-color: var(--color-teal-contrast) !important;
}
.sceditor-color-option[style="background-color: limegreen"] {
background-color: var(--color-olive-contrast) !important;
}
.sceditor-color-option[style="background-color: beige"] {
background-color: var(--color-beige-contrast) !important;
}
.sceditor-color-option[style="background-color: navy"] {
background-color: var(--color-navy-contrast) !important;
}
.sceditor-color-option[style="background-color: maroon"] {
background-color: var(--color-maroon-contrast) !important;
}
.sceditor-color-option[style="background-color: black"] {
background-color: var(--color-secondary-dark-11) !important;
}
.sceditor-color-option[style="background-color: white"] {
background-color: var(--color-secondary-dark-1) !important;
}
.sceditor-toolbar {
overflow: hidden;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@@ -172,9 +172,9 @@ function template_html_above()
// Show all the relative links, such as help, search, contents, and the like.
echo '
<link rel="shortcut icon" sizes="196x196" href="' . $context['favicon'] . '" />
<link rel="apple-touch-icon" sizes="144x144" href="' . $context['favicon'] . '.apple.144.png" />
<link rel="apple-touch-icon" sizes="180x180" href="' . $context['favicon'] . '.apple.png" />
<link rel="shortcut icon" sizes="196x196" href="' . $context['favicon'] . '" />
<link rel="help" href="', $scripturl, '?action=help" />
<link rel="contents" href="', $scripturl, '" />', ($context['allow_search'] ? '
<link rel="search" href="' . $scripturl . '?action=search" />' : '');

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

BIN
screenshots/preview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

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