Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
fc822247af
|
|||
685fa04854
|
|||
c3b78ff2ce
|
|||
7f07b28c4c
|
|||
4ca660d6c3
|
|||
528b9a73a7
|
@@ -646,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,
|
||||||
@@ -1341,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 {
|
||||||
@@ -1356,7 +1357,7 @@ div.bbc_footnotes .meaction {}
|
|||||||
}
|
}
|
||||||
|
|
||||||
.topic_stats {
|
.topic_stats {
|
||||||
color: var(--color-secondary);
|
color: var(--color-secondary-dark-6);
|
||||||
}
|
}
|
||||||
|
|
||||||
.qaction_row {
|
.qaction_row {
|
||||||
@@ -2130,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. */
|
/* Absolute positioning stops these breaking the bars on narrow screens. */
|
||||||
.statsbar .righttext {
|
.statsbar .righttext {
|
||||||
background: #1A1A1A;
|
background: var(--color-body);
|
||||||
}
|
}
|
||||||
|
|
||||||
#stats {
|
#stats {
|
||||||
|
@@ -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);;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -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;
|
||||||
|
@@ -4122,24 +4122,15 @@ dl.merge_topic dd {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
margin: 0 0 18px 0;
|
margin: 0 0 18px 0;
|
||||||
padding: 0 0 15px 0;
|
padding: 0 0 15px 0;
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: auto 1fr;
|
||||||
|
gap: .25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#detailedinfo dt, #tracking dt, .profileblock dt {
|
#detailedinfo dt, #tracking dt, .profileblock dt {
|
||||||
float: left;
|
|
||||||
clear: both;
|
|
||||||
margin: 0 0 3px 0;
|
|
||||||
padding: 0;
|
|
||||||
width: 35%;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
#detailedinfo dd, #tracking dd, .profileblock dd {
|
|
||||||
float: left;
|
|
||||||
margin: 0 0 3px 0;
|
|
||||||
padding: 0;
|
|
||||||
width: 65%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.profileblock_signature dd {
|
.profileblock_signature dd {
|
||||||
width: auto;
|
width: auto;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
@@ -6827,6 +6818,10 @@ a > i {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#detailedinfo dl, #tracking dl, .profileblock dl {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
dt, dd, dd label, .login dt, #advanced_search dt {
|
dt, dd, dd label, .login dt, #advanced_search dt {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
|
1
images/post/solved.png
Symbolic link
1
images/post/solved.png
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
./check.png
|
@@ -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.6</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