D
ça contionne maintenant
BIN
themes/parinux/favicons/128.png
Executable file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
themes/parinux/favicons/16.png
Executable file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
themes/parinux/favicons/192.png
Executable file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
themes/parinux/favicons/256.png
Executable file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
themes/parinux/favicons/32.png
Executable file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
themes/parinux/favicons/384.png
Executable file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
themes/parinux/favicons/48.png
Executable file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
themes/parinux/favicons/512.png
Executable file
|
After Width: | Height: | Size: 3 KiB |
BIN
themes/parinux/favicons/64.png
Executable file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
themes/parinux/favicons/96.png
Executable file
|
After Width: | Height: | Size: 1.4 KiB |
17
themes/parinux/parinux.php
Normal 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
|
|
@ -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
|
||||
|
||||
?>
|
||||