-
-
Notifications
You must be signed in to change notification settings - Fork 225
Expand file tree
/
Copy pathDupFileManager.css
More file actions
67 lines (56 loc) · 1.03 KB
/
DupFileManager.css
File metadata and controls
67 lines (56 loc) · 1.03 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
.scene-card__date {
color: #bfccd6;
font-size: 0.85em;
}
.scene-card__performer {
display: inline-block;
font-weight: 500;
margin-right: 0.5em;
}
.scene-card__performer a {
color: #137cbd;
}
.scene-card__performers,
.scene-card__tags {
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 1;
overflow: hidden;
}
.scene-card__performers:hover,
.scene-card__tags:hover {
-webkit-line-clamp: unset;
overflow: visible;
}
.scene-card__tags .tag-item {
margin-left: 0;
}
.scene-performer-popover .image-thumbnail {
margin: 1em;
}
/* Dashed border */
hr.dashed {
border-top: 3px dashed #bbb;
}
/* Dotted border */
hr.dotted {
border-top: 3px dotted #bbb;
}
/* Solid border */
hr.solid {
border-top: 3px solid #bbb;
}
/* Rounded border */
hr.rounded {
border-top: 8px solid #bbb;
border-radius: 5px;
}
h3.under_construction {
color: red;
background-color: yellow;
}
h3.submenu {
color: Tomato;
background-color: rgba(100, 100, 100);
}
/*# sourceMappingURL=DupFileManager.css.map */