forked from cewee/tracker-search
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
55 lines (45 loc) · 791 Bytes
/
stylesheet.css
File metadata and controls
55 lines (45 loc) · 791 Bytes
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
.title {
font-size: .8em;
}
.titleDir {
font-size: .9em;
padding-left: 7px;
}
.result-pathDir {
padding-left: 7px;
font-size: .7em;
}
.result-path {
font-size: .6em;
}
.result-detail {
padding-left: 7px;
padding-bottom: 4px;
font-size: .8em;
color:rgb(200,200,200);
}
.icon-info-frame{
padding-top: 5px;
}
.directory-content {
border-radius: 7px;
padding: 10px;
width: 100px;
height: 50px;
background-color: rgba(0.0, 0.0, 0.0, 0.55);
color: white;
}
.result-content {
border-radius: 7px;
padding: 4px;
width: 200px;
height: 70px;
background-color: rgba(0.0, 0.0, 0.0, 0.3);
color: white;
}
.tracker-grid {
border-radius: 7px;
padding: 4px;
width: 300px;
height: 70px;
}