Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
01127016ee | |||
1d2e5a941b | |||
ce7413ad89 | |||
a9e216eff0 |
12
README.MD
Normal file
12
README.MD
Normal 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.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
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)
|
Binary file not shown.
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 5.1 KiB |
@@ -172,9 +172,9 @@ function template_html_above()
|
|||||||
|
|
||||||
// Show all the relative links, such as help, search, contents, and the like.
|
// Show all the relative links, such as help, search, contents, and the like.
|
||||||
echo '
|
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="144x144" href="' . $context['favicon'] . '.apple.144.png" />
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="' . $context['favicon'] . '.apple.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="help" href="', $scripturl, '?action=help" />
|
||||||
<link rel="contents" href="', $scripturl, '" />', ($context['allow_search'] ? '
|
<link rel="contents" href="', $scripturl, '" />', ($context['allow_search'] ? '
|
||||||
<link rel="search" href="' . $scripturl . '?action=search" />' : '');
|
<link rel="search" href="' . $scripturl . '?action=search" />' : '');
|
||||||
|
BIN
screenshots/dark_screenie.png
Normal file
BIN
screenshots/dark_screenie.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 188 KiB |
BIN
screenshots/light_screenie.png
Normal file
BIN
screenshots/light_screenie.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 192 KiB |
BIN
screenshots/preview.png
Normal file
BIN
screenshots/preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
@@ -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.9</version>
|
<version>1.2.10</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. -->
|
||||||
|
Reference in New Issue
Block a user