Security update for Core, with self-updated composer
[yaffs-website] / web / core / themes / classy / css / components / file.css
1 /**
2  * @file
3  * Default style for file module.
4  */
5
6 /* File icons. */
7
8 .file {
9   padding-left: 20px; /* LTR */
10   display: inline-block;
11   min-height: 16px;
12   background-repeat: no-repeat;
13   background-position: left center; /* LTR */
14 }
15 [dir="rtl"] .file {
16   padding-left: inherit;
17   padding-right: 20px;
18   background-position: right center;
19 }
20 .file--general,
21 .file--application-octet-stream {
22   background-image: url(../../images/icons/application-octet-stream.png);
23 }
24 .file--package-x-generic {
25   background-image: url(../../images/icons/package-x-generic.png);
26 }
27 .file--x-office-spreadsheet {
28   background-image: url(../../images/icons/x-office-spreadsheet.png);
29 }
30 .file--x-office-document {
31   background-image: url(../../images/icons/x-office-document.png);
32 }
33 .file--x-office-presentation {
34   background-image: url(../../images/icons/x-office-presentation.png);
35 }
36 .file--text-x-script {
37   background-image: url(../../images/icons/text-x-script.png);
38 }
39 .file--text-html {
40   background-image: url(../../images/icons/text-html.png);
41 }
42 .file--text-plain {
43   background-image: url(../../images/icons/text-plain.png);
44 }
45 .file--application-pdf {
46   background-image: url(../../images/icons/application-pdf.png);
47 }
48 .file--application-x-executable {
49   background-image: url(../../images/icons/application-x-executable.png);
50 }
51 .file--audio {
52   background-image: url(../../images/icons/audio-x-generic.png);
53 }
54 .file--video {
55   background-image: url(../../images/icons/video-x-generic.png);
56 }
57 .file--text {
58   background-image: url(../../images/icons/text-x-generic.png);
59 }
60 .file--image {
61   background-image: url(../../images/icons/image-x-generic.png);
62 }