Skip to content

Commit

Permalink
DTM-08, DTM-16
Browse files Browse the repository at this point in the history
  • Loading branch information
XYZenix committed May 9, 2024
1 parent 27b0cae commit 39cb94b
Show file tree
Hide file tree
Showing 4 changed files with 230 additions and 28 deletions.
39 changes: 32 additions & 7 deletions DTM-08-V2/dtm-08-v2.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 28 additions & 8 deletions DTM-08-V2/dtm-08-v2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* @source https://github.com/XYZenix/XYZenixThemes/
*/

$themeVersion: "105";
$themeDate: "Apr 30, 2024";
$themeVersion: "106";
$themeDate: "May 9, 2024";

@use "sass:color";
@use "sass:math";
Expand Down Expand Up @@ -610,7 +610,7 @@ $exportAddons: false;
}
// main scroller
.scroller_de945b {
padding-top: 56px !important;
padding-top: 0 !important;
.theme-light & {
background: linear-gradient(#FFF, var(--d8l4));
box-shadow: inset 0 1px 8px #000;
Expand All @@ -625,14 +625,14 @@ $exportAddons: false;
}
// home
.tutorialContainer_b06ae6 {
position: fixed;
position: sticky;
top: 0;
z-index: 9;
.platform-win & {
top: 22px;
top: 0;
}
.platform-osx & {
top: 32px;
top: 0;
}
.listItem__48528 {
margin-bottom: 0;
Expand Down Expand Up @@ -2129,6 +2129,14 @@ $exportAddons: false;
width: auto;
.party__0db18 {
margin-right: 8px;
.avatar__109ad>svg {
width: 20px;
height: 20px;
}
}
.moreUsers__04e6c {
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5), 0 1px rgba(255, 255, 255, 0.2);
background: linear-gradient(var(--d8d9), var(--d8d7));
}
}
// activity panel
Expand Down Expand Up @@ -2221,13 +2229,22 @@ $exportAddons: false;
box-shadow: inset 0 0 0 1px hsl(var(--d8rd6v),0.5), inset 0 1px 3px hsl(var(--d8rd6v),0.5);
}
.theme-dark & {
background: linear-gradient(var(--d8dB),var(--d8dA) 50%,var(--d8dC) 50%,var(--d8dB));
background: repeating-linear-gradient(-45deg, #f442 0px, #f442 8px, #f440 9px, #f440 17px, #f442 18px), linear-gradient(var(--d8dB),var(--d8dA) 50%,var(--d8dC) 50%,var(--d8dB));
background-size: calc(100% + 24px) 100%;
animation: bigChungus infinite linear 2s;
border: solid 1px;
border-image: linear-gradient(var(--d8d6),var(--d8dE)) 1;
box-shadow: inset 0 0 0 1px #f0474788, inset 0 1px 3px #000;
&.local__2564c {
background-image: repeating-linear-gradient(-45deg, #fa42 0px, #fa42 8px, #fa40 9px, #fa40 17px, #fa42 18px), linear-gradient(var(--d8dB),var(--d8dA) 50%,var(--d8dC) 50%,var(--d8dB));
}
}
@keyframes bigChungus {
from {background-position: 0 0}
to {background-position: -26px 0}
}
&.local__2564c {
box-shadow: inset 0 0 0 1px #43b581bb, inset 0 1px 3px #000;
box-shadow: inset 0 0 0 1px #faa61abb, inset 0 1px 3px #000;
}
@keyframes trolleyzoom {
from {transform:rotate(0deg)}
Expand Down Expand Up @@ -7884,6 +7901,9 @@ $exportAddons: false;
}
}
}
#guild-header-popout {
margin-bottom: 16px;
}
}
//crash screen
@at-root {
Expand Down
Loading

0 comments on commit 39cb94b

Please sign in to comment.