-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathfilelist.css
56 lines (56 loc) · 920 Bytes
/
filelist.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
@import url(http://fonts.googleapis.com/css?family=Raleway:200,400,600);
body, html {
background: #333;
margin:0;
}
html {
font-family: Raleway, Verdana, 'Helvetica Neue', Helvetica, sans-serif;
color: #CCC;
font-weight: 400;
}
h2 {
background: #222;
font-weight: 200;
font-size: 3.3em;
margin: .4em .4em .1em .4em;
padding: .5em;
}
table {
width:100%;
}
div.list {
padding: 1.3em;;
}
thead {
font-size:1.3em;
text-align: left;
background:#222;
}
tbody {
background:#2a2a2a;
}
th {
padding: .5em 3em .5em 1.5em;
}
td {
padding: .8em .8em .8em 2em
}
.foot {
color: #777;
padding: .5em 0em 1.5em 0em;
text-align: center;
}
tr:hover { background: #222; }
a:link, a:visited {
color: #1793d1;
text-decoration: none;
}
a:hover {
color:#fff;
}
pre {
font-family: "Liberation Mono", "DejaVu Sans Mono", "Droid Sans Mono", "Inconsolata";
margin: 1.3em;
background: #222;
padding: 1.3em;
}