-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathextra.css
More file actions
114 lines (89 loc) · 1.98 KB
/
extra.css
File metadata and controls
114 lines (89 loc) · 1.98 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
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
html {
overflow-y: scroll;
}
@media screen and (min-width: 1000px) {
html.fullscreen {
.md-grid {
max-width: 98%;
}
.md-sidebar {
width: auto;
min-width: 15%;
}
}
}
#fullscreen-form label {
display: none;
}
html:not(.fullscreen) #full-screen {
display: inline-block !important;
}
html.fullscreen #full-screen-exit {
display: inline-block !important;
}
html.fullscreen #full-screen {
display: none !important;
}
[data-md-color-scheme="default"] .md-typeset [type="checkbox"]:checked + .task-list-indicator::before {
background-color: #2d319f;
}
[data-md-color-scheme="slate"] .md-typeset [type="checkbox"]:checked + .task-list-indicator::before {
background-color: #00e6e6;
}
[data-md-color-scheme="slate"] {
--md-accent-fg-color: #21bbd0;
--md-primary-fg-color: #53ebff;
--md-primary-fg-color--light: #5db0c0;
--md-primary-fg-color--dark: #308ea1;
}
.md-search__input, .md-header .md-search__input::placeholder, .md-search__input + .md-search__icon {
color: #000 !important;
}
.md-header {
background-color: black;
}
.md-content article {
margin-bottom: 3em;
}
.md-header .md-search__input {
background-color: #fff;
}
.md-header-nav__button.md-logo img, .md-header-nav__button.md-logo svg {
width: 1.8rem;
height: auto;
}
.img-full-width + p img {
width: 100%;
}
.img-auto-width + p img {
width: none;
}
.md-typeset h1 {
margin: 0 0 1em;
}
.small {
font-size: 14px;
}
span.task-list-indicator {
margin-right: 5px;
}
@media screen and (max-width: 76.1875em) {
.md-nav--primary .md-nav__title[for=__drawer] {
background-color: #000000;
}
}
:root {
--nt-color-7: #108d10;
}
.version-warning {
margin-top: 5px !important;
}
.md-typeset .tabbed-labels>label, .md-typeset .admonition, .md-typeset details {
font-size: .75rem !important;
}
.md-typeset code {
font-size: .9em !important;
}
table td code {
white-space: nowrap;
}