-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathassets_styles_themes_default.css
More file actions
72 lines (61 loc) · 1.24 KB
/
assets_styles_themes_default.css
File metadata and controls
72 lines (61 loc) · 1.24 KB
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
/*
* Default theme
* Use this stylesheet as a basis for new themes.
*/
/* Body and base background */
body,
.requestlist>li.rqli,
.requestlist>li .brmarker,
.requestlist>li .brstatuspanel {
background-color: #2c333a;
}
#startscreen {
background-color: #4d5359;
}
/* Header and navigation background */
header,
#fixednav {
background-color: #4d5359;
}
/* Heading styles */
.heading {
padding-bottom: 1.3em;
}
/* Request list item backgrounds */
.requestlist>li.rqli:nth-child(odd) {
background-color: rgba(78, 83, 89, 0.15);
}
.requestlist>li.requestoutgoing.visible_request,
.requestlist>li.requestoutgoing.visible_request .brstatuspanel,
.requestlist>li.requestoutgoing .brmarker {
background-color: #484c46;
}
.requestlist>li.requestlocal.visible_request,
.requestlist>li.requestlocal.visible_request .brstatuspanel,
.requestlist>li.requestlocal .brmarker {
background-color: #3f4f5b;
}
.liwrap {
color: #b3b3b3;
}
/* Link colors */
#dialogbody h2:before,
#toseed,
#actions div,
#dialog .customtrigger,
#canceldialog,
#backupcd,
#backupactions .util_icon,
.linkcolor,
.selectarrows,
.qrscanner,
.ref {
color: #009788;
}
.button,
.alias {
background-color: #009788;
}
.alias {
color: rgba(255, 255, 255, 0);
}