forked from coding-to-music/coding-to-music.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdark.css
More file actions
119 lines (96 loc) · 2.42 KB
/
dark.css
File metadata and controls
119 lines (96 loc) · 2.42 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
115
116
117
118
119
/* Style sheet for Markdeep that corresponds closely to the default Latex article format
Put the following in your Markdeep document to use this:
<link rel="stylesheet" href="https://casual-effects.com/markdeep/latest/dark.css">
*/
@import url('https://fonts.googleapis.com/css?family=Teko:700');
@media screen {
body#md {
background: #000;
color: #ccc;
font-family: Arial, Helvetica, "sans serif";
text-align: left;
}
}
.md div.title {
color: #d6ab62;
font-family: Teko, Arial;
font-size: 200%;
background: -webkit-linear-gradient(#f9deae, #a87215);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.md a:link, .md a:visited{
color:#6dafff;
font-family: Arial, Helvetica, "sans serif";
}
.md hr {
height: 0px;
border: none;
border-top: 0.1pt solid #777;
}
.md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 {
color: #bc9249;
border-color: #bc9249;
font-family: Teko, Arial;
font-size: 150%;
padding-bottom: 0px;
}
@media screen {
.md h1, .md h2, .md h3, .md h4, .md h5, .md h6, .md div.nonumberh1, .md div.nonumberh2,.md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 {
background: -webkit-linear-gradient(#f9deae, #a87215);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
}
.md svg.diagram {
stroke: #ccc;
fill: #ccc;
}
.md svg.diagram .opendot {
fill: #000;
}
.md .listing {
background: #ddd;
}
.md .tilde code {
color: #000;
}
.md .backtick code {
color: #000;
}
div.markdeepFooter, div.markdeepFooter a {
color: #bc9249 !important;
}
b, em.asterisk {
font-style: normal; font-weight: bold;
}
@media screen {
b, em.asterisk {
color: #CBA;
}
}
a em.asterisk {
color: #6dafff;
}
.md h2, .md .nonumberh2 {
font-size: 125%
}
.md h3, .md h4, .md h5, .md h6, .md div.nonumberh3, .md div.nonumberh4, .md div.nonumberh5, .md div.nonumberh6 {
font-size: 115%
}
@media screen {
.md table.table td {
border: 1px solid #513302;
}
.md table.table th {
background: #af730c;
background: -webkit-linear-gradient(#d3a658, #af730c);
border: none;
}
.md table.table th:last-child {
border-right: 1px solid #845509;
}
.md table.table tr:nth-child(even) {
background-color: #231601;
}
}