forked from dougalcampbell/documents-shortcode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdc_documents.css
63 lines (50 loc) · 1.22 KB
/
dc_documents.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
/* Document styles for the documents-shortcode plugin: */
ul.dc_documents li {
line-height: 32px;
list-style: none;
display: block;
}
ul.dc_documents li a {
background-position: top left;
line-height: 32px;
background-repeat: no-repeat;
display: inline-block;
padding-left: 36px;
text-decoration: none;
}
ul.dc_documents li a:hover {
text-decoration: underline;
}
ul.dc_documents {
list-style: none;
list-style-type: none;
}
ul.dc_documents li a {
background-image: url(images/page_white_text.png);
}
ul.dc_documents li.pdf a {
background-image: url(images/page_white_acrobat.png);
}
ul.dc_documents li.doc a,
ul.dc_documents li.docx a {
background-image: url(images/page_white_word.png);
}
ul.dc_documents li.xls a,
ul.dc_documents li.xlsx a {
background-image: url(images/page_white_excel.png);
}
ul.dc_documents li.ppt a,
ul.dc_documents li.pptx a {
background-image: url(images/page_white_powerpoint.png);
}
ul.dc_documents li.vsd a,
ul.dc_documents li.vsdx a {
background-image: url(images/page_white_vector.png);
}
ul.dc_documents li.mdb a,
ul.dc_documents li.mdbx a {
background-image: url(images/page_white_database.png);
}
ul.dc_documents li.zip a {
background-image: url(images/page_white_zip.png);
}