-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathstyles.css
78 lines (60 loc) · 1.29 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
.influx {
/* border: 1px dotted lightsteelblue; */
border-radius: 10px;
box-shadow: #aaa;
padding: 8px;
display: flex;
flex-direction: column;
}
.influx h3 {
font-size: 10px!important;
line-height: 10px;
text-transform: uppercase;
letter-spacing: 2px;
margin: 0;
color: lightsteelblue;
margin-bottom: 10px;
}
.influx-inlinked {
margin-top: 10px;
margin-bottom: 10px;
display: flex;
flex-direction: row;
}
.influx-inlinked-metacol {
width: 160px;
display: flex;
flex-direction: column;
border-right: 1px dotted lightblue;
padding-right: 1rem;
}
.influx-inlinked h2 {
font-size: 11px!important;
line-height: 11px;
margin: 0;
padding: 0;
}
.influx-inlinked-entries {
width: 100%;
flex-grow: 1;
display: flex;
flex-direction: column;
padding-left: 1rem;
}
.influx-inlinked-entry {
padding-left: 8px;
margin-left: 8px;
font-size: 11px!important;
/* background-color: #f9f9f9; */
/* margin-bottom: 2rem; */
line-height: 13px!important;
}
.markdown-source-view .influx-inlinked-entry * {
margin-block-end: -13px!important;
}
.markdown-source-view .influx-inlinked-entry li:nth-child(1) {
margin-block-start: -13px!important;
}
.ancestor {
color: #666;
}