-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlightmode.css
101 lines (70 loc) · 1.97 KB
/
lightmode.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
@import url("https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/styles/solarized-light.min.css");
:root {
/* - COLOR - */
/* general */
--background: #ffffff;
--text-color: #000000;
/* heading */
--heading-border: #cccccc;
--content-divider: #aaaaaa;
/* navigator */
--heading-hover: #0090a0;
--navigator-extend-border: #000000;
--navigator-extend-background: #ffffff;
--navigator-extend-lines: #000000;
--navigator-item: #f2f2f2;
--navigator-item-hover: #009a9a30;
--navigator-extra-text: #008080;
--navigator-divider: #dddddd;
/* table of content */
--toc-heading-border: #008080;
--toc-background-hover: #00808033;
/* CONTENT */
/* header */
--sub-heading-border: #008080aa;
/* content */
--content-border-left: #00808033;
--content-border-left-hover: #008080e6;
--content-heading-hover: #008080;
--content-link: #008080e6;
--content-link-hover: #005050;
/* table */
--table-heading-background: #008080;
--table-heading-text: #f2f2f2;
--table-cell-background: #f2f2f2;
/* type / return */
--property-background: #eeeeee;
--property-text: #666666;
--property-highlight: #aaa500;
--property-highlight-value:#00808099;
--property-link: #ff300099;
--property-link-hover: #ff3000ee;
/* code */
--code-extend: #0080800d;
--code-extend-hover: #00808033;
--code-extend-line: #000000;
/* lightdark */
--lightdark: #333333;
--lightdark-hover: #008080;
/* footer */
--footer-color: #333333;
--footer-background-hover: #f2f2f2;
--footer-cross: #333333;
/* action bar */
--actionbar-background: #0090b0;
/* cookie */
--cookiebar-background: #00a080;
--cookiebar-link: #004060;
--cookiebar-link-hover: #003090;
/* index */
--index-project-background: #f2f2f2;
--index-project-background-hover: #00808033;
/* cookies */
--cookie-name-background: #f2f2f2;
--cookie-value: #0080a0;
--cookie-delete: #ff00001a;
--cookie-delete-hover: #ff000066;
--no-cookie-background: #00000020;
/* - FONT - */
--font: monospace, Consolas;
}