forked from wvxwxvw/Imagus_sieve_RuBoard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathImagus_Firefox_Dark_style.css
40 lines (40 loc) · 1.31 KB
/
Imagus_Firefox_Dark_style.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
/* Темная тема для страницы настроек Imagus (Full-style) */
/* Для userContent.css */
/* В строке ниже замените "uuid" на uuid расширения */
@-moz-document url-prefix("moz-extension://uuid") {
html {
background: #30323C !important;
}
body, aside, #importer {
background: rgba(43,42,51,1) !important;
background-color: rgba(43,42,51,1) !important;
color: #C7C7C7 !important;
}
textarea {
background: #0E0F12 !important;
background-color: #0E0F12 !important;
color: #C7C7C7 !important;
}
#sieve_container > .disabled > span {
text-shadow: 0 0 5px #000000 !important;
color: #FF5050 !important;
}
#sieve_container > .selected > span {
background-image: linear-gradient(to bottom, #318CE7 , #2A2A2A 90%) !important;
}
#sieve_container > div:not(.opened) > span:hover {
background-image: linear-gradient(to bottom, #2A2A2A , #318CE7 90%) !important;
}
#sieve_container > div.opened {
background-image: linear-gradient(to bottom, #2A2A2A , #318CE7 90%) !important;
}
#sieve_container > .opened > span {
background-image: linear-gradient(to bottom, #2A2A2A , #318CE7 90%) !important;
}
*|*:any-link:not(svg) {
color: #799BD5 !important
}
*|*:any-link:not(svg):visited {
color: #BE79D5 !important
}
}