Skip to content
This repository was archived by the owner on Sep 29, 2024. It is now read-only.

Commit 87450e3

Browse files
committed
fixed all links
1 parent e081d70 commit 87450e3

5 files changed

Lines changed: 95 additions & 95 deletions

File tree

dsn10-general.css

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
* @author numoder
55
* @version 0.0.14
66
* @description A little throwback to better times.
7-
* @source https://github.com/numoder/dsn10-
7+
* @source https://github.com/numoder/dsn10-theme
88
*/
99

1010
/*
11-
@import url('https://numoder.github.io/dsn10-/dlm-general.css');
12-
@import url('https://numoder.github.io/dsn10-/dlm-icons.css');
13-
@import url('https://numoder.github.io/dsn10-/dlm-server.css');
14-
@import url('https://numoder.github.io/dsn10-/dlm-friends.css');
15-
@import url('https://numoder.github.io/dsn10-/dlm-settings.css');
11+
@import url('https://numoder.github.io/dsn10-theme/dlm-general.css');
12+
@import url('https://numoder.github.io/dsn10-theme/dlm-icons.css');
13+
@import url('https://numoder.github.io/dsn10-theme/dlm-server.css');
14+
@import url('https://numoder.github.io/dsn10-theme/dlm-friends.css');
15+
@import url('https://numoder.github.io/dsn10-theme/dlm-settings.css');
1616
*/
1717

1818
:root {
@@ -27,8 +27,8 @@
2727
--tooltip-border: #000;
2828
--menu-border: #aca899;
2929

30-
--login-background: url(https://numoder.github.io/dsn10-/assets/src/virtualbox.png) center/cover;
31-
--voicecall-background: url(https://numoder.github.io/dsn10-/assets/src/WO_SCN07.png) center;
30+
--login-background: url(https://numoder.github.io/dsn10-theme/assets/src/virtualbox.png) center/cover;
31+
--voicecall-background: url(https://numoder.github.io/dsn10-theme/assets/src/WO_SCN07.png) center;
3232

3333
/* profile */
3434
--profile-background: #8473c4;
@@ -103,7 +103,7 @@
103103

104104
/* voice chat image */
105105
.theme-dark .videoGrid__8b6fc {
106-
background: var(--voicecallBg, url(https://numoder.github.io/dsn10-/assets/src/virtualbox.png));
106+
background: var(--voicecallBg, url(https://numoder.github.io/dsn10-theme/assets/src/virtualbox.png));
107107
background-size: cover;
108108
}
109109

@@ -298,7 +298,7 @@
298298
}
299299

300300
div.container_b2ce9c {
301-
background: url(https://numoder.github.io/dsn10-/assets/servers/786.png), linear-gradient(0deg, rgba(213, 225, 245, 1) 54%, rgba(203, 215, 237, 1) 68%, rgba(254, 254, 254, 1) 90%, rgba(254, 254, 254, 1) 90%);
301+
background: url(https://numoder.github.io/dsn10-theme/assets/servers/786.png), linear-gradient(0deg, rgba(213, 225, 245, 1) 54%, rgba(203, 215, 237, 1) 68%, rgba(254, 254, 254, 1) 90%, rgba(254, 254, 254, 1) 90%);
302302
background-size: 245px;
303303
background-repeat: no-repeat;
304304
background-attachment: fixed;
@@ -310,7 +310,7 @@
310310
}
311311

312312
div.scroller__00e7e {
313-
background: url(https://numoder.github.io/dsn10-/assets/servers/786.png), linear-gradient(0deg, rgba(213, 225, 245, 1) 54%, rgba(254, 254, 254, 1) 80%, rgba(254, 254, 254, 1) 100%);
313+
background: url(https://numoder.github.io/dsn10-theme/assets/servers/786.png), linear-gradient(0deg, rgba(213, 225, 245, 1) 54%, rgba(254, 254, 254, 1) 80%, rgba(254, 254, 254, 1) 100%);
314314
background-size: 360px;
315315
background-repeat: no-repeat;
316316
background-attachment: fixed;
@@ -370,13 +370,13 @@
370370

371371

372372
.iconSpacing__59128[aria-label="Muted"] {
373-
content: url(https://numoder.github.io/dsn10-/assets/user-area/Microphone2.png);
373+
content: url(https://numoder.github.io/dsn10-theme/assets/user-area/Microphone2.png);
374374
width: 20px;
375375
filter: grayscale(0.6);
376376
}
377377

378378
.iconSpacing__59128[aria-label="Deafened"] {
379-
content: url(https://numoder.github.io/dsn10-/assets/user-area/Volume2.png);
379+
content: url(https://numoder.github.io/dsn10-theme/assets/user-area/Volume2.png);
380380
width: 20px;
381381
filter: grayscale(0.6);
382382
}
@@ -768,15 +768,15 @@
768768
/* voice channels */
769769
div.iconContainer__3f9b0[aria-label="Voice icon"] {
770770
display: block;
771-
content: url(https://numoder.github.io/dsn10-/assets/general/volume.png);
771+
content: url(https://numoder.github.io/dsn10-theme/assets/general/volume.png);
772772
width: auto;
773773
height: 25px;
774774
}
775775

776776
/* connected to voice channel */
777777
div.modeConnected__1c02e > div > a > div.linkTop_eaa673 > div.iconContainer__3f9b0[aria-label="Voice icon"],
778778
div.modeSelected__487d6 > div > a > div.linkTop_eaa673 > div.iconContainer__3f9b0[aria-label="Voice icon"]{
779-
content: url(https://numoder.github.io/dsn10-/assets/general/volume2.png);
779+
content: url(https://numoder.github.io/dsn10-theme/assets/general/volume2.png);
780780
}
781781

782782
.base-21yXnu {
@@ -918,7 +918,7 @@
918918
}
919919

920920
.controlSection_daa0d5>div>div>div>section>div>div.children__32014>div.iconWrapper_af9215 {
921-
content: url(https://numoder.github.io/dsn10-/assets/general/volume.png);
921+
content: url(https://numoder.github.io/dsn10-theme/assets/general/volume.png);
922922
}
923923
/* voicecall vc */
924924
.theme-dark .videoGrid__8b6fc, .callContainer_cbde45 {
@@ -1016,7 +1016,7 @@
10161016
width: 16px;
10171017
height: 16px;
10181018
display: block;
1019-
background-image: url(https://numoder.github.io/dsn10-/assets/status/phone.png);
1019+
background-image: url(https://numoder.github.io/dsn10-theme/assets/status/phone.png);
10201020
background-position: 2px 2px;
10211021
background-repeat: no-repeat;
10221022
z-index: 2;

0 commit comments

Comments
 (0)