forked from MrAnyx/CrabGang.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlisting.css
72 lines (65 loc) · 1.83 KB
/
listing.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
body {
background-color: #EEE;
max-width: 980px;
margin: auto;
margin-top: 25px;
}
body table {
width: 100%;
}
body h1 {
display: block;
text-align: left;
width: 100%;
height: 30px;
border-bottom: 2px solid #EE7A1E;
font-size: 25px;
color: #EE7A1E;
text-transform: uppercase;
font-weight: 800;
}
body thead th {
text-align: left;
font-size: 18px;
color: #000;
text-transform: uppercase;
}
body tr td {
font-family: "lato_regular";
font-size: 18px;
color: #575757;
text-decoration: none;
vertical-align: middle;
}
body tr td a {
color: #575757;
text-decoration: none;
line-height: 25px;
}
body tr#parent td a {
color: #EE7A1E;
}
body tr.file td.colname {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAK5JREFUeNpiYBjsgBFd4F2VXACQ6gdiBSzqFwi1PUok2kCgYSBDzgOxAB49eA1lQuMrIBkWCMSOSPgCVDwBaPF8XAay4JIAumIDmutBhu4HYgOooQzYXMpEbGADNX8gxqVMpMQgDkMdyDYQzVCiIoUUQ6lnID4wauBIMBA9L39Ayrv3gdQDHPoUsOnBVR6C8mcCkQ7CKMoYsakCGgoqUQLwGARy1QGgYRfQJQACDACAZThahzahnQAAAABJRU5ErkJggg==") no-repeat scroll left center transparent;
padding-left: 25px;
}
body tr.subdir td.colname {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHlJREFUeNpiYBjsgBFEvKuSUwBSCXjUbRBqe3SBGANZoPR8IHbAoy4fiAWJMZCJSJ8IEOtlFmIVAoMFnw8+wIKEhYTw3k/AwglAQwuZqBjBBqSEIdFg1MBRAykw8CAVzPoAL76gWQdUfClQYNgCYNb7MOgLbAaAAAMAPqkYNRZKJgwAAAAASUVORK5CYII=') no-repeat left top;
padding-left: 25px;
}
body tr td.colname {
padding-left: 25px;
}
#heading {
height: 50px;
}
#heading .colname {
text-align: left;
padding-left: 25px;
}
.colsize {
text-align: right
}
.coldate {
text-align: center
}