-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdwtheme.theme.css
122 lines (114 loc) · 3.67 KB
/
dwtheme.theme.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
/**
* @name Doctor Who
* @author Jorc0#8300
* @version 1.1
* @description Doctor Who Fan made theme for BetterDiscord based on ClearVision
* @source https://github.com/ClearVision/ClearVision-v6
* @website https://github.com/Jorc0/DoctorWho-BD-Theme
* @invite XuH3Bw8QzB
* @BDEditor Clear Vision
*/
@import url('https://clearvision.github.io/ClearVision-v6/main.css');
@import url(https://clearvision.github.io/Addons/whitney.css);
:root {
--main-color: #466BA6;
--main-font: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif;
--hover-color: #1e63b3;
--success-color: #43b581;
--danger-color: #982929;
--url-color: var(--main-color);
--background-image: url('https://i.imgur.com/AZisPOp.png');
--background-shading: 0%;
--background-position: center;
--background-size: auto;
--background-repeat: no-repeat;
--background-attachment: fixed;
--background-brightness: 100%;
--background-contrast: 100%;
--background-saturation: 100%;
--background-grayscale: 0%;
--background-invert: 0%;
--background-blur: 0px;
--background-overlay: rgba(0,0,0,0.6);
--user-popout-image: url('https://i.imgur.com/AZisPOp.png');
--user-popout-position: center;
--user-popout-size: contain;
--user-popout-repeat: no-repeat;
--user-popout-attachment: fixed;
--user-popout-brightness: 100%;
--user-popout-contrast: 100%;
--user-popout-saturation: 100%;
--user-popout-grayscale: 0%;
--user-popout-invert: 0%;
--user-popout-blur: 0px;
--user-modal-image: url('https://i.imgur.com/AZisPOp.png');
--user-modal-position: center;
--user-modal-size: cover;
--user-modal-repeat: repeat;
--user-modal-attachment: fixed;
--user-modal-brightness: 122%;
--user-modal-contrast: 100%;
--user-modal-saturation: 100%;
--user-modal-grayscale: 0%;
--user-modal-invert: 0%;
--user-modal-blur: 0px;
--home-icon: url('https://i.imgur.com/AZisPOp.png');
--home-position: center;
--home-size: 55px;
--channel-unread: var(--main-color);
--channel-color: rgba(255,255,255,0.3);
--muted-color: rgba(255,255,255,0.1);
--online-color: #43b581;
--idle-color: #faa61a;
--dnd-color: #982929;
--streaming-color: #593695;
--offline-color: #808080;
--main-font: Whitney;
--code-font: Consolas;
--channels-width: 220px;
--members-width: 240px;
--backdrop-overlay: rgba(0,0,0,0.8);
--backdrop-image: var(--background-image);
--backdrop-position: var(--background-position);
--backdrop-size: var(--background-size);
--backdrop-repeat: var(--background-repeat);
--backdrop-attachment: var(--background-attachment);
--backdrop-brightness: var(--background-brightness);
--backdrop-contrast: var(--background-contrast);
--backdrop-saturation: var(--background-saturation);
--backdrop-invert: var(--background-invert);
--backdrop-grayscale: var(--background-grayscale);
--backdrop-sepia: var(--background-sepia);
--backdrop-blur: var(--background-blur);
--bd-blue: var(--main-color);
--bd-blue-hover: var(--hover-color);
--bd-blue-active: var(--hover-color);
}
/* Changed ClearVision watermarks
If you, ClearVision team want it back, just ask me*/
.container-YkUktl:before {
content: "Doctor Who Theme";
right: 50%;
text-align: right;
transform: translateX(50%);
}
.typeWindows-2-g3UY > .wordmark-2u86JB:before {
content: "Doctor Who";
color: rgba(255, 255, 255, 0.7);
font-size: 14px;
text-shadow: 0 0 3px #000;
}
.typeWindows-2-g3UY > .wordmark-2u86JB:after {
content: "v1.0";
color: rgba(255, 255, 255, 0.3);
font-family: var(--code-font);
font-size: 10px;
}
.container-YkUktl:after {
content: "v1.0";
left: 50%;
text-align: left;
opacity: 0;
transform: translateX(50%) rotateX(90deg);
}
/* Any custom CSS below here */