-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.css
47 lines (41 loc) · 845 Bytes
/
index.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
* {
white-space:nowrap;
font-family: Helvetica,"Bitstream Vera Sans",Arial,sans-serif;
font-size: small;
text-decoration: none;
}
a[href$='.cbr'],a[href$='.CBR'] {
color:green;
background:transparent url(cbr.png) center left no-repeat;
display:inline-block;
padding-left:30px;
line-height:24px;
}
a[href$='.cbz'],a[href$='.CBZ'] {
color: orange;
background:transparent url(cbz.png) center left no-repeat;
display:inline-block;
padding-left:30px;
line-height:24px;
}
a.dir {
color: blue;
background:transparent url(folder.png) center left no-repeat;
display:inline-block;
padding-left:30px;
line-height:24px;
}
a.prev {
color: blue;
background:transparent url(up.png) center left no-repeat;
display:inline-block;
padding-left:30px;
line-height:24px;
}
p {
color: blue;
}
h2 {
font-size: large;
margin-bottom:0;
}