-
Notifications
You must be signed in to change notification settings - Fork 1
/
styles.css
125 lines (107 loc) · 2.55 KB
/
styles.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
123
124
125
body {
background-color: #1A1A1B !important;
color: #D7DADC !important;
}
.docs_main h1+ul li a,
.docs_main .content-list ul li, .docs_main ul:not(:first-of-type) li {
color: #D7DADC !important;
}
p,
code,
.footer_nav .footer_nav_contain ul li a
{
color: #D7DADC !important;
}
.sidebar_layout .sidebar:before {
background: #1A1A1B !important;
}
.sidebar_layout .sidebar,
#carbonads
{
background: #1A1A1B !important;
}
#carbonads .carbon-text {
color: #D7DADC !important;
}
#carbonads{
background: #4c4c4c !important;
color: #D7DADC !important;
}
.sidebar_layout .sidebar nav .navigation_contain ul li a,
.sidebar_layout .sidebar nav .navigation_contain ul li h2,
.docs_main code,
.language-css .token.string, .style .token.string, .token.entity, .token.operator, .token.url,
.docs_main h2 a, .docs_main h3 a, .docs_main h4 a,
.token.punctuation,
body, button, input, textarea
{
color: #D7DADC !important;
}
.sidebar_layout::-webkit-scrollbar .sidebar::-webkit-scrollbar { width: 0 !important }
:not(pre)>code[class*=language-], pre[class*=language-] {
color: #ff2d20 !important;
background: #444444 !important;
}
.token.boolean, .token.constant, .token.deleted, .token.number, .token.property, .token.symbol, .token.tag,
.token.class-name, .token.function
{
color: #ff2d20 !important;
}
.token.important, .token.regex, .token.variable {
color: cyan !important;
}
.token.atrule, .token.attr-value, .token.keyword {
color: #33a8ff !important;
}
.callout ,
.partner_block,
.autocomplete-wrapper,
.custom_select
{
background: #222 !important;
color: #D7DADC !important;
}
#version_switcher option {
background: #222 !important;
color: #D7DADC !important;
padding: 1em;
}
.autocomplete-wrapper > {
background: #4c4c4c !important;
}
.autocomplete-wrapper .sub-section > * {
color: #D7DADC !important;
}
.autocomplete-wrapper .content > * {
color: #D7DADC !important;
}
footer .footer_bg,
footer .footer_contain,
footer
{
background: #4c4c4c !important;
}
.token.attr-name, .token.builtin, .token.char, .token.inserted, .token.selector, .token.string {
color: #39ff14 !important;
}
.autocomplete-wrapper .content{
background-color: #808080 !important;
}
/* Scroll bar */
::-webkit-scrollbar-button {
display: none;
height: 13px;
border-radius: 0px;
background-color: #AAA;
}
::-webkit-scrollbar-thumb {
background-color: #CCC;
border-radius: 10px;
}
::-webkit-scrollbar-track {
background-color: #808080;
border-radius: 5px;
}
::-webkit-scrollbar {
width: 10px;
}