-
Notifications
You must be signed in to change notification settings - Fork 15
/
head.html
69 lines (57 loc) · 1.43 KB
/
head.html
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
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://use.typekit.net/cve8hhe.css">
<style>
@media screen and (max-width: 880px) {
.header {
flex-direction: column;
}
.twitter-typeahead {
width: 100%;
}
form[role=search] {
padding-left: 8px;
padding-right: 8px;
}
form[role=search] input {
width: 100%;
}
}
/* undo the media query which makes it two columns */
@media (max-width: 1150px) {
.content-wrapper {
flex-direction: column !important;
}
.navigation {
order: 2;
width: inherit;
max-width: inherit;
padding-bottom: inherit;
overflow: inherit;
word-wrap: inherit;
background: inherit;
border-right: inherit;
}
.main-content {
order: 1;
flex: inherit;
padding-bottom: inherit;
}
}
.nav-group-task {
white-space: normal;
}
.inp {
color: #d14;
}
.trunc {
color: gray;
}
body {
font: 16px/1.7 sofia-pro, sans-serif !important;
}
.ansi-r { color: red; }
.ansi-g { color: green; }
.ansi-b { color: blue; }
.ansi-y { color: darkgoldenrod; }
.ansi-lb { color: skyblue; }
</style>