summaryrefslogtreecommitdiff
path: root/Pages/ViewMedia.cshtml.css
blob: b9c22eef2c6d2f9eb0000e47b7e71de1e5af6331 (plain)
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
div#content {
    display:     flex;
    align-items: start;
}

div#content > img {
    max-width: 60%;
}

div#metadata {
    margin-left: 15px;
    width:       100%;
}

div#metadata > div {
    display: none;
}

div#metadata > div.selected {
    display: inherit !important;
}

div#metadata-header {
    display:       inherit !important;
    border-bottom: 1px solid white;
}

div#metadata-header > a {
    display: inline-block;
    padding: 10px 10px 9px 10px;
}

div#metadata-header > a.selected {
    border-bottom:  4px solid white;
    padding-bottom: 5px;
}

div#metadata-header > a:hover {
    background: rgba(255, 255, 255, 0.4);
}

div#metadata-fileinfo > table td {
    font-family: 'Lucida Console';
    font-size:   10pt;
}