Nettoyage et style okay

This commit is contained in:
Fred Tempez 2024-03-27 08:47:39 +01:00
parent ac2198c65c
commit f4d04c3890
34 changed files with 29 additions and 7103 deletions

View File

@ -33,6 +33,13 @@ class folder extends common
'site/file/source/'
];
public static $iconPack = [
'classic' => 'Classique',
'high-contrast' => 'Contraste élevé',
'square' => 'Carré',
'vivid' => 'Vivid'
];
public function index()
{
@ -145,7 +152,7 @@ class folder extends common
if ($initialFolderState == 'collapsed') {
$folderClass = 'collapsible';
}
$items .= '<li class="fiv-cla fiv-icon-folder '. $folderClass .' small"><span class="toggle">'. $subDirectory.'</span><ul class="sub-items"';
$items .= '<li class="fiv-cla fiv-icon-folder ' . $folderClass . ' fiv-size-xl "><span class="toggle">' . $subDirectory . '</span><ul class="sub-items"';
if ($initialFolderState == 'collapsed') {
$items .= " style='display:none;'";
}
@ -167,7 +174,7 @@ class folder extends common
$fileSizeFormatted = $this->formatSizeUnits($fileSize);
$fileInfo = '<div class="file-info-container">' . date('d/m/Y H:i', filemtime($fileFullPath)) . ' - ' . $fileSizeFormatted . '</div>';
}
$items .= '<li class="file fiv-cla fiv-icon-' . $fileExtensionClass . ' small"><div class="fileContainer"><div class="file-name">' . $file . '</div>' . $fileInfo . '</div></li>';
$items .= '<li class=" fiv-cla fiv-icon-' . $fileExtensionClass . ' fiv-size-xl "><div class="fileContainer"><div class="file-name">' . $file . '</div>' . $fileInfo . '</div></li>';
}
// Fermer la liste

View File

