forked from deanishe/alfred-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
137 lines (115 loc) · 2.34 KB
/
custom.css
File metadata and controls
137 lines (115 loc) · 2.34 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
/* GitHub "fork me" ribbon */
/*
.github-fork-ribbon {
background-color: #333;
}
.versionmodified {
font-style: italic;
}
cite {
font-style: normal !important;
// color: blue !important;
color: #404040;
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
font-size: 75%;
font-weight: bold;
background: #fff;
border: solid 1px #e1e4e5;
padding: 2px 5px;
}
code.literal span.pre {
color: #404040;
}
*/
/* Top navigation bar */
div.related ul {
margin: 0.25em 1em;
}
/*div.section > div.topic,*/
div#contents {
border-left: none;
border-right: none;
background-color: inherit;
}
a.reference.image-reference,
a.reference.image-reference:hover,
a.reference.image-reference:active,
a.reference.image-reference:link {
text-decoration: none;
border-bottom: none;
}
div[class^='highlight'],
div.highlight,
div.highlight-python {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
overflow-x: auto;
/*background-color: inherit;*/
background-color: #fff;
}
div[class^='highlight'] {
border: 1px solid #ccc;
}
div[class^='highlight'] div.highlight {
border: none;
}
div.linenodiv {
/*background-color: #fff;*/
padding-right: 0.25em;
padding-left: 0.25em;
}
div.highlight pre {
/*overflow-x: auto;*/
padding-left: 1em;
padding-right: 1em;
background-color: #fff;
/*border-left: 1px solid #ccc;*/
}
pre {
white-space: pre;
}
table.highlighttable {
border-collapse: collapse;
border-spacing: 0;
display: table;
max-width: 100%;
margin-left: 0;
/*background-color: #fff;*/
}
td.code,
td.linenos {
vertical-align: top;
}
td.linenos {
border-right: 1px solid #ccc;
}
table.highlighttable td {
padding-left: 0;
padding-right: 0;
}
/* Grey */
div.admonition, div.note, div.seealso {
background-color: #eee;
border: 1px solid #ccc;
}
/* Blue */
div.tip, div.note, div.seealso {
background-color: #e7f2fa;
border: 1px solid #6ab0de;
}
/* Yellow */
div.warning, div.important {
background-color: #fef9e9;
border: 1px solid #fbe091;
}
/* Red */
div.danger, div.error {
background-color: #FCC;
border: 1px solid #FAA;
}
@media screen and (max-width: 875px) {
ul ul {
margin-left: 30px;
}
}