Compare commits
4 Commits
v1.2.3
...
b86f0c25ca
Author | SHA1 | Date | |
---|---|---|---|
b86f0c25ca
|
|||
77bb482e1f
|
|||
ba0523ad84
|
|||
7a9b555c93
|
@@ -2,22 +2,22 @@
|
|||||||
:root {
|
:root {
|
||||||
--is-dark-theme: false;
|
--is-dark-theme: false;
|
||||||
--color-header-bg: var(--color-box-header);
|
--color-header-bg: var(--color-box-header);
|
||||||
--color-primary: #4183c4;
|
--color-primary: #0081CC;
|
||||||
--color-primary-contrast: #ffffff;
|
--color-primary-contrast: #ffffff;
|
||||||
--color-primary-dark-1: #3876b3;
|
--color-primary-dark-1: #0067a3;
|
||||||
--color-primary-dark-2: #31699f;
|
--color-primary-dark-2: #0067a3;
|
||||||
--color-primary-dark-3: #2b5c8b;
|
--color-primary-dark-3: #005a8f;
|
||||||
--color-primary-dark-4: #254f77;
|
--color-primary-dark-4: #004e7a;
|
||||||
--color-primary-dark-5: #193450;
|
--color-primary-dark-5: #004166;
|
||||||
--color-primary-dark-6: #0c1a28;
|
--color-primary-dark-6: #003452;
|
||||||
--color-primary-dark-7: #04080c;
|
--color-primary-dark-7: #000d14;
|
||||||
--color-primary-light-1: #548fca;
|
--color-primary-light-1: #008ee0;
|
||||||
--color-primary-light-2: #679cd0;
|
--color-primary-light-2: #009bf5;
|
||||||
--color-primary-light-3: #7aa8d6;
|
--color-primary-light-3: #47bcff;
|
||||||
--color-primary-light-4: #8db5dc;
|
--color-primary-light-4: #5cc3ff;
|
||||||
--color-primary-light-5: #b3cde7;
|
--color-primary-light-5: #70cbff;
|
||||||
--color-primary-light-6: #d9e6f3;
|
--color-primary-light-6: #99daff;
|
||||||
--color-primary-light-7: #f4f8fb;
|
--color-primary-light-7: #d6f0ff;
|
||||||
--color-primary-hover: var(--color-primary-dark-1);
|
--color-primary-hover: var(--color-primary-dark-1);
|
||||||
--color-primary-active: var(--color-primary-dark-2);
|
--color-primary-active: var(--color-primary-dark-2);
|
||||||
--color-secondary: #d0d7de;
|
--color-secondary: #d0d7de;
|
||||||
|
@@ -332,6 +332,7 @@ select:focus,
|
|||||||
input[disabled].input_text,
|
input[disabled].input_text,
|
||||||
input[disabled].input_password {
|
input[disabled].input_password {
|
||||||
background: var(--color-input-text-disabled);
|
background: var(--color-input-text-disabled);
|
||||||
|
color: var(--color-text-light-2);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The OpenID login form */
|
/* The OpenID login form */
|
||||||
@@ -1235,7 +1236,7 @@ div.bbc_footnotes .meaction {}
|
|||||||
}
|
}
|
||||||
|
|
||||||
.board_stats {
|
.board_stats {
|
||||||
color: var(--color-secondary);
|
color: var(--color-secondary-dark-6);
|
||||||
}
|
}
|
||||||
|
|
||||||
.lastpost_link>a {
|
.lastpost_link>a {
|
||||||
@@ -1261,7 +1262,7 @@ div.bbc_footnotes .meaction {}
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ic_section_header>a {
|
.ic_section_header>a {
|
||||||
color: var(--color-text-light-3);
|
color: var(--color-text-light-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ic_recentposts td,
|
#ic_recentposts td,
|
||||||
@@ -1489,7 +1490,7 @@ div.bbc_footnotes .meaction {}
|
|||||||
/* attachment details below thumbnails */
|
/* attachment details below thumbnails */
|
||||||
.attachment_name,
|
.attachment_name,
|
||||||
.attachment_details {
|
.attachment_details {
|
||||||
color: var(--color-secondary) !important;
|
color: var(--color-secondary-dark-6) !important;
|
||||||
border: solid 1px var(--color-secondary);
|
border: solid 1px var(--color-secondary);
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
@@ -2051,7 +2052,7 @@ li.ui-tab.ui-tabs-active.ui-state-active.ui-state-hover .ui-tabs-anchor {
|
|||||||
.successbox {
|
.successbox {
|
||||||
border-color: var(--color-success-border);
|
border-color: var(--color-success-border);
|
||||||
color: var(--color-success-text);
|
color: var(--color-success-text);
|
||||||
background: var(--color-success-bg) url(../../images/icons/field_valid.png) 10px 50% no-repeat;
|
background: var(--color-success-bg) url(../../images/post/check.png) 10px 50% no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.infobox {
|
.infobox {
|
||||||
|
@@ -57,7 +57,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Necessary for stabilising font-size in source mode! */
|
/* Necessary for stabilising font-size in source mode! */
|
||||||
.sceditor-container textarea, .sceditor-container textarea:focus {
|
.sceditor-container.sceditor-container textarea, .sceditor-container.sceditor-container textarea:focus {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
|
|
||||||
background: var(--color-primary-contrast);
|
background: var(--color-primary-contrast);
|
||||||
|
BIN
images/post/check.png
Normal file
BIN
images/post/check.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 428 B |
@@ -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.3</version>
|
<version>1.2.4</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