# wp-attachments/3.2.2/styles/frontend.css

WP Attachments, version 3.2.2. 11 lines.

- Page: https://pluginprobe.com/plugins/wp-attachments/3.2.2/code/styles/frontend.css
- Raw: https://pluginprobe.com/plugins/wp-attachments/3.2.2/raw/styles/frontend.css
- Modified: 2014-03-12T15:42:18+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wp-attachments/3.2.2/code/styles/frontend.css#L10-L20`.

```css
ul.post-attachments{list-style:none;margin:0;}
li.post-attachment{background:url(icons/document.png) 0 4px no-repeat;padding-left:24px;}	.post-attachment.mime-imagejpeg,.post-attachment.mime-imagepng,.post-attachment.mime-imagejpeg,.post-attachment.mime-imagegif{background-image:url(icons/document-image.png);}
.post-attachment.mime-applicationzip{background-image:url(icons/document-zipper.png);}
.post-attachment.mime-applicationpdf{background-image:url(icons/document-pdf.png);}
.post-attachment.mime-applicationvnd-ms-excel{background-image:url(icons/document-excel.png);}
.post-attachment.mime-applicationvnd-openxmlformats-officedocument-spreadsheetml-sheet{background-image:url(icons/document-excel.png);}
.post-attachment.mime-applicationmsword{background-image:url(icons/document-word.png);}
.post-attachment.mime-applicationvnd-openxmlformats-officedocument-wordprocessingml-document{background-image:url(icons/document-word.png);}
.post-attachment.mime-applicationvnd-oasis-opendocument-spreadsheet{background-image:url(icons/document-ods.png);}
.post-attachment.mime-applicationvnd-oasis-opendocument-text{background-image:url(icons/document-odt.png);}
.post-attachment.mime-audiompeg{background-image:url(icons/document-music.png);}
```
