ça contionne maintenant
This commit is contained in:
Miraty 2019-08-13 21:17:08 +02:00
commit f32ba315ef
158 changed files with 39521 additions and 345 deletions

BIN
themes/parinux/favicons/128.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
themes/parinux/favicons/16.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
themes/parinux/favicons/192.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
themes/parinux/favicons/256.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
themes/parinux/favicons/32.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
themes/parinux/favicons/384.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
themes/parinux/favicons/48.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
themes/parinux/favicons/512.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

BIN
themes/parinux/favicons/64.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
themes/parinux/favicons/96.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -0,0 +1,17 @@
<?php
$themeDimensionsFavicons = array(16, 32, 48, 64, 96, 128, 192, 256, 384, 512); // Liste les dimensions des favicons
$variablesTheme = array(
"fond" => "#157097",
"fondChamp" => "#2794c2",
"fondChampTexte" => "#2794c2",
"bordure" => "#48aed9",
"bordureHover" => "#87d1f1",
"bordureFocus" => "#e2f6ff",
"texte" => "#d5f3ff",
"texteForm" => "#e2f6ff",
"texteLienCodeSource" => "#3da3cf"
); // Définit les couleurs du thème
?>

17
themes/parinux/theme.php Normal file
View file

@ -0,0 +1,17 @@
<?php
$themeDimensionsFavicons = array(16, 32, 48, 64, 96, 128, 192, 256, 384, 512); // Liste les dimensions des favicons
$variablesTheme = array(
"fond" => "#157097",
"fondChamp" => "#2794c2",
"fondChampTexte" => "#2794c2",
"bordure" => "#48aed9",
"bordureHover" => "#87d1f1",
"bordureFocus" => "#e2f6ff",
"texte" => "#d5f3ff",
"texteForm" => "#e2f6ff",
"texteLienCodeSource" => "#3da3cf"
); // Définit les couleurs du thème
?>