@ -4,17 +4,7 @@
* Licensed under MIT (https://github.com/dmhendricks/file-icon-vectors/blob/master/LICENSE)
*/
.fiv-size-md {
font-size: 2.25em;
}
.fiv-size-lg {
font-size: 3.5em;
}
.fiv-size-xl {
font-size: 4.75em;
}
.fiv-cla.fiv-icon-3g2 {

View File

@ -1,133 +0,0 @@
/*!
* File Icon Vectors 1.0 (https://github.com/dmhendricks/file-icon-vectors)
* Copyright 2018 Daniel M. Hendricks (https://www.danhendricks.com)
* Licensed under MIT (https://github.com/dmhendricks/file-icon-vectors/blob/master/LICENSE)
*/
.fiv-background, .fiv-ext {
background-size: contain;
background-position: 50%;
background-repeat: no-repeat;
}
.fiv-size-md {
font-size: 2.25em;
}
.fiv-size-lg {
font-size: 3.5em;
}
.fiv-size-xl {
font-size: 4.75em;
}
.fiv-ext {
position: relative;
display: inline-block;
line-height: 1em;
width: 1em;
}
.fiv-ext:before {
content: '\00a0';
}
.fiv-ext.fiv-icon-folder-archive {
background-image: url("icons/extra/folder-archive.svg");
}
.fiv-ext.fiv-icon-folder-classic-open {
background-image: url("icons/extra/folder-classic-open.svg");
}
.fiv-ext.fiv-icon-folder-classic {
background-image: url("icons/extra/folder-classic.svg");
}
.fiv-ext.fiv-icon-folder-favorite {
background-image: url("icons/extra/folder-favorite.svg");
}
.fiv-ext.fiv-icon-folder-flat {
background-image: url("icons/extra/folder-flat.svg");
}
.fiv-ext.fiv-icon-folder-git {
background-image: url("icons/extra/folder-git.svg");
}
.fiv-ext.fiv-icon-folder-hidden-open {
background-image: url("icons/extra/folder-hidden-open.svg");
}
.fiv-ext.fiv-icon-folder-hidden {
background-image: url("icons/extra/folder-hidden.svg");
}
.fiv-ext.fiv-icon-folder-idea {
background-image: url("icons/extra/folder-idea.svg");
}
.fiv-ext.fiv-icon-folder-image {
background-image: url("icons/extra/folder-image.svg");
}
.fiv-ext.fiv-icon-folder-lock {
background-image: url("icons/extra/folder-lock.svg");
}
.fiv-ext.fiv-icon-folder-music {
background-image: url("icons/extra/folder-music.svg");
}
.fiv-ext.fiv-icon-folder-neon-open {
background-image: url("icons/extra/folder-neon-open.svg");
}
.fiv-ext.fiv-icon-folder-neon {
background-image: url("icons/extra/folder-neon.svg");
}
.fiv-ext.fiv-icon-folder-network-open {
background-image: url("icons/extra/folder-network-open.svg");
}
.fiv-ext.fiv-icon-folder-network {
background-image: url("icons/extra/folder-network.svg");
}
.fiv-ext.fiv-icon-folder-open {
background-image: url("icons/extra/folder-open.svg");
}
.fiv-ext.fiv-icon-folder-photo {
background-image: url("icons/extra/folder-photo.svg");
}
.fiv-ext.fiv-icon-folder-plain-open {
background-image: url("icons/extra/folder-plain-open.svg");
}
.fiv-ext.fiv-icon-folder-plain {
background-image: url("icons/extra/folder-plain.svg");
}
.fiv-ext.fiv-icon-folder-svn {
background-image: url("icons/extra/folder-svn.svg");
}
.fiv-ext.fiv-icon-folder-trash {
background-image: url("icons/extra/folder-trash.svg");
}
.fiv-ext.fiv-icon-folder-tree {
background-image: url("icons/extra/folder-tree.svg");
}
.fiv-ext.fiv-icon-folder-video {
background-image: url("icons/extra/folder-video.svg");
}
.fiv-ext.fiv-icon-folder {
background-image: url("icons/extra/folder.svg");
}

View File

@ -3,30 +3,7 @@
* Copyright 2018 Daniel M. Hendricks (https://www.danhendricks.com)
* Licensed under MIT (https://github.com/dmhendricks/file-icon-vectors/blob/master/LICENSE)
*/
.fiv-background, .fiv-hct {
background-size: contain;
background-position: 50%;
background-repeat: no-repeat;
}
.fiv-size-md {
font-size: 2.25em;
}
.fiv-size-lg {
font-size: 3.5em;
}
.fiv-size-xl {
font-size: 4.75em;
}
.fiv-hct {
position: relative;
display: inline-block;
line-height: 1em;
width: 1em;
}
.fiv-hct:before {
content: '\00a0';

View File

@ -3,34 +3,7 @@
* Copyright 2018 Daniel M. Hendricks (https://www.danhendricks.com)
* Licensed under MIT (https://github.com/dmhendricks/file-icon-vectors/blob/master/LICENSE)
*/
.fiv-background, .fiv-sqo {
background-size: contain;
background-position: 50%;
background-repeat: no-repeat;
}
.fiv-size-md {
font-size: 2.25em;
}
.fiv-size-lg {
font-size: 3.5em;
}
.fiv-size-xl {
font-size: 4.75em;
}
.fiv-sqo {
position: relative;
display: inline-block;
line-height: 1em;
width: 1em;
}
.fiv-sqo:before {
content: '\00a0';
}
.fiv-sqo.fiv-icon-3g2 {
background-image: url("icons/square-o/3g2.svg");

File diff suppressed because it is too large Load Diff

View File

@ -3,34 +3,7 @@
* Copyright 2018 Daniel M. Hendricks (https://www.danhendricks.com)
* Licensed under MIT (https://github.com/dmhendricks/file-icon-vectors/blob/master/LICENSE)
*/
.fiv-background, .fiv-viv {
background-size: contain;
background-position: 50%;
background-repeat: no-repeat;
}
.fiv-size-md {
font-size: 2.25em;
}
.fiv-size-lg {
font-size: 3.5em;
}
.fiv-size-xl {
font-size: 4.75em;
}
.fiv-viv {
position: relative;
display: inline-block;
line-height: 1em;
width: 0.75em;
}
.fiv-viv:before {
content: '\00a0';
}
.fiv-viv.fiv-icon-3g2 {
background-image: url("icons/vivid/3g2.svg");

View File

@ -1 +0,0 @@
["folder-archive","folder-classic-open","folder-classic","folder-favorite","folder-flat","folder-git","folder-hidden-open","folder-hidden","folder-idea","folder-image","folder-lock","folder-music","folder-neon-open","folder-neon","folder-network-open","folder-network","folder-open","folder-photo","folder-plain-open","folder-plain","folder-svn","folder-trash","folder-tree","folder-video","folder"]

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M90 20H45L35 10H10C4.5 10 0 14.5 0 20v20h100V30c0-5.5-4.5-10-10-10z" fill="#ffa000"/><path d="M90 20H10C4.5 20 0 24.5 0 30v50c0 5.5 4.5 10 10 10h80c5.5 0 10-4.5 10-10V30c0-5.5-4.5-10-10-10z" fill="#ffca28"/><path d="M45.3 34h9.3v4.7h-9.3V34zm0-14h9.3v4.7h-9.3V20zm0 7h9.3v4.7h-9.3V27zm0 14h9.3v4.7h-9.3V41zm9.4 7h-9.3c0 7-4.7 14-4.7 18.7 0 5.1 4.2 9.3 9.3 9.3s9.3-4.2 9.3-9.3c0-4.7-4.6-11.7-4.6-18.7zM50 71.3c-2.6 0-4.7-2.1-4.7-4.7S47.4 62 50 62s4.7 2.1 4.7 4.7-2.1 4.6-4.7 4.6z" fill="#bf360c"/></svg>

Before

Width:  |  Height:  |  Size: 573 B

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><linearGradient id="a" gradientUnits="userSpaceOnUse" x1="71.731" y1="64.65" x2="24.876" y2="64.65" gradientTransform="matrix(1 0 0 -1 0 100)"><stop offset="0" stop-color="#fcfcfd"/><stop offset="1" stop-color="#fff"/></linearGradient><path d="M3.3 56.8V16.2c0-1.3 1-2.3 2.3-2.3h31.5l9 6.8h45.1c1.3 0 2.3 1 2.3 2.3v33.8H3.3z" fill="url(#a)" stroke="#434242" stroke-width="2.5"/><linearGradient id="b" gradientUnits="userSpaceOnUse" x1="50.008" y1="14.724" x2="50.008" y2="51.486" gradientTransform="matrix(1 0 0 -1 0 100)"><stop offset="0" stop-color="#008bff"/><stop offset="1" stop-color="#0af"/></linearGradient><path d="M5.5 86.1H91c1.3 0 2.1-1.1 2.3-2.3L99 50c.2-1.2-1-2.3-2.3-2.3h-36l-9 6.8H3.3c-1.3 0-2.4 1-2.3 2.3l2.3 27c.1 1.3.9 2.3 2.2 2.3z" fill="url(#b)" stroke="#434242" stroke-width="2.5"/><path d="M10 18.5h24.8c1.3 0 2.3 1 2.3 2.3s-1 2.3-2.3 2.3H10c-1.3 0-2.3-1-2.3-2.3.1-1.4 1.1-2.3 2.3-2.3z" fill="#434242"/></svg>

Before

Width:  |  Height:  |  Size: 994 B

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><linearGradient id="a" gradientUnits="userSpaceOnUse" x1="49.903" y1="12.668" x2="49.903" y2="37.168"><stop offset="0" stop-color="#fcfcfd"/><stop offset="1" stop-color="#fff"/></linearGradient><path d="M3.3 37.2V15c0-1.3 1-2.3 2.3-2.3h32.7l9.3 7h46.7c1.3 0 2.3 1 2.3 2.3v15.2H3.3z" fill="url(#a)" stroke="#434242" stroke-width="2.5"/><linearGradient id="b" gradientUnits="userSpaceOnUse" x1="50" y1="81.15" x2="50" y2="31.684"><stop offset="0" stop-color="#008bff"/><stop offset="1" stop-color="#0af"/></linearGradient><path d="M5.7 87.3h88.7c1.3 0 2.3-1 2.3-2.3L99 27.8c0-1.3-1-2.3-2.3-2.3h-35l-9.3 7h-49c-1.3 0-2.4 1-2.3 2.3L3.3 85c.1 1.3 1.1 2.3 2.4 2.3z" fill="url(#b)" stroke="#434242" stroke-width="2.5"/><path d="M10.3 17.3H36c1.3 0 2.3 1 2.3 2.3s-1 2.3-2.3 2.3H10.3C9.1 22 8 21 8 19.7c0-1.3 1.1-2.4 2.3-2.4z" fill="#434242"/></svg>

Before

Width:  |  Height:  |  Size: 902 B

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M90 20H45L35 10H10C4.5 10 0 14.5 0 20v20h100V30c0-5.5-4.5-10-10-10z" fill="#ffa000"/><path d="M90 20H10C4.5 20 0 24.5 0 30v50c0 5.5 4.5 10 10 10h80c5.5 0 10-4.5 10-10V30c0-5.5-4.5-10-10-10z" fill="#ffca28"/><path d="M60.7 37.5c-4.3 0-8.1 2.3-10.2 5.4-2.3-3.2-5.9-5.4-10.2-5.4-6.8 0-12.4 5.4-12.4 12.4 0 12.2 22.6 24.6 22.6 24.6s22.6-12.2 22.6-24.6c0-7-5.4-12.4-12.4-12.4z" fill="#f44336"/></svg>

Before

Width:  |  Height:  |  Size: 466 B

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M96.5 93.7h-93c-2 0-3.5-1.5-3.5-3.5V35.4h100v54.8c0 2-1.5 3.5-3.5 3.5z" fill="#efce4a"/><path d="M44.9 20V9.7c0-2-1.5-3.5-3.5-3.5h-38C1.5 6.3 0 7.8 0 9.7v25.7h100V23.5c0-2-1.5-3.5-3.5-3.5H44.9z" fill="#ebba16"/></svg>

Before

Width:  |  Height:  |  Size: 288 B

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M90 20H45L35 10H10C4.5 10 0 14.5 0 20v20h100V30c0-5.5-4.5-10-10-10z" fill="#999"/><path d="M90 20H10C4.5 20 0 24.5 0 30v50c0 5.5 4.5 10 10 10h80c5.5 0 10-4.5 10-10V30c0-5.5-4.5-10-10-10z" fill="#bababa"/><path d="M71.2 54.8L51.9 35.5c-1.1-1.1-2.9-1.1-4 0l-4 4 5 5c1.1-.4 2.6-.1 3.5.8.9.9 1.2 2.4.8 3.5l4.9 4.9c1.2-.4 2.6-.1 3.5.8 1.3 1.3 1.3 3.5 0 4.8-1.3 1.3-3.5 1.3-4.8 0-1-1-1.2-2.5-.7-3.7l-4.5-4.5v12l.9.6c1.3 1.3 1.3 3.5 0 4.8-1.3 1.3-3.5 1.3-4.8 0-1.3-1.3-1.4-3.5-.1-4.8.3-.3.6-.6 1-.7V50.9c-.3-.2-.7-.4-1-.7-1-1-1.2-2.5-.7-3.7l-4.9-5-13.2 13.2c-1.1 1.1-1.1 2.9 0 4L48 77.9c1.1 1.1 2.9 1.1 4 0l19.1-19.1c1.2-1.2 1.2-3 .1-4z" fill="#888"/></svg>

Before

Width:  |  Height:  |  Size: 721 B

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M80.6 19.6H42.7l-9.5-9.5H9.5c-5.2 0-9.5 4.3-9.5 9.5v56.9C0 81.7 4.3 86 9.5 86H83c4 0 7.1-3.1 7.1-7.1V29c0-5.2-4.3-9.4-9.5-9.4z" fill="#999"/><path d="M90.6 33.8H26.8c-4.5 0-8.5 3.3-9.3 7.8l-8 44.3h75.1c4.5 0 8.5-3.3 9.3-7.8l5.9-33.2c1.2-5.7-3.3-11.1-9.2-11.1z" fill="#bababa"/></svg>

Before

Width:  |  Height:  |  Size: 354 B

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M90 20H45L35 10H10C4.5 10 0 14.5 0 20v20h100V30c0-5.5-4.5-10-10-10z" fill="#999"/><path d="M90 20H10C4.5 20 0 24.5 0 30v50c0 5.5 4.5 10 10 10h80c5.5 0 10-4.5 10-10V30c0-5.5-4.5-10-10-10z" fill="#bababa"/></svg>

Before

Width:  |  Height:  |  Size: 281 B

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M90 20H45L35 10H10C4.5 10 0 14.5 0 20v20h100V30c0-5.5-4.5-10-10-10z" fill="#ffa000"/><path d="M90 20H10C4.5 20 0 24.5 0 30v50c0 5.5 4.5 10 10 10h80c5.5 0 10-4.5 10-10V30c0-5.5-4.5-10-10-10z" fill="#ffca28"/><path d="M50.5 34c-8.3 0-14.9 6.7-14.9 14.9 0 4.4 1.9 8.3 4.9 11 .1.1.3.2.4.4 2.3 2.1 3.8 5.2 3.8 8.6h11.7c0-3.4 1.5-6.5 3.8-8.6l.4-.4c3-2.7 4.9-6.7 4.9-11-.1-8.2-6.7-14.9-15-14.9z" fill="#3ac0ef"/><path d="M50.5 39v10.8h-4.7L50.5 39zm0 19.9V48.1h4.7l-4.7 10.8z" fill="#fff"/><path d="M43.4 67.6h14.1v2.7H43.4v-2.7zm0 4.3h14.1v2.7H43.4v-2.7zm3.8 4.4h6.5V79h-6.5v-2.7z" fill="#5d5360"/></svg>

Before

Width:  |  Height:  |  Size: 669 B

View File

@ -1 +0,0 @@
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st2{fill:#f57c00}</style><g id="surface1"><path d="M90 20H45L35 10H10C4.5 10 0 14.5 0 20v20h100V30c0-5.5-4.5-10-10-10z" fill="#ffa000"/><path d="M90 20H10C4.5 20 0 24.5 0 30v50c0 5.5 4.5 10 10 10h80c5.5 0 10-4.5 10-10V30c0-5.5-4.5-10-10-10z" fill="#ffca28"/><path class="st2" d="M80 40c0 4.1-3.4 7.5-7.5 7.5S65 44.1 65 40s3.4-7.5 7.5-7.5S80 35.9 80 40z"/><path d="M40 44.7L17.5 77.5h45L40 44.7z" fill="#ef6c00"/><path class="st2" d="M67.5 58.8l-15 18.8h30l-15-18.8z"/></g></svg>

Before

Width:  |  Height:  |  Size: 561 B

View File

@ -1 +0,0 @@
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st4{fill:#5d5360}</style><path d="M90 20H45L35 10H10C4.5 10 0 14.5 0 20v20h100V30c0-5.5-4.5-10-10-10z" fill="#ffa000"/><path d="M90 20H10C4.5 20 0 24.5 0 30v50c0 5.5 4.5 10 10 10h80c5.5 0 10-4.5 10-10V30c0-5.5-4.5-10-10-10z" fill="#ffca28"/><path d="M50.1 78.5c-8.3 0-15-6.7-15-15v-8.2c0-2.3 1.8-4.1 4.1-4.1H61c2.3 0 4.1 1.8 4.1 4.1v8.2c0 8.3-6.8 15-15 15z" fill="#a8a8a8"/><path d="M50.1 33.5c-6 0-10.9 4.9-10.9 10.9v6.8h5.5v-6.8c0-3 2.4-5.5 5.5-5.5 3 0 5.5 2.4 5.5 5.5v6.8H61v-6.8c0-6-4.9-10.9-10.9-10.9z" fill="#6f6571"/><path class="st4" d="M58.2 46.5v-1.7c0-4.5-3.5-8.4-7.9-8.5-4.6-.1-8.4 3.6-8.4 8.2v2c0 1.1-.9 2-2 2h-.7v2.7h5.5v-6.6c0-2.8 2.1-5.4 4.9-5.7 3.3-.3 6 2.2 6 5.4v6.8H61v-2.7h-.7c-1.2.1-2.1-.8-2.1-1.9z"/><path d="M52.8 77.1c-8.3 0-15-6.7-15-15V51.5c-1.6.6-2.7 2.1-2.7 3.9v8.2c0 8.3 6.7 15 15 15 3 0 5.7-.9 8-2.3-1.7.5-3.5.8-5.3.8z" fill="#8c8c8c"/><path class="st4" d="M52.8 62.1c0-1.7-1.6-3-3.3-2.7-1 .2-1.8 1-2.1 2-.3 1.1.1 2.1.9 2.7.3.2.4.6.4 1v2.4c0 .8.6 1.4 1.4 1.4s1.4-.6 1.4-1.4v-2.4c0-.4.2-.7.4-1 .5-.4.9-1.2.9-2z"/><path d="M49.5 62.2c1.2-.3 2.4.3 2.9 1.3.2-.4.4-.9.4-1.4 0-1.7-1.6-3-3.3-2.7-1 .2-1.8 1-2.1 2-.2.7-.1 1.5.3 2 .4-.6 1-1 1.8-1.2z" fill="#4b3f4e"/></svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1 +0,0 @@
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st2{fill:#909}</style><path d="M90 20H45L35 10H10C4.5 10 0 14.5 0 20v20h100V30c0-5.5-4.5-10-10-10z" fill="#ffa000"/><path d="M90 20H10C4.5 20 0 24.5 0 30v50c0 5.5 4.5 10 10 10h80c5.5 0 10-4.5 10-10V30c0-5.5-4.5-10-10-10z" fill="#ffca28"/><path class="st2" d="M55.5 68c0 6.2-5 11.3-11.3 11.3S33 74.2 33 68s5-11.3 11.3-11.3 11.2 5 11.2 11.3z"/><path class="st2" d="M68 38.9l-17.5-4.7V68h5V44.2L68 47.7v-8.8z"/></svg>

Before

Width:  |  Height:  |  Size: 497 B

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M92.9 29.1v10.3H8.1l-1-22.9C6.9 11.3 11 7 16.2 7h19.6c3.2 0 6.1 1.7 7.8 4.4l2.5 4.2c1.6 2.7 4.6 4.4 7.8 4.4h29.9c5 0 9.1 4.1 9.1 9.1z" fill="#00efd1"/><path d="M95.2 37.1c2.9 0 5.1 2.6 4.7 5.4L94 85.1c-.6 4.5-4.5 7.8-9 7.8H15c-4.5 0-8.4-3.3-9-7.8L0 42.5C-.4 39.6 1.9 37 4.8 37l90.4.1z" fill="#00acea"/></svg>

Before

Width:  |  Height:  |  Size: 379 B

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M39.5 11.4l10.7 13.5H23c-4.9 0-8.8 3.9-8.8 8.8v58.1H8.8C3.9 91.8 0 87.9 0 83V17c0-4.9 3.9-8.8 8.8-8.8h23.9c2.7 0 5.2 1.1 6.8 3.2z" fill="#00efd1"/><path d="M100 33.3V83c0 4.9-3.9 8.8-8.8 8.8H11.8V33.3c0-4.9 3.9-8.8 8.8-8.8h70.5c5 0 8.9 3.9 8.9 8.8z" fill="#00acea"/></svg>

Before

Width:  |  Height:  |  Size: 343 B

View File

@ -1 +0,0 @@
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st0{fill:#5c5f66}.st1{fill:#53565c}</style><path class="st0" d="M52.9 67.6v17.8c0 1.6-1.3 2.9-2.9 2.9s-2.9-1.3-2.9-2.9V67.6c0-1.6 1.3-2.9 2.9-2.9s2.9 1.2 2.9 2.9z"/><path class="st1" d="M97.1 94.1H55.9c-1.6 0-2.9-1.3-2.9-2.9s1.3-2.9 2.9-2.9h41.2c1.6 0 2.9 1.3 2.9 2.9s-1.3 2.9-2.9 2.9z"/><path class="st0" d="M44.1 94.1H2.9c-1.6 0-2.9-1.3-2.9-2.9s1.3-2.9 2.9-2.9h41.2c1.6 0 2.9 1.3 2.9 2.9s-1.2 2.9-2.9 2.9z"/><path class="st1" d="M52.9 67.6v17.8c0 1.6-1.3 2.9-2.9 2.9V64.6c1.6 0 2.9 1.3 2.9 3z"/><path d="M50 82.4c-4.9 0-8.8 3.9-8.8 8.8s3.9 8.8 8.8 8.8 8.8-3.9 8.8-8.8-3.9-8.8-8.8-8.8z" fill="#7b8089"/><path d="M58.8 91.2c0 4.9-3.9 8.8-8.8 8.8V82.4c4.9 0 8.8 3.9 8.8 8.8z" fill="#6f747f"/><path d="M76.9 10.2H43.5l-8.4-8.4H14.4C9.8 1.8 6 5.6 6 10.2v50c0 4.6 3.8 8.4 8.4 8.4H79c3.5 0 6.2-2.7 6.2-6.2V18.5c0-4.6-3.8-8.3-8.3-8.3z" fill="#ffa000"/><path d="M85.6 22.7h-56c-4 0-7.5 2.9-8.2 6.9l-7 38.9h66c4 0 7.5-2.9 8.2-6.9l5.2-29.2c1-5-3-9.7-8.2-9.7z" fill="#ffca28"/></svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -1 +0,0 @@
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st0{fill:#5c5f66}.st1{fill:#53565c}</style><path class="st0" d="M52.9 67.6v17.8c0 1.6-1.3 2.9-2.9 2.9s-2.9-1.3-2.9-2.9V67.6c0-1.6 1.3-2.9 2.9-2.9s2.9 1.2 2.9 2.9z"/><path class="st1" d="M97.1 94.1H55.9c-1.6 0-2.9-1.3-2.9-2.9s1.3-2.9 2.9-2.9h41.2c1.6 0 2.9 1.3 2.9 2.9s-1.3 2.9-2.9 2.9z"/><path class="st0" d="M44.1 94.1H2.9c-1.6 0-2.9-1.3-2.9-2.9s1.3-2.9 2.9-2.9h41.2c1.6 0 2.9 1.3 2.9 2.9s-1.2 2.9-2.9 2.9z"/><path class="st1" d="M52.9 67.6v17.8c0 1.6-1.3 2.9-2.9 2.9V64.6c1.6 0 2.9 1.3 2.9 3z"/><path d="M50 82.4c-4.9 0-8.8 3.9-8.8 8.8s3.9 8.8 8.8 8.8 8.8-3.9 8.8-8.8-3.9-8.8-8.8-8.8z" fill="#7b8089"/><path d="M58.8 91.2c0 4.9-3.9 8.8-8.8 8.8V82.4c4.9 0 8.8 3.9 8.8 8.8z" fill="#6f747f"/><path d="M85.1 8.8H45.6L36.8 0h-22C10 0 6 4 6 8.8v17.6h87.9v-8.8c0-4.8-4-8.8-8.8-8.8z" fill="#ffa000"/><path d="M85.1 8.8H14.8c-4.8 0-8.8 4-8.8 8.8v44c0 4.8 4 8.8 8.8 8.8h70.3c4.8 0 8.8-4 8.8-8.8v-44c0-4.8-4-8.8-8.8-8.8z" fill="#ffca28"/></svg>

Before

Width:  |  Height:  |  Size: 1018 B

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M80.6 19.6H42.7l-9.5-9.5H9.5c-5.2 0-9.5 4.3-9.5 9.5v56.9C0 81.7 4.3 86 9.5 86H83c4 0 7.1-3.1 7.1-7.1V29c0-5.2-4.3-9.4-9.5-9.4z" fill="#ffa000"/><path d="M90.6 33.8H26.8c-4.5 0-8.5 3.3-9.3 7.8l-8 44.3h75.1c4.5 0 8.5-3.3 9.3-7.8l5.9-33.2c1.2-5.7-3.3-11.1-9.2-11.1z" fill="#ffca28"/></svg>

Before

Width:  |  Height:  |  Size: 357 B

View File

@ -1 +0,0 @@
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st2{fill:#03a9f4}</style><path d="M90 20H45L35 10H10C4.5 10 0 14.5 0 20v20h100V30c0-5.5-4.5-10-10-10z" fill="#ffa000"/><path d="M90 20H10C4.5 20 0 24.5 0 30v50c0 5.5 4.5 10 10 10h80c5.5 0 10-4.5 10-10V30c0-5.5-4.5-10-10-10z" fill="#ffca28"/><g id="surface1_1_"><path class="st2" d="M74 72.3c0 1.5-1.2 2.7-2.7 2.7H28.7c-1.5 0-2.7-1.2-2.7-2.7V43c0-1.5 1.2-2.7 2.7-2.7h42.7c1.5 0 2.7 1.2 2.7 2.7v29.3z"/><path class="st2" d="M62 44.3c0 1.5-1.2 2.7-2.7 2.7H40.7c-1.5 0-2.7-1.2-2.7-2.7v-6.7c0-1.5 1.2-2.7 2.7-2.7h18.7c1.5 0 2.7 1.2 2.7 2.7v6.7z"/><path d="M70 47c0 1.5-1.2 2.7-2.7 2.7-1.5 0-2.7-1.2-2.7-2.7s1.2-2.7 2.7-2.7c1.5 0 2.7 1.2 2.7 2.7z" fill="#fff"/><path d="M63.3 57.7C63.3 65 57.4 71 50 71s-13.3-6-13.3-13.3 6-13.3 13.3-13.3 13.3 5.9 13.3 13.3z" fill="#b3e5fc"/><path d="M60.7 57.7c0 5.9-4.8 10.7-10.7 10.7s-10.7-4.8-10.7-10.7S44.1 47 50 47s10.7 4.8 10.7 10.7z" fill="#01579b"/><path d="M44.7 63c0 1.6.3 3 .9 4.4 1.3.6 2.8 1 4.4 1 5.9 0 10.7-4.8 10.7-10.7 0-1.6-.3-3-1-4.4-1.3-.6-2.8-1-4.4-1-5.9 0-10.6 4.8-10.6 10.7z" fill="#0277bd"/></g></svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1 +0,0 @@
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st1{fill:#967a44}</style><path fill="#dbb065" d="M1.3 89.7V10.3h26.4l7.7 7.6h53.1v71.8z"/><path class="st1" d="M27.1 11.5l6.9 6.9.8.8h52.4v69.2H2.6V11.5h24.5M28.2 9H0v82h89.7V16.7H35.9L28.2 9z"/><path fill="#f5ce85" d="M1.5 89.7l9.8-53.8h27.5l7.7-5.1h52l-9.8 58.9z"/><path class="st1" d="M97 32.1l-9.4 56.4H3.1l9.3-51.3h26.9l.6-.4 7-4.7H97m3-2.6H46.2l-7.7 5.1H10.3L0 91h89.7L100 29.5z"/></svg>

Before

Width:  |  Height:  |  Size: 476 B

View File

@ -1 +0,0 @@
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st1{fill:#967a44}</style><path fill="#dbb065" d="M1.3 90.8V9.2h27.1l7.9 7.9h62.4v73.7z"/><path class="st1" d="M27.9 10.5l7.1 7.1.8.8h61.6v71.1H2.6v-79h25.3m1-2.6H0v84.2h100V15.8H36.8l-7.9-7.9z"/><path fill="#f5ce85" d="M1.3 90.8V22.4h28l7.9-5.3h61.5v73.7z"/><path class="st1" d="M97.4 18.4v71.1H2.6V23.7h27.1l.7-.4 7.2-4.8h59.8m2.6-2.7H36.8l-7.9 5.3H0v71.1h100V15.8z"/></svg>

Before

Width:  |  Height:  |  Size: 458 B

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M90 20H45L35 10H10C4.5 10 0 14.5 0 20v20h100V30c0-5.5-4.5-10-10-10z" fill="#999"/><path d="M90 20H10C4.5 20 0 24.5 0 30v50c0 5.5 4.5 10 10 10h80c5.5 0 10-4.5 10-10V30c0-5.5-4.5-10-10-10z" fill="#bababa"/><path d="M78.2 34c-.7.2-1.4.5-1.9.6-19.5 3.8-38.1 8.4-54.9 15v10.8c.9-.1 14.9-1.5 17-1.7 4.5-.4 19.6-2 25.4-1.6 1.2.2 3 .4 3.1 1.5.1.6-.4 1.1-.8 1.5l-.3.3c-2.8 2-6.2 3.3-9.8 4.5-10.6 3.5-22.5 5.9-34.7 7.8V76h1.3c12.3-2 24-5.1 35.3-8 7-1.8 13.9-4.5 20.4-6.9V48.7c-1.2.2-7.2 1-23.8 2.6-13.4 1.3-17.1.9-18.2.6 0 0-.1 0-.1-.1-.1-.1-.3-.2-.3-.3-.4-.4-.1-1.2.3-1.4.1-.2.2-.3.3-.3 1.2-1.1 2.7-1.8 4.3-2.4 3.1-1.4 6.5-2.5 9.9-3.5 1.7-.5 3.5-1 5.2-1.5 7-1.9 14.8-3.6 22.4-4.8V34h-.1z" fill="#888"/></svg>

Before

Width:  |  Height:  |  Size: 770 B

View File

@ -1 +0,0 @@
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st6{fill:#7f838c}</style><path d="M90 20H45L35 10H10C4.5 10 0 14.5 0 20v20h100V30c0-5.5-4.5-10-10-10z" fill="#ffa000"/><path d="M90 20H10C4.5 20 0 24.5 0 30v50c0 5.5 4.5 10 10 10h80c5.5 0 10-4.5 10-10V30c0-5.5-4.5-10-10-10z" fill="#ffca28"/><path d="M58.2 41.4c-.7 0-1.2-.5-1.2-1.2v-2.4c0-.7-.5-1.2-1.2-1.2h-9.6c-.7 0-1.2.5-1.2 1.2v2.4c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2v-2.4c0-2 1.6-3.6 3.6-3.6h9.6c2 0 3.6 1.6 3.6 3.6v2.4c0 .7-.5 1.2-1.2 1.2z" fill="#5c5f66"/><path d="M55.8 34.2H51v2.4h4.8c.7 0 1.2.5 1.2 1.2v2.4c0 .7.5 1.2 1.2 1.2s1.2-.5 1.2-1.2v-2.4c0-2-1.6-3.6-3.6-3.6z" fill="#53565c"/><path d="M60.8 75.2H41.2c-1.9 0-3.4-1.5-3.6-3.3l-2.2-26.8c0-.3.1-.7.3-.9.2-.2.5-.4.9-.4h28.8c.3 0 .7.1.9.4.2.2.3.6.3.9l-2.2 26.8c-.2 1.9-1.7 3.3-3.6 3.3z" fill="#bcbcbc"/><path d="M65.4 43.8H51v31.4h9.8c1.9 0 3.4-1.5 3.6-3.3l2.2-26.8c0-.3-.1-.7-.3-.9-.2-.2-.6-.4-.9-.4z" fill="#a0a0a0"/><path class="st6" d="M43.8 69.3l-1.2-19.4c0-.7.5-1.2 1.1-1.3.7 0 1.2.5 1.3 1.1l1.2 19.4c0 .7-.5 1.2-1.1 1.3-.7.1-1.3-.5-1.3-1.1zm7.2 1.1c-.7 0-1.2-.5-1.2-1.2V49.8c0-.7.5-1.2 1.2-1.2s1.2.5 1.2 1.2v19.4c0 .7-.5 1.2-1.2 1.2zm5.9 0c-.7 0-1.2-.6-1.1-1.3L57 49.8c0-.7.6-1.1 1.3-1.1.7 0 1.2.6 1.1 1.3l-1.2 19.4c0 .5-.6 1.1-1.3 1z"/><path class="st6" d="M52.2 69.2V49.8c0-.7-.5-1.2-1.2-1.2v21.8c.7 0 1.2-.5 1.2-1.2zm13.2-23H36.6c-2 0-3.6-1.6-3.6-3.6s1.6-3.6 3.6-3.6h28.8c2 0 3.6 1.6 3.6 3.6s-1.6 3.6-3.6 3.6z"/><path d="M65.4 39H51v7.2h14.4c2 0 3.6-1.6 3.6-3.6 0-1.9-1.6-3.6-3.6-3.6z" fill="#757982"/></svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1 +0,0 @@
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st0{fill:#90a4ae}.st1{fill:#ffa000}.st2{fill:#ffca28}</style><g id="surface1"><path class="st0" d="M63.2 92.1H15.8v-71h5.3v65.7h42.1z"/><path class="st0" d="M18.4 44.7h44.7V50H18.4z"/><path class="st1" d="M35.5 5.3h-16L14.2 0H3.9C1.8 0 0 1.8 0 3.9v23.7c0 2.1 1.8 3.9 3.9 3.9h31.6c2.1 0 3.9-1.8 3.9-3.9V9.2c.1-2.1-1.8-3.9-3.9-3.9z"/><path class="st2" d="M35.5 5.3H3.9C1.8 5.3 0 7.1 0 9.2v18.4c0 2.1 1.8 3.9 3.9 3.9h31.6c2.1 0 3.9-1.8 3.9-3.9V9.2c.1-2.1-1.8-3.9-3.9-3.9z"/><path class="st1" d="M96.1 34.2H80l-5.3-5.3H64.5c-2.1 0-3.9 1.8-3.9 3.9v23.7c0 2.1 1.8 3.9 3.9 3.9h31.6c2.1 0 3.9-1.8 3.9-3.9V38.2c0-2.1-1.8-4-3.9-4z"/><path class="st2" d="M96.1 34.2H64.5c-2.1 0-3.9 1.8-3.9 3.9v18.4c0 2.1 1.8 3.9 3.9 3.9h31.6c2.1 0 3.9-1.8 3.9-3.9V38.2c0-2.1-1.8-4-3.9-4z"/><path class="st1" d="M96.1 73.7H80l-5.3-5.3H64.5c-2.1 0-3.9 1.8-3.9 3.9V96c0 2.1 1.8 3.9 3.9 3.9h31.6c2.1 0 3.9-1.8 3.9-3.9V77.6c0-2.1-1.8-3.9-3.9-3.9z"/><path class="st2" d="M96.1 73.7H64.5c-2.1 0-3.9 1.8-3.9 3.9V96c0 2.1 1.8 3.9 3.9 3.9h31.6c2.1 0 3.9-1.8 3.9-3.9V77.6c0-2.1-1.8-3.9-3.9-3.9z"/></g></svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M90 20H45L35 10H10C4.5 10 0 14.5 0 20v20h100V30c0-5.5-4.5-10-10-10z" fill="#ffa000"/><path d="M90 20H10C4.5 20 0 24.5 0 30v50c0 5.5 4.5 10 10 10h80c5.5 0 10-4.5 10-10V30c0-5.5-4.5-10-10-10z" fill="#ffca28"/><path d="M25.1 35.7v42h51.7v-42H25.1zm9.8 38.8h-6.4v-6.4h6.4v6.4zm0-9.6h-6.4v-6.4h6.4v6.4zm0-9.8h-6.4v-6.4h6.4v6.4zm0-9.7h-6.4V39h6.4v6.4zm9.7 22.7V45.4l16.1 11.3c0 .1-16.1 11.4-16.1 11.4zm29 6.4h-6.4v-6.4h6.4v6.4zm0-9.6h-6.4v-6.4h6.4v6.4zm0-9.8h-6.4v-6.4h6.4v6.4zm0-9.7h-6.4V39h6.4v6.4z" fill="#23a586"/></svg>

Before

Width:  |  Height:  |  Size: 589 B

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M90 20H45L35 10H10C4.5 10 0 14.5 0 20v20h100V30c0-5.5-4.5-10-10-10z" fill="#ffa000"/><path d="M90 20H10C4.5 20 0 24.5 0 30v50c0 5.5 4.5 10 10 10h80c5.5 0 10-4.5 10-10V30c0-5.5-4.5-10-10-10z" fill="#ffca28"/></svg>

Before

Width:  |  Height:  |  Size: 284 B

View File

@ -1,12 +1,10 @@
@import url('module/folder/view/index/file-icon-classic.css');/*
@import url('module/folder/view/index/file-icon-extra.css');
@import url('module/folder/view/index/file-icon-classic.css');
@import url('module/folder/view/index/file-icon-high-contrast.css');
@import url('module/folder/view/index/file-icon-square-o.css');
@import url('module/folder/view/index/file-icon-vectors.css');
@import url('module/folder/view/index/file-icon-vivid.css');
*/
@import url('module/folder/view/index/file-icon-vivid.css');*/
#dirindex article {
display: block;
@ -71,7 +69,7 @@ ul.sub-items {
.file-name {
float: left;
max-width: 400px; /* Largeur maximale du nom de fichier */
max-width: 250px; /* Largeur maximale du nom de fichier */
white-space: nowrap; /* Empêcher le débordement du texte à la ligne suivante */
overflow: hidden; /* Cacher tout texte qui dépasse */
text-overflow: ellipsis; /* Ajouter des points de suspension (...) pour indiquer que le texte a été tronqué */
@ -85,10 +83,24 @@ ul.sub-items {
background-repeat: no-repeat;
}
#dirindex .small {
background-size: 15px;
.fiv-size-md {
background-size: 0.8em;
font-size: 0.8em;
}
.fiv-size-lg {
background-size: 1.1em;
font-size: 1.1em;
}
.fiv-size-xl {
background-size: 1.2em;
font-size: 1.2em;
}
/** les dossiers
#dirindex li.folder {
background-image: url("module/folder/view/index/icons/classic/folder.svg");