aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/static/css/dark.css
blob: 2c7170fc1014e281da50a45c2e1a6d57f14677ac (plain)
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
:root {
    --font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    --body-color: #efefef;
    --body-background: #222;
    --hr-border-color: #555;
    --title-color: #aaa;
    --link-color: #aaa;
    --link-focus-color: #ddd;
    --link-hover-color: #ddd;

    --header-list-border-color: #333;
    --header-link-color: #ddd;
    --header-link-focus-color: rgba(82, 168, 236, 0.85);
    --header-link-hover-color: rgba(82, 168, 236, 0.85);
    --header-active-link-color: #9b9494;

    --page-header-title-border-color: #333;

    --logo-color: #bbb;
    --logo-hover-color-span: #bbb;

    --table-border-color: #555;
    --table-th-background: #333;
    --table-th-color: #aaa;
    --table-tr-hover-background-color: #333;
    --table-tr-hover-color: #aaa;

    --button-primary-border-color: #444;
    --button-primary-background: #333;
    --button-primary-color: #efefef;
    --button-primary-focus-border-color: #888;
    --button-primary-focus-background: #555;

    --input-border: 1px solid #555;
    --input-background: #333;
    --input-color: #ccc;

    --input-focus-color: #efefef;
    --input-focus-border-color: rgba(82, 168, 236, 0.8);
    --input-focus-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);

    --alert-color: #efefef;
    --alert-background-color: #333;
    --alert-border-color: #444;

    --alert-success-color: #efefef;
    --alert-success-background-color: #333;
    --alert-success-border-color: #444;

    --alert-error-color: #efefef;
    --alert-error-background-color: #333;
    --alert-error-border-color: #444;

    --alert-info-color: #efefef;
    --alert-info-background-color: #333;
    --alert-info-border-color: #444;

    --panel-background: #333;
    --panel-border-color: #555;
    --panel-color: #9b9b9b;

    --modal-background: #333;
    --modal-color: #efefef;
    --modal-box-shadow: 0 0 10px rgba(82, 168, 236, 0.6);

    --pagination-link-color: #aaa;
    --pagination-border-color: #333;

    --category-color: #efefef;
    --category-background-color: #333;
    --category-border-color: #444;
    --category-link-color: #999;
    --category-link-hover-color: #aaa;

    --item-border-color: #666;
    --item-padding: 4px;
    --item-title-link-font-weight: 400;

    --item-status-read-title-link-color: #666;
    --item-status-read-title-focus-color: rgba(82, 168, 236, 0.6);

    --item-meta-focus-color: #aaa;
    --item-meta-li-color: #ddd;

    --current-item-border-width: 2px;
    --current-item-border-color: rgba(82, 168, 236, 0.8);
    --current-item-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);

    --entry-header-border-color: #333;
    --entry-header-title-link-color: #bbb;
    --entry-content-color: #999;
    --entry-content-code-color: #fff;
    --entry-content-code-background: #555;
    --entry-content-code-border-color: #888;
    --entry-content-quote-color: #777;
    --entry-content-quote-font-family: Georgia, 'Times New Roman', Times, serif;
    --entry-enclosure-border-color: #333;

    --parsing-error-color: #eee;
    --feed-parsing-error-background-color: #343434;

    --keyboard-shortcuts-li-color: #9b9b9b;

    --counter-color: #bbb;
}