summaryrefslogtreecommitdiff
path: root/notekins/nksext.css
blob: d81047b80c8ccfcbfb9cf169d4c28a6182c936c5 (plain) (blame)
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
#content .block {
    margin: 1em 0;
}
#content p {
    text-indent:0;
}
#panel>p {
    margin:1em;
}
span.left {
    display: table-cell;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
span.right {
    display: table-cell;
    text-align: right;
    white-space: nowrap;
    min-width: 12em;
}
div.imgc {
    background-size: cover;
    background-position: 50% 50%;
    flex: 200px;
    height: 200px;
    margin: 20px;
    max-width: 400px;
}
a.imgl {
    display: block;
    height: 100%;
    width: 100%;
}
img.emote {
    max-width: 1.3em;
    max-height: 1.3em;
}
span.date>a.anch {
    padding-left: 0.5em;
    opacity: 0;
}
span.date:hover>a.anch {
    opacity: initial;
}
span.date span.datet {
    color: #7e7;
    opacity: 0.1;
}
span.date:hover span.datet {
    opacity: initial;
}
span.date span.datetz {
    color: #e7a;
    opacity: 0.4;
}
span.date:hover span.datetz {
    opacity: initial;
